]> granicus.if.org Git - graphviz/commit
Fix Travis deployment
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 14 Sep 2016 16:18:36 +0000 (18:18 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Fri, 16 Sep 2016 15:35:36 +0000 (17:35 +0200)
commitd9ec9c43a51419a45e491444045eb3cbb9011f07
treea33946f1fc911a1654721e94b295b68eedd54dcb
parent3ccbd94343d65ca489ce8568539f39c21a6c6131
Fix Travis deployment

Because of the use of `sudo` the created file is owned by root and the default travis user has no permission to deploy it. Using `chown` fixes this.
Also added a condition on the deploy, so only one file gets deployed.
.travis.yml