Add qunit to Travis CI requirements.
This commit is contained in:
parent
4107f4148d
commit
9a1fe79100
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
before_script:
|
before_script:
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
- npm install -g slimerjs
|
- npm install -g slimerjs qunitjs
|
||||||
script:
|
script:
|
||||||
- qunit tests
|
- qunit tests
|
||||||
- slimerjs tests/run-qunit.js tests/index.html
|
- slimerjs tests/run-qunit.js tests/index.html
|
||||||
|
|
Loading…
Reference in a new issue