diff --git a/file.tmp b/file.tmp deleted file mode 100644 index 0b91630a9..000000000 --- a/file.tmp +++ /dev/null @@ -1,9 +0,0 @@ - - AWSTemplateFormatVersion: '2010-09-09' - Description: Simple CloudFormation Test Template - Resources: - S3Bucket: - Type: AWS::S3::Bucket - Properties: - AccessControl: PublicRead - BucketName: cf-test-bucket-1 diff --git a/travis_moto_server.sh b/travis_moto_server.sh index 3c6947fd9..902644b20 100755 --- a/travis_moto_server.sh +++ b/travis_moto_server.sh @@ -1,5 +1,5 @@ -#!/usr/bin/env bash -set -e -pip install flask -pip install /moto/dist/moto*.gz +#!/usr/bin/env bash +set -e +pip install flask +pip install /moto/dist/moto*.gz moto_server -H 0.0.0.0 -p 5000 \ No newline at end of file