diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:41:52 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-05-14 03:41:52 -0700 |
commit | 9378d01b08a26ec48ff693b46c5c6aac2a16cd21 (patch) | |
tree | 23496e58fbb84a1e6e8de45d498de492e3db3908 /.travis.yml | |
parent | 52a4687389a73ccde63a97034acdd6c71fb99da2 (diff) | |
download | tcpdump-9378d01b08a26ec48ff693b46c5c6aac2a16cd21.tar.gz |
travis: try quoting the branch name.
Again, the *documentation* doesn't seem to require that the name be
quoted in such a test, but I don't trust the documentation at this
point....
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a5916bac..40580c32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,11 +46,11 @@ jobs: os: osx - compiler: gcc os: osx - - if: branch = master + - if: branch = "master" arch: ppc64le - - if: branch = master + - if: branch = "master" arch: s390x - - if: branch = master + - if: branch = "master" arch: arm64 cache: ccache |