Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 14e7e1c

Browse files
committed
Actually run solidity tests
We need to install solidity for that!
1 parent 61cace1 commit 14e7e1c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: python
22
python: 2.7
3-
sudo: false
3+
sudo: required
4+
dist: trusty
5+
before_install:
6+
- sudo add-apt-repository -y ppa:ethereum/ethereum
7+
- sudo apt-get update
8+
- sudo apt-get install -y solc
9+
410
env:
511
- TOX_ENV=py27
612
install:

0 commit comments

Comments
 (0)