• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

semantic-release / condition-travis / 8 / 3
100%
next: 100%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: next
Ran 22 Aug 2015 10:51PM UTC
Files 1
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Aug 2015 10:46PM UTC coverage: 100.0%. First build
8.3

push

travis-ci

boennemann
feat: migrate from travis_after_all to travis-after-all

`travis_after_all` is a python script that had to be added to .travis.yml
manually to support testing multiple node versions. `travis-after-all` is the
same thing (even better actually, as it supports "allowed-failures") and can
be required. This is now part of this verification plugin.

You may now happily apply this patch to your `.travis.yml`. (It keeps working
if you leave in, so this isn't even breaking :scream:)

```diff
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a5fbddb..c76091b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,9 +14,6 @@ before_install:
 - npm i -g npm@^2.0.0
 before_script:
 - npm prune
-- curl -Lo travis_after_all.py https://git.io/vLSON
 after_success:
-- python travis_after_all.py
-- export $(cat .to_export_back)
 - npm run semantic-release
--
```

14 of 14 relevant lines covered (100.0%)

7.07 hits per line

Source Files on job 8.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8
  • Travis Job 8.3
  • a5b922df on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc