Skip to content

Commit dbcfcd3

Browse files
committed
Attempt to revert to 5.3 gcc on Travis-CI tests
Try to prevent tests from timing out by using gcc 5.3 instead of building 6.1
1 parent dbab70c commit dbcfcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ script:
151151
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
152152
ln -fs "$(which g++-5)" "$HOME/bin/g++"
153153
export PATH="$PATH:$HOME/bin"
154-
yes | ./install.sh --install-dir="$HOME/opt/opencoarrays" -j 4 > install.log &
154+
yes | ./install.sh -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++" > install.log &
155155
install_sh_PID=$!
156156
echo "install.log will be displayed after success or failure"
157157
while ps -p $install_sh_PID > /dev/null; do

0 commit comments

Comments
 (0)