Skip to content

Commit

Permalink
Run Travis CI on Node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 31, 2016
1 parent e8890e0 commit 6341273
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 6341273

Please sign in to comment.