Skip to content

Commit

Permalink
Master branch builds
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sloka <steves@heptio.com>
  • Loading branch information
stevesloka committed May 23, 2018
1 parent 10545ad commit 30e7fab
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.8
- "1.10"

sudo: required

Expand All @@ -11,4 +11,10 @@ services:
script:
- make check
- make test
- make build
- make build

deploy:
provider: script
script: hack/image_push.sh
on:
branch: master

0 comments on commit 30e7fab

Please sign in to comment.