Skip to content

Commit

Permalink
travis-ci: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Aug 4, 2017
1 parent 7ecd372 commit a32b7aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ install:
- ./build-linux.sh
script:
- make -j2 $EXTRA
- ./test-epics.sh
6 changes: 6 additions & 0 deletions test-epics.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e -x

[ "$BASE" ] || exit 0

find . -name '*.tap' -print0 | xargs -0 -n1 prove -e cat -f

0 comments on commit a32b7aa

Please sign in to comment.