Skip to content

Commit c3fae5c

Browse files
authored
Merge pull request #1 from cknitt/feature/travis-ci
Travis CI
2 parents 2f9b674 + 7d574a4 commit c3fae5c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ install:
1010
- esy install
1111
script:
1212
- esy build
13-
- esy ./_build/default/bin/Hello.exe
13+
# - esy ./_build/default/bin/Extract.exe

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bs-react-intl-extractor
22

3+
[![Build Status](https://travis-ci.org/cknitt/bs-react-intl-extractor.svg?branch=master)](https://travis-ci.org/cknitt/bs-react-intl-extractor)
4+
35
Extracts messages for localization from [Reason] source files.
46

57
This assumes that you are using the [bs-react-intl] bindings for [react-intl]

0 commit comments

Comments
 (0)