diff --git a/.travis.yml b/.travis.yml index e675c105..e3c043d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ install: true go: - "1.10.1" -# scripts: -# - go \ No newline at end of file +script: +- make test +- make dist-clean \ No newline at end of file