diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..e14ea764ee845bc8ac4be61bd6979f22a2b69055 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +python: + - 8 + - 9 + +# command to install dependencies +install: + - npm install + +# command to run tests +script: + - ./node_modules/.bin/eslint . + - npm run test