We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907c38f commit bbb3b00Copy full SHA for bbb3b00
.travis.yml
@@ -33,10 +33,10 @@ script:
33
# - python -m unittest discover test/ || exit 1
34
- export WLLVM_HOME=`pwd`
35
- ${WLLVM_HOME}/.travis/store.sh
36
- - export APACHE_VER=2.4.18
+ - export APACHE_VER=2.4.39
37
# build apache with clang
38
- ${WLLVM_HOME}/.travis/apache_clang.sh
39
# build apache with gcc and dragonegg
40
- ${WLLVM_HOME}/.travis/apache_dragonegg.sh
41
# build musllvm with clang
42
- #- ${WLLVM_HOME}/.travis/musllvm.sh
+ - ${WLLVM_HOME}/.travis/musllvm.sh
0 commit comments