Merge pull request #2170 from LLK/paulkaplan-patch-1

Update API_HOST_STAGING to point to api.scratch.ly
This commit is contained in:
Paul Kaplan 2018-10-10 14:35:14 -04:00 committed by GitHub
commit c6a9085d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ env:
global:
- CXX=g++-4.8
- API_HOST_master=https://api.scratch.mit.edu
- API_HOST_STAGING=https://api-staging.scratch.mit.edu
- API_HOST_STAGING=https://api.scratch.ly
- API_HOST_VAR=API_HOST_$TRAVIS_BRANCH
- API_HOST=${!API_HOST_VAR}
- API_HOST=${API_HOST:-$API_HOST_STAGING}