Skip to content

Commit d974404

Browse files
committed
Building httpd-2.4.12 using wllvm under python 2.6 2.7 and 3.3
1 parent 2e81345 commit d974404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- "3.3"
44
- "2.7"
5+
- "2.6"
56

67
# command to install dependencies
78
install:
@@ -11,5 +12,6 @@ install:
1112

1213
# command to run tests
1314
script:
15+
# build apache (i.e. httpd-2.4.12)
1416
- ${WLLVM_HOME}/.travis/apache.sh
1517

0 commit comments

Comments
 (0)