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

Commit 1b52d7d

Browse files
author
Patrick Thomson
committed
Call --enable-tests in Travis and use the right proto3-suite.
1 parent fb845b0 commit 1b52d7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_install:
2929

3030
install:
3131
- cabal new-update
32-
- cabal new-configure --write-ghc-environment-files=always
32+
- cabal new-configure --enable-tests --write-ghc-environment-files=always
3333
- cabal new-build --only-dependencies -j
3434

3535
script:

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages: vendor/* vendor/haskell-tree-sitter/languages/* . semantic-core
33
source-repository-package
44
type: git
55
location: https://github.com/joshvera/proto3-suite.git
6-
tag: e13c7099789867733f42f47a25349a826937d870
6+
tag: 83f3352f0c7c94ea091e6087f60692eda9991fae
77

88
source-repository-package
99
type: git

0 commit comments

Comments
 (0)