mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
f1782642d3
Also disable email to not notify the whole NixOS community about build failures
9 lines
187 B
YAML
9 lines
187 B
YAML
matrix:
|
|
include:
|
|
- language: osx
|
|
script: ./tests/install-darwin.sh
|
|
- language: nix
|
|
script: nix-build release.nix -A build.x86_64-linux
|
|
notifications:
|
|
email: false
|