summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6274ae854..0c5292d43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ branches:
install:
- sudo ./install
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
- brew install go
- brew install dmd
- brew install rust
+ brew install go;
+ brew install dmd;
+ brew install rust;
fi
script: