mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update .travis.yml
macOS not needed
This commit is contained in:
parent
f839899618
commit
41ec32afdd
1 changed files with 0 additions and 9 deletions
|
|
@ -25,15 +25,6 @@ jobs:
|
||||||
- sudo chown root:$USER /etc/fuse.conf
|
- sudo chown root:$USER /etc/fuse.conf
|
||||||
- go run build/ci.go install
|
- go run build/ci.go install
|
||||||
- go run build/ci.go test -coverage
|
- go run build/ci.go test -coverage
|
||||||
- os: osx
|
|
||||||
sudo: false
|
|
||||||
go: '1.10'
|
|
||||||
script:
|
|
||||||
- unset -f cd
|
|
||||||
- brew update
|
|
||||||
- brew cask install osxfuse
|
|
||||||
- go run build/ci.go install
|
|
||||||
- go run build/ci.go test -coverage
|
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
os: linux
|
os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue