Skip to content

Commit e4f00b0

Browse files
committed
feat(gen-travis): add additional node version to travis.yml
Changes: - Add node version `0.11` to the build list in travis.yml
1 parent 8e0904c commit e4f00b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
33
- '0.10'
4+
- '0.11'
45
before_install:
56
- gem update --system
67
- gem install sass --version "=3.3.7"
78
- npm install -g bower grunt-cli
8-
services: mongodb
9+
services: mongodb

0 commit comments

Comments
 (0)