diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..19b036f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +dist: trusty +language: node_js +node_js: + - "11" +install: + - npm ci + - cp .env.example .env + - npm run build:circuit + - npm run build:contract + - npm run test + - npm run eslint +script: + - npm run test + - npm run eslint