From 6625deabafd8c5afc233d790888314e44eec5c11 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sun, 20 May 2018 15:13:43 +0200 Subject: [PATCH 1/2] Travis CI: don't run executable, as it exits with an error if run without parameters --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c97e03..0933e27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - esy install script: - esy build -- esy ./_build/default/bin/Hello.exe +# - esy ./_build/default/bin/Extract.exe From 7d574a4634129827172fa4be1b51819b4ae094bd Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 21 May 2018 18:23:30 +0200 Subject: [PATCH 2/2] Travis CI: added badge to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e71430b..d207724 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # bs-react-intl-extractor +[![Build Status](https://travis-ci.org/cknitt/bs-react-intl-extractor.svg?branch=master)](https://travis-ci.org/cknitt/bs-react-intl-extractor) + Extracts messages for localization from [Reason] source files. This assumes that you are using the [bs-react-intl] bindings for [react-intl]