mirror of https://github.com/tc39/test262.git
CI: Update CircleCI Docker images.
This commit is contained in:
parent
8565eea8be
commit
e849d40605
|
@ -39,7 +39,7 @@ execution_steps: &execution_steps
|
||||||
jobs:
|
jobs:
|
||||||
"Test262: verify tools; build & lint tests (Python 2)":
|
"Test262: verify tools; build & lint tests (Python 2)":
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:2.7
|
- image: cimg/python:2.7
|
||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
# command: ./tools/scripts/deploy.sh
|
# command: ./tools/scripts/deploy.sh
|
||||||
"Test262: verify tools; build & lint tests (Python 3)":
|
"Test262: verify tools; build & lint tests (Python 3)":
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.7.4
|
- image: cimg/python:3.7.4
|
||||||
working_directory: ~/test262
|
working_directory: ~/test262
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Reference in New Issue