Skip to content

Commit

Permalink
updated travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Wilhelm committed Jun 12, 2017
1 parent f37d0b5 commit 05703f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
dist: trusty
language: go
go:
- 1.8
install: /bin/true
script: make test
before_script:
- export VERSION=`cat VERSION`
before_deploy: make build
script: make test build
deploy:
skip_cleanup: true
provider: releases
Expand Down

0 comments on commit 05703f5

Please sign in to comment.