Skip to content

Commit 0d23a15

Browse files
committed
Evidently verbose is a bad idea
1 parent 6a9bc2f commit 0d23a15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,25 @@ matrix:
5656
- script:
5757
- brew update
5858
- brew outdated carthage || brew upgrade carthage
59-
- carthage build --no-skip-current --platform mac --verbose
59+
- carthage build --no-skip-current --platform mac
6060
env:
6161
- JOB=CARTHAGE-macOS
6262
- script:
6363
- brew update
6464
- brew outdated carthage || brew upgrade carthage
65-
- carthage build --no-skip-current --platform iOS --verbose
65+
- carthage build --no-skip-current --platform iOS
6666
env:
6767
- JOB=CARTHAGE-iOS
6868
- script:
6969
- brew update
7070
- brew outdated carthage || brew upgrade carthage
71-
- carthage build --no-skip-current --platform tvOS --verbose
71+
- carthage build --no-skip-current --platform tvOS
7272
env:
7373
- JOB=CARTHAGE-tvOS
7474
- script:
7575
- brew update
7676
- brew outdated carthage || brew upgrade carthage
77-
- carthage build --no-skip-current --platform watchOS --verbose
77+
- carthage build --no-skip-current --platform watchOS
7878
env:
7979
- JOB=CARTHAGE-watchOS
8080
- os: osx

0 commit comments

Comments
 (0)