From b784579747d34b1c42f997665fbc76e64ae2fb2e Mon Sep 17 00:00:00 2001 From: Chris Wendt Date: Tue, 14 May 2019 15:59:37 -0700 Subject: [PATCH] Upload coverage data --- .travis.yml | 18 ------------------ ci | 3 ++- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4af3484aa..000000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: node_js -node_js: '10' -cache: - yarn: true -env: - global: - - FORCE_COLOR=1 -jobs: - include: - - stage: build - install: skip - script: - - ./ci -stages: - - build -branches: - only: - - master diff --git a/ci b/ci index da21af909..b68946d0f 100755 --- a/ci +++ b/ci @@ -8,7 +8,8 @@ yarn -s run prettier-check pushd package yarn -s --frozen-lockfile yarn -s run build -yarn -s run test +yarn -s run cover +bash <(curl -s https://codecov.io/bash) popd pushd template