.travis.yml: init

This commit is contained in:
Vaibhav Sagar 2017-12-29 11:42:24 +08:00
parent db3f054a38
commit 2960a01f09

7
.travis.yml Normal file
View file

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