summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-04-22Integrate version-updated scriptMatthias Beyer
2018-04-14Move scripted checks to own CI jobMatthias Beyer
2018-04-12Change setup to use travis matrix and dedicated ci scriptMatthias Beyer
2018-04-05Update rustcMatthias Beyer
2018-03-23Revert "Remove "build" job to speed up travis builds"Matthias Beyer
2018-03-22Remove "build" job to speed up travis buildsMatthias Beyer
2018-03-22Add CI script for finding dead symlinksMatthias Beyer
2018-02-18Reduce number of build-jobsMatthias Beyer
2018-02-10Integrate license-check script in CI jobsMatthias Beyer
2018-01-29Ensure build script is exited early when failures happenMatthias Beyer
2018-01-29Remove verbosity flag for less cluttered CI logsMatthias Beyer
2018-01-05Merge pull request #1193 from matthiasbeyer/rustc-updateMatthias Beyer
2018-01-04Lets see what happens when removing some env stuffMatthias Beyer
2018-01-03Add rustc 1.23.0, remove 1.20.0Matthias Beyer
2018-01-03Update rustc 1.22.0 -> 1.22.1Matthias Beyer
2017-12-23Add dbus and pkgconfig dependencies in travis.ymlMatthias Beyer
2017-12-02Update travis rustc versionMatthias Beyer
2017-11-18Rewrite travis script to test with all featuresMatthias Beyer
2017-10-12travis: rustc 1.17/1.18 -> 1.19/1.20Matthias Beyer
2017-09-28Remove apt addons which are not needed anymoreMatthias Beyer
2017-09-28Remove 'tree' dependencyMatthias Beyer
2017-09-28Remove unneeded depsMatthias Beyer
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