summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Expand)Author
2017-09-28Remove .imag-documentation, adapt travis configMatthias Beyer
2017-08-26Merge pull request #1006 from matthiasbeyer/remove-makefileMatthias Beyer
2017-08-26Remove Makefile, as cargo can be used now to build all the thingsMatthias Beyer
2017-08-26Include rustc 1.18.0 in the CI processMatthias Beyer
2017-07-07Update to rustc 1.17Matthias Beyer
2017-06-21Build with rust stable/beta/nightlyMatthias Beyer
2017-05-03Bump minimal supported rustc to 1.15Matthias Beyer
2017-05-02Remove libimagrubyMatthias Beyer
2017-04-21Fix indentationMatthias Beyer
2017-04-21Disable duplicated stable rust check, check ruby 2.4.0 against rust 1.13 as wellMatthias Beyer
2017-04-21Disable rust beta testing on travis so libimagruby finds the libruby dependencyMatthias Beyer
2017-04-21Setup travis to do matrix builds with ruby for libimagrubyMatthias Beyer
2017-04-21Add libruby travis dependencyMatthias Beyer
2017-02-06Revert the ruby build infrastructure PR.Matthias Beyer
2017-02-06Setup travis to do matrix builds with ruby for libimagrubyMatthias Beyer
2017-01-25Lets see what happens without a build matrixMatthias Beyer
2017-01-25Do not check changes in /doc, always buildMatthias Beyer
2017-01-19Change lowest rust version in .travis.yml to 1.13.0 from 1.11.0mario
2016-11-16Brake down to oldest working compilerMatthias Beyer
2016-11-16Remove not working, 0.10 -> 1.10Matthias Beyer
2016-11-16Try to build with all compilers, to see which one is the oldest compatibleMatthias Beyer
2016-11-16Add older compilers for CI jobsMatthias Beyer
2016-10-24Export RUSTFLAGS with codegen-units = 2Matthias Beyer
2016-09-20Merge pull request #734 from matthiasbeyer/test-via-makefileMatthias Beyer
2016-09-19Minify travis script by using MakefileMatthias Beyer
2016-09-19Merge branch 'master' into libimagstorestdhook/git-integrationMatthias Beyer
2016-09-19Fix make call in travis configMatthias Beyer
2016-09-17Do two matrix builds: one for binaries, one for librariesMatthias Beyer
2016-09-09travis: Use makefile for building thingsMatthias Beyer
2016-09-07Add dependencies in .travis.ymlMatthias Beyer
2016-08-29Disable nightly builds on travisMatthias Beyer
2016-08-25Revert "Allow travis to fail beta, temporarily"Matthias Beyer
2016-08-23Use travis-cargo to upload the docsMatthias Beyer
2016-08-23Revert "Add deploy setup for gh-pages"Matthias Beyer
2016-08-23Add deploy setup for gh-pagesMatthias Beyer
2016-08-23Add secure tokenMatthias Beyer
2016-08-23Let the travis gem format the .travis.yml fileMatthias Beyer
2016-08-23Allow travis to fail beta, temporarilyMatthias Beyer
2016-08-07Actually we can build libs with cargo-test and bins with cargo-buildMatthias Beyer
2016-08-07Only call travis-cargo test for lib cratesMatthias Beyer
2016-08-07Do not call travis-cargo bench at allMatthias Beyer
2016-08-07Do not call travis-cargo doc at allMatthias Beyer
2016-08-01Add travis setup for IRC notificationsMatthias Beyer
2016-07-28travis: try to remove "tree" callMatthias Beyer
2016-07-28travis: Dont call cargo with --verbose flagMatthias Beyer
2016-04-29Add cargo cache for travisMatthias Beyer
2016-04-18Quote test script name for easier debuggingMatthias Beyer
2016-02-15Rewrite travis.yml to build all the thingsMatthias Beyer
2016-02-09Integrate tests in travis.ymlMatthias Beyer
2016-02-07Travis: Fail only if there are failed {builds, tests, benchs}Matthias Beyer