Skip to content

Commit

Permalink
Debugging Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcg committed Apr 4, 2019
1 parent 40a4b04 commit 131a158
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sudo: false

jdk:
- oraclejdk8
- oraclejdk9
# - oraclejdk10 now deprecated
- oraclejdk11
- openjdk8
- openjdk9
- openjdk10
- openjdk11
# - oraclejdk9
## - oraclejdk10 now deprecated
# - oraclejdk11
# - openjdk8
# - openjdk9
# - openjdk10
# - openjdk11

cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions ci-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

echo $PWD
./gradlew clean build

0 comments on commit 131a158

Please sign in to comment.