travis: enable linux builds
Also disable email to not notify the whole NixOS community about build failures
This commit is contained in:
parent
6bff1aa46d
commit
f1782642d3
1 changed files with 8 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,2 +1,8 @@
|
||||||
os: osx
|
matrix:
|
||||||
script: ./tests/install-darwin.sh
|
include:
|
||||||
|
- language: osx
|
||||||
|
script: ./tests/install-darwin.sh
|
||||||
|
- language: nix
|
||||||
|
script: nix-build release.nix -A build.x86_64-linux
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue