aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2020-08-22 22:15:25 -0400
committerMarak <[email protected]>2020-08-22 22:15:25 -0400
commitf0225c6760ac00e110a10522e1c50cd084672200 (patch)
tree6f83c18d521f57063720ef04bd7a73922bb4e900
parentdf8f712e6cc4d4015e9c5db507363a83313d70bf (diff)
downloadfaker-f0225c6760ac00e110a10522e1c50cd084672200.tar.xz
faker-f0225c6760ac00e110a10522e1c50cd084672200.zip
Remove older node versions from Travis
Updated dev dependencies were causing older versions to fail These versions should still work for faker itself Remove meteor tests from Travis
-rwxr-xr-x.travis.yml28
1 files changed, 2 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fdb8c4b..b76567f3 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,29 +2,5 @@
sudo: false
language: node_js
node_js:
- - "10"
- - "9"
- - "8"
- - "7"
- - "6"
- - "6.1"
- - "5"
- - "5.1"
- - "4"
- - "4.2"
- - "4.1"
- - "4.0"
- - "0.12"
- - "0.11"
- - "0.10"
- - "iojs"
-
-before_install:
- # Install meteor and spacejam, a meteor command line package tester
- - 'if [ "$(node -v)" = "v0.10.36" ]; then curl https://install.meteor.com | /bin/sh; fi'
- - 'if [ "$(node -v)" = "v0.10.36" ]; then npm install -g spacejam; fi'
- - 'if [ "$(node -v)" = "v0.10.36" ]; then export PATH="$HOME/.meteor:$PATH"; fi'
-
-script:
- - "npm test"
- - 'if [ "$(node -v)" = "v0.10.36" ]; then spacejam test-packages --mongo-url=dummy ./; fi'
+ - "node"
+ - "lts/*" \ No newline at end of file