Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit c3c56c4

Browse files
committed
chore(travis): simplified travis setup
1 parent 6135801 commit c3c56c4

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.travis.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,13 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '0.10'
9+
- 4
1010
script: npm run $COMMAND
11-
before_install:
12-
- npm i -g npm@^2.0.0
1311
before_script:
1412
- npm prune
15-
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
1613
after_success:
17-
- python travis_after_all.py
18-
- export $(cat .to_export_back)
19-
- if [[ $COMMAND = test:coverage ]]; then npm run test:coverage:upload; fi
14+
- npm run test:coverage && npm run test:coverage:upload
2015
- npm run semantic-release
21-
env:
22-
matrix:
23-
- NODE=0.10 COMMAND=test:coverage
24-
- NODE=0.10 COMMAND=test
25-
- NODE=0.12 COMMAND=test
26-
- NODE=iojs-v1 COMMAND=test
27-
- NODE=iojs-v2 COMMAND=test
16+
branches:
17+
except:
18+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)