Skip to content

Commit 13033b8

Browse files
committed
CocoaPods on TravisCI appears to be a ghetto — I can't deal with this nonsense
1 parent ab5f67e commit 13033b8

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ profile
1919

2020
DerivedData
2121
Carthage/Build
22-
Carthage/Build/*/build/*
2322

2423
*.gcno
2524
*.gcda

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ deploy:
1919
on:
2020
repo: magicalpanda/MagicalRecord
2121
tags: true
22-
deploy:
23-
provider: script
24-
script: ./Support/Scripts/push_podspec.sh
25-
on:
26-
repo: magicalpanda/MagicalRecord
27-
tags: true
22+
# deploy:
23+
# provider: script
24+
# script: ./Support/Scripts/push_podspec.sh
25+
# on:
26+
# repo: magicalpanda/MagicalRecord
27+
# tags: true

0 commit comments

Comments
 (0)