Files
sage/.travis.yml
Austin Pray 8c374e2136 Require the latest version of npm
The npm that ships with 0.10 is 1.2.x and it is riddled with
race conditions.
2015-02-05 01:22:06 -06:00

20 lines
331 B
YAML

sudo: false
language: php
php:
- '5.6'
- '5.5'
- '5.4'
before_install:
- npm install -g npm@latest
- npm install -g bower gulp jscs
- npm install
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- npm run build
- npm run jshint
- npm run jscs
- phpcs --standard=ruleset.xml --extensions=php -n -s .