Skip to content

Commit

Permalink
Travis: Properly test the disk task
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Sep 17, 2019
1 parent 5fdf247 commit b0ad410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ script:
- if [ "windows" = "${TRAVIS_OS_NAME}" ]; then export PATH=${TRAVIS_HOME}/.cargo/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0; fi
- cargo make iso
- cargo make --profile production iso
- cargo make create-disk-if-not-exist
- cargo make disk
- if [ -z "${NO_TESTS_NO_DEPLOY}" ]; then cargo make test; fi
- if [ -z "${NO_TESTS_NO_DEPLOY}" ]; then cargo make doc-full; fi
- if [ -z "${NO_TESTS_NO_DEPLOY}" ]; then cargo make clippy -- -D warnings; fi
Expand Down

0 comments on commit b0ad410

Please sign in to comment.