Skip to content

Commit

Permalink
to version v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Sep 14, 2018
1 parent 0ae7d4c commit b3841ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ script:
- make
- make test-binary
- touch gokuw
- echo '#!/bin/sh\nwatchexec -r -w ~/.config/karabiner.edn /usr/local/opt/goku/bin/goku' >> gokuw
- echo '#!/bin/sh' >> gokuw
- echo 'watchexec -r -w ~/.config/karabiner.edn /usr/local/opt/goku/bin/goku' >> gokuw
- "./goku"
- chmod +x gokuw
- tar czf goku.tar.gz goku gokuw
Expand Down

0 comments on commit b3841ac

Please sign in to comment.