1
0

Something busted travis builds

This commit is contained in:
Jesse Vincent 2019-03-03 22:44:42 -08:00
parent 47cb0db08d
commit 7b3e34a688

View File

@ -6,7 +6,7 @@ install:
- mkdir -p hardware/ - mkdir -p hardware/
- ln -s `pwd` hardware/keyboardio - ln -s `pwd` hardware/keyboardio
script: script:
- make travis-test-all KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/hardware - make travis-test-all BOARD_HARDWARE_PATH=$(pwd)/hardware
branches: branches:
except: except:
- gh-pages - gh-pages
@ -23,7 +23,6 @@ notifications:
cache: cache:
ccache: true ccache: true
directories: directories:
- .kaleidoscope-build-cache
- .ccache - .ccache
addons: addons:
apt: apt: