Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8b3bedc

Browse files
author
Patrick Thomson
committed
Don't try to download 2.9 GB of examples.
1 parent 32a581f commit 8b3bedc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ script:
3636
- cabal new-build -j
3737
- cabal new-run semantic:test
3838
- cabal new-run semantic-core:spec
39-
- cabal new-run semantic:parse-examples
39+
# parse-examples is disabled because it slaughters our CI
40+
# - cabal new-run semantic:parse-examples
4041

4142
# Any branch linked with a pull request will be built, as well as the non-PR
4243
# branches listed below:

0 commit comments

Comments
 (0)