about summary refs log tree commit diff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Add parallel test runnerJörg Thalheim2020-02-23
| | | | | | | 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.
* fix nix-env evaluationJörg Thalheim2019-01-04
| | | | | | | 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
* Fix testsYegor Timoshenko2018-07-17
|
* travis: drop sudoYegor Timoshenko2017-12-25
|
* travis: fixup after 8d578a53d600153bc02f26cb3c80cf7bc9845ea6Yegor Timoshenko2017-12-25
|
* add Travis CI to the repozimbatm2017-12-25