Browse Source

Revert "Increasing the time out in Travis from 10 to 15 minutes when installing Mono."

This reverts commit 625a2c33d0.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/794/head
Dimitar Dobrev 8 years ago
parent
commit
4df0506c38
  1. 2
      .travis.yml

2
.travis.yml

@ -15,7 +15,7 @@ addons: @@ -15,7 +15,7 @@ addons:
- g++-4.8
install:
- travis_wait 15 source build/InstallMono.sh
- source build/InstallMono.sh
- build/InstallNugets.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=build/premake5-linux-64; else PREMAKE=build/premake5-osx; fi

Loading…
Cancel
Save