Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix up .travis.yml and configure
  • Loading branch information
cclauss committed Jul 5, 2019
commit d3c7034c82153fe1f3b7134f63f794dbd93e4334
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- g++-6
install: *ccache-setup-steps
script:
- pyenv global 2.7.15
- pip install --upgrade pip
- pip install six
- pyenv global ${PYTHON_VERSION}
- export PYTHONPATH="${PYTHONPATH}:$(pwd)/deps"
- ./configure
- make -j2 -C out V=1 v8

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if sys.version_info[:2] != (2, 7):
sys.stderr.write('\n')
sys.exit(1)

import configure
import configure