|
|
@@ -22,8 +22,7 @@ before_install:
|
|
|
- vagrant/boot_cluster.sh
|
|
|
- vagrant/create_topics.sh
|
|
|
|
|
|
-install:
|
|
|
-- make install_dependencies
|
|
|
+install: make install_dependencies
|
|
|
|
|
|
script:
|
|
|
- make test
|
|
|
@@ -32,6 +31,6 @@ script:
|
|
|
- make fmt
|
|
|
|
|
|
after_success:
|
|
|
- - bash <(curl -s https://codecov.io/bash)
|
|
|
+- bash <(curl -s https://codecov.io/bash)
|
|
|
|
|
|
-sudo: false
|
|
|
+after_script: vagrant/halt_cluster.sh
|