Skip to content

Commit ee7970b

Browse files
committed
travis: really move on
1 parent 637d021 commit ee7970b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ os:
33
- linux
44
language: node_js
55
node_js:
6-
- "4"
7-
- "5"
86
- "stable"
97
env:
108
global:
@@ -15,11 +13,11 @@ env:
1513
- TEST_SUITE='npm run unit'
1614
matrix:
1715
include:
18-
- node_js: "4"
16+
- node_js: "stable"
1917
env: TEST_SUITE='npm run lint'
20-
- node_js: "4"
18+
- node_js: "stable"
2119
env: TEST_SUITE='grunt coveralls'
22-
- node_js: "4"
20+
- node_js: "stable"
2321
env: TEST_SUITE='grunt saucelabs'
2422
allow_failures:
2523
- env: TEST_SUITE='grunt saucelabs'

0 commit comments

Comments
 (0)