Skip to content

Commit 0805a35

Browse files
committed
chmod a+x is no longer necessary
1 parent f4e38b8 commit 0805a35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ before_install:
1818
- 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
1919

2020
install:
21-
- chmod a+x regression/failed-tests-printer.pl
2221
- cd src && make minisat2-download
2322

2423
script:

0 commit comments

Comments
 (0)