Commit f9476ec5 authored by Andrew Gibiansky's avatar Andrew Gibiansky

try n+1 to get travis happy

parent 24dfde70
...@@ -32,7 +32,7 @@ install: ...@@ -32,7 +32,7 @@ install:
- travis_retry cabal install cpphs - travis_retry cabal install cpphs
- travis_retry cabal install gtk2hs-buildtools - travis_retry cabal install gtk2hs-buildtools
- travis_retry cabal install arithmoi==0.4.* -fllvm - travis_retry cabal install arithmoi==0.4.* -fllvm
- sudo ghc-pkg expose ghc - sudo `which ghc-pkg` expose ghc
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail. # Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment