
Remove the IRC notifications from Travis (we're not using IRC anymore). Signed-off-by: Gergely Nagy <algernon@keyboard.io>
15 lines
331 B
YAML
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
|