aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a840dad..fe2aaf6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,10 +75,10 @@ install: >
before_script: >
source zjs-env.sh &&
- if [ "$TARGET" != "linux" ]; then
+ if [[ "$TARGET" != "linux" ]]; then
make update &&
source deps/zephyr/zephyr-env.sh;
- else
+ elif [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
export CXX="g++-5" CC="gcc-5";
fi