Skip to content

Commit

Permalink
Merge pull request #160 from opentable/travis-node-5
Browse files Browse the repository at this point in the history
travis run tests with node 5 as well
  • Loading branch information
matteofigus committed Dec 22, 2015
2 parents faf08ef + ea8cb0a commit 193a001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matrix:
env: TEST_COMMAND=test
- node_js: "4"
env: TEST_COMMAND=test
- node_js: "5"
env: TEST_COMMAND=test

before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 193a001

Please sign in to comment.