Skip to content

Commit

Permalink
chore: make Travis use Node v11 (1.x) (#1237)
Browse files Browse the repository at this point in the history
We needed to force the use of v11 on the master branch (see #1238)
because v12 was causing CI builds to blow up. This is not a problem on
the 1.x branch because we were still using v8. But we should use the
same version on both branches for consistency.

Related: #1237
  • Loading branch information
wincent committed Apr 24, 2019
1 parent 65db80e commit e59e647
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 @@ -13,7 +13,7 @@ before_script:
language: node_js

node_js:
- '8'
- "11"

script:
- npm run testSaucelabs
- npm run testSaucelabs

0 comments on commit e59e647

Please sign in to comment.