Skip to content

Commit

Permalink
make check will fail in travis due to network socket restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Oct 10, 2014
1 parent 25e3cd0 commit ff3c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -iv && ./configure && make check
script: autoreconf -iv && ./configure && make

0 comments on commit ff3c87a

Please sign in to comment.