blob: 49b8c4986a47857ccc0697cb138cc579bff99a3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
dist: trusty
sudo: false
os:
- linux
install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio
script:
- make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware
notifications:
email:
on_success: change
on_failure: change
cache:
ccache: true
|