Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Travis: test against node 6
Browse files Browse the repository at this point in the history
Closes #11748
  • Loading branch information
ficristo committed Sep 5, 2016
1 parent 300f3d0 commit e2020ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js language: node_js
sudo: false # use container-based Travis infrastructure sudo: false # use container-based Travis infrastructure
node_js: node_js:
- "0.10" - "6"
before_script: before_script:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install -g jasmine-node - npm install -g jasmine-node
Expand Down

0 comments on commit e2020ca

Please sign in to comment.