Skip to content

Commit

Permalink
change the travis arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
XuNeal committed Dec 13, 2019
1 parent 6c7f430 commit 040ceb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
language: rust
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo test --verbose --all -- --test-threads=1
-
os: osx
language: swift
Expand All @@ -21,4 +21,4 @@ matrix:
xcode_workspace: iOSExample.xcworkspace # path to your xcodeproj folder
xcode_scheme: iOSExample
xcode_destination: platform=iOS Simulator,OS=13.2,name=iPhone 11 Pro


0 comments on commit 040ceb1

Please sign in to comment.