travis-ci track folder changes
travis-ci shell tracks folder changes, even for inline commands:
before_install:
- cd foo && make install
This leaves travis in foo, a quick fix is to just go back one level:
before_install:
- cd foo && make install && cd ..
Written by Daniel Tralamazza
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Travis-ci
Authors
Related Tags
#travis-ci
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#