summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-05-14 03:51:29 -0700
committerGuy Harris <guy@alum.mit.edu>2020-05-14 03:51:29 -0700
commit8bcbdf0d853288b1d017aee5fa64328170eb9cb0 (patch)
treec9cd0c7d5574fd72187120863cb6627bb745456f /.travis.yml
parenta96d55db3778a4023b1a542036a4d4dd4c512ef8 (diff)
downloadtcpdump-8bcbdf0d853288b1d017aee5fa64328170eb9cb0.tar.gz
travis: install the travis-conditions gem
So is that what's necessary to make if: work? And is this the way to *make* it work?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bd9b794f..553e82e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,6 +117,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = linux ]; then apt list --installed 'lib*-dev'; fi
install:
+ - gem install travis-conditions
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi
before_script: