Skip to content

Commit 0d1c8c6

Browse files
committed
🚀 Setup CI environment
1 parent 107e6d1 commit 0d1c8c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "4.3.2"
4+
notifications:
5+
email: false

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## AWS Lambda bins API
22

3+
[![Build Status](https://travis-ci.org/aws-lambda-bins/api-node.svg?branch=master)](https://travis-ci.org/aws-lambda-bins/api-node)
4+
35
A setup tools for aws-lambda-bins.
46

57
## Usage

0 commit comments

Comments
 (0)