Skip to content

Commit

Permalink
Travis-CI initial implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman authored and lukasj committed May 25, 2021
1 parent 6f2c868 commit 7274f8b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
language: java
dist: focal

env:
global:
- MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

jobs:
allow_failures:
- jdk: openjdk-ea

jdk:
- openjdk11
- openjdk-ea
Expand All @@ -33,6 +25,5 @@ script:
- echo 'RUNNING TESTS, BE PATIENT...'
- echo 'ENVIRONMENT:'
- env
- set -o pipefail
- cd oracleddlparser
- mvn clean install -Dgpg.skip=true -Poss-release
- mvn clean package -Dgpg.skip=true -Poss-release

0 comments on commit 7274f8b

Please sign in to comment.