Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
cleanup travis build file #207
Conversation
Remove references to windows specific steps that are now unecessary as windows builds have been moved to appveyor.
Codecov Report
@@ Coverage Diff @@
## master #207 +/- ##
=======================================
Coverage 95.60% 95.60%
=======================================
Files 35 35
Lines 3233 3233
=======================================
Hits 3091 3091
Misses 142 142 Continue to review full report at Codecov.
|
Description of the Change
Cleaned-up the travis build file to remove references to windows-specific steps. These are now unnecessary because windows builds have been migrated to appveyor.
Alternate Designs
N/D
Possible Drawbacks
Potential loss of option if we move windows back to travis but version-control will take care of that.
Verification Process
travis build.
Release Notes
Cleaned-up the travis build file to remove references to windows-specific steps. These are now unnecessary because windows builds have been migrated to appveyor.