Skip to content

Commit

Permalink
Update regex to actually match go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 authored Apr 9, 2018
1 parent bef3d6a commit 3189c0c
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
Expand Up @@ -35,7 +35,7 @@ after_success:
env:
global:
- "PATH=$PATH:$HOME/local/bin"
- GO_VERSION_TO_DIFF_TEST="go version go1\.9\.[0-9]+ linux/amd64"
- GO_VERSION_TO_DIFF_TEST="go version go1\.9\.[0-9]\+ linux/amd64"
matrix:
- GATEWAY_PLUGIN_FLAGS=
- GATEWAY_PLUGIN_FLAGS=request_context=false

0 comments on commit 3189c0c

Please sign in to comment.