Skip to content

Commit

Permalink
[CI] TravisCI has moved to a 5min execution window which prevents the…
Browse files Browse the repository at this point in the history
… trinity script to run. For CI we go back to PIP packages
  • Loading branch information
hugsy committed May 5, 2020
1 parent 22d1a52 commit c2f41cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ addons:
- cmake
- libglib2.0-dev
- pylint


install:
- pip3 install -r requirements.txt

before_script:
- curl https://raw.githubusercontent.com/hugsy/stuff/master/update-trinity.sh | bash
- /usr/bin/pip3 install -U pip ropper
- echo "source `pwd`/gef.py" > ~/.gdbinit

script:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
capstone==3.0.5.post1
keystone-engine==0.9.1.post3
pylint==2.3.0
ropper==1.11.6
unicorn==1.0.1
capstone
keystone-engine
pylint
ropper
unicorn

0 comments on commit c2f41cd

Please sign in to comment.