Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 946864f

Browse files
committed
New source for web2py zip
1 parent 1730b90 commit 946864f

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
@@ -28,8 +28,9 @@ script:
2828
# Put the chromedriver in the path.
2929
- export PATH=$PATH:`pwd`
3030
# This URL was taken from a `post <https://groups.google.com/forum/#!topic/web2py/VXgsvfz67Fc>`_. Don't download the tagged releases from github, since they lack the DAL.
31-
- wget http://web2py.com/examples/static/${WEB2PY_VERSION}/web2py_src.zip
32-
- unzip web2py_src.zip
31+
#- wget http://web2py.com/examples/static/${WEB2PY_VERSION}/web2py_src.zip
32+
- wget https://github.com/web2py/web2py/archive/R-${WEB2PY_VERSION}.zip
33+
- unzip $-${WEB2PY_VERSION}.zip
3334
- cd web2py/applications
3435
- mv ../../runestone .
3536
- cd runestone

0 commit comments

Comments
 (0)