Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi authored Feb 10, 2019
1 parent 7bb7c32 commit d397b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d397b83

Please sign in to comment.