Remove ppc64le support from .travis.yml (#6180)

Travis CI for ppc64le stays in queued state.
Removing the support for now.
This commit is contained in:
kannappanr 2018-07-20 18:39:55 -07:00 committed by Harshavardhana
parent 36ab615518
commit 7b91bd71fe

View file

@ -22,18 +22,6 @@ matrix:
- make coverage
- node --version
- cd browser && yarn && yarn test && cd ..
- os: linux-ppc64le
env:
- ARCH=ppc64le
go: 1.10.1
script:
- make
- diff -au <(gofmt -s -d cmd) <(printf "")
- diff -au <(gofmt -s -d pkg) <(printf "")
- make test GOFLAGS="-timeout 15m -v"
- make coverage
- node --version
- cd browser && yarn && yarn test && cd ..
before_install:
- nvm install stable