Skip to content

Commit

Permalink
travis: enable linux builds
Browse files Browse the repository at this point in the history
Also disable email to not notify the whole NixOS community about build failures
  • Loading branch information
Mic92 committed Oct 31, 2019
1 parent 6bff1aa commit f178264
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f178264

Please sign in to comment.