aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-06 15:11:12 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-06 15:11:12 +0000
commit75df0ab8508723ed171727727aa8e61e0cc25f94 (patch)
tree65241496c7aece132b0b6fc3f8888313d0e8a97b /.travis.yml
parent04d0683a98cda28f8f56e3505ad358fa747dee1f (diff)
downloadverismith-75df0ab8508723ed171727727aa8e61e0cc25f94.tar.gz
verismith-75df0ab8508723ed171727727aa8e61e0cc25f94.zip
New travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dd99ef4..942cd62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,14 @@ language: nix # automatically runs nix-build
git:
depth: 3 # not 1 to build commits in the queue
+
+jobs:
+ include:
+ - name: "Cabal build"
+ env: NIX=0
+ - name: "Nix build"
+ env: NIX=1
+
+before_script: nix-env -i cabal ghc
+
+script: ./scripts/build.sh