Commit 66938c5a by Neslisah Torosdagli

wait time increased for the install

parent 39a7fc37
...@@ -43,7 +43,7 @@ addons: ...@@ -43,7 +43,7 @@ addons:
packages: packages:
- clang-3.6 - clang-3.6
install: install: travis_wait 30 mvn install
# Make sure that clang-3.6 is selected on Linux. # Make sure that clang-3.6 is selected on Linux.
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "clang" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "clang" ]]; then
export CC=clang-3.6 CXX=clang++-3.6; export CC=clang-3.6 CXX=clang++-3.6;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment