Skip to content

Commit

Permalink
Clear 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 70c3e55 commit dc832f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle exec pod setup
before_script:
- export CPATH=
- printenv
script:
- rake install
Expand Down

0 comments on commit dc832f7

Please sign in to comment.