Skip to content

Commit

Permalink
Merge branch 'end-to-end-ssl' of github.com:LLNL/jupyterhub into end-…
Browse files Browse the repository at this point in the history
…to-end-ssl
  • Loading branch information
tgmachina committed Oct 5, 2018
2 parents dd07495 + a198124 commit 82d12b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ before_install:
- set -e
- nvm install 6; nvm use 6
- npm install
- npm install -g configurable-http-proxy
# temporary: install CHP master for ssl tests
- npm install -g https://github.com/configurable-http-proxy/archive/master.tar.gz
- |
# setup database
if [[ $JUPYTERHUB_TEST_DB_URL == mysql* ]]; then
Expand Down

0 comments on commit 82d12b3

Please sign in to comment.