Revision 71f76bcf2eeb5498c3a10ed320fd10de150ac626 authored by Cole Lightfighter on 19 January 2018, 01:13:36 UTC, committed by Cole Lightfighter on 19 January 2018, 01:13:36 UTC
Modified member functions of SolidityMetada to check against the length
of metadata on the end of runtime_bytecode and bytecode fields.

Part of #716
1 parent fad56db
Raw File
.travis.yml
branches:
  only:
  - master
  - /^(?!wip-).+$/
language: python
cache:
  pip: true
  directories:
  - $HOME/virtualenv/python2.7.13/lib/python2.7/site-packages
  - $HOME/virtualenv/python2.7.13/bin/
dist: trusty
sudo: required
os:
- linux
python:
- 2.7.13
install:
- scripts/travis_install.sh
script:
- scripts/travis_test.sh
back to top