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

Commit 5e96983

Browse files
authored
Merge pull request #93 from github/less-travis
Only build PR branches once in Travis
2 parents 122a90a + d2d62a4 commit 5e96983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ script:
3636
- cabal new-build -j semantic-core semantic:exe:semantic
3737
- cabal new-test semantic:test semantic-core:spec
3838
- cabal new-run semantic:parse-examples
39+
40+
# Any branch linked with a pull request will be built, as well as the non-PR
41+
# branches listed below:
42+
branches:
43+
only:
44+
- master

0 commit comments

Comments
 (0)