aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4ee507a15d3ed523c48319da1534c9bffeb01870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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-install ghc

script: ./scripts/build.sh