mirror of https://gitee.com/bigwinds/arangodb
try different compiler on travisCI
This commit is contained in:
parent
ddfb5c965d
commit
62c14451be
|
@ -15,9 +15,9 @@ install:
|
|||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
|
||||
|
||||
# clang 3.4
|
||||
- if [ "$CXX" == "clang++" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.4; fi
|
||||
- if [ "$CXX" == "clang++" ]; then export CXX="clang++-3.4"; fi
|
||||
# clang 3.5
|
||||
- if [ "$CXX" == "clang++" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.5; fi
|
||||
- if [ "$CXX" == "clang++" ]; then export CXX="clang++-3.5"; fi
|
||||
|
||||
before_script: "bash -c Installation/travisCI/before_script.sh"
|
||||
script: "bash -c Installation/travisCI/script.sh"
|
||||
|
|
Loading…
Reference in New Issue