Skip to content

Commit

Permalink
Ask Travis to test Go 1.9 and VIPS 8.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron42net committed Sep 24, 2017
1 parent 660bcf7 commit ba03086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ matrix:
- go: 1.7.6 - go: 1.7.6
env: VIPS_VERSION=8.4.6 GOLINT=true env: VIPS_VERSION=8.4.6 GOLINT=true
- go: 1.8.3 - go: 1.8.3
env: VIPS_VERSION=8.4.6 GOLINT=true env: VIPS_VERSION=8.5.8 GOLINT=true
- go: 1.9
env: VIPS_VERSION=8.5.8 GOLINT=true


before_install: before_install:
- rm -rf $GOPATH/{bin,pkg}/* - rm -rf $GOPATH/{bin,pkg}/*
Expand Down
2 changes: 1 addition & 1 deletion cmd/fotomat/version.go
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (


const ( const (
// FotomatVersion is updated by git-hooks/pre-commit // FotomatVersion is updated by git-hooks/pre-commit
FotomatVersion = "2.7.218" FotomatVersion = "2.7.219"
) )


var ( var (
Expand Down

0 comments on commit ba03086

Please sign in to comment.