Skip to content

Commit

Permalink
Merge pull request #1222 from overlookmotel/travis-node-6
Browse files Browse the repository at this point in the history
Run Travis CI on Node v6
  • Loading branch information
petkaantonov authored Aug 31, 2016
2 parents 892f245 + 6341273 commit 1f5bdfd
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
Expand Up @@ -6,9 +6,10 @@ matrix:
- node_js: "0.12"
- node_js: "4"
- node_js: "5"
- node_js: "6"
fast_finish: true
env:
- "NODE_FLAGS='' SCRIPT_FLAGS=''"
- "NODE_FLAGS='' SCRIPT_FLAGS=''"
before_script:
- git submodule update --init --recursive
script: "node $NODE_FLAGS tools/test.js $SCRIPT_FLAGS"
Expand Down

0 comments on commit 1f5bdfd

Please sign in to comment.