13
.travis.yml
13
.travis.yml
@@ -5,17 +5,24 @@ php:
|
|||||||
- 5.6
|
- 5.6
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- hhvm
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_install:
|
cache:
|
||||||
|
directories:
|
||||||
|
- bower_components
|
||||||
|
- node_modules
|
||||||
|
|
||||||
|
install:
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@latest
|
||||||
- npm install -g bower gulp jscs
|
- npm install -g bower gulp jscs
|
||||||
- npm install
|
- npm install
|
||||||
- pyrus install pear/PHP_CodeSniffer
|
- composer self-update && composer --version
|
||||||
- phpenv rehash
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
|
- composer global require squizlabs/php_codesniffer
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user