Adds travis
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user