Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
enable xvfb on travis to fix tape-run
  • Loading branch information
goto-bus-stop committed Mar 23, 2018
commit 5bcce7eb110d3ece830f7fb9ea66b551544a2f63
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ sudo: false
language: node_js
script: "npm run test"
# after_success: "npm i -g codecov && npm run coverage && codecov"
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"browser": "browser.js",
"scripts": {
"start": "node .",
"test": "standard && (browserify test.js | tape-run)",
"test": "standard && browserify test.js | tape-run",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"dependencies": {
Expand Down