Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ env:
MAVEN_SKIP="-Pskip-static-checks -Ddruid.console.skip=true -Dmaven.javadoc.skip=true"
- MAVEN_SKIP_TESTS="-Pskip-tests"

addons:
apt:
packages:
- maven

# Add various options to make 'mvn install' fast and skip javascript compile (-Ddruid.console.skip=true) since it is not
# needed. Depending on network speeds, "mvn -q install" may take longer than the default 10 minute timeout to print any
# output. To compensate, use travis_wait to extend the timeout.
Expand Down Expand Up @@ -132,6 +137,11 @@ jobs:
- <<: *package
name: "(openjdk11) packaging check"
jdk: openjdk11

- <<: *package
name: "Build and test on ARM64 CPU architecture"
arch: arm64
jdk: openjdk11

- &test_processing_module
name: "(openjdk8) processing module test"
Expand Down