Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Update Travis build
Browse files Browse the repository at this point in the history
- updated build to use Trusty distribution
- added matrix to include all the folders
  • Loading branch information
mkrzyzanowski committed Jul 22, 2019
1 parent 4cfd1a5 commit 8d9a357
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: java
dist: trusty
jdk:
- oraclejdk8

addons:
apt:
packages:
- oracle-java8-installer

install: true

sudo: false
script:
- cd Aem64 && ./gradlew clean assemble
env:
- DIR=Aem64
- DIR=aem64sp2
- DIR=aem65

script: "cd $DIR && ./gradlew clean assemble"

0 comments on commit 8d9a357

Please sign in to comment.