Skip to content

Commit

Permalink
Trying to fix skeptic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
icefoxen committed Dec 14, 2019
1 parent 8d102d8 commit ec85ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ addons:
cache: cargo

script:
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then cargo test headless; cargo test --doc; cargo test --test skeptic; fi
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then cargo test --test skeptic; cargo test headless; cargo test --doc; fi
# - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cargo test --verbose headless --no-default-features; fi

before_install:
Expand Down

0 comments on commit ec85ca2

Please sign in to comment.