Skip to content

Commit ef04c45

Browse files
author
Wenbing Li
authored
Update integration test script (#337)
1 parent d1e4600 commit ef04c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- DIR=$(mktemp -d)
4141
- cd "$DIR"
4242
- ls -la
43-
- printf "AWS::Foo::Bar\n\n1" | cfn init -vv
43+
- printf "r\nAWS::Foo::Bar\n\n1" | cfn init -vv
4444
- mvn verify
4545
- ls -la
4646
- stage: "integ guided"
@@ -53,6 +53,6 @@ jobs:
5353
- DIR=$(mktemp -d)
5454
- cd "$DIR"
5555
- ls -la
56-
- printf "AWS::Foo::Bar\n\n2" | cfn init -vv
56+
- printf "r\nAWS::Foo::Bar\n\n2" | cfn init -vv
5757
- mvn verify
5858
- ls -la

0 commit comments

Comments
 (0)