mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:44:05 +00:00
travis: Remove step to compile and run tests.
This commit is contained in:
parent
6a0e19e308
commit
93f8eb8f6f
1 changed files with 1 additions and 3 deletions
|
@ -19,6 +19,4 @@ before_script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
script: make && make test
|
script: make
|
||||||
|
|
||||||
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
|
|
||||||
|
|
Loading…
Reference in a new issue