Use Travis CI instead of Codeship

This commit is contained in:
Colin McLeod
2015-06-15 17:32:18 -07:00
parent 94e2b60cd1
commit ce3818f99a
3 changed files with 17 additions and 11 deletions

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: node_js
node_js:
- "0.12"
before_script:
- npm install -g gulp
- npm install -g bower
- npm install
- bower install
script:
- gulp lint
- gulp build-prod
- gulp test