Merge pull request #86 from vaibhavsagar/fix-travis

.travis.yml: use default.nix instead of build.nix
This commit is contained in:
John Wiegley 2018-02-15 11:15:48 -08:00 committed by GitHub
commit ae8dcd2780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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