Bye Travis, hi Circle

This commit is contained in:
Joe Nelson
2014-12-06 17:42:20 -08:00
parent d6e3526bff
commit dba17b895e
2 changed files with 3 additions and 20 deletions
-20
View File
@@ -1,20 +0,0 @@
language: haskell
ghc: 7.8
addons:
postgresql: "9.3"
before_install:
- createuser --superuser --no-password dbapi_test
- createdb -O dbapi_test -U postgres dbapi_test
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install --force-yes happy-1.19.3 alex-3.1.3
- export PATH=/opt/alex/3.1.3/bin:/opt/happy/1.19.3/bin:$PATH
install:
- travis_retry curl http://bin.begriffs.com/dbapi/cabal-sandbox.tar.xz | tar xJ
- chmod a+x .cabal-sandbox/bin/*
- cabal sandbox init
- cabal install --enable-test --dependencies-only
- cabal install --enable-test
script:
- cabal test --show-details=always --test-options="--color"
- .cabal-sandbox/bin/hlint src/*.hs test/**/*.hs
+3
View File
@@ -0,0 +1,3 @@
machine:
ghc:
version: 7.8.3