Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit d5303dd

Browse files
committed
Only run travis on the master branch
This saves a bunch of unneeded builds for branches that are also PRs
1 parent 9b2a5f1 commit d5303dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ cache:
1010
- static-filesystem/target/
1111
- hello-world/target/
1212

13+
branches:
14+
only:
15+
- master
16+
1317
matrix:
1418
include:
1519
- env: MODULE_DIR=hello-world MODULE=helloworld

0 commit comments

Comments
 (0)