Skip to content

Commit db4142c

Browse files
authored
Fix usage of old node in CI
1 parent 1efc27e commit db4142c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cache:
55
pip: true
66
directories:
77
- /home/travis/.yarn-cache/
8+
before_install:
9+
- nvm install 10
810
install: pip install pytest "jupyterlab~=1.0"
911
script:
1012
- python setup.py sdist

0 commit comments

Comments
 (0)