Skip to content

Commit

Permalink
test(cli): test cli examples on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 29, 2017
1 parent 1868ed2 commit 0445a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit 0445a0e

Please sign in to comment.