Skip to content

Commit

Permalink
Travis need Plaso
Browse files Browse the repository at this point in the history
  • Loading branch information
berggren committed Sep 23, 2015
1 parent 476b95d commit 069fe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "2.7"
before_install:
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/stable -y && sudo apt-get update -q && sudo apt-get install python-plaso; fi
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/stable -y && sudo add-apt-repository universe -y && sudo apt-get update -q && sudo apt-get install python-plaso; fi
# command to install dependencies
install:
- "pip install ."
Expand Down

0 comments on commit 069fe76

Please sign in to comment.