build: travis: Pass on CC environment variable to make
commit53cee8dc533ea715bdd10df081b55229c6f58893
authorTobias Klauser <tklauser@distanz.ch>
Wed, 3 Sep 2014 15:15:36 +0000 (3 17:15 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 3 Sep 2014 15:15:36 +0000 (3 17:15 +0200)
treed215d48ecaea23951b490b478624f178661732e4
parent49f7b902c231b6f469941485cf2310d09cb04f91
build: travis: Pass on CC environment variable to make

If travis compiles with clang, the environment variable CC is set. Since
the netsniff-ng build system doesn't currently pick it up unless
explicitly specified as a make variable, pass it on as such.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
.travis.yml