really make circle fail unit tests before trying deploy tests

This commit is contained in:
Michael Hobbs
2015-01-27 16:33:36 -08:00
parent 9f985077c7
commit ef369eb02f

View File

@@ -18,9 +18,8 @@ dependencies:
- sudo -E make -e setup-deploy-tests
post:
- sudo -E make -e lint
test:
pre:
- sudo -E make -e unit-tests
test:
override:
### deploy tests (against buildstep release) ####
- sudo -E make -e deploy-tests: { timeout: 1800 }