hnix/.travis.yml

8 lines
129 B
YAML
Raw Normal View History

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