diff --git a/.travis.yml b/.travis.yml index fca1e69488..a460a15d79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ stages: - test go: - - 1.10.x - 1.11.x - 1.12.x + - 1.13.x - tip matrix: @@ -15,7 +15,7 @@ matrix: - go: tip include: - stage: diff - go: 1.12.x + go: 1.13.x script: diff -u <(echo -n) <(gofmt -d -s .) before_install: go get -u github.com/kyoh86/richgo