Skip to content

Commit 56f850e

Browse files

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
sudo: false
22
language: php
3-
cache: npm
3+
cache:
4+
directories:
5+
- node_modules
46
php:
57
- '5.6'
68
- '5.5'
79
- '5.4'
810

911
before_install:
12+
- npm cache clean
13+
- npm prune
1014
- npm install -g bower gulp jscs
11-
- npm install
15+
- npm update
1216
- pyrus install pear/PHP_CodeSniffer
1317
- phpenv rehash
1418

0 commit comments

Comments
 (0)