Skip to content

Commit

Permalink
Try automated travis release (4).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran O'Reilly committed Apr 19, 2019
1 parent fd733c6 commit e7296d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ stages:
- name: release
if: (branch =~ /^ctjoreilly.*/)

addons:
postgresql: "9.6"
srcclr: true

before_install:
# Ensure the settings we want to use are in place before running the default mvn install
- cp ./travis/maven-settings.xml $HOME/.m2/settings.xml
Expand All @@ -34,6 +30,9 @@ before_install:
jobs:
include:
- stage: test
addons:
postgresql: "9.6"
srcclr: true
before_script:
- export TZ=America/Los_Angeles
- date
Expand Down

0 comments on commit e7296d3

Please sign in to comment.