Run @relative-ci/cli job on TravisCI

Update configuration

Update .travis.yml to run @relative-ci/cli after the build is done.

.travis.yaml
script:
- npm run build --json webpack-stats.json
- npx relative-ci

Run from a directory other than the project root

You can run the CLI from a directory other than the project root directory using --config-dir / -c argument:

npx relative-ci --config-dir packages/components



Need help?Contact us via email, Twitter, or GitHub!