From ac9aec9d6cb2c932991302f8f4790e0b79516c7c Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 13 Feb 2018 21:04:38 +0900 Subject: [PATCH] add e2e testing --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8acb121..1d849a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ script: - npm run lint - npm test - npm run package + - npm run build && \ + npm run ambassador:build && \ + npm run test:e2e || npm run test:e2e || npm run test:e2e