Skip to content

Commit 347c1a3

Browse files
committed
Be more self reliant about the travis builds.
1 parent 6c965f7 commit 347c1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/apache_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PATH=/usr/lib/llvm-3.4/bin:${WLLVM_HOME}:${PATH}
77
export LLVM_COMPILER=clang
88
export WLLVM_OUTPUT=WARNING
99

10-
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.12.tar.gz
10+
wget http://www.csl.sri.com/~iam/httpd-2.4.12.tar.gz
1111
tar xfz httpd-2.4.12.tar.gz
1212
mv httpd-2.4.12 apache_clang
1313
cd apache_clang

.travis/apache_dragonegg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export LLVM_DRAGONEGG_PLUGIN=/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/dragonegg.
1111

1212
export WLLVM_OUTPUT=WARNING
1313

14-
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.12.tar.gz
14+
wget http://www.csl.sri.com/~iam/httpd-2.4.12.tar.gz
1515
tar xfz httpd-2.4.12.tar.gz
1616
mv httpd-2.4.12 apache_dragonegg
1717
cd apache_dragonegg

0 commit comments

Comments
 (0)