Updating drone config to pick up mocha:closure task

This commit is contained in:
Sérgio Gomes 2015-09-11 13:45:50 +01:00
parent 41c5408a4a
commit d139b695e2

View File

@ -16,8 +16,9 @@ script:
- npm install
- Xvfb $DISPLAY &
# ensure the build works
# this will also run gulp test
# this will also run gulp mocha
- gulp all
- gulp mocha:closure
# get the version of chrome and driver we want, for more tests
# do this after the build and unit tests to fail fast
- curl -sSLo chrome.deb $CHROME && dpkg -i chrome.deb