Skip to content

Commit

Permalink
Use latest node 4 and node 5 instead of hard-coded patch (should fix …
Browse files Browse the repository at this point in the history
…mismatched dep. issue on Travis from Node 5 / i.e. initial buggy NPM 3.x)
  • Loading branch information
mikermcneil committed Oct 9, 2016
1 parent b6a8817 commit 7162cf0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
language: node_js
node_js:
- "5.5"
- "4.2"
- "0.12"
- "0.10"
- "0.12"
- "4"
- "5"
- "node"

matrix:
include:
- addons:
mariadb: 5.5
node_js: '5.0'
node_js: '5'
- addons:
mariadb: 10.0
node_js: '5.0'
node_js: '5'
- addons:
mariadb: 10.1
node_js: '5.0'
node_js: '5'
- addons:
mariadb: 5.5
node_js: '4.0'
node_js: '4'
- addons:
mariadb: 10.0
node_js: '4.0'
node_js: '4'
- addons:
mariadb: 10.1
node_js: '4.0'
node_js: '4'

services: mysql
sudo: false
Expand Down

0 comments on commit 7162cf0

Please sign in to comment.