travis: enable linux builds

Also disable email to not notify the whole NixOS community about build failures
This commit is contained in:
Jörg Thalheim 2019-10-31 16:34:59 +00:00
parent 6bff1aa46d
commit f1782642d3
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,8 @@
os: osx
script: ./tests/install-darwin.sh
matrix:
include:
- language: osx
script: ./tests/install-darwin.sh
- language: nix
script: nix-build release.nix -A build.x86_64-linux
notifications:
email: false