Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jul 31, 2019
1 parent 571d0ac commit a36d40f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
@@ -1,6 +1,5 @@
language: rust
sudo: false
dist: trusty
dist: bionic

cache:
cargo: false
Expand All @@ -14,14 +13,11 @@ matrix:
allow_failures:
- rust: nightly

# script:
# - |
# #cargo clean
# RUST_BACKTRACE=1 cargo test -- --nocapture
script:
- cargo test --verbose

# Upload docs
# after_success:
script:
after_success:
- export PATH=$PATH:~/.cargo/bin
- |
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "beta" ]]; then
Expand Down

0 comments on commit a36d40f

Please sign in to comment.