diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-04-21 07:49:19 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-04-21 07:49:19 +0100 |
commit | b71790bde9d063e6a0d6802996e24070f5fe3960 (patch) | |
tree | 9a8892b9a9449a9441eea8258c2ab7395220cbb3 /.circleci | |
parent | 14fed7910a20bd3cd9d4033701051a6c56d1f7cb (diff) |
This CI really was working!
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d19e684..68fa538 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -31,4 +31,3 @@ jobs: | |||
31 | name: Running tests | 31 | name: Running tests |
32 | command: | | 32 | command: | |
33 | stack --nix test | 33 | stack --nix test |
34 | |||