Skip to content

Commit

Permalink
bump solidity to 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Sep 1, 2017
1 parent 1f644e8 commit a4069a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
global:
- GETH_URL='https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.6.6-10a45cb5.tar.gz'
- GETH_VERSION='1.6.6'
- SOLC_URL='https://github.com/ethereum/solidity/releases/download/v0.4.13/solc-static-linux'
- SOLC_VERSION='v0.4.13'
- SOLC_URL='https://github.com/ethereum/solidity/releases/download/v0.4.16/solc-static-linux'
- SOLC_VERSION='v0.4.16'
matrix:
- TEST_TYPE='unit'
- TEST_TYPE='smart_contracts'
Expand Down

0 comments on commit a4069a2

Please sign in to comment.