Fix typo in Travis config

This commit is contained in:
Aaron Tomb 2017-07-07 15:11:25 -07:00
parent aeeb938e18
commit 80faaa4819

View File

@ -18,7 +18,8 @@ before_install:
export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.cabal/bin:$PATH;
curl https://saw.galois.com/builds/z3/z3 > z3;
chmod +x z3;
mv z3 $HOME/.cabal/bin/z3
mv z3 $HOME/.cabal/bin/z3;
z3 --version;
fi
- if [[ $TRAVIS_OS_NAME == 'osx' ]];
then