From b0c69bcc1aeaa6d1a4d796fe1cef44dbc68ef29c Mon Sep 17 00:00:00 2001 From: Katy Moe Date: Mon, 2 Mar 2020 14:41:38 +0000 Subject: [PATCH] Travis: run acceptance tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 31241568..60c400dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_script: script: - make test +- make testacc - make vet - make website-test