Skip to content

Commit

Permalink
Switching Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwng committed Apr 6, 2018
1 parent fc047e0 commit 8a18b6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- "5"
- "4"
- "8"
- "6"
install:
- npm install
- yarn install

script:
- npm test
- yarn test

# Allow Travis tests to run in containers.
sudo: false

0 comments on commit 8a18b6c

Please sign in to comment.