Closed springmeyer closed 8 years ago
It looks like something about the default rvm update on travis osx machines has broken bash:
./bootstrap.sh: line 142: shell_session_update: command not found ./bootstrap.sh: line 45: shell_session_update: command not found
https://travis-ci.org/Project-OSRM/node-osrm/jobs/144993031#L133
Per http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f looks like a fix is to do rvm get head
rvm get head
Fixed in https://github.com/Project-OSRM/node-osrm/commit/74362dfaebc9cb08687a6f7ccd8c03bbd3b7e8ca
It looks like something about the default rvm update on travis osx machines has broken bash:
https://travis-ci.org/Project-OSRM/node-osrm/jobs/144993031#L133
Per http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f looks like a fix is to do
rvm get head