Skip to content

Commit

Permalink
Merge branch 'master' into features/golang-1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minimum2scp committed Feb 17, 2017
2 parents 8c1a2b2 + f46b0b7 commit c0b345d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: go
sudo: false
addons:
apt:
sources:
- sourceline: 'ppa:masterminds/glide'
packages:
- glide
go:
- 1.8
- tip
install:
- go get github.com/golang/lint/golint
- curl https://glide.sh/get | sh
- glide install
script:
- golint .
Expand Down

0 comments on commit c0b345d

Please sign in to comment.