From c7299a7937881f175f68ef51491b6cbdc023687b Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 1 Jun 2016 18:18:19 +0300 Subject: [PATCH] add travis badge --- .travis.yml | 6 ++++++ FSharp.AWS.DynamoDB.sln | 1 + README.md | 1 + 3 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9b785a1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: csharp + +sudo: false # use the new container-based Travis infrastructure + +script: + - ./build.sh \ No newline at end of file diff --git a/FSharp.AWS.DynamoDB.sln b/FSharp.AWS.DynamoDB.sln index ed968c0..bab8b78 100644 --- a/FSharp.AWS.DynamoDB.sln +++ b/FSharp.AWS.DynamoDB.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}" ProjectSection(SolutionItems) = preProject + .travis.yml = .travis.yml appveyor.yml = appveyor.yml build.cmd = build.cmd build.fsx = build.fsx diff --git a/README.md b/README.md index 785c610..3873e46 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ export AWS_SECRET_ACCESS_KEY= # your account's secret key ### Build Status * Windows/.NET [![Build status](https://ci.appveyor.com/api/projects/status/n72o2uj09lr9o3sa/branch/master?svg=true)](https://ci.appveyor.com/project/nessos/fsharp-aws-dynamodb/branch/master) +* Linux/Mono 4.2 [![Build Status](https://travis-ci.org/fsprojects/FSharp.AWS.DynamoDB.png?branch=master)](https://travis-ci.org/fsprojects/FSharp.AWS.DynamoDB/branches) ## Maintainer(s)