Skip to content

Commit 86bb34e

Browse files
committed
Don't run tests on tag runs again
1 parent 51ac68f commit 86bb34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scala:
77
jobs:
88
include:
99
- stage: test
10-
if: !(tag =~ ^v)
10+
if: NOT tag =~ ^v
1111
script:
1212
- sbt +test +publishLocal
1313
- cd example && sbt +compileStatics

0 commit comments

Comments
 (0)