Skip to content

Commit 55f03da

Browse files
committed
Add dash to JS build chain
Dash is now needed to run npm install.
1 parent d7c76d7 commit 55f03da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
install:
66
- "if [[ \"$GROUP\" == js ]] ; then npm -v ; fi"
77
- "if [[ \"$GROUP\" == js ]] ; then npm install ; fi"
8+
- "if [[ \"$GROUP\" == js ]] ; then pip install dash ; fi"
89
- "if [[ \"$GROUP\" == python-linting ]] ; then pip install black flake8 isort ; fi"
910
script:
1011
- "if [[ \"$GROUP\" == js ]] ; then npm run lint ; fi"

0 commit comments

Comments
 (0)