Skip to content

Commit

Permalink
Travis: Fix whitespace, add ./gradlew build
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 26, 2021
1 parent ac84ab8 commit b715c0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ cache:
- $HOME/.gradle/wrapper/

install:
- sudo apt-get update
- sudo apt-get install graphviz
- ./test-download-omnicore-ubuntu.sh
- sudo apt-get update
- sudo apt-get install graphviz
- ./test-download-omnicore-ubuntu.sh

script:
- ./test-run-regtest.sh
- ./gradlew build
- ./test-run-regtest.sh

jdk:
- openjdk8
Expand Down

0 comments on commit b715c0e

Please sign in to comment.