From 5feebbf41a868e858fced3123d45e12c1d2dedeb Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Mon, 13 Jun 2016 18:48:56 -0500 Subject: [PATCH] Travis: Only do linting for now. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27fb09fbf..1edd9aa15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,10 @@ script: - ./xenia-build lint --all # Run style checker. #- ./xenia-build style + # TODO(DrChat): Enable builds in the future. # Build and run our simple hello world test. - - ./xenia-build build --config=debug --target=xenia-base-tests - - ./build/bin/Linux/Debug/xenia-base-tests + # - ./xenia-build build --config=debug --target=xenia-base-tests + # - ./build/bin/Linux/Debug/xenia-base-tests # Build all of xenia. #- ./xenia-build build --config=debug # All tests (without haswell support).