Skip to content

Commit

Permalink
.travis.yml: Only build for trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b committed Aug 26, 2020
1 parent 46aa24a commit fbbf314
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
@@ -1,6 +1,10 @@
notifications:
email: false

branches:
only:
- trunk

install:
- pip3 install .
script:
Expand Down

0 comments on commit fbbf314

Please sign in to comment.