This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch update-antdpro
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git
The following commit(s) were added to refs/heads/update-antdpro by this push:
new 7eaa1c9 Update trivas
7eaa1c9 is described below
commit 7eaa1c9a71a493367072aeb81c445bf6f429c7c1
Author: hanahmily <[email protected]>
AuthorDate: Wed Feb 28 11:58:13 2018 +0800
Update trivas
---
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index eddbb2f..a4bbfa7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,6 @@ env:
- TEST_TYPE=lint
- TEST_TYPE=build
- TEST_TYPE=test-all
- - TEST_TYPE=test-dist
addons:
apt:
@@ -29,7 +28,7 @@ script:
elif [ "$TEST_TYPE" = test-all ]; then
npm run test:all
elif [ "$TEST_TYPE" = test-dist ]; then
- npm run build
+ npm run site
mv dist/* ./
php -S localhost:8000 &
DEBUG=* npm test .e2e.js
--
To stop receiving notification emails like this one, please contact
[email protected].