Replace precommit with separate check and integration-test targets

This commit is contained in:
Tom Payne
2013-03-07 22:47:44 +01:00
parent 7be0203cbe
commit df6af7cafa
3 changed files with 32 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ before_install:
before_script:
- "./build.py plovr"
- "./build.py serve-precommit &"
- "./build.py serve-integration-test &"
- "sleep 3"
script: "./build.py JSDOC=jsdoc/jsdoc precommit"
script: "./build.py JSDOC=jsdoc/jsdoc integration-test"