Skip to content

Commit

Permalink
Add travis config to templates
Browse files Browse the repository at this point in the history
Closes #264
  • Loading branch information
imaustink committed Oct 5, 2017
1 parent 33cdf07 commit 6e80380
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/templates/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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"
11 changes: 11 additions & 0 deletions plugin/templates/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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"

0 comments on commit 6e80380

Please sign in to comment.