diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-07-14T16·25+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14T16·25+0200 |
commit | 15e8bd3bcb9b458ad3bc6188bdf531ecb6d65c4a (patch) | |
tree | ca02e7f35a6348de3b767e1d556c56d11ed106a7 /.travis.yml | |
parent | 112ff7833d4f3a233755b2fe856b2eb2b3723254 (diff) | |
parent | e0d39c8dc47af203ef0647c277e0e26f3b9176d4 (diff) |
Merge pull request #1466 from grahamc/nix-master-darwin-install
Multi-user installer for Darwin (master edition)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..99218a963cbd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +os: osx +script: ./tests/install-darwin.sh |