Browse Source

Speed up travis

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
81713a906c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      ci/script.sh

+ 1
- 3
ci/script.sh View File

@@ -4,13 +4,11 @@ set -ex

# TODO This is the "test phase", tweak it as you see fit
main() {
cross build --target $TARGET --release

if [ ! -z $DISABLE_TESTS ]; then
return
fi

cross test --all --target $TARGET --release
cross test --all --target $TARGET
}

# we don't run the "test phase" when doing deploys


Loading…
Cancel
Save