Merge pull request #1294 from austinpray/fixtravis
Fix node-sass and npm cache on travis
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
sudo: false
|
||||
language: php
|
||||
cache: npm
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
php:
|
||||
- '5.6'
|
||||
- '5.5'
|
||||
- '5.4'
|
||||
|
||||
before_install:
|
||||
- npm cache clean
|
||||
- npm prune
|
||||
- npm install -g bower gulp jscs
|
||||
- npm install
|
||||
- npm update
|
||||
- pyrus install pear/PHP_CodeSniffer
|
||||
- phpenv rehash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user