1
0
Model01-Firmware/.travis.yml
Gergely Nagy 56a90f702e Travis cleanup
Remove the IRC notifications from Travis (we're not using IRC anymore).

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2018-10-10 07:20:03 +02:00

15 lines
331 B
YAML

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