Skip to content

Commit be27f40

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request #103 from GoogleCloudPlatform/travis-only-master
Making travis only test master branch to reduce thrashing.
2 parents 37a0c86 + 68498cf commit be27f40

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
@@ -2,6 +2,10 @@ sudo: false
22
#add language, etc. here
33
language: python
44

5+
branches:
6+
only:
7+
- master
8+
59
cache:
610
directories:
711
- $HOME/.cache

0 commit comments

Comments
 (0)