diff options
| author | cclauss <cclauss@me.com> | 2019-08-31 08:26:09 +0200 |
|---|---|---|
| committer | cclauss <cclauss@me.com> | 2019-09-10 09:40:11 +0200 |
| commit | 38cde20902e7599c122c5043ef28ba3e9b1e1b09 (patch) | |
| tree | 9afc0b877ad9def557133d10219a8a32534dab71 | |
| parent | f0bcb2141c917188926739cd790c9867eb09a91f (diff) | |
| download | node-new-try_Python3_on_macOS.tar.gz | |
compiler: g++try_Python3_on_macOS
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7d012fe472..fd2f68fb4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ jobs: - ubuntu-toolchain-r-test packages: - g++-6 + compiler: g++ install: true # *ccache-setup-steps script: #- pyenv global ${PYTHON_VERSION} @@ -44,6 +45,7 @@ jobs: - ubuntu-toolchain-r-test packages: - g++-6 + compiler: g++ install: true # *ccache-setup-steps script: # - pyenv global ${PYTHON_VERSION} |
