Skip to content

Commit ed402c8

Browse files
authored
Revert "don't run function test in PR" (aliyun#154)
This reverts commit 8c9ba70.
1 parent 6324749 commit ed402c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ install:
1818
- pip install mock
1919

2020
script:
21-
- make lint
22-
- make test
23-
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then make functional-test; fi
21+
- make test-all
2422

2523
notifications:
2624
webhooks: https://oapi.dingtalk.com/robot/send?access_token=096ed387df243a6d60835aadeccc47165f3813bc7cb81cdd0cfeadfd28e3acc1

0 commit comments

Comments
 (0)