Merge pull request #72 from vaibhavsagar/travis

Test with Travis
This commit is contained in:
John Wiegley 2017-12-29 14:10:28 -08:00 committed by GitHub
commit 23363bd3a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
env:
- GHCVERSION="ghc802"
- GHCVERSION="ghc822"
language: nix
script: nix-build --argstr compiler "$GHCVERSION"