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