Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Feb 21, 2020
1 parent f47d7e5 commit b225f70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git:

stages:
- name: test
if: (branch = master AND type = push) OR (tag IS present)
- name: release
if: (branch = master AND type = push) OR (tag IS present)
- name: native-launchers
Expand All @@ -22,6 +23,8 @@ jobs:
script: sbt ci-release

- stage: native-launchers
env:
- TRAVIS_TAG=v1.0.3
before_install:
- &setup_cs bash -x <(curl https://github.com/coursier/ci-scripts/raw/master/travis-ci-setup-cs.sh) --graalvm
script:
Expand All @@ -40,6 +43,8 @@ jobs:
tags: true

- stage: native-launchers
env:
- TRAVIS_TAG=v1.0.3
os: windows
language: shell
before_install: *setup_cs
Expand All @@ -50,6 +55,8 @@ jobs:
<<: *deploy_base

- stage: native-launchers
env:
- TRAVIS_TAG=v1.0.3
os: osx
language: shell
before_install: *setup_cs
Expand Down

0 comments on commit b225f70

Please sign in to comment.