Skip to content

Commit

Permalink
Remove travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Jun 12, 2020
1 parent 465bf4b commit 04ae53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- sdk install java $(sdk list java | grep -o "8\.[0-9\.]*hs-adpt" | head -1)
script:
- "./gradlew clean"
- travis_wait 40 ./gradlew --stacktrace native-cli:distro
- ./gradlew --stacktrace native-cli:distro
deploy:
- provider: script
skip_cleanup: true
Expand All @@ -24,7 +24,7 @@ jobs:
language: java
jdk: openjdk8
script:
- travis_wait 40 ./gradlew --stacktrace native-cli:distro
- ./gradlew --stacktrace native-cli:distro
deploy:
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 04ae53b

Please sign in to comment.