Add Travis configuration

This commit is contained in:
Samer Albahra
2015-07-06 17:09:37 -05:00
parent f72c577d90
commit 65546075cf
2 changed files with 11 additions and 1 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
bundler_args: --retry 3
language: node
before_install:
- export TZ=America/Chicago
- npm install -g grunt-cli
install: npm install
before_script:
- grunt
notifications:
on_failure: change