update travis.

This commit is contained in:
philopon 2014-08-27 04:33:45 +09:00
parent 59c20b7aef
commit defb311789
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
memcached &
cabal configure --enable-tests
cabal build
cabal test

View File

@ -2,4 +2,3 @@ language: haskell
ghc:
- 7.8
- 7.6
script: bash -eu .travis-script.sh