Skip to content

Commit

Permalink
update go in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno committed Mar 26, 2020
1 parent 72367cd commit 65e2df1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ matrix:
include:
- php: 7.2
env: SW_VERSION="4.4.16"
go: 1.13.x
- php: 7.3
env: SW_VERSION="4.4.16"
go: 1.13.x
- php: 7.4
env: SW_VERSION="4.4.16"
go: 1.13.x

services: {}

Expand All @@ -22,6 +19,7 @@ before_install:
- export PHP_MINOR="$(`phpenv which php` -r 'echo phpversion();' | cut -d '.' -f 2)"
- echo $PHP_MAJOR
- echo $PHP_MINOR
- eval "$(gimme 1.13.1)"
- go version

install:
Expand Down

0 comments on commit 65e2df1

Please sign in to comment.