Skip to content

Commit 27a33eb

Browse files
committed
Disable the builtins.path test for now, until #128 is fixed
1 parent 6e72e37 commit 27a33eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ language: nix
77
# - /nix
88
# timeout: 100000
99

10+
git:
11+
depth: 1
12+
1013
install:
1114
- nix-shell --argstr compiler ghc822 --run true
1215
- nix-shell --argstr compiler ghc842 --run true
@@ -15,6 +18,7 @@ env:
1518
global:
1619
- NIXPKGS_TESTS=yes
1720
- MATCHING_TESTS=yes
21+
- LANGUAGE_TESTS=yes
1822
matrix:
1923
- GHCVERSION=ghc822 STRICT=true TRACING=false PROFILING=false
2024
- GHCVERSION=ghc822 STRICT=true TRACING=true PROFILING=false

0 commit comments

Comments
 (0)