Skip to content

Commit d86fb49

Browse files
committed
ci(travis): update travis config for canary
1 parent 891686b commit d86fb49

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: templates/app/.travis.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
language: node_js
22
node_js:
3-
- 4.4.6
4-
matrix:
5-
fast_finish: true
6-
allow_failures:
7-
- node_js: 5.12.0
3+
- 6
84
before_script:
9-
- npm install -g gulp-cli<% if (filters.sass) { %>
10-
- gem install sass<% } %>
11-
- bower install
5+
- npm install -g gulp-cli
126
services: mongodb

0 commit comments

Comments
 (0)