mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Fix Travis build #7

Closed mbrukman closed 8 years ago

mbrukman commented 8 years ago

The inaugural Travis build appears to be failing in a peculiar way on Linux, with 12 of 53 tests passing from data_tests.sh suite whereas all of the tests pass on OS X.

The goal of this PR is to iteratively figure out what needs to be changed in order to make the tests pass on Travis, since they already pass locally on both Linux and OS X.

In theory, each push to this branch should cause a new Travis test run to allow us to figure out the issue and fix it.