octo-deno/.travis.yml
Jesse Schwartzentruber c5806f9fc6 Update nodejs version.
2017-04-07 15:50:15 +02:00

13 lines
275 B
YAML

language: node_js
env:
- SLIMERJSLAUNCHER=$(which firefox) DISPLAY=:99.0
node_js:
- "7"
addons:
firefox: latest
before_script:
- sh -e /etc/init.d/xvfb start
- npm install -g slimerjs qunitjs
script:
- qunit tests
- slimerjs tests/run-qunit.js tests/index.html