Skip to content

Commit 3907903

Browse files
authored
Expose python3 env var for TravisCI.
1 parent 05c7d30 commit 3907903

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,18 @@ addons:
2424
packages:
2525
- python
2626
- python@2
27+
- autoconf@2.13
28+
- ccache
29+
- llvm
30+
- yasm
2731

2832
env:
2933
- FEATURES=""
3034
- FEATURES="--features debugmozjs"
3135

3236
before_script:
3337
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CC=gcc-6; export CXX=g++-6; fi
34-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install autoconf@2.13 ccache llvm yasm; fi
38+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHON3="/usr/local/opt/python3/bin/python3"; fi
3539

3640
script:
3741
- ccache -z

0 commit comments

Comments
 (0)