commit
ce1a9230db
@ -3,10 +3,10 @@ sudo: false
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
install:
|
install:
|
||||||
- mkdir -p hardware/
|
- mkdir -p ../hardware/
|
||||||
- ln -s `pwd` hardware/keyboardio
|
- ln -s `pwd` ../hardware/keyboardio
|
||||||
script:
|
script:
|
||||||
- make travis-test-all BOARD_HARDWARE_PATH=$(pwd)/hardware
|
- make travis-test-all BOARD_HARDWARE_PATH=$(pwd)/../hardware
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
@ -20,7 +20,7 @@ notifications:
|
|||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
cache:
|
cache:
|
||||||
ccache: true
|
ccache: true
|
||||||
directories:
|
directories:
|
||||||
- .ccache
|
- .ccache
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d23b5bd10d0cc8c2d66c773d6d2754de083c2621
|
Subproject commit 97c992b1fea1b567edd2f3e8a223f0cc9c4f3848
|
Loading…
x
Reference in New Issue
Block a user