summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2013-08-01Test building docs with travisFlorian Hahn
2013-07-30Merge branch 'master' into nurupo-masterirungentoo
Conflicts: .travis.yml
2013-07-30Modified Travis to build libconfig from sourcesMaxim Biro
2013-07-30travis: use -q instead of -qq to prevent travis from sometimes timing out on ↵Rylai
long apt-get updates
2013-07-30travis: use apt-get -y option instead of GNU yesRylai
The Advanced Packaging Tool has an option to automatically assume Yes to all queries. We don't need to use GNU yes for this.
2013-07-29New irc channel.Maxim Biro
2013-07-23Fixed Travis buildMaxim Biro
2013-07-21Updated .travis.yml to build all targetsMaxim Biro
2013-07-17Make Travis use clangMaxim Biro
2013-07-17Improved build systemMaxim Biro
2013-07-12Fixed cmake and TravisMaxim Biro
2013-07-12If someone wants to fix the cmake, go ahead.irungentoo
2013-07-12First part of DHT hardening done.irungentoo
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium)
2013-06-24Added support of Travis CIMaxim Biro