Skip to content

Commit 199f3dc

Browse files
cgdeckerJimfs Team
authored and
Jimfs Team
committed
Add travis config for guava-beta-checker and fix deploy_snapshot.sh for jimfs to actually work with the JDKs we're building with on travis.
PiperOrigin-RevId: 328760873
1 parent 2705e66 commit 199f3dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424
- secure: "bTcwsovwxPXplZysfwgNkTR3hfHjb7UvWMlxeEkHHt3GQiZxIDKkiJbgW2mHAG/e/H0wfKQyujeCgQwxn1fa5ttR+UbGz+TIIY2tgjpIFkSbBRzlNGOO0Y23wQpFXXUv3lAY//cV1pa0HlCz+IWNq7ZqPZAoReDAkxExbbmydtE="
2525
- secure: "JZnVEfpNSCLBZQg1MP7MuhzP9H8t2gGUU4salm5VsRKck27fgg1HwBxADolcVeON2k+2masSKLEQPkeYQizc/VN5hZsCZpTgYjuMke1ZLe1v0KsIdH3Rdt77fhhTqiT1BEkMV8tlBwiraYZz+41iLo+Ug5yjgfmXXayDjYm4h4w="
2626

27-
2827
branches:
2928
only:
3029
- master

util/deploy_snapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e -u
66

77
if [ "$TRAVIS_REPO_SLUG" == "google/jimfs" ] && \
8-
[ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && \
8+
[ "$TRAVIS_JDK_VERSION" == "openjdk8" ] && \
99
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
1010
[ "$TRAVIS_BRANCH" == "master" ]; then
1111
echo "Publishing Maven snapshot..."

0 commit comments

Comments
 (0)