mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
Travis: comment out self-host tests in master.
This commit is contained in:
parent
fbcf24ee39
commit
2cba0ca0b1
@ -61,9 +61,10 @@ script:
|
||||
- ./.travis_test.sh test ${IMPL}
|
||||
- cat test.err || true; rm -f test.err
|
||||
|
||||
# NOTE: use self-host-test branch
|
||||
# Self-hosted tests
|
||||
- ./.travis_test.sh test mal ${IMPL}
|
||||
- cat test.err || true; rm -f test.err
|
||||
#- ./.travis_test.sh test mal ${IMPL}
|
||||
#- cat test.err || true; rm -f test.err
|
||||
|
||||
# Performance tests
|
||||
#- ./.travis_test.sh perf ${IMPL}
|
||||
|
Loading…
Reference in New Issue
Block a user