Skip to content

Commit

Permalink
feat(gen-travis): add additional node version to travis.yml
Browse files Browse the repository at this point in the history
Changes:
- Add node version `0.11` to the build list in travis.yml
  • Loading branch information
kingcody committed Aug 24, 2014
1 parent 8e0904c commit e4f00b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.11'
before_install:
- gem update --system
- gem install sass --version "=3.3.7"
- npm install -g bower grunt-cli
services: mongodb
services: mongodb

0 comments on commit e4f00b0

Please sign in to comment.