Skip to content

Commit

Permalink
Merge pull request #103 from GoogleCloudPlatform/travis-only-master
Browse files Browse the repository at this point in the history
Making travis only test master branch to reduce thrashing.
  • Loading branch information
Jonathan Wayne Parrott committed Sep 23, 2015
2 parents 37a0c86 + 68498cf commit be27f40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ sudo: false
#add language, etc. here
language: python

branches:
only:
- master

cache:
directories:
- $HOME/.cache
Expand Down

0 comments on commit be27f40

Please sign in to comment.