Skip to content

Commit 55f852f

Browse files
SebaSOFTAwk34
authored andcommitted
ci(travis): Updated generated travis.yml
- It wasn't compiling right away (got rid of bower) - Also the tooling was needed from node-gyp - And some caching between builds
1 parent 4480d92 commit 55f852f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

templates/app/.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
language: node_js
22
node_js:
3-
- 4.4.6
3+
- 6
44
matrix:
55
fast_finish: true
66
allow_failures:
77
- node_js: 5.12.0
88
before_script:
9-
- npm install -g gulp-cli<% if (filters.sass) { %>
9+
- npm install -g gulp-cli node-gyp<% if (filters.sass) { %>
1010
- gem install sass<% } %>
11-
- bower install
1211
services: mongodb
12+
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

Comments
 (0)