File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ matrix:
27
27
- os : linux
28
28
python : " 3.6-dev"
29
29
env : MULTIROOT_WORKSPACE_TEST=true
30
+ - os : linux
31
+ python : " 3.6-dev"
32
+ env : PERFORMANCE_TEST=true
30
33
allow_failures :
31
34
- os : linux
32
35
python : " 2.7"
@@ -111,6 +114,11 @@ script:
111
114
- if [ $TRAVIS_UPLOAD_COVERAGE == "true" ]; then
112
115
bash <(curl -s https://codecov.io/bash);
113
116
fi
117
+ - if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && "$PERFORMANCE_TEST" == "true" ]]; then
118
+ yarn run clean;
119
+ yarn run vscode:prepublish;
120
+ yarn run testPerformance --silent;
121
+ fi
114
122
- if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then
115
123
python3 -m pip install --upgrade -r news/requirements.txt;
116
124
python3 news/announce.py --dry-run;
You can’t perform that action at this time.
0 commit comments