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

Commit 1e44d60

Browse files
committed
Grr -- why did web2py.com stop providing zip files!?
1 parent 6dd6448 commit 1e44d60

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ script:
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.
3131
#- 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 R-${WEB2PY_VERSION}.zip
34-
- cd web2py-R-${WEB2PY_VERSION}/applications
32+
#- wget https://github.com/web2py/web2py/archive/R-${WEB2PY_VERSION}.zip
33+
- git clone --branch R-2.18.5 https://github.com/web2py/web2py
34+
- cd web2py
35+
- git submodule update --init --recursive
36+
#- unzip R-${WEB2PY_VERSION}.zip
37+
- cd applications
3538
- mv ../../runestone .
3639
- cd runestone
3740
- mkdir private

0 commit comments

Comments
 (0)