From: Daniel Ruf Date: Sat, 14 Apr 2018 22:29:34 +0000 (+0200) Subject: fix: remove extraneous space in Travis CI config X-Git-Tag: v6.6.0~3^2~234^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11176%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove extraneous space in Travis CI config --- diff --git a/.travis.yml b/.travis.yml index db080ead2..4e7a5e86e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - node_js: "stable" env: ZF_TRAVIS_COMMAND=test:javascript:browserstack -before_install: npm install -g npm@latest +before_install: npm install -g npm@latest install: npm ci script: npm run $ZF_TRAVIS_COMMAND