google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Travis build activation: Travis file and test fixes. #60

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

This PR adds a Travis CI configuration, and modifies the install_software and run_all_tests scripts in such a way that the Travis CI tests can run without compiling binaries.

Compiling is possible under Travis, but it takes a long time; tests should be fast.

Bugs were found and fixed.