Skip to content

Commit

Permalink
only test master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jun 5, 2020
1 parent c6e5d83 commit 75a93ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ notifications:
services:
- docker


before_install:
- docker build -t cumulus/pegasusio .

script:
- docker run --rm cumulus/pegasusio /bin/sh -c "python -m unittest;"

branches:
only:
- master

0 comments on commit 75a93ce

Please sign in to comment.