Add qunit to Travis CI requirements.

This commit is contained in:
Jesse Schwartzentruber 2017-04-07 14:44:25 +02:00
parent 4107f4148d
commit 9a1fe79100
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ addons:
firefox: latest
before_script:
- sh -e /etc/init.d/xvfb start
- npm install -g slimerjs
- npm install -g slimerjs qunitjs
script:
- qunit tests
- slimerjs tests/run-qunit.js tests/index.html