datatable/.travis.yml
Faris Ansari 9ed446194d chore(release): Build files before running tests
Files should be built before running tests, since Cypress requires those files
2018-07-07 22:30:15 +05:30

21 lines
316 B
YAML

language: node_js
node_js:
- 8
cache:
directories:
- ~/.npm
- ~/.cache
- node_modules
branches:
only:
- master
notifications:
email: false
install:
- npm install
script:
- npm run build
- npm run test
after_success:
- ./node_modules/.bin/travis-deploy-once "npm run semantic-release"