hopefully fix travis on OSX, too

This commit is contained in:
Andre Bogus 2017-01-06 12:48:41 +01:00
parent e4cfc79190
commit 2a7bfc74d1

View file

@ -28,6 +28,7 @@ install:
- (cargo install rustfmt || true)
script:
- PATH=$PATH:./node_modules/.bin
- remark -f README.md > /dev/null
- python util/update_lints.py -c
- set -e