Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
update Go and bblfshd versions
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <[email protected]>
  • Loading branch information
Denys Smirnov authored and dennwc committed Oct 24, 2018
1 parent 734ba20 commit 675e9da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go
go_import_path: gopkg.in/bblfsh/client-go.v3

env:
- BBLFSHD_VERSION=v2.6.1 BBLFSH_PYTHON_VERSION=v2.2.1
- BBLFSHD_VERSION=v2.9.1 BBLFSH_PYTHON_VERSION=v2.3.0
install:
- |
if [[ $TRAVIS_OS_NAME = linux ]]; then
Expand All @@ -21,7 +21,7 @@ script:
jobs:
include:
- {go: 1.9.x, os: linux, sudo: required, dist: trusty, services: [docker]}
- {go: 1.10.x, os: linux, sudo: required, dist: trusty, services: [docker]}
- {go: 1.9.x, os: osx, osx_image: xcode9.3}
- {go: 1.10.x, os: osx, osx_image: xcode9.3}
- {go: 1.10.x, os: linux, sudo: required, dist: trusty, services: [docker]}
- {go: 1.11.x, os: linux, sudo: required, dist: trusty, services: [docker]}
- {go: 1.10.x, os: osx, osx_image: xcode9.3}
- {go: 1.11.x, os: osx, osx_image: xcode9.3}

0 comments on commit 675e9da

Please sign in to comment.