Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Apr 16, 2014
1 parent 82f0a46 commit aac5a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ env:
- GHCVER=7.6.3
- GHCVER=7.8.2

before_install:
install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-1.18 ghc-$GHCVER happy-1.19.3
- export PATH=/opt/happy/1.19.3/bin:/opt/ghc/$GHCVER/bin:$PATH

install:
- cabal-1.18 update

script:
- cabal-1.18 sdist
- cabal-1.18 install --enable-tests "dist/$(cabal-1.18 info . | awk '{print $2 ".tar.gz";exit}')"

0 comments on commit aac5a55

Please sign in to comment.