Skip to content

Commit d7b1046

Browse files
committed
don't run function test when no AK env viriable
1 parent ed402c8 commit d7b1046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

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

2020
script:
21-
- make test-all
21+
- make lint
22+
- make test
23+
- '[[ $ACCESS_KEY_ID && $ACCESS_KEY_SECRET ]] && make functional-test'
2224

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

0 commit comments

Comments
 (0)