aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-07 14:23:01 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-07 14:23:01 +0000
commit4d7bbc25449ea6105427560c95ea3f65da6bfe59 (patch)
tree290cfb5b9e69dbbd22fea151431871701bdf57b6 /.travis.yml
parenta4017a4c75d7b893247f05d4f8fa2736eb8eebe1 (diff)
downloadverismith-4d7bbc25449ea6105427560c95ea3f65da6bfe59.tar.gz
verismith-4d7bbc25449ea6105427560c95ea3f65da6bfe59.zip
Update build script to run in bash
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ee507a..7b29dcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ jobs:
- name: "Nix build"
env: NIX=1
-before_script: nix-env -i cabal-install ghc
+before_script: if [[ $NIX -eq 0 ]]; then nix-env -i cabal-install ghc; fi
script: ./scripts/build.sh