Skip to content

Commit

Permalink
fix: update travis node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Aug 22, 2018
1 parent df4436b commit 5478646
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ cache:
notifications:
email: false
node_js:
- '7'
- '10'
- '8'
- '6'
dist: trusty
sudo: required
addons:
chrome: stable
install:
- yarn install --ignore-engines
before_script:
- npm prune
script:
Expand Down

0 comments on commit 5478646

Please sign in to comment.