diff --git a/.travis.yml b/.travis.yml index 35cb003fb..c48d57e06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust script: - - cd cfn-guard && cargo build --verbose --all && cargo test --verbose --all - - cd cfn-guard-lambda && cargo build --verbose --all && cargo test --verbose --all - - cd cfn-guard-rulegen && cargo build --verbose --all && cargo test --verbose --all - - cd cfn-guard-rulegen-lambda && cargo build --verbose --all && cargo test --verbose --all + - pushd cfn-guard && cargo build --verbose --all && cargo test --verbose --all; popd + - pushd cfn-guard-lambda && cargo build --verbose --all && cargo test --verbose --all; popd + - pushd cfn-guard-rulegen && cargo build --verbose --all && cargo test --verbose --all; popd + - pushd cfn-guard-rulegen-lambda && cargo build --verbose --all && cargo test --verbose --all; popd