From 7b91bd71fe9c3e04e73cb0bb7bcb8b5ddfe212cd Mon Sep 17 00:00:00 2001 From: kannappanr <30541348+kannappanr@users.noreply.github.com> Date: Fri, 20 Jul 2018 18:39:55 -0700 Subject: [PATCH] Remove ppc64le support from .travis.yml (#6180) Travis CI for ppc64le stays in queued state. Removing the support for now. --- .travis.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b34b5005..e7c979c39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,21 +22,9 @@ 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 after_success: -- bash <(curl -s https://codecov.io/bash) \ No newline at end of file +- bash <(curl -s https://codecov.io/bash)