aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-23 14:57:09 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-23 14:57:09 +0200
commit30d2218e65e975c6ce5887d757f454f15af75a98 (patch)
tree422202e34068142db646ae025e80493f3f6cc5b4 /.travis.yml
parentdee97dfaaec3da1719b059d6a44ebee78ff76999 (diff)
downloadverismith-30d2218e65e975c6ce5887d757f454f15af75a98.tar.gz
verismith-30d2218e65e975c6ce5887d757f454f15af75a98.zip
Fix nix build and add to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 1 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index 05e684a..d8cc8ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1 @@
-sudo: false
-language: minimal
-
-# Caching so the next build will be fast too.
-cache:
- directories:
- - $HOME/.stack
-
-before_install:
- # 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'
- - stack config set system-ghc --global true
- - export PATH=/opt/ghc/8.6.4/bin:$PATH
-
-addons:
- apt:
- sources:
- - hvr-ghc
- packages:
- - ghc-8.6.4
-
-script:
- - stack --no-terminal --skip-ghc-check test --pedantic --fast
+language: nix