Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 22c0786

Browse files
committed
Removed Travis timeout for integration test
1 parent 5fb70cc commit 22c0786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- jdk: oraclejdk8
1313
script: mvn test
1414
- jdk: oraclejdk8
15-
script: travis_wait 15 mvn verify
15+
script: mvn verify
1616
deploy:
1717
provider: script
1818
script: ./scripts/deploy.sh

0 commit comments

Comments
 (0)