mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-11 07:00:49 +03:00
Fix typo in Travis config
This commit is contained in:
parent
aeeb938e18
commit
80faaa4819
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user