octo-deno/.travis.yml

13 lines
191 B
YAML
Raw Normal View History

2017-04-07 10:56:18 +00:00
language: node_js
env:
- DISPLAY=:99.0 CHROME_BIN=chromium-browser
2017-04-07 13:56:45 +00:00
branches:
only:
- master
2017-04-07 13:50:15 +00:00
node_js:
- "7"
2017-04-07 10:56:18 +00:00
addons:
firefox: latest
before_script:
- sh -e /etc/init.d/xvfb start