Switch away from some travis-specific targets that were noops

pull/923/head
Jesse Vincent 4 years ago
parent a4e45881ab
commit 1d1355a36e
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -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

Loading…
Cancel
Save