Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prearo authored Sep 7, 2022
1 parent 97bd449 commit 5e65ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ language: java
jdk:
- openjdk11

before_install:
- chmod +x gradlew

jobs:
include:
- os: linux
script:
- chmod +x runtest.sh
- ./runtest.sh
- os: osx
script:
- chmod +x runtest.sh
- ./runtest.sh
- os: windows
script:
Expand Down

0 comments on commit 5e65ec9

Please sign in to comment.