Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add travis setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Jan 19, 2017
1 parent cace675 commit 509cf4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
language: go
go:
- 1.7.4
- 1.8rc1
- tip

os:
- linux

sudo: false

install:
- go get -v github.com/Masterminds/glide

script:
- make bundle
- make check

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ fmt:
@echo $(TARGETS_NOVENDOR) | xargs go fmt

check:
go test $(TARGETS_NOVENDOR)
go test -v $(TARGETS_NOVENDOR)

clean:
rm -rf bin/*

0 comments on commit 509cf4f

Please sign in to comment.