Skip to content

Commit

Permalink
Merge pull request jupyterlab#18 from blink1073/jlab-0.34
Browse files Browse the repository at this point in the history
Jlab 0.34
  • Loading branch information
blink1073 authored Aug 19, 2018
2 parents 46a2a98 + d96da7a commit 25424c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
sudo: false
dist: trusty
cache: yarn
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install nodejs notebook
- pip install --pre jupyterlab
script:
- yarn
- yarn run build
- jupyter labextension install --no-build
- NODE_OPTIONS=--max-old-space-size=16000 jupyter lab build
- python -m jupyterlab.browser_check
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.17.2",
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/application": "^0.18.0",
"@jupyterlab/apputils": "^0.18.0",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/fileeditor": "^0.17.2",
"@jupyterlab/fileeditor": "^0.18.0",
"monaco-editor": "^0.13.1"
},
"devDependencies": {
Expand Down

0 comments on commit 25424c3

Please sign in to comment.