Unverified Commit c6a9085d authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

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

Update API_HOST_STAGING to point to api.scratch.ly
parents 8b222f04 1228ef73
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment