diff --git a/.travis.yml b/.travis.yml index 9ce0715d..2b65bfe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ script: - yarn run lint - yarn run check-fmt - yarn run test-cover -# - yarn run examples +# this step is disabled because of GitHub rate limit +# - yarn run examples -- --tags @http_api + - yarn run examples -- --tags @cli after_success: - yarn run coverage