summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDr. Chat <arkolbed@gmail.com>2018-05-05 17:11:18 -0500
committerDr. Chat <arkolbed@gmail.com>2018-05-05 17:13:09 -0500
commit53be87f6ba4008ff01d0811d29602606b250045d (patch)
tree51f1ddb04be0b4087abdc24bae4ec3721e325b8b /.travis.yml
parentc5dbcc7e80bfa6b859a13799baf540495fec63d4 (diff)
parent30f8fe7bb0d02bf1e09ec139e97c1a4d51defde8 (diff)
Merge mastertexsplit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 430b2f08a..87823fa70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ script:
# Run linter.
- if [[ $LINT == true ]]; then ./xenia-build lint --all; fi
- # Build and run our simple hello world test.
+ # Build and run base tests
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-base-tests; fi
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-base-tests; fi
# Build and run ppc tests