We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
else
1 parent 6e444ee commit b01d3aaCopy full SHA for b01d3aa
.travis.yml
@@ -78,7 +78,7 @@ before_install:
78
ln -s /usr/bin/gcc-5 $HOME/bin/gcc;
79
ln -s /usr/bin/g++-5 $HOME/bin/g++;
80
ln -s /usr/bin/gfortran-5 $HOME/bin/gfortran;
81
- elif [[ $(uname) = "Darwin" ]]; then
+ else
82
echo '';
83
fi
84
0 commit comments