Another fix attempt for .travis.yml

This commit is contained in:
tomaka 2015-02-15 15:09:52 +01:00
parent 99a29f40df
commit de412be593

View file

@ -18,7 +18,7 @@ os:
- osx
after_success:
-|
- |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc --features "window headless" &&