diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2015-03-10 16:08:34 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@microsoft.com> | 2015-03-10 16:08:34 -0400 |
| commit | 3e329861145bcd106023e73a3098f24b79e54c16 (patch) | |
| tree | e2ea624a08ddf8b1c65197bddeecd56639994ca8 /script/install-deps-linux.sh | |
| parent | d7c81945b0619ac707ebd0fb007bf63c3bef3037 (diff) | |
| download | libgit2-3e329861145bcd106023e73a3098f24b79e54c16.tar.gz | |
Revert "Implement fail-fast for Travis as well"
This reverts commit ba6c53b91b1d9c9dc49b7c0d8e8efbd9842c31dc.
Diffstat (limited to 'script/install-deps-linux.sh')
| -rwxr-xr-x | script/install-deps-linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/install-deps-linux.sh b/script/install-deps-linux.sh index 3eb57ce1a..347922b89 100755 --- a/script/install-deps-linux.sh +++ b/script/install-deps-linux.sh @@ -3,4 +3,4 @@ set -x sudo apt-get -qq update && -sudo apt-get -qq install cmake libssh2-1-dev openssh-client openssh-server jq +sudo apt-get -qq install cmake libssh2-1-dev openssh-client openssh-server |
