Add Travis configuration
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"smarttabs": true,
|
"smarttabs": true,
|
||||||
"trailing": true,
|
"trailing": true,
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": true,
|
"unused": false,
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"node": true,
|
"node": true,
|
||||||
"sub": true,
|
"sub": true,
|
||||||
|
|||||||
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
||||||
Reference in New Issue
Block a user