Skip to content

Commit

Permalink
fixup! Add Python 2 and 3 build targets to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jul 21, 2020
1 parent 2058164 commit efd96d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ before_install:
fi
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
- python --version
install:
- THEIA_SKIP_NPM_PREPARE=1 yarn install --skip-integrity-check
- npx electron-replace-ffmpeg # re-download library (in case it was cached)
Expand Down Expand Up @@ -138,9 +139,6 @@ jobs:
osx_image: xcode11.4
node_js: 12
env: CXX=c++
before_script:
- node --version
- python --version
script:
- travis_retry yarn test:theia
- name: macOS 10.15.4 / NodeJS 12 / Python 3
Expand All @@ -151,7 +149,6 @@ jobs:
- CXX=c++
- PYTHON=/usr/bin/python3
before_script:
- node --version
- $PYTHON --version
script:
- travis_retry yarn test:theia
Expand All @@ -161,8 +158,6 @@ jobs:
env:
- CXX=c++
- YARN_GPG=no
before_script:
- python --version
script:
- travis_retry yarn test:theia
- stage: deploy
Expand Down

0 comments on commit efd96d6

Please sign in to comment.