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

9 lines
184 B
YAML
Executable File

sudo: false
language: node_js
node_js:
- "8"
before_install:
- git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"
script:
- npm run lint
- npm test