Add Travis config file
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
before_install:
|
||||
- "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz"
|
||||
|
||||
before_script:
|
||||
- "make plovr"
|
||||
- "make serve &"
|
||||
- "sleep 3"
|
||||
|
||||
script: "make precommit"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
Reference in New Issue
Block a user