travis: enable all tests on the gcc build again
this is possible because the build parallelism has sped things up enough
This commit is contained in:
parent
3c69e774f9
commit
db12a4874a
1 changed files with 3 additions and 4 deletions
|
@ -45,6 +45,9 @@ before_install:
|
|||
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
|
||||
- if [ "$BUILD" = 4 ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations"; fi
|
||||
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$BUILD" = 4 ]; then export WML_TESTS=false; fi
|
||||
- if [ "$BUILD" = 4 ]; then export PLAY_TEST=false; fi
|
||||
- if [ "$BUILD" = 4 ]; then export CHECK_UTF8=false; fi
|
||||
|
||||
- if [ "$BUILD" = 5 ]; then export NLS=true; fi
|
||||
- if [ "$BUILD" = 5 ]; then export TARGETS="translations"; fi
|
||||
|
@ -52,10 +55,6 @@ before_install:
|
|||
- if [ "$BUILD" = 5 ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$BUILD" = 5 ]; then export PLAY_TEST=false; fi
|
||||
|
||||
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export PLAY_TEST=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CHECK_UTF8=false; fi
|
||||
|
||||
install:
|
||||
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"
|
||||
- time sudo apt-get update -qq
|
||||
|
|
Loading…
Add table
Reference in a new issue