Skip to content

Commit

Permalink
update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Feb 26, 2017
1 parent 5540cbd commit 29587ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ script:
- autoreconf -iv > build.log 2>&1 || (cat build.log && exit 1)
- ./configure > build.log 2>&1 || (cat build.log && exit 1)
- make > build.log 2>&1 || (cat build.log && exit 1)
- make dist > build.log 2>&1 || (cat build.log && exit 1)
- sudo make test

0 comments on commit 29587ab

Please sign in to comment.