Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Remove Travis' second build [Test].
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sobolev committed Jul 30, 2020
1 parent 81d9a9a commit 0fefb85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Binder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- develop
- feature

jobs:
Binder:
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ notifications:
email: false

stages:
- "Docs & Coveralls"
- name: "Docs & Coveralls"
if: commit_message != "update registry tagname"
- name: Tests
if: branch != master AND branch != develop AND NOT branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
if: branch != master AND branch != develop AND NOT branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/ AND commit_message != "update registry tagname"

jobs:
fast_finish: true
Expand Down

0 comments on commit 0fefb85

Please sign in to comment.