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 e396858 commit 49ffa1aCopy full SHA for 49ffa1a
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
go:
3
- - 1.8.x
+ - 1.9.x
4
install:
5
- nvm install 7
6
- node -v && npm -v
@@ -10,9 +10,10 @@ install:
10
- glide install
11
before_script:
12
- go build ./cmd/semantic-release/
13
-script:
14
- - go test -v $(glide novendor)
15
after_success:
16
- ./release
17
notifications:
18
email: false
+branches:
+ except:
19
+ - /^v\d+\.\d+\.\d+$/
0 commit comments