aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-11-05Update travis config; require clang-format to passDan Willemsen
2017-08-10Travis: switch to trusty, ninja 1.7Dan Willemsen
Change-Id: I9c3ef7fcc465768c3be81c4cbc255e5abc5bd9d8
2017-07-26Add some simple find unit testsDan Willemsen
Example failing output: Failed to match `find top/C/.`: Native: Emulated: top/C/. top/C/. top/C/./D top/C/./b top/C/./B top/C/./B/z ------------------------------------------
2016-06-29Add unit tests for invalid string accessesDan Willemsen
A string may be allocated at the end of a page, and the next page may not be readable, so reading beyond the null character may not be safe. We've hit this with real makefiles, but here's a directed test that can reproduce it in other environments. This also updates the travis config to run the unit tests.
2016-04-28Stop overwriting /bin/sh by bash on travisShinichiro Hamaji
2015-10-05Install realpathShinichiro Hamaji
2015-10-05Change the shell in Travis CI to bashShinichiro Hamaji
2015-10-05Install ninja-build on Travis CIShinichiro Hamaji
2015-10-03[C++] Test --gen_all_targets on travisShinichiro Hamaji
2015-09-10Give up container-based Travis CIShinichiro Hamaji
2015-09-10Set CXX=clang++-3.5 in .travis.ymlShinichiro Hamaji
2015-09-10Do not use libstdc++-4.8-dev package on Travis CIShinichiro Hamaji
2015-09-10Use container-based Travis CIShinichiro Hamaji
http://docs.travis-ci.com/user/migrating-from-legacy/
2015-09-10Try to use clang-3.5Shinichiro Hamaji
2015-09-09An attempt to use Travis CIShinichiro Hamaji