Skip to content

Commit

Permalink
update travis.yml and corresponding matrix/jobs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed May 28, 2020
1 parent 188245a commit 221f0fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- pip3 install -r requirements.txt
- python3 ./generate-matrix.py >/dev/null && git diff --exit-code
os: linux
dist: bionic
env:
jobs:
Expand All @@ -13,6 +12,7 @@ env:
- TOMCAT_VERSION=9.0 TOMCAT_JAVA_VERSION=jdk8-openjdk TOMCAT_BASE_IMAGE= LUCEE_MINOR=5.2,5.3 LUCEE_SERVER=,-nginx LUCEE_VARIANTS=,-light
- TOMCAT_VERSION=9.0 TOMCAT_JAVA_VERSION=jdk11-openjdk TOMCAT_BASE_IMAGE= LUCEE_MINOR=5.2,5.3 LUCEE_SERVER=,-nginx LUCEE_VARIANTS=,-light
language: python
os: linux
python: 3.6
script:
- echo $LUCEE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main():
config = {
**matrix['travis'],
'env': {
'matrix': travis_env_rows,
'jobs': travis_env_rows,
},
}

Expand Down
3 changes: 2 additions & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
travis:
sudo: required
services:
- docker
language: python
python: 3.6
dist: bionic
os: linux
before_script:
- 'echo TRAVIS_BRANCH: $TRAVIS_BRANCH'
- 'echo TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST'
Expand Down

0 comments on commit 221f0fc

Please sign in to comment.