Skip to content

Commit

Permalink
Update travis build script: Fail on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf91 committed Mar 30, 2017
1 parent 491bb10 commit 5fce498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis-ci.sh
@@ -1,5 +1,6 @@
#!/bin/bash

set -ex
BASEDIR=${PWD}

git clone git://github.com/jedisct1/libsodium.git
Expand All @@ -21,5 +22,6 @@ pushd noise-c
popd

dub test -b unittest-cov --combined
rm src-noise.lst
chmod +x ./doveralls
./doveralls

0 comments on commit 5fce498

Please sign in to comment.