Skip to content

Commit d1ffb65

Browse files
committed
Upgrade travis config
1 parent a4392ab commit d1ffb65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ install:
2525
script:
2626
- yarn
2727
- yarn run build
28+
- jupyter labextension link packages/fasta-extension --no-build
2829
- jupyter labextension link packages/geojson-extension --no-build
29-
- jupyter labextension link packages/plotly-extension --no-build
3030
- jupyter labextension link packages/katex-extension --no-build
31+
- jupyter labextension link packages/plotly-extension --no-build
32+
- jupyter labextension link packages/vega2-extension --no-build
3133
- jupyter lab build
3234
- python -m jupyterlab.selenium_check

0 commit comments

Comments
 (0)