aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:48:05 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:48:05 +0100
commit6c347dda4724da6f311ceb6ba41e563027ae6861 (patch)
treeb17aa27b0e41e1980722d79708842c28d21dd94c /.travis.yml
parent83ad6d594a76d9b9b55e8027df94ad7ae22b0ff3 (diff)
downloadverismith-6c347dda4724da6f311ceb6ba41e563027ae6861.tar.gz
verismith-6c347dda4724da6f311ceb6ba41e563027ae6861.zip
Add link to README
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 d1148d2..9a20e78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ cache:
- $HOME/.stack
before_install:
-# Download and unpack the stack executable
+ # Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'