Skip to content

Commit

Permalink
Removed distcheck, logs get too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvansickle committed Dec 30, 2016
1 parent 6fc9242 commit 3a363f0
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 @@ -83,7 +83,7 @@ script:
- make check 'TESTSUITEFLAGS=--keywords=!benchmark,!characterize'
- find . -iname '*.log' -exec cat "{}" \;
- echo "====" && echo "build_info.cpp:" && cat build_info.cpp && echo "===="
- make distcheck 'TESTSUITEFLAGS=--keywords=!benchmark,!characterize'
- #make distcheck 'TESTSUITEFLAGS=--keywords=!benchmark,!characterize'

after_success:
- mkdir TestCorpus && cd ../../TestCorpus && wget http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.tar.bz2 && tar xjf boost_1_58_0.tar.bz2
Expand Down

0 comments on commit 3a363f0

Please sign in to comment.