Skip to content

Commit

Permalink
Disable integration tests on linux for time being
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Mar 11, 2020
1 parent 6d8c236 commit dcd4056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ before_script:

script:
- cargo test --all -- --nocapture
- cd integration
- cargo test -- --test-threads=1 --ignored
#- cd integration
#- cargo test -- --test-threads=1 --ignored

after_success:
- cd ./types && cargo coveralls
Expand Down

0 comments on commit dcd4056

Please sign in to comment.