Skip to content

Commit

Permalink
haskell-platform install as pkg to speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeproark committed Sep 18, 2013
1 parent 5f41d4f commit 9f4c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: objective-c
git:
submodules: false
before_script: brew update && brew install sdl2 haskell-platform
before_script: brew update && brew install sdl2 && wget lambda.haskell.org/platform/download/2013.2.0.0/Haskell%20Platform%202013.2.0.0%2064bit.pkg && sudo installer -pkg "Haskell Platform 2013.2.0.0 64bit.pkg" -target /
script: cabal configure --enable-tests && cabal build && cabal test

0 comments on commit 9f4c9f2

Please sign in to comment.