ci: disable unnecessary build targets
authorMike Blumenkrantz <zmike@samsung.com>
Sun, 22 Jul 2018 05:22:06 +0000 (01:22 -0400)
committerWoochanlee <wc0917.lee@samsung.com>
Thu, 23 Aug 2018 06:41:00 +0000 (15:41 +0900)
commitcf66be54fdc12d6c658125b122068daf4f322b4a
tree82b5f36d3c4f0a4fee83b7ef13e51f8e01b55e95
parent564451687f96292d5bf249284f511a75762209e9
ci: disable unnecessary build targets

examples and install are both built by distcheck build, no need to also
build them in every other build

there's also no need to try building an app against the compiled libraries
since ci runs unit tests, requiring binaries to run after linking to the
libraries

Differential Revision: https://phab.enlightenment.org/D6663
.travis.yml