Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(152)

Unified Diff: config/travis/install.sh

Issue 339480043: [plaso] Added Ubuntu end-to-end tests run script for Jenkins (Closed)
Patch Set: Changes after review Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config/jenkins/travis.ini ('k') | config/travis/runtests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/travis/install.sh
diff --git a/config/travis/install.sh b/config/travis/install.sh
index da674a1c197f8743d716ac14a101e70dadbe4381..8eefa42a5fc12afcfd9423c676b361a8a627b097 100755
--- a/config/travis/install.sh
+++ b/config/travis/install.sh
@@ -42,7 +42,7 @@ then
sudo /usr/bin/hdiutil detach /Volumes/${PACKAGE}-*.pkg
done
-elif test ${TRAVIS_OS_NAME} = "linux";
+elif test ${TRAVIS_OS_NAME} = "linux" && test ${TARGET} != "jenkins";
then
sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list;
« no previous file with comments | « config/jenkins/travis.ini ('k') | config/travis/runtests.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b