woocommerce/plugins/woocommerce-admin/.travis.yml

9 lines
184 B
YAML
Raw Normal View History

2018-04-17 21:03:14 +00:00
sudo: false
2018-07-12 23:01:11 +00:00
language: node_js
node_js:
- "8"
before_install:
- git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"
2018-04-17 21:03:14 +00:00
script:
2018-07-12 23:01:11 +00:00
- npm run lint
- npm test