Commit Graph

10 Commits

Author SHA1 Message Date
Sebastian Pipping
7e84c8cafc Travis CI: Ensure that Clang 4.0 is installed 2017-07-15 19:48:47 +02:00
Sebastian Pipping
21efd0f600 Travis CI: Use -DXML_POOR_ENTROPY to fix compilation
I would use libbsd but it's broken on Ubuntu trusty:
```
/usr/include/bsd/stdlib.h:52:27: error: unknown type name 'u_char'
 void arc4random_addrandom(u_char *dat, int datlen);
                           ^
```
https://travis-ci.org/libexpat/libexpat/jobs/252880355
2017-07-12 18:34:52 +02:00
Sebastian Pipping
e0961e1713 Travis CI: Install dos2unix (#66) 2017-06-28 20:09:28 +02:00
Sebastian Pipping
0e7fb70fcd Travis CI: No need to download upfront any more
Since e9e329b4f4
2017-06-22 20:32:02 +02:00
Muhammad Kaisar Arkhan
e9e329b4f4 Travis CI: Use build matrix
Using the build matrix can help speeding up the CI since they run
simultaneously.

Closes https://github.com/libexpat/libexpat/issues/41
2017-06-19 19:26:05 +07:00
Sebastian Pipping
ef4ab16d9a Travis: Have xmlts.zip bypass git clean -X 2017-03-13 20:16:06 +01:00
Sebastian Pipping
ce34ddfe9f Travis: Inline .travis.sh for better integration 2017-03-13 18:45:31 +01:00
Sebastian Pipping
e064eb4c18 Travis: Pull xmlts.zip download out of script section
.. so that temporary download issues count for setup issues,
not script execution
2017-03-13 18:44:06 +01:00
Sebastian Pipping
11187083d9 Travis: Move from sudo to apt addon 2017-03-13 18:44:06 +01:00
Sebastian Pipping
a0f8c0817b Configure Travis CI (issue #2) 2017-02-19 22:38:22 +01:00