Skip to content

Commit

Permalink
build(travis): test new travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaylo21 committed Jul 6, 2019
1 parent 0339b8b commit e07f23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ node_js:
cache:
directories:
- node_modules
before_install:
- npm update
install:
- npm install
- npm ci
script:
- npm test
- npm run coveralls
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<a href='https://coveralls.io/github/ctaylo21/termy-the-terminal?branch=master'>
<img src='https://coveralls.io/repos/github/ctaylo21/termy-the-terminal/badge.svg?branch=master' alt='Coverage Status' />
</a>

<!-- Travis -->
<a href='https://travis-ci.com/ctaylo21/termy-the-terminal/'>
<img src='https://travis-ci.com/ctaylo21/termy-the-terminal.svg?branch=master' alt='Build Status' />
</a>
</div>

# Termy the Terminal
Expand Down

0 comments on commit e07f23b

Please sign in to comment.