Skip to content

Commit

Permalink
adicionando suporte ao coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
natansevero committed Oct 30, 2018
1 parent 7d460c0 commit d3db16c
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cache:
before_script:
- npm run build:all
after_success:
- npm run test:coverage
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spotify Wrapper

[![Build Status](https://travis-ci.com/natansevero/tdd-spotify-wrapper.svg?branch=master)](https://travis-ci.com/natansevero/tdd-spotify-wrapper)
[![Build Status](https://travis-ci.org/natansevero/tdd-spotify-wrapper.svg?branch=master)](https://travis-ci.org/natansevero/tdd-spotify-wrapper)

A wrapper to work with the [Spotify Web API](https://developer.spotify.com/documentation/web-api/)

Expand Down
Loading

0 comments on commit d3db16c

Please sign in to comment.