1
0

Merge pull request #28 from keyboardio/travis/ci-fixes

Travis CI fixes
This commit is contained in:
Jesse Vincent 2020-01-20 13:01:35 -08:00 committed by GitHub
commit ce1a9230db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit d23b5bd10d0cc8c2d66c773d6d2754de083c2621 Subproject commit 97c992b1fea1b567edd2f3e8a223f0cc9c4f3848