Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
chore(ci): Remove coveralls from travis config (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk authored and vladikoff committed May 23, 2018
1 parent ab2a4a3 commit 3a988b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: node_js
env:
global:
- TMPDIR=/tmp
- COVERALLS_REPO_TOKEN=zSbPkOBuZrK6NktxXW1ZzVEPOUDr9ePpN

node_js:
- '8'
Expand All @@ -30,5 +29,4 @@ script:
- grunt nsp --force
- npm run outdated
- node_modules/.bin/grunt lint copyright || exit 1
# use TAP to send coverage to coveralls
- node_modules/.bin/tap -R spec test/local test/remote --coverage --cov
- node_modules/.bin/tap -R spec test/local test/remote

0 comments on commit 3a988b6

Please sign in to comment.