Skip to content

Commit 2e81345

Browse files
committed
First travis tests: build apache using llvm-3.4 and python 2.7 and 3.3
1 parent ea35cee commit 2e81345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/apache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export WLLVM_OUTPUT=WARNING
1010
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.12.tar.gz
1111
tar xfz httpd-2.4.12.tar.gz
1212
cd httpd-2.4.12
13-
CC=wwlvm ./configure
13+
CC=wllvm ./configure
1414
make
1515
extract-bc httpd
1616

0 commit comments

Comments
 (0)