Skip to content

Commit

Permalink
X(
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Apr 24, 2014
1 parent b68a7ee commit 3391cc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ perl:
- 5.14
- 5.16
- 5.18
after_success:
- cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Coveralls
- cover -delete
- perl Build.PL && ./Build build && HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,inc" PERL5LIB="lib" prove t/
- cover -report coveralls

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/ukigumo/Ukigumo-Agent.png?branch=master)](https://travis-ci.org/ukigumo/Ukigumo-Agent) [![Coverage Status](https://coveralls.io/repos/ukigumo/Ukigumo-Agent/badge.png?branch=master)](https://coveralls.io/r/ukigumo/Ukigumo-Agent?branch=master)
[![Build Status](https://travis-ci.org/ukigumo/Ukigumo-Agent.png?branch=master)](https://travis-ci.org/ukigumo/Ukigumo-Agent)
# NAME

Ukigumo::Agent - Ukigumo test runner server
Expand Down
2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
badges = ["travis", "coveralls"]
badges = ["travis"]

0 comments on commit 3391cc8

Please sign in to comment.