Skip to content

Commit

Permalink
Merge branch 'release-2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Jul 7, 2020
2 parents 2d07a53 + 383b761 commit 63c16a1
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 82 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
dist: xenial
language: java
jdk:
- oraclejdk8
- openjdk8
- openjdk11
- openjdk-ea

matrix:
allow_failures:
- jdk: openjdk-ea

env:
global:
- DEPLOY_JDK=oraclejdk8
- DEPLOY_JDK=openjdk8
- DEPLOY_REPO=jdemetra/jwsacruncher
- DEPLOY_BIN=target/*bin.zip
- DEPLOY_BIN=target/binaries/*

deploy:
# Maven snapshots from develop branch
Expand Down
Loading

0 comments on commit 63c16a1

Please sign in to comment.