diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 020242b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: node_js - -node_js: - - 8 - - 10 - -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1 - - export PATH="$HOME/.yarn/bin:$PATH" - -script: - - cd example && yarn - - cd ../ && yarn && yarn ci - -notifications: - email: false - -cache: - yarn: true - directories: - - 'node_modules'