Skip to content

Commit

Permalink
fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
k5md committed Jan 14, 2021
1 parent 8e86a8b commit 8f71e10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ before_deploy:

deploy:
provider: releases
api_key:
secure: $GITHUB_API_KEY
api_key: $GITHUB_API_KEY
file_glob: true
file: artefacts/*
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:bionic-20190204
USER root
RUN apt-get update -y && \
apt-get install -y \
Expand Down
1 change: 0 additions & 1 deletion src/M2KB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ int main() {
while(true) {
int c = _getch();
if (c == VK_ESCAPE) break;
if (c == 'q') break;
}

keymapper.~Keymapper();
Expand Down

0 comments on commit 8f71e10

Please sign in to comment.