|
|
@ -14,7 +14,6 @@ matrix: |
|
|
|
- go run build/ci.go install |
|
|
|
- go run build/ci.go install |
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES |
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES |
|
|
|
|
|
|
|
|
|
|
|
# These are the latest Go versions. |
|
|
|
|
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
sudo: required |
|
|
|
sudo: required |
|
|
@ -26,8 +25,20 @@ matrix: |
|
|
|
- go run build/ci.go install |
|
|
|
- go run build/ci.go install |
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES |
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# These are the latest Go versions. |
|
|
|
|
|
|
|
- os: linux |
|
|
|
|
|
|
|
dist: trusty |
|
|
|
|
|
|
|
sudo: required |
|
|
|
|
|
|
|
go: 1.11.x |
|
|
|
|
|
|
|
script: |
|
|
|
|
|
|
|
- sudo modprobe fuse |
|
|
|
|
|
|
|
- sudo chmod 666 /dev/fuse |
|
|
|
|
|
|
|
- sudo chown root:$USER /etc/fuse.conf |
|
|
|
|
|
|
|
- go run build/ci.go install |
|
|
|
|
|
|
|
- go run build/ci.go test -coverage $TEST_PACKAGES |
|
|
|
|
|
|
|
|
|
|
|
- os: osx |
|
|
|
- os: osx |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
script: |
|
|
|
script: |
|
|
|
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703 |
|
|
|
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703 |
|
|
|
- go run build/ci.go install |
|
|
|
- go run build/ci.go install |
|
|
@ -36,7 +47,7 @@ matrix: |
|
|
|
# This builder only tests code linters on latest version of Go |
|
|
|
# This builder only tests code linters on latest version of Go |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- lint |
|
|
|
- lint |
|
|
|
git: |
|
|
|
git: |
|
|
@ -47,7 +58,7 @@ matrix: |
|
|
|
# This builder does the Ubuntu PPA upload |
|
|
|
# This builder does the Ubuntu PPA upload |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- ubuntu-ppa |
|
|
|
- ubuntu-ppa |
|
|
|
git: |
|
|
|
git: |
|
|
@ -66,7 +77,7 @@ matrix: |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
sudo: required |
|
|
|
sudo: required |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- azure-linux |
|
|
|
- azure-linux |
|
|
|
git: |
|
|
|
git: |
|
|
@ -100,7 +111,7 @@ matrix: |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
services: |
|
|
|
services: |
|
|
|
- docker |
|
|
|
- docker |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- azure-linux-mips |
|
|
|
- azure-linux-mips |
|
|
|
git: |
|
|
|
git: |
|
|
@ -144,7 +155,7 @@ matrix: |
|
|
|
git: |
|
|
|
git: |
|
|
|
submodules: false # avoid cloning ethereum/tests |
|
|
|
submodules: false # avoid cloning ethereum/tests |
|
|
|
before_install: |
|
|
|
before_install: |
|
|
|
- curl https://storage.googleapis.com/golang/go1.10.3.linux-amd64.tar.gz | tar -xz |
|
|
|
- curl https://storage.googleapis.com/golang/go1.11.linux-amd64.tar.gz | tar -xz |
|
|
|
- export PATH=`pwd`/go/bin:$PATH |
|
|
|
- export PATH=`pwd`/go/bin:$PATH |
|
|
|
- export GOROOT=`pwd`/go |
|
|
|
- export GOROOT=`pwd`/go |
|
|
|
- export GOPATH=$HOME/go |
|
|
|
- export GOPATH=$HOME/go |
|
|
@ -161,7 +172,7 @@ matrix: |
|
|
|
|
|
|
|
|
|
|
|
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads |
|
|
|
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads |
|
|
|
- os: osx |
|
|
|
- os: osx |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- azure-osx |
|
|
|
- azure-osx |
|
|
|
- azure-ios |
|
|
|
- azure-ios |
|
|
@ -190,7 +201,7 @@ matrix: |
|
|
|
# This builder does the Azure archive purges to avoid accumulating junk |
|
|
|
# This builder does the Azure archive purges to avoid accumulating junk |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
dist: trusty |
|
|
|
go: 1.10.x |
|
|
|
go: 1.11.x |
|
|
|
env: |
|
|
|
env: |
|
|
|
- azure-purge |
|
|
|
- azure-purge |
|
|
|
git: |
|
|
|
git: |
|
|
|