Skip to content

Commit

Permalink
Fix Travis build issues with older Node versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerziegler committed Jun 12, 2020
1 parent 5e7f82a commit 6c62a3d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# use node_js as language flag
language: node_js

# use latest of v8
node_js:
- "8"

# use npm v3 to avoid bugginess of v4 and v5
before_install:
- npm install -g npm@3
- '10'

script:
- yarn run test
Expand All @@ -22,4 +17,4 @@ deploy:
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local-dir: build
on:
branch: master
branch: master

0 comments on commit 6c62a3d

Please sign in to comment.