We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18351b8 commit 51ac68fCopy full SHA for 51ac68f
.travis.yml
@@ -7,6 +7,7 @@ scala:
7
jobs:
8
include:
9
- stage: test
10
+ if: !(tag =~ ^v)
11
script:
12
- sbt +test +publishLocal
13
- cd example && sbt +compileStatics
0 commit comments