From 3e17561ee19369d944349a01d5621de2aada90ac Mon Sep 17 00:00:00 2001 From: Laurynas Butkus Date: Sun, 18 Mar 2018 09:49:39 +0200 Subject: [PATCH] Update travis configuration --- .travis.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index ffc7b6a..227f158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: crystal + +script: + - crystal spec + - crystal tool format --check diff --git a/README.md b/README.md index b410658..8718bb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # detect_language +[![Build Status](https://travis-ci.org/detectlanguage/detectlanguage-crystal.svg?branch=master)](https://travis-ci.org/detectlanguage/detectlanguage-crystal) + Detect Language API Crystal Client ## Installation