diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-29 17:34:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-29 17:34:33 +0000 |
commit | 1d3884003965efdfa7cd34ced3c0a7f2b3923189 (patch) | |
tree | 344a2539c072cd5fe908eea0ebf5d09270d3c62f | |
parent | load.py recognized function entries correctly now. minor fixes and updates. (diff) | |
download | mutator-1d3884003965efdfa7cd34ced3c0a7f2b3923189.tar.gz mutator-1d3884003965efdfa7cd34ced3c0a7f2b3923189.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c06541a..882917f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_script: #- sudo apt-get install python3-all-dev -y #- sudo apt-get install libpython3-all-dev -y #- sudo apt-get source python -y - - sudo apt-get install python3.5-dev -y + - sudo apt-get install python3.5-dev -y --allow-unauthenticated - python3-config --includes - python3-config --ldflags |