Skip to content

Commit 048ab50

Browse files
committed
Update appengine sdk url
1 parent c9c1d51 commit 048ab50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99

1010
env:
1111
global:
12-
- APPENGINE_SDK_VERSION=1.9.7
12+
- APPENGINE_SDK_VERSION=1.9.21
1313
matrix:
1414
- DJANGO_VERSION=1.4
1515
- DJANGO_VERSION=1.5
@@ -22,7 +22,7 @@ install:
2222
- pip install git+https://github.com/adieu/django-autoload\#egg=django-autoload --target=$PWD
2323

2424
before_script:
25-
- wget https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_SDK_VERSION.zip -nv
25+
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_SDK_VERSION.zip -nv
2626
- unzip -q google_appengine_$APPENGINE_SDK_VERSION.zip
2727
- PYTHONPATH=. python django/bin/django-admin.py startproject --name=app.yaml --template=djangoappengine/conf/project_template appenginetest .
2828

0 commit comments

Comments
 (0)