.travis.yml


Log

Author Commit Date CI Message
Ben Straub f1c16d0e 2014-01-13T15:18:13 Tweak travis secure config
Ben Straub 9bf17d2c 2014-01-13T14:11:14 Add coverity-scan script
nulltoken 90a8ad63 2013-08-19T00:18:44 ci: Make Valgrind run on Travis
Carlos Martín Nieto 5be622fb 2013-08-11T01:37:44 Test SSH in travis Set up the ssh credentials so we are able to talk to localhost and issue git commands. Move to use a script, as the command list is getting somewhat long. While here, delay installing valgrind until we need it, as it and its dependencies are by far the largest downloads and this allows us to start compiling (and failing) faster and we only incur this cost when the test suite runs successfully.
Carlos Martín Nieto fb42a22e 2013-04-29T02:15:51 travis: test push Create a test repository in the VM and set up git-daemon so we can use it to test the push code.
Philip Kelley 2c7f7a66 2013-03-25T17:35:36 http: Support 302 Found (arrbee did most of the work)
Vicent Marti c2ea65ee 2013-03-25T21:22:57 clar: Disable online tests. By now.
Carlos Martín Nieto d768f9ad 2013-03-10T21:37:09 travis: join-less notifications
Philip Kelley f42beff7 2013-01-25T23:35:04 Expand valgrind suppressions even more for libssl, libcrypto
Philip Kelley 5026aec2 2013-01-25T23:24:13 Improve valgrind suppressions
nulltoken ced8eff1 2013-01-06T17:21:37 travis: Only run Valgrind when all tests pass
nulltoken 09556895 2013-01-06T14:40:32 travis: Include the online suite when running against Travis
Vicent Marti a2188625 2013-01-03T02:35:23 Remove the submodule from travis
Vicent Marti afb18116 2013-01-03T01:04:18 /deal with it
Vicent Marti a44f2e9e 2013-01-02T22:26:34 Try it like this...
Vicent Marti e229c048 2013-01-02T21:25:32 Fuck you CMake
Vicent Marti 0df41675 2013-01-02T21:22:19 Submodule checkout
Sascha Cunz cedc15af 2012-12-20T03:51:06 Mark travis build as failed if any test fails
Carlos Martín Nieto 37ac4436 2012-12-14T03:02:33 travis: update the apt-get db
Vicent Marti ed6a4187 2012-12-06T17:39:56 travis: Try this key
Vicent Marti 7be7b42f 2012-12-06T17:08:53 travis: Fix this hook
Vicent Marti 79c649e4 2012-12-06T15:52:15 travis: Campfire notifications. Of course.
Vicent Marti e30c052c 2012-11-01T23:01:24 LEAAAVE ME ALOOOONEEE
Carlos Martín Nieto a75770fe 2012-10-10T14:57:05 tests: add a test for tag autofollow behaviour Also tell ctest and valgrind to run libgit2_clar with '-iall' so we run the network tests in travis.
Carlos Martín Nieto 064ee42d 2012-09-04T15:54:33 travis: use a valgrind suppressions file We don't care about the supposed zlib errors, and the leak from giterr_set isn't interesting, as it gets freed each time an error is set. Give valgrind a suppressions file so it doesn't tell us about them.
Carlos Martín Nieto 034ccc76 2012-07-24T19:07:55 travis: be more idiomatic with the environment Instead of putting the compilers in CC, use the travis configuration to specify them. Also ask it to send reports to the IRC channel.
Carlos Martín Nieto 8d711074 2012-07-22T19:42:47 travis: build with both gcc and clang
Carlos Martín Nieto 9f99c5de 2012-07-12T21:04:09 travis: make it run the tests under valgrind
Scott J. Goldman 64ab0ba7 2012-05-26T18:23:54 Enable mingw cross-compile stage in travis-ci
Scott J. Goldman 62986ff6 2012-05-20T00:46:48 Add CMake build for examples / add them to Travis By default, they are still not built, but hopefully, now that Travis is building them, this will help stave off some of the bitrot.
Carlos Martín Nieto c2d82a65 2012-05-07T12:31:31 travis: run the tests verbosely
Carlos Martín Nieto 8b9ec201 2012-04-29T01:38:36 Add a travis config file Teach travis how to build the project.
Vicent Martí 7ef9f1b5 2012-04-02T21:05:45 Backport .travis.yml
Vicent Martí 5afe95d2 2012-04-02T20:45:04 travis: Change notify email
Peter Drahoš f9abcbdf 2012-04-02T00:33:01 Initial Travis CI build