Skip to content

Commit

Permalink
Isolate the environments
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRice committed Sep 1, 2019
1 parent 8c73c98 commit bb6ba7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -26,5 +26,9 @@ script:

matrix:
include:
- env: PACKAGE_MANAGER=cocoapods
- env: PACKAGE_MANAGER=carthage
- env:
- PACKAGE_MANAGER=cocoapods
- ISOLATED=true
- env:
- PACKAGE_MANAGER=carthage
- ISOLATED=true

0 comments on commit bb6ba7e

Please sign in to comment.