Skip to content

Commit

Permalink
run bootstrap on travis
Browse files Browse the repository at this point in the history
Fixes NixOS#14
  • Loading branch information
LnL7 committed Jan 9, 2018
1 parent 5303f80 commit b074b66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ language: nix
matrix:
include:
- os: osx
osx_image: xcode8.2
osx_image: xcode8.3 # 10.12
script:
- nix-build ./release.nix -I darwin=. -A examples.simple
- nix-build ./release.nix -I darwin=. -A tests
- yes | ./bootstrap.sh --create-daemon-users
- os: osx
osx_image: xcode7.3
osx_image: xcode7.3 # 10.11
script:
- nix-build ./release.nix -I darwin=. -A examples.simple
- nix-build ./release.nix -I darwin=. -A tests
- yes | ./bootstrap.sh --create-daemon-users

0 comments on commit b074b66

Please sign in to comment.