diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-08-08 18:42:19 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-08-09 00:38:39 +0200 |
| commit | 6a1bc2d84ee0bef88bceda585f9b97bd0250a6f9 (patch) | |
| tree | f0369f1b7f0715620719fa8889acc21172dce0d9 /.travis.yml | |
| parent | c68edde6ff140e270168f7e96c87286997e4d0d6 (diff) | |
| download | focaccia-miasm-6a1bc2d84ee0bef88bceda585f9b97bd0250a6f9.tar.gz focaccia-miasm-6a1bc2d84ee0bef88bceda585f9b97bd0250a6f9.zip | |
Travis: use elfesteem from github
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 19b64ace..bc203658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_script: - "cp tinycc/libtcc.h include" - "cp tinycc/libtcc.so.1.0 tinycc/libtcc.so" # install elfesteem -- "hg clone https://code.google.com/p/elfesteem/ elfesteem && cd elfesteem && python setup.py install && cd ..;" +- "git clone https://github.com/serpilliere/elfesteem elfesteem && cd elfesteem && python setup.py install && cd ..;" # install pyparsing - "pip install pyparsing" # install z3 |