Skip to content

Commit b248fbd

Browse files
docs(test): Dont test all node versions
1 parent 0015717 commit b248fbd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '4'
10-
- iojs-v3
11-
- iojs-v2
12-
- iojs-v1
13-
- '0.12'
14-
- '0.10'
9+
- '6'
1510
before_install:
16-
- npm i -g npm@^2.0.0
11+
- npm i -g npm@^3.0.0
1712
before_script:
1813
- npm prune
1914
after_success:
20-
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
21-
- python travis_after_all.py
22-
- export $(cat .to_export_back) &> /dev/null
2315
- npm run semantic-release
2416
branches:
2517
except:

0 commit comments

Comments
 (0)