Skip to content
This repository has been archived by the owner on Sep 1, 2018. It is now read-only.

Commit

Permalink
CI: drop Go 1.7, add 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Sep 8, 2017
1 parent df54f9b commit d7e7372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.7.x
- 1.8.x
- 1.9.x

go_import_path: mvdan.cc/interfacer

0 comments on commit d7e7372

Please sign in to comment.