Skip to content

Commit

Permalink
Install wget before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Walsh committed Sep 4, 2018
1 parent 818323d commit 41f0314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before_install:
- git clone git://github.com/sleuthkit/sleuthkit.git
- cd sleuthkit && ./bootstrap && ./configure && make && sudo make install && sudo ldconfig
- cd ..
install:
- pip install wget
script:
- python test.py

0 comments on commit 41f0314

Please sign in to comment.