Set-up Travis CI.
[hope.git] / Makefile
index 3104462..34c0fe9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,15 @@
 .PHONY: \
+       ci \
        fresh-build \
        compile \
        clean \
        dialyze \
        test
 
+ci: \
+       compile \
+       test
+
 fresh-build: \
        clean \
        compile
This page took 0.016642 seconds and 4 git commands to generate.