mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
ed0148bfee
This change removes the custom `script` command, falling back to Travis CI's default Maven script command, which, per [1] is: mvn test -B The effect is that tests should now be run, which is particularly useful for incoming pull requests. See https://github.com/bisq-network/exchange/pull/1309#issuecomment-363776458 for context. [1]: https://docs.travis-ci.com/user/languages/java/#Maven-Default-Script-Command
10 lines
302 B
YAML
10 lines
302 B
YAML
language: java
|
|
jdk: oraclejdk8
|
|
|
|
notifications:
|
|
slack:
|
|
rooms:
|
|
- secure: H82Q57T5nRNDfVnxzlWZ2WoeGt71oq2eJGHbqJ4wP2tIc8b02UO9bztPKFxbm9slMu0JjxZdJfnHSgNZKfPVXrTqwPYRVjKqm7m9TynIlkQabV+yCI/oRvy4Xi/Xj7/aPvZat4s/bxjrtw9KwVdpmqWvRNNSgiTqQ4teBJ1uQGs=
|
|
on_success: change
|
|
on_failure: always
|