We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637d021 commit ee7970bCopy full SHA for ee7970b
1 file changed
.travis.yml
@@ -3,8 +3,6 @@ os:
3
- linux
4
language: node_js
5
node_js:
6
- - "4"
7
- - "5"
8
- "stable"
9
env:
10
global:
@@ -15,11 +13,11 @@ env:
15
13
- TEST_SUITE='npm run unit'
16
14
matrix:
17
include:
18
- - node_js: "4"
+ - node_js: "stable"
19
env: TEST_SUITE='npm run lint'
20
21
env: TEST_SUITE='grunt coveralls'
22
23
env: TEST_SUITE='grunt saucelabs'
24
allow_failures:
25
- env: TEST_SUITE='grunt saucelabs'
0 commit comments