Skip to content

Commit

Permalink
fix(scripts): update script.sh to avoid travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
perryrh0dan committed Aug 19, 2020
1 parent 06a1e25 commit bd46e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ main() {
cross test --target $TARGET
cross test --target $TARGET --release

cross run --target $TARGET
cross run --target $TARGET --release
# cross run --target $TARGET
# cross run --target $TARGET --release
}

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

0 comments on commit bd46e94

Please sign in to comment.