mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Fix deploy.sh path and disable 1.9, coverage
This commit is contained in:
parent
3a95919100
commit
fd82fd0402
1 changed files with 4 additions and 14 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -3,16 +3,6 @@ go_import_path: github.com/ethereum/go-ethereum
|
|||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
go: 1.9.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
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
|
@ -22,9 +12,9 @@ matrix:
|
|||
- 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
|
||||
- go run build/ci.go test
|
||||
before_deploy:
|
||||
- sh .ci/deploy.sh
|
||||
- sh build/deploy.sh
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
@ -45,9 +35,9 @@ matrix:
|
|||
- brew install caskroom/cask/brew-cask
|
||||
- brew cask install osxfuse
|
||||
- go run build/ci.go install
|
||||
- go run build/ci.go test -coverage
|
||||
- go run build/ci.go test
|
||||
before_deploy:
|
||||
- sh .ci/deploy.sh
|
||||
- sh build/deploy.sh
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
|
|||
Loading…
Reference in a new issue