We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c88c0 commit d21d25dCopy full SHA for d21d25d
.travis.yml
@@ -1,12 +1,12 @@
1
language: node_js
2
-node_js:
3
- - "9"
4
- - "8"
5
- - "6"
6
- - "4"
7
cache:
8
directories:
9
- ~/.npm
+node_js:
+ - 9
+ - 8
+ - 6
+ - 4
10
11
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
12
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
@@ -15,14 +15,6 @@ branches:
15
- master
16
- /^greenkeeper.*$/
17
18
-# Retry install on fail to avoid failing a build on network/disk/external errors
19
-install:
20
- - travis_retry npm install
21
-
22
-script:
23
- - npm test
24
- - npm run test:examples
25
26
after_success:
27
- npm run coverage:upload
28
- npm run semantic-release
0 commit comments