diff options
| author | Jack Humbert | 2016-06-22 04:39:54 +0200 |
|---|---|---|
| committer | GitHub | 2016-06-22 04:39:54 +0200 |
| commit | 649b33d7783cf3021928534b7ae127e0a89e8807 (patch) | |
| tree | c2b5e0cf8ff4aa2918e3b88ab75dbdb071cc0a1d /.travis.yml | |
| parent | 464c8e274f993d3571fe5ea5e836fe55a3912ffe (diff) | |
Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
* fixes from tmk's repo
* rename keyboard to keyboards
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 436c17338a..151f8618de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ env: - KEYBOARD=sixkeyboard script: - - cd keyboard/$KEYBOARD && make all-keymaps + - cd keyboards/$KEYBOARD && make all-keymaps addons: apt: |