Skip to content

Commit

Permalink
Merge pull request #16 from perryrh0dan/dev
Browse files Browse the repository at this point in the history
fix(scripts): update script.sh to avoid travis error
  • Loading branch information
perryrh0dan authored Aug 19, 2020
2 parents 06a1e25 + bd46e94 commit e7ab5e5
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 e7ab5e5

Please sign in to comment.