Skip to content

Commit

Permalink
build: Node.js@4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 15, 2016
1 parent 1720920 commit 3e394bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ node_js:
- '1.8'
- '2.5'
- '3.3'
- '4.2'
- '4.4'
- '5.0'

matrix:
include:
- node_js: '4.2'
- node_js: '4.4'
env: MYSQL_TYPE=mariadb MYSQL_HOST=localhost MYSQL_DATABASE=node_mysql MYSQL_USER=root MYSQL_PASSWORD=
addons: {mariadb: '10.1'}

Expand All @@ -22,7 +22,7 @@ before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION = '4.2' || npm rm --save-dev eslint"
- "test $TRAVIS_NODE_VERSION = '4.4' || npm rm --save-dev eslint"

before_script:
- "mysql -e 'create database node_mysql; select version();'"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.5"
- nodejs_version: "3.3"
- nodejs_version: "4.2"
- nodejs_version: "4.4"
- nodejs_version: "5.0"

services:
Expand Down

0 comments on commit 3e394bb

Please sign in to comment.