Skip to content

Commit 825a8df

Browse files
committed
Try fixing multi-stage build
1 parent f600f67 commit 825a8df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: scala
22
sudo: false
3-
jdk:
4-
- oraclejdk8
3+
jdk: oraclejdk8
54

65
jobs:
76
include:
@@ -10,7 +9,7 @@ jobs:
109
- stage: deploy
1110
name: Deploy to Bintray
1211
script: skip
13-
if: (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(\-.*)?) AND env(TRAVIS_PULL_REQUEST) = 'false'
12+
if: tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(\-.*)?
1413
deploy:
1514
provider: script
1615
script: sbt ';+publish'

0 commit comments

Comments
 (0)