Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-13 | Remove "-std=gnu11" from .travis.yml | Dmitrij D. Czarkoff | |
This reverts commit 9e3db8bdaad7d7752b24df5d9832b980a21f4496. The effort was futile. | |||
2016-05-13 | Continue to use -std=gnu11 for Travis | Dmitrij D. Czarkoff | |
This way we may continue using strict flags for detecting issues while still allowing old compiler versions elsewhere. | |||
2016-01-12 | Add explicit CFLAGS to .travis.yml | Dmitrij D. Czarkoff | |
Include "-Werror" among flags, so that it is easier to catch compiler warnings. | |||
2016-01-09 | Add Travis CI support | Dmitrij D. Czarkoff | |
Unfortunately, Travis only wants to use Ubuntu LTS releases, so at least until next Ubuntu LTS release we are stuck with ancient cmocka version. So no automated testing yet. |