Skip to content

Commit

Permalink
Use the latest version of node for STEP=HEAD (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Dec 11, 2019
1 parent 7871804 commit 2bc0d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@ jobs:
- yarn test:rollup-iife
- yarn test:type
- nvm install 0.12 ;
node --version ;
node test/legacy/main.js
- stage: test
env: STEP=HEAD
script:
- nvm install node
- node --version
- yarn prebuild
- yarn build
- yarn test --maxWorkers=4
Expand Down

0 comments on commit 2bc0d1a

Please sign in to comment.