Skip to content

Commit

Permalink
Disable the builtins.path test for now, until #128 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed May 7, 2018
1 parent 6e72e37 commit 27a33eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ language: nix
# - /nix
# timeout: 100000

git:
depth: 1

install:
- nix-shell --argstr compiler ghc822 --run true
- nix-shell --argstr compiler ghc842 --run true
Expand All @@ -15,6 +18,7 @@ env:
global:
- NIXPKGS_TESTS=yes
- MATCHING_TESTS=yes
- LANGUAGE_TESTS=yes
matrix:
- GHCVERSION=ghc822 STRICT=true TRACING=false PROFILING=false
- GHCVERSION=ghc822 STRICT=true TRACING=true PROFILING=false
Expand Down

0 comments on commit 27a33eb

Please sign in to comment.