Skip to content

Commit 68d86d5

Browse files
committed
travising python 3 fails. I
1 parent f697a2d commit 68d86d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ install:
2929

3030
# command to run tests
3131
script:
32+
- export WLLVM_HOME=`pwd`
3233
- ${WLLVM_HOME}/.travis/store.sh
3334
# # Run unittests
3435
# - python -m unittest discover test/ || exit 1
35-
# - export WLLVM_HOME=`pwd`
3636
# - export APACHE_VER=2.4.18
3737
# # build apache with clang
3838
# - ${WLLVM_HOME}/.travis/apache_clang.sh

0 commit comments

Comments
 (0)