Skip to content

Commit

Permalink
Changing travis yaml and adding build image
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunjy committed Apr 18, 2019
1 parent 1547df5 commit b238563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go
sudo: false
go:
- 1.12.4
- tip
- 1.11.x
cache:
directories:
- vendor
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Golang Rules Engine
# Golang Rules Engine [![Build Status][ci-img]][ci]
Rules engine written in golang with the help of antlr.

This package will be very helpful in situations where you have a generic rule and want to verify if your values (specified using `map[string]interface{}`) satisfy the rule.
Expand Down Expand Up @@ -52,4 +52,5 @@ pr: present
not: not of a logical expression
```


[ci-img]: https://api.travis-ci.org/nikunjy/rules.svg?branch=master
[ci]: https://travis-ci.org/nikunjy/rules

0 comments on commit b238563

Please sign in to comment.