From 1af235dfdc1971f40d57cccca8fdc851275887a4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 31 Dec 2019 15:29:56 +0100 Subject: [PATCH] Add integration tests to run on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4299fd04..8ff0f8f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - make deps - curl -LO https://storage.googleapis.com/container-diff/latest/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && mkdir -p $HOME/bin && export PATH=$PATH:$HOME/bin && mv container-diff-linux-amd64 $HOME/bin/container-diff script: - - make multiarch-build test + - make multiarch-build test test-integration after_success: - make coverage - bash <(curl -s https://codecov.io/bash)