Skip to content

Commit

Permalink
Update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Apr 7, 2016
1 parent 7889a88 commit 769f725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis.sh
Expand Up @@ -3,6 +3,7 @@
errc=0

fail() {
echo "Example $1 FAILED; showing log"
cat build/fbuild.log
errc=1
}
Expand All @@ -14,7 +15,7 @@ for dir in */; do
[ $dir == "config/" -o $dir == "scala/" ] && continue
echo "Running example $dir"
cd $dir
../../fbuild-light || fail
../../fbuild-light || fail $dir
cd ..
done

Expand Down

0 comments on commit 769f725

Please sign in to comment.