mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-21 22:13:39 +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
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
script: make && make test
|
||||
|
||||
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
|
||||
script: make
|
||||
|
|
Loading…
Reference in a new issue