aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:57:47 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:57:47 +0200
commit50942eaa91b8d7a5e194445880ba66c27d132db6 (patch)
treeafad8e4c66dc2c3f3b880f06fecaafb62b6fb17c /Makefile
parent6759423b8743cc13e8723a97e8fabe9e97fb192f (diff)
downloaddotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.tar.gz
dotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.zip
ci: travis -> github
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e8220ae..0000000
--- a/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-all: test
-
-.PHONY: test
-test: vendor emacs scripts lint
-
-.PHONY: vendor
-vendor:
- @gem install rubocop
-
-.PHONY: emacs
-emacs:
- @lsb_release -a
- @cd .emacs.d && ./test-emacs.sh
-
-.PHONY: scripts
-scripts:
- @cd bin/test && ./test.sh
-
-.PHONY: lint
-lint:
- @find . -name "*.sh" ! -name ".gitcompletion.sh" ! -name ".hgcompletion.sh" -not -path "./.emacs.d/*" -exec shellcheck \{\} \+
- @rubocop