Files
sage/.travis.yml
Austin Pray fc627d43ac Adds travis
2014-12-24 17:45:47 -06:00

12 lines
149 B
YAML

sudo: false
language: php
php:
- '5.5'
- '5.4'
before_install:
- npm install -g bower
- npm install
script:
- npm run build
- npm run jshint