From 13136e0b018153bf539709f7bdf952760201715b Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 10 Apr 2018 14:20:02 +0100 Subject: Remove unnecessary extra --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1433417..d19e684 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,6 @@ jobs: command: nix-channel --update - run: name: Building dependencies - shell: /bin/bash -eilo pipefail command: | nix-env -f nixpkgs.nix -iA stack stack --nix --no-terminal --nix build --only-snapshot --prefetch --no-haddock --test --bench --jobs=1 @@ -22,17 +21,14 @@ jobs: key: stack-deps-eek-{{ checksum "stack.yaml" }} - run: name: Building - shell: /bin/bash -eilo pipefail command: | stack --nix --no-terminal --nix build --pedantic - run: name: Building tests - shell: /bin/bash -eilo pipefail command: | stack --nix test --pedantic --no-run-tests - run: name: Running tests - shell: /bin/bash -eilo pipefail command: | stack --nix test -- cgit v1.2.3