Adds travis

This commit is contained in:
Austin Pray
2014-12-24 17:12:32 -06:00
parent 97a15623d7
commit fc627d43ac
4 changed files with 17 additions and 1 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
sudo: false
language: php
php:
- '5.5'
- '5.4'
before_install:
- npm install -g bower
- npm install
script:
- npm run build
- npm run jshint