summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
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