Skip to content

Commit

Permalink
ci(travis): Updated generated travis.yml
Browse files Browse the repository at this point in the history
- It wasn't compiling right away (got rid of bower)
- Also the tooling was needed from node-gyp
- And some caching between builds
  • Loading branch information
SebaSOFT authored and Awk34 committed Dec 30, 2016
1 parent 4480d92 commit 55f852f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions templates/app/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
language: node_js
node_js:
- 4.4.6
- 6
matrix:
fast_finish: true
allow_failures:
- node_js: 5.12.0
before_script:
- npm install -g gulp-cli<% if (filters.sass) { %>
- npm install -g gulp-cli node-gyp<% if (filters.sass) { %>
- gem install sass<% } %>
- bower install
services: mongodb
cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 55f852f

Please sign in to comment.