Skip to content

Commit

Permalink
modify travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Feb 18, 2021
1 parent 6364569 commit e328561
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ addons:
homebrew:
packages:
- libgit2

stages:
- test
- coverage
- name: test
if: tag IS blank
- name: coverage
if: tag IS blank
- name: deploy
if: tag IS present

jobs:
include:
- r: release
Expand Down

0 comments on commit e328561

Please sign in to comment.