.travis.yml: use default.nix instead of build.nix

This commit is contained in:
Vaibhav Sagar 2018-02-14 11:39:17 +08:00
parent 0d4b2874c0
commit 192fd30ba3

View file

@ -4,4 +4,4 @@ env:
language: nix
script: nix-build build.nix --argstr compiler "$GHCVERSION"
script: nix-build --argstr compiler "$GHCVERSION"