We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7cdf29 + cc9cbcc commit e7d65d0Copy full SHA for e7d65d0
app/templates/.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
node_js:
3
- - '0.10'
4
- - '0.11'
+ - '0.12'
5
before_script:
6
- npm install -g bower grunt-cli<% if (filters.sass) { %>
7
- gem install sass<% } %>
app/templates/_package.json
@@ -107,7 +107,7 @@
107
"supertest": "~0.11.0"
108
},
109
"engines": {
110
- "node": ">=0.10.0"
+ "node": ">=0.12.0"
111
112
"scripts": {
113
"start": "node server",
0 commit comments