aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 942cd62331e2c5ebf1f59f1aae9d6adf2e2e1ca9 (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 ghc

script: ./scripts/build.sh