diff options
author | Jesse Vincent <jesse@keyboard.io> | 2018-09-04 18:24:02 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2018-09-04 18:24:02 -0700 |
commit | 0ac41faab34d3ed6a0a6279f6693621568bd9a06 (patch) | |
tree | 7e4e2ce1629bc55a769db504892daea0001144e2 | |
parent | 226b5a22d8dd0e01970c4b78b9d911fb94eec803 (diff) | |
download | model01-firmware-0ac41faab34d3ed6a0a6279f6693621568bd9a06.tar.gz model01-firmware-0ac41faab34d3ed6a0a6279f6693621568bd9a06.tar.bz2 model01-firmware-0ac41faab34d3ed6a0a6279f6693621568bd9a06.zip |
Update travis.yml to point to new bundle repo
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e7030ac..e3e64f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,15 @@ dist: trusty sudo: false os: - linux +addons: + apt: + packages: + - shellcheck 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/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio script: - make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware + - shellcheck bin/kaleidoscope-builder notifications: irc: channels: @@ -13,7 +18,7 @@ notifications: use_notice: true skip_join: true template: - - "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}" + - "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}" email: on_success: change on_failure: change |