Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1080 from ethereum/yann300-patch-11
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
yann300 authored Nov 26, 2018
2 parents 33f2dfb + 81d7211 commit 8846f8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
remix-lib:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
Expand All @@ -16,7 +16,7 @@ jobs:

remix-debug:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

remix-analyzer:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
Expand All @@ -36,7 +36,7 @@ jobs:

remix-tests:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
Expand All @@ -46,7 +46,7 @@ jobs:

remix-simulator:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
Expand Down

0 comments on commit 8846f8d

Please sign in to comment.