Skip to content

Commit

Permalink
Updated versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine committed Nov 8, 2019
1 parent 2e8bfa9 commit 57bfc9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js

cache:
Expand All @@ -7,10 +6,11 @@ cache:
- node_modules

node_js:
- '4'
- '6'
- '8'
- 'lts'
- 4
- 6
- 8
- lts/*
- node

install:
- yarn --ignore-engines
Expand Down

0 comments on commit 57bfc9c

Please sign in to comment.