Skip to content

Commit

Permalink
.travis.yml: Fix example build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gifnksm committed Aug 10, 2015
1 parent 3bdb81c commit dcd1033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ script:
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo run --example test_authorization_header &&
travis-cargo run --example test_get &&
travis-cargo run --example test_post &&
travis-cargo run -- --example test_authorization_header &&
travis-cargo run -- --example test_get &&
travis-cargo run -- --example test_post &&
travis-cargo --only stable doc
after_success:
Expand Down

0 comments on commit dcd1033

Please sign in to comment.