aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: run tests with `--pure`Robert Helgesson2020-03-061-1/+1
|
* ci: add format script and use in CI pipelineRobert Helgesson2020-02-021-0/+1
| | | | | | | | | | | | The format script can be used to automatically format the Nix source files and also verify that the files are formatted using the `-c` command argument. At the moment some files are exempt from the formatting to avoid causing merge conflicts in active pull requests. Finally, update the contribution guidelines to note that `nixfmt` should be used.
* tests: remove tests attribute from root default.nixRobert Helgesson2019-02-231-1/+1
| | | | | | | Having it there prevented, e.g., `nix-env -qaP` from working in some cases. Fixes #509
* tests: add initial test frameworkRobert Helgesson2018-12-111-1/+2
|
* Change installation instructions to use nix-channelRobert Helgesson2018-12-041-2/+0
| | | | | | This avoids the uncontrollable nature of fetching the tarball as part of the evaluation. Instead the user can decide when to update and also perform rollbacks, if necessary.
* Add initial Travis-CI configurationRobert Helgesson2018-02-191-0/+13