Skip to content

Commit 49ffa1a

Browse files
chore: update go version
1 parent e396858 commit 49ffa1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.8.x
3+
- 1.9.x
44
install:
55
- nvm install 7
66
- node -v && npm -v
@@ -10,9 +10,10 @@ install:
1010
- glide install
1111
before_script:
1212
- go build ./cmd/semantic-release/
13-
script:
14-
- go test -v $(glide novendor)
1513
after_success:
1614
- ./release
1715
notifications:
1816
email: false
17+
branches:
18+
except:
19+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)