1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

add travis-ci config

This commit is contained in:
Daiderd Jordan 2017-02-19 17:44:10 +01:00
parent 7f4fd805f5
commit 48fe73803c
No known key found for this signature in database
GPG key ID: D02435D05B810C96

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: nix
matrix:
include:
- os: osx
osx_image: xcode8.2
script: nix-build ./release.nix -A examples.simple
- os: osx
osx_image: xcode7.3
script: nix-build ./release.nix -A examples.simple