hnix/.travis.yml

8 lines
119 B
YAML
Raw Normal View History

2017-12-29 04:42:24 +01:00
env:
- GHCVERSION="ghc802"
- GHCVERSION="ghc822"
language: nix
script: nix-build --argstr compiler "$GHCVERSION"