Skip to content

Commit

Permalink
fix AppVeyor svg url, skip feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Aug 14, 2018
1 parent 8c5da14 commit 2883d3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ branches:
except:
# Ignore fix/* branches since they'll also have a Pull Request build
- /^fix.*$/
# Ignore feature/* branches since they'll also have a Pull Request build
- /^feature.*$/

linux_apt: &linux_apt
apt:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Exhale
:alt: Travis CI Build Status (Unix, Flake8 and Docs Tests)
:target: https://travis-ci.com/svenevs/exhale

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/m7u8vkbelui57b1j?svg=true
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/g6ja670b5dgkej7u/branch/master
:alt: AppVeyor CI Build Satus (Windows Tests)
:target: https://ci.appveyor.com/project/svenevs/exhale

Expand Down

0 comments on commit 2883d3a

Please sign in to comment.