We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e38b8 commit 0805a35Copy full SHA for 0805a35
.travis.yml
@@ -18,7 +18,6 @@ before_install:
18
- if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ] ; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 gcc-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 ; fi
19
20
install:
21
- - chmod a+x regression/failed-tests-printer.pl
22
- cd src && make minisat2-download
23
24
script:
0 commit comments