Skip to content

Commit 4acb8d5

Browse files
committed
Attempt to cleanup stages
1 parent f5328c1 commit 4acb8d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ jdk: openjdk11
44
scala:
55
- 2.13.1
66

7-
stages:
8-
- test
9-
- name: release
10-
- if: tag =~ ^v
11-
127
jobs:
138
include:
149
- stage: test
1510
script:
1611
- sbt +test +publishLocal
1712
- cd example && sbt compileStatics
1813
- stage: release
14+
if: tag =~ ^v
1915
script:
2016
- openssl aes-256-cbc -K $encrypted_f00a6d0a0202_key -iv $encrypted_f00a6d0a0202_iv
2117
-in travis/travis.gpg.enc -out travis/travis.gpg -d

0 commit comments

Comments
 (0)