aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-02-13 21:18:41 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-02-13 21:44:13 +0900
commite576e900b575c8fc62927c471af99134513d8965 (patch)
treecf1110219e588ee5935e0d132ae2253bd0361b92
parent7c99ee3a3167bfdaebabe2d2106c52371ebe9606 (diff)
launch server on Travis CI
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a40cef..daf742b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +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
+ - npm run build
+ - npm run ambassador:build
+ - node e2e/web-server & npm run test:e2e