Skip to content

Commit dc832f7

Browse files
committed
Clear CPATH env variable in Travis
1 parent 70c3e55 commit dc832f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
99
- bundle exec pod setup
1010
before_script:
11+
- export CPATH=
1112
- printenv
1213
script:
1314
- rake install

0 commit comments

Comments
 (0)