Skip to content

Commit 51ac68f

Browse files
committed
Don't run tests on tag runs
1 parent 18351b8 commit 51ac68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ scala:
77
jobs:
88
include:
99
- stage: test
10+
if: !(tag =~ ^v)
1011
script:
1112
- sbt +test +publishLocal
1213
- cd example && sbt +compileStatics

0 commit comments

Comments
 (0)