bitovi / bitovi/testee

testee hangs with chrome on travis

Open
#103 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
119
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Here's my [travis configuration](https://github.com/canjs/can-ndjson-stream/blob/cc7318079ffcdc0f142aa651b0b96b680e737136/.travis.yml)

```yaml
sudo: false
dist: trusty
language: node_js
node_js: node
addons:
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
```

But the build never exits despite saying the single test has passed:

cursor_and_build__22_-_canjs_can-ndjson-stream_-_travis_ci

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.