mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
Fix typo in Travis OS X script
This commit is contained in:
parent
72592041f0
commit
b6a0e7e3f6
@ -19,7 +19,7 @@ before_install:
|
||||
fi
|
||||
- if [[ $TRAVIS_OS_NAME == 'osx' ]];
|
||||
then
|
||||
brew install ghc cabal-install
|
||||
brew install ghc cabal-install;
|
||||
export PATH=$HOME/.cabal/bin:$PATH;
|
||||
fi
|
||||
- env
|
||||
|
Loading…
Reference in New Issue
Block a user