Skip to content

Commit

Permalink
Merge pull request #2 from tomato42/travis-branches
Browse files Browse the repository at this point in the history
don't run travis jobs on development branches
  • Loading branch information
tomato42 committed May 28, 2015
2 parents 412aba4 + a21ce5a commit bb06925
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: python

# whitelist branches on which tests will be run
branches:
only:
- master

addons:
apt_packages:
# needed for M2Crypto
Expand Down

0 comments on commit bb06925

Please sign in to comment.