.travis.yml: Remove shellcheck from the script step

With keyboardio/Kaleidoscope-Build-Tools#2, it is now done by the `travis-test`
target. We still need to install the shellcheck package, however.

Fixes #356.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/360/head
Gergely Nagy 6 years ago
parent aa6b4c3885
commit dc0168216e

@ -10,7 +10,6 @@ install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio
script: script:
- make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware - make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware
- shellcheck bin/kaleidoscope-builder
notifications: notifications:
irc: irc:
channels: channels:

Loading…
Cancel
Save