.travis.yml 247 B

123456789101112131415
  1. dist: trusty
  2. language: node_js
  3. node_js:
  4. - "11"
  5. install:
  6. - npm ci
  7. - cp .env.example .env
  8. - travis_wait 30 npm run build
  9. - npx ganache-cli > /dev/null &
  10. - npm run migrate:dev
  11. script:
  12. - npm run test
  13. - npm run eslint
  14. - ./cli.js test