Skip to content

Commit 7c3f82d

Browse files
committed
full travis check this time.
1 parent 78397ab commit 7c3f82d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ script:
3232
# Run unittests
3333
- python -m unittest discover test/ || exit 1
3434
- export WLLVM_HOME=`pwd`
35-
# - export APACHE_VER=2.4.18
35+
- export APACHE_VER=2.4.18
3636
# build apache with clang
37-
# - ${WLLVM_HOME}/.travis/apache_clang.sh
37+
- ${WLLVM_HOME}/.travis/apache_clang.sh
3838
# build apache with gcc and dragonegg
39-
# - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
39+
- ${WLLVM_HOME}/.travis/apache_dragonegg.sh
4040
# build musllvm with clang
4141
- ${WLLVM_HOME}/.travis/musllvm.sh
4242

0 commit comments

Comments
 (0)