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.
2 parents 05c7d30 + 980d994 commit 6e3c3ecCopy full SHA for 6e3c3ec
.travis.yml
@@ -21,17 +21,22 @@ addons:
21
- g++-6
22
- clang-5.0
23
homebrew:
24
+ update: true
25
packages:
26
- python
27
- python@2
28
+ - [email protected]
29
+ - ccache
30
+ - llvm
31
+ - yasm
32
33
env:
34
- FEATURES=""
35
- FEATURES="--features debugmozjs"
36
37
before_script:
38
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CC=gcc-6; export CXX=g++-6; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install [email protected] ccache llvm yasm; fi
39
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHON3="/usr/local/opt/python/bin/python3"; fi
40
41
script:
42
- ccache -z
0 commit comments