Skip to content

Commit

Permalink
Revert "Add circleci config to solidity cli"
Browse files Browse the repository at this point in the history
This reverts commit 23cb1b6.
  • Loading branch information
Igor Florian committed Jun 25, 2018
1 parent a94ad57 commit 2ebd5ea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
- mix.exs
- mix.lock
- appspec.yml

check_formatted:
docker:
# Ensure .tool-versions matches
Expand Down Expand Up @@ -314,14 +313,6 @@ jobs:
name: Wait for DB
command: dockerize -wait tcp://localhost:5432 -timeout 1m

- run:
name: Install 'solc'
command: |
echo 'deb http://ppa.launchpad.net/ethereum/ethereum/ubuntu trusty main' | sudo tee /etc/apt/sources.list.d/pgdg.list > /dev/null
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 923F6CA9
sudo apt-get update
sudo apt-get install solc
- run: mix coveralls.circle --umbrella

- store_test_results:
Expand Down

0 comments on commit 2ebd5ea

Please sign in to comment.