Add Travis config file

This commit is contained in:
Éric Lemoine
2012-09-25 16:07:07 +02:00
parent 4a6b13ed39
commit 95d2cac09f

13
.travis.yml Normal file
View 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"