This commit is contained in:
Scott Walkinshaw
2015-02-28 22:10:17 -06:00
parent 2e1a4bf67e
commit e31049aa39

View File

@@ -5,17 +5,19 @@ 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: 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