Skip to content

Commit 7ddf261

Browse files
committed
Use scrutinizer-ci
1 parent 3a93770 commit 7ddf261

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
language: go
22
go:
33
- "1.10"
4-
install:
5-
- export PATH=$PATH:$GOPATH/bin
6-
- go get golang.org/x/tools/cmd/cover
7-
- go get github.com/mattn/goveralls
8-
script:
9-
- go test -v -covermode=count -coverprofile=coverage.out
10-
after_script:
11-
- goveralls -coverprofile=coverage.out -service=travis-ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Expr [![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr) [![Coverage Status](https://coveralls.io/repos/github/antonmedv/expr/badge.svg)](https://coveralls.io/github/antonmedv/expr)
1+
# Expr [![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr) [![Code Coverage](https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master)
22

33
Expr is an engine that can evaluate expressions.
44

0 commit comments

Comments
 (0)