pass full config path to remark

This commit is contained in:
Oliver Schneider 2016-05-06 16:15:10 +02:00
parent a60d65b5a4
commit 93ae9c32f1
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -15,7 +15,7 @@ install:
script:
- set -e
- remark -f README.md -u remark-lint > /dev/null
- remark -f README.md -u remark-lint -c .remarkrc.json > /dev/null
- python util/update_lints.py -c
- cargo build --features debugging
- rm -rf target/ Cargo.lock