Skip to content

Commit

Permalink
#37: Switch CI from oraclejdk to openjdk (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Jun 28, 2019
1 parent 738fce4 commit 0a12961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
language: java

jdk:
- oraclejdk8
- oraclejdk11
- openjdk8
- openjdk11

sudo: required

Expand All @@ -51,14 +51,14 @@ jobs:
include:
- stage: site
if: branch = master AND repo = bonitoo-io/influxdb-client-java AND type IN (push)
jdk: oraclejdk8
jdk: openjdk8
script:
- ./scripts/influxdb-restart.sh
- ./scripts/publish-site.sh

- stage: deploy
if: branch = master AND repo = bonitoo-io/influxdb-client-java AND type IN (push)
jdk: oraclejdk8
jdk: openjdk8
script: skip
deploy:
provider: script
Expand All @@ -67,7 +67,7 @@ jobs:

- stage: GitHub release
if: tag IS present AND repo = bonitoo-io/influxdb-client-java AND type IN (push)
jdk: oraclejdk8
jdk: openjdk8
script:
- echo "GitHub Release"
- OWNER="$(echo "$TRAVIS_REPO_SLUG" | cut -f1 -d/)"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Features
1. [#34](https://github.com/bonitoo-io/influxdb-client-java/issues/34): Auto-configure client from configuration file

### CI
1. [#37](https://github.com/bonitoo-io/influxdb-client-java/issues/37): Switch CI from oraclejdk to openjdk

## 1.0.0.M1

### Features
Expand Down

0 comments on commit 0a12961

Please sign in to comment.