wireup validation to CI

This commit is contained in:
Brendan Forster 2018-03-27 11:03:12 +11:00
parent 1a17c6c092
commit 41d88c1090
3 changed files with 3 additions and 1 deletions

View file

@ -57,7 +57,7 @@ install:
- yarn install --force
script:
- yarn lint && yarn build:prod && yarn test:setup && yarn test
- yarn lint && yarn build:prod && yarn validate-changelog && yarn test:setup && yarn test
after_failure:
- yarn test:review

View file

@ -30,6 +30,7 @@ install:
build_script:
- yarn lint
- yarn build:prod
- yarn validate-changelog
test_script:
- node --version

View file

@ -34,6 +34,7 @@ compile:
override:
- yarn lint
- yarn build:prod
- yarn validate-changelog
test:
override: