diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0c8bedb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: node_js +node_js: + - '8' + - '9' + - '10' +install: + - npm install -g codecov +script: + - yarn install + - yarn lint:all + - yarn test:coverage --runInBand --no-cache + - yarn test --runInBand --no-cache + - codecov +cache: + directories: + - node_modules \ No newline at end of file