Remove dependency installation file for travis builds.

We're installing dependencies via the APT addon now.
This commit is contained in:
Arthur Schreiber 2015-06-27 15:02:53 +02:00
parent b48dfe0bbe
commit 32f538ae28

View File

@ -1,6 +0,0 @@
#!/bin/sh
set -x
sudo apt-get -qq update &&
sudo apt-get -qq install cmake libssh2-1-dev openssh-client openssh-server