Skip to content

Commit 0fe9cbc

Browse files
matthewfeickertkratsg
authored andcommitted
Trigger Binder builds on both GKE and OVH clusters (#493)
* Trigger Binder builds on both GKE and OVH clusters
1 parent 5db53fa commit 0fe9cbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
before_install: skip
9595
install: skip
9696
script:
97-
# Use Binder build API to trigger repo2docker to build image
98-
- bash binder/trigger_binder.sh https://mybinder.org/build/gh/diana-hep/pyhf/"${TRAVIS_BRANCH}"
97+
# Use Binder build API to trigger repo2docker to build image on GKE and OVH Binder Federation clusters
98+
- bash binder/trigger_binder.sh https://gke.mybinder.org/build/gh/diana-hep/pyhf/"${TRAVIS_BRANCH}"
99+
- bash binder/trigger_binder.sh https://ovh.mybinder.org/build/gh/diana-hep/pyhf/"${TRAVIS_BRANCH}"
99100
after_success: skip
100101
- stage: deploy
101102
# Tests deployment to PyPI for all commits to master

0 commit comments

Comments
 (0)