Skip to content

Commit

Permalink
Add 'set -e' to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Fediushin committed Aug 4, 2017
1 parent 60e0164 commit f6050b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

if [ "$DC" != gdc ]; then
dub test --compiler=$DC
fi
Expand Down

0 comments on commit f6050b9

Please sign in to comment.