Skip to content

Commit 06c55de

Browse files
author
tobias
committed
added travis jobs for 0.4.25
1 parent e4176a2 commit 06c55de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ matrix:
160160
env: TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.24
161161
- python: "3.6"
162162
env: TOX_POSARGS="-e py36" SOLC_VERSION=v0.4.24
163+
# solc 0.4.25
164+
- python: "3.4"
165+
env: TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.25
166+
- python: "3.5"
167+
env: TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.25
168+
- python: "3.6"
169+
env: TOX_POSARGS="-e py36" SOLC_VERSION=v0.4.25
170+
163171
cache:
164172
- pip: true
165173
before_install:

0 commit comments

Comments
 (0)