Travis: ShellCheck kaleidoscope-builder

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/305/head
Gergely Nagy 7 years ago
parent 24407185d5
commit d59e07d7a3

@ -2,10 +2,15 @@ dist: trusty
sudo: false sudo: false
os: os:
- linux - linux
addons:
apt:
packages:
- shellcheck
install: install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
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:
@ -13,7 +18,7 @@ notifications:
use_notice: true use_notice: true
skip_join: true skip_join: true
template: template:
- "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}" - "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}"
email: email:
on_success: change on_success: change
on_failure: change on_failure: change

Loading…
Cancel
Save