Skip to content

Commit b01d3aa

Browse files
committed
Replace check with else
1 parent 6e444ee commit b01d3aa

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
@@ -78,7 +78,7 @@ before_install:
7878
ln -s /usr/bin/gcc-5 $HOME/bin/gcc;
7979
ln -s /usr/bin/g++-5 $HOME/bin/g++;
8080
ln -s /usr/bin/gfortran-5 $HOME/bin/gfortran;
81-
elif [[ $(uname) = "Darwin" ]]; then
81+
else
8282
echo '';
8383
fi
8484

0 commit comments

Comments
 (0)