summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-14 13:36:25 +0800
committerTitanSnow <[email protected]>2017-05-14 13:36:25 +0800
commit428f22e4b57c1caa4f8b1590184993cca5cd4b18 (patch)
tree211b44c85137231eebebedced3755403994d5727
parent23ca0c331b5983b5eec20d810b8fae33c99d2649 (diff)
install dmd & rust on macOS
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ac3b85454..38bb9b311 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,9 @@ before_install:
- source .travis/setenv_lua.sh
- luarocks install luacov
+install:
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd rust; fi
+
script:
- scripts/get.sh __local__
- xmake lua versioninfo