We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a56c1 commit c86061aCopy full SHA for c86061a
.travis.yml
@@ -4,10 +4,10 @@ before_install:
4
- npm set progress=false
5
language: node_js
6
node_js:
7
- - "0.10"
8
- - "3.3"
9
- - "4.3"
10
- "5.7"
+ - "4.3"
+ - "3.3"
+ - "0.10"
11
script: npm run test:ci
12
after_success:
13
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
0 commit comments