summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-27 11:26:54 +0800
committerruki <[email protected]>2017-02-27 11:26:54 +0800
commitd9d5397a66cf5b18c5a0b98a84643f8579ea985d (patch)
treef5a339348a8cedbc5351d72b4e3f2e8218227185
parent2553386cdc1ab5c3a06072216997d494a086dd74 (diff)
fix travis
-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: