Skip to content

Commit

Permalink
Merge d0c597a into d7cadd1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Jul 2, 2017
2 parents d7cadd1 + d0c597a commit da95f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: go
sudo: false

before_install:
- go get github.com/golang/dep/cmd/dep
Expand All @@ -8,6 +9,8 @@ before_install:
matrix:
fast_finish: true
include:
- go: 1.7
script: make test
- go: 1.8
script: make test

Expand Down

0 comments on commit da95f1f

Please sign in to comment.