From: Nicolas Coden Date: Sat, 20 Oct 2018 21:38:23 +0000 (+0200) Subject: tests: run Sass unit tests in Travis CI X-Git-Tag: v6.6.0~3^2~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11550%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git tests: run Sass unit tests in Travis CI npm "test" script run both Javascript and Sass unit tests --- diff --git a/.travis.yml b/.travis.yml index 4e7a5e86e..91cff57da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ language: node_js matrix: include: - node_js: "lts/boron" - env: ZF_TRAVIS_COMMAND=test:javascript:units + env: ZF_TRAVIS_COMMAND=test - node_js: "lts/carbon" - env: ZF_TRAVIS_COMMAND=test:javascript:units + env: ZF_TRAVIS_COMMAND=test - node_js: "stable" - env: ZF_TRAVIS_COMMAND=test:javascript:units + env: ZF_TRAVIS_COMMAND=test - node_js: "stable" env: ZF_TRAVIS_COMMAND=test:javascript:browserstack