Skip to content

Commit 53f4a6d

Browse files
authored
Update .travis.yml
1 parent a8fcfac commit 53f4a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
stages:
77
- name: test
88
- name: release
9-
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
9+
if: ((branch = master AND type = push) OR (tag IS present)) AND repo=kellydavid/scala-server-lambda
1010

1111
jobs:
1212
include:
@@ -16,4 +16,4 @@ jobs:
1616
# - name: formatting
1717
# script: ./bin/scalafmt --test
1818
- stage: release # Only runs if previous stages pass
19-
script: sbt ci-release
19+
script: sbt version ci-release

0 commit comments

Comments
 (0)