Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Guarantee that we get the latest code for submodules #22

Closed BDHernand closed 8 years ago

BDHernand commented 8 years ago

Description

To consolidate logic between travis files and Makefiles to get the latest code for master branch

Motivation and Context

Updates to makefile were to guarantee that we get the latest master code when we do a make locally. The changes to to the .travis.yml file were to simplify the before_script section.

How Has This Been Tested?

Ran the code through Travis CI which builds Kitura on linux and mac. Also ran a build locally

Checklist: