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.
1 parent 4480d92 commit 55f852fCopy full SHA for 55f852f
templates/app/.travis.yml
@@ -1,12 +1,22 @@
1
language: node_js
2
node_js:
3
- - 4.4.6
+ - 6
4
matrix:
5
fast_finish: true
6
allow_failures:
7
- node_js: 5.12.0
8
before_script:
9
- - npm install -g gulp-cli<% if (filters.sass) { %>
+ - npm install -g gulp-cli node-gyp<% if (filters.sass) { %>
10
- gem install sass<% } %>
11
- - bower install
12
services: mongodb
+cache:
13
+ directories:
14
+ - node_modules
15
+env:
16
+ - CXX=g++-4.8
17
+addons:
18
+ apt:
19
+ sources:
20
+ - ubuntu-toolchain-r-test
21
+ packages:
22
+ - g++-4.8
0 commit comments