donejs / donejs/generator-donejs

Templates should include Travis CI configuration

Open
#264 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Using Testee to launch FireFox on Travis requires special configuration to prevent errors. A default configuration should be added to the `plugin`, and probably the `app` templates.

This is the required configureation, note the `dbus` installation:
```yml
language: node_js
node_js:
- "6"
addons:
firefox: "latest-esr"
apt:
packages:
- dbus-x11
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
```

For more information about this issue, see https://github.com/bitovi/testee/issues/157.

cc: @phillipskevin, @matthewp

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.