Skip to content

Commit

Permalink
Switched from SemaphoreCI to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 26, 2018
1 parent 57eff46 commit bf03d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>
<div align="center">
<a href="http://slack.crocodilejs.com"><img src="http://slack.crocodilejs.com/badge.svg" alt="chat" /></a>
<a href="https://semaphoreci.com/niftylettuce/cabin"><img src="https://semaphoreci.com/api/v1/niftylettuce/cabin/branches/master/shields_badge.svg" alt="build status"></a>
<a href="https://travis-ci.org/cabinjs/cabin"><img src="https://travis-ci.org/cabinjs/cabin.svg?branch=master" alt="build status" /></a>
<a href="https://codecov.io/github/cabinjs/cabin"><img src="https://img.shields.io/codecov/c/github/cabinjs/cabin/master.svg" alt="code coverage" /></a>
<a href="https://github.com/sindresorhus/xo"><img src="https://img.shields.io/badge/code_style-XO-5ed9c7.svg" alt="code style" /></a>
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="styled with prettier" /></a>
Expand Down Expand Up @@ -526,7 +526,7 @@ If you are seeking permission to use these trademarks, then please [contact us](
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


##
##

<a href="#"><img src="media/cabin-footer.png" alt="#" /></a>

Expand Down

0 comments on commit bf03d2f

Please sign in to comment.