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

Commit 25d640c

Browse files
author
Kent C. Dodds
committed
chore(travis): Limit branches built to master and PRs
We don't need every release and other branches built.
1 parent c09b685 commit 25d640c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: node_js
33
cache:
44
directories:
55
- node_modules
6+
branches:
7+
only:
8+
- master
69
notifications:
710
email: false
811
node_js:

0 commit comments

Comments
 (0)