Skip to content

Commit

Permalink
Unset CPATH env variable in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Nov 7, 2019
1 parent 13225c2 commit 3290f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cache:
- cocoapods
- bundler
gemfile: test/Gemfile
before_install:
- unset CPATH
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle exec pod setup
Expand Down

0 comments on commit 3290f93

Please sign in to comment.