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