Turns a Keybow into a macro keyboard with multiple, on-the-fly switchable layouts – so you don't need to swap mSD cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
351 B

# As there is (still) no Travis Lua language support, we use the fine
# https://github.com/mpeterv/hererocks local environment build to set
# up a local Lua/luarocks/packages environment.
language: python
sudo: false
branches:
only:
- /.*/
install:
- ./env.sh # installs the local environment.
script:
- ./env.sh busted # runs all tests.