Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Apr 8, 2015
1 parent 39818e5 commit 7b5b833
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 @@ -25,7 +25,7 @@ after_success: |
sudo pip install ghp-import &&
ghp-import -n target/doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages;
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev &&
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev &&
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz &&
mkdir kcov-master/build &&
Expand Down

0 comments on commit 7b5b833

Please sign in to comment.