Added integration with scrutinizer

This commit is contained in:
Alejandro Celaya
2018-08-22 10:44:24 +02:00
parent 9b063a4616
commit c092f290ec
5 changed files with 29 additions and 2 deletions

View File

@@ -13,7 +13,10 @@ install:
script:
# - yarn inspect
- yarn test
- yarn test --coverage
- yarn build # Make sure the app can be built without errors
after_script:
- yarn ocular coverage/clover.xml
sudo: false