From 185c4c9162f5f3c0e156f26f6ddbab0db302cc2f Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 16 Oct 2019 14:47:48 +0900 Subject: [PATCH] chore: Remove travis It's been too slow to run recently. It's safe to remove since we have Azure Pipelines doing the same checks. --- .travis.yml | 29 ----------------------------- README.md | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 251418d94e..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: node_js - -os: - - linux - - osx - -dist: xenial -osx_image: xcode10.2 - -services: - - xvfb - -node_js: - - '12' - -cache: - - npm - - yarn - -before_install: - - yarn global add lerna - -install: - - travis_retry yarn bootstrap - -script: - - git diff --exit-code yarn.lock - - CI=false yarn build - - yarn test diff --git a/README.md b/README.md index be642ea1c2..913f9fdff6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Nervos CKB Desktop Wallet [![Azure Pipelines Build Status](https://dev.azure.com/nervosnetwork/neuron/_apis/build/status/nervosnetwork.neuron?branchName=develop)](https://dev.azure.com/nervosnetwork/neuron/_build/latest?definitionId=8&branchName=develop) -[![TravisCI](https://travis-ci.com/nervosnetwork/neuron.svg?branch=develop)](https://travis-ci.com/nervosnetwork/neuron) [![Telegram Group](https://cdn.rawgit.com/Patrolavia/telegram-badge/8fe3382b/chat.svg)](https://t.me/nervos_ckb_dev) ---