We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed402c8 commit d7b1046Copy full SHA for d7b1046
.travis.yml
@@ -18,7 +18,9 @@ install:
18
- pip install mock
19
20
script:
21
- - make test-all
+ - make lint
22
+ - make test
23
+ - '[[ $ACCESS_KEY_ID && $ACCESS_KEY_SECRET ]] && make functional-test'
24
25
notifications:
26
webhooks: https://oapi.dingtalk.com/robot/send?access_token=096ed387df243a6d60835aadeccc47165f3813bc7cb81cdd0cfeadfd28e3acc1
0 commit comments