Skip to content

Commit

Permalink
Added TravisCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Aug 18, 2017
1 parent d4773f9 commit c3266f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 80 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: go

go:
- 1.8
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# SAM Local (Beta)

[![Build Status](https://travis-ci.org/awslabs/aws-sam-local.svg?branch=master)](https://travis-ci.org/awslabs/aws-sam-local)

**`sam`** is the AWS CLI tool for managing Serverless applications written with [AWS Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). SAM Local can be used to test functions locally, start a local API Gateway from a SAM template, validate a SAM template, and generate sample payloads for various event sources.

- [SAM Local (Beta)](#sam-local-beta)
Expand Down
80 changes: 0 additions & 80 deletions buildspec.yml

This file was deleted.

0 comments on commit c3266f1

Please sign in to comment.