shlink-web-client/.travis.yml
2018-08-22 10:45:00 +02:00

22 lines
303 B
YAML

language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
script:
# - yarn inspect
- yarn test --coverage
- yarn build # Make sure the app can be built without errors
after_script:
- yarn ocular coverage/clover.xml
sudo: false