Skip to content

Commit 3a23a69

Browse files
author
Jiaqi Liu
committed
rename doc group to docs
1 parent df76c6e commit 3a23a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
- GROUP=js/base
2020
- GROUP=js/services
2121
- GROUP=js/tree
22-
- GROUP=doc
22+
- GROUP=docs
2323

2424
before_install:
2525
- pip install --upgrade pip
@@ -48,7 +48,7 @@ install:
4848
script:
4949
- 'if [[ $GROUP == js* ]]; then travis_retry python -m notebook.jstest ${GROUP:3}; fi'
5050
- 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi'
51-
- 'if [[ $GROUP == doc ]]; then make -C docs/ html; fi'
51+
- 'if [[ $GROUP == docs ]]; then make -C docs/ html; fi'
5252

5353
matrix:
5454
include:

0 commit comments

Comments
 (0)