aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-07 16:48:47 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-07 16:48:47 +0100
commit38f11a0f5b4d867d5744141f833cebb885405d09 (patch)
tree80cdf9a3a714eb9d0c2f96d2333691696a373cb8
parent512e1c24ea03b0b6375451bd13c37b52038f1e6e (diff)
downloadverismith-38f11a0f5b4d867d5744141f833cebb885405d09.tar.gz
verismith-38f11a0f5b4d867d5744141f833cebb885405d09.zip
Remove unnecessary job
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 1719c17..395625c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,6 @@ env:
script:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- nix-build | if [[ ! -z $CACHIX_SIGNING_KEY ]]; then cachix push verismith; fi
-jobs:
- include:
- - name: Cabal build
- env: NIX=0
- - name: Nix build
- env: NIX=1
cache:
directories:
- "$HOME/.cabal"