summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-02-23Add parallel test runnerJörg Thalheim
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
2019-01-04fix nix-env evaluationJörg Thalheim
nix-env picked up `default.nix`, which contained our hardware profiles. This is not only cpu-intensive to evaluate but also fails because it does some import-from-derivation. By moving default.nix to release.nix it should be no longer loaded
2018-07-17Fix testsYegor Timoshenko
2017-12-25travis: drop sudoYegor Timoshenko
2017-12-25travis: fixup after 8d578a53d600153bc02f26cb3c80cf7bc9845ea6Yegor Timoshenko
2017-12-25add Travis CI to the repozimbatm