Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
update travis to use openjdk and have docker as a service and bump ve…
Browse files Browse the repository at this point in the history
…rsion in props
  • Loading branch information
fieldju committed Apr 29, 2019
1 parent 22041aa commit dbd507b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ sudo: required
language: java
dist: trusty
jdk:
- oraclejdk8
- openjdk8
services:
- docker
deploy:
-
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

group=com.nike
artifactId=cerberus-lifecycle-cli
version=4.9.0
version=4.10.0

0 comments on commit dbd507b

Please sign in to comment.