Merge pull request #272 from tomaka/tomaka-patch-2

Another fix attempt for .travis.yml
This commit is contained in:
tomaka 2015-02-15 15:14:39 +01:00
commit 8a8cf72492

View file

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