diff --git a/.travis.yml b/.travis.yml index 241431eaf..17880a922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,9 +65,8 @@ script: - if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-cpu-ppc-tests; fi # - if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-cpu-ppc-tests --log_file=stdout; fi - # TODO(DrChat): Enable builds in the future. # Build all of xenia. - #- ./xenia-build build --config=debug + - if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG; fi # All tests (without haswell support). #- ./xenia-build test --config=debug --no-build -- --enable_haswell_instructions=false # All tests (with haswell support).