From 67bbd24992de622f71a94e676a49ff43dd77d1d4 Mon Sep 17 00:00:00 2001 From: mwrock Date: Thu, 13 Dec 2018 17:53:24 -0800 Subject: [PATCH] removing pr cruft Signed-off-by: mwrock --- .travis.yml | 1 - support/ci/rust_tests.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2bf287..095f62a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ matrix: - kalakris-cmake packages: - build-essential - - busybox - ca-certificates - cmake - curl diff --git a/support/ci/rust_tests.sh b/support/ci/rust_tests.sh index 5f76a40..28d8fd3 100755 --- a/support/ci/rust_tests.sh +++ b/support/ci/rust_tests.sh @@ -1,8 +1,5 @@ #!/bin/bash -sudo mkdir -p /hab -sudo chmod o+w /hab - git log HEAD~1..HEAD | grep -q '!!! Temporary Commit !!!' is_tmp_commit=$?