Update .travis.yml to use cachix

This commit is contained in:
Greg Hale 2019-04-14 16:36:58 -04:00 committed by GitHub
parent ba8d4f8a26
commit d02211407b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ before_script:
- git config --global user.name "Travis-CI"
script:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use imalsogreg
- nix-build travis.nix -A build
- nix-build travis.nix -A testserver
- nix-build travis.nix -A testresults