Skip to content

Commit 059b71d

Browse files
committed
Unset CPATH env variable in Travis
1 parent 70c3e55 commit 059b71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cache:
44
- cocoapods
55
- bundler
66
gemfile: test/Gemfile
7+
before_install:
8+
- unset CPATH
79
install:
810
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
911
- bundle exec pod setup

0 commit comments

Comments
 (0)