mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
fix for shell_session_update
error on travis
as per discussion in https://github.com/travis-ci/travis-ci/issues/6307 -- although that's old enough this might be a separate issue, but I'm trying it anyway.
This commit is contained in:
parent
53595218c3
commit
38c4a6b181
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ install:
|
|||
pip install -r requirements-tests.txt;
|
||||
fi
|
||||
|
||||
before_script:
|
||||
- rvm get head || true
|
||||
|
||||
script:
|
||||
- set -e
|
||||
|
|
Loading…
Add table
Reference in a new issue