Update travis.yml to point to new bundle repo
This commit is contained in:
parent
226b5a22d8
commit
0ac41faab3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user