Skip to content

Commit

Permalink
Enable running tests in Travis CI
Browse files Browse the repository at this point in the history
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 bisq-network#1309 (comment)
for context.

[1]: https://docs.travis-ci.com/user/languages/java/#Maven-Default-Script-Command
  • Loading branch information
cbeams committed Feb 8, 2018
1 parent 8d44f75 commit ed0148b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: java
jdk: oraclejdk8

script: mvn clean install -DskipTests

notifications:
slack:
rooms:
Expand Down

0 comments on commit ed0148b

Please sign in to comment.