Skip to content

Commit

Permalink
fix GitHub Actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jul 12, 2020
1 parent 527f5dd commit 6271dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B -V -Prun-its clean verify jacoco:report
- name: Publish coverage reports
needs: Build
run: mvn coveralls:report
run: mvn -B -V -Prun-its clean verify
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ before_script:
- export MAVEN_SKIP_RC=true
jdk:
- oraclejdk11
# oraclejdk10 not included for being deprecated
- oraclejdk9
- oraclejdk8
- openjdk11
- openjdk10
- openjdk9
- openjdk8
# skip installation step entirely
install: true
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Documentation::

Build / Infrastructure::

* Updated maven-release-plugin version (3.0.0-M1) and POM scm configuration to simplify release process
* Updated maven-release-plugin version (3.0.0-M1) and POM scm configuration to simplify release process
* Adds GitHub Actions build for Linux, Windows, MacOS and Java 8, 11 (#452, #453)

0 comments on commit 6271dfb

Please sign in to comment.