summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-07-31 16:18:23 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-31 16:20:35 -0700
commitfcc88a8b27ba1f7e572ebff00cf13460bdd4586b (patch)
treebb220036057df577d09f2d43647d18ca8aea3b43 /.travis.yml
parentfd5f4ffed1e425ec29d29477dc4e2a61420c1cf6 (diff)
Fix PHONY target typos
PiperOrigin-RevId: 324305107
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d955b05d..2d9fa80a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ script:
# On arm64, we need to create our own pipes for stderr and stdout,
# otherwise we will not be able to open /dev/stderr. This is probably
# due to AppArmor rules.
- - bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat'
+ - bash -xeo pipefail -c 'uname -a && make smoke-tests 2>&1 | cat'
branches:
except:
# Skip copybara branches.