Skip to content

Commit

Permalink
ci: Test on Node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Nov 8, 2017
1 parent ccb3c53 commit 6c44566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sudo: true
sudo: enabled

language: node_js

node_js:
- '4'
- '6'
- '8'
- '9'

before_script:
- echo mysql-apt-config mysql-apt-config/select-server select mysql-5.7 | sudo debconf-set-selections
Expand Down

0 comments on commit 6c44566

Please sign in to comment.