From 1d1355a36e9604a580f982f75954ce5951a5dd2a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 10 Oct 2020 19:08:01 -0700 Subject: [PATCH] Switch away from some travis-specific targets that were noops --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d77fd0e..bf9b9911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,11 +37,11 @@ install: jobs: include: - env: TEST_CMD="make -j 2 smoke-sketches" - - env: TEST_CMD="CCACHE_NOT_SUPPORTED=1 make travis-simulator-tests" + - env: TEST_CMD="CCACHE_NOT_SUPPORTED=1 make simulator-tests" - env: TEST_CMD="make cpplint" - env: TEST_CMD="make find-filename-conflicts" - env: TEST_CMD="make shellcheck" - - env: TEST_CMD="make travis-check-astyle" + - env: TEST_CMD="make check-astyle" script: - unset CC - eval $TEST_CMD