Skip to content

Commit 5ac9cfa

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cache:
33
directories:
44
- "node_modules"
55
install:
6+
- "if [[ \"$GROUP\" == js ]] ; then pip install dash ; fi"
67
- "if [[ \"$GROUP\" == js ]] ; then npm -v ; fi"
78
- "if [[ \"$GROUP\" == js ]] ; then npm install ; fi"
89
- "if [[ \"$GROUP\" == python-linting ]] ; then pip install black flake8 isort ; fi"

0 commit comments

Comments
 (0)