Skip to content

Commit bbb3b00

Browse files
committed
Maybe need to update the apache version.
1 parent 907c38f commit bbb3b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ script:
3333
# - python -m unittest discover test/ || exit 1
3434
- export WLLVM_HOME=`pwd`
3535
- ${WLLVM_HOME}/.travis/store.sh
36-
- export APACHE_VER=2.4.18
36+
- export APACHE_VER=2.4.39
3737
# build apache with clang
3838
- ${WLLVM_HOME}/.travis/apache_clang.sh
3939
# build apache with gcc and dragonegg
4040
- ${WLLVM_HOME}/.travis/apache_dragonegg.sh
4141
# build musllvm with clang
42-
#- ${WLLVM_HOME}/.travis/musllvm.sh
42+
- ${WLLVM_HOME}/.travis/musllvm.sh

0 commit comments

Comments
 (0)