Skip to content

Commit 9c7d454

Browse files
authored
Merge pull request #440 from jupyterlab/fix-node-ci
Fix usage of old node in CI
2 parents 1efc27e + db4142c commit 9c7d454

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)