We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df76c6e commit 3a23a69Copy full SHA for 3a23a69
.travis.yml
@@ -19,7 +19,7 @@ env:
19
- GROUP=js/base
20
- GROUP=js/services
21
- GROUP=js/tree
22
- - GROUP=doc
+ - GROUP=docs
23
24
before_install:
25
- pip install --upgrade pip
@@ -48,7 +48,7 @@ install:
48
script:
49
- 'if [[ $GROUP == js* ]]; then travis_retry python -m notebook.jstest ${GROUP:3}; fi'
50
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
51
- - 'if [[ $GROUP == doc ]]; then make -C docs/ html; fi'
+ - 'if [[ $GROUP == docs ]]; then make -C docs/ html; fi'
52
53
matrix:
54
include:
0 commit comments