There was an error while loading. Please reload this page.
1 parent a8fcfac commit 53f4a6dCopy full SHA for 53f4a6d
.travis.yml
@@ -6,7 +6,7 @@ before_install:
6
stages:
7
- name: test
8
- name: release
9
- if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
+ if: ((branch = master AND type = push) OR (tag IS present)) AND repo=kellydavid/scala-server-lambda
10
11
jobs:
12
include:
@@ -16,4 +16,4 @@ jobs:
16
# - name: formatting
17
# script: ./bin/scalafmt --test
18
- stage: release # Only runs if previous stages pass
19
- script: sbt ci-release
+ script: sbt version ci-release
0 commit comments