diff options
| author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:18:41 +0900 |
|---|---|---|
| committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-13 21:44:13 +0900 |
| commit | e576e900b575c8fc62927c471af99134513d8965 (patch) | |
| tree | cf1110219e588ee5935e0d132ae2253bd0361b92 | |
| parent | 7c99ee3a3167bfdaebabe2d2106c52371ebe9606 (diff) | |
launch server on Travis CI
| -rw-r--r-- | .travis.yml | 6 |
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 |
