From aea60278b1209d64097c8daa9156dcd216f75431 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 20 Nov 2019 09:46:05 -0700 Subject: [PATCH] Disable workflows and use travis for now --- .github/{workflows => _workflows}/ci.yml | 0 .travis.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) rename .github/{workflows => _workflows}/ci.yml (100%) create mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/_workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/_workflows/ci.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cb3f77f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: node_js + +node_js: + - 10 + - 12 + +os: + - linux + - osx + - windows + +env: + global: + - YARN_GPG=no + +cache: yarn + +script: yarn test