Skip to content

Commit

Permalink
travis: really move on
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jun 26, 2019
1 parent 637d021 commit ee7970b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ os:
- linux
language: node_js
node_js:
- "4"
- "5"
- "stable"
env:
global:
Expand All @@ -15,11 +13,11 @@ env:
- TEST_SUITE='npm run unit'
matrix:
include:
- node_js: "4"
- node_js: "stable"
env: TEST_SUITE='npm run lint'
- node_js: "4"
- node_js: "stable"
env: TEST_SUITE='grunt coveralls'
- node_js: "4"
- node_js: "stable"
env: TEST_SUITE='grunt saucelabs'
allow_failures:
- env: TEST_SUITE='grunt saucelabs'
Expand Down

0 comments on commit ee7970b

Please sign in to comment.