diff --git a/.travis.yml b/.travis.yml index 995226a..45fa2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ notifications: email: false cache: npm install: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; wget http://download.tinkerforge.com/tools/brickd/linux/brickd_linux_latest_amd64.deb && dpkg -i brickd_linux_latest_amd64.deb; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget http://download.tinkerforge.com/tools/brickd/linux/brickd_linux_latest_amd64.deb && dpkg -i brickd_linux_latest_amd64.deb; fi - npm ci script: - npm run lint