Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Stop using the default node target in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 24, 2019
1 parent 223bb4b commit c9dd6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:
jobs:
include:
- stage: test
node_js: "node"
node_js: "11"
os: linux
before_script: npm run lint || exit 1;
after_success: npm run-script coverage;
- stage: platform-test
node_js: "node"
node_js: "11"
os: osx
- stage: platform-test
node_js: "10"
Expand Down

0 comments on commit c9dd6f6

Please sign in to comment.