diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:04:38 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:04:38 +0900 |
commit | ac9aec9d6cb2c932991302f8f4790e0b79516c7c (patch) | |
tree | 0ce79097cea907377a664dbae575232699bcfe59 | |
parent | b566cfa0acd3679f13e89edbeb35b2d9b4905814 (diff) |
add e2e testing
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |