Travis: fail build early if tests fail

This commit is contained in:
Alexander Kotliarskyi 2015-03-18 10:35:49 -07:00
parent 9b4110d4dd
commit cdcaaa2f6b
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh
set -e
xctool \
-project IntegrationTests/IntegrationTests.xcodeproj \
-scheme IntegrationTests \