Skip to content

Commit 01eb7a9

Browse files
committed
Fix syntax
1 parent 147322b commit 01eb7a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: java
22

33
script:
4-
./gradlew check
5-
./gradlew aggregatedJavadocs
4+
- ./gradlew check
5+
- ./gradlew aggregatedJavadocs
66

77
deploy:
88
provider: pages

0 commit comments

Comments
 (0)