Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
 - travis config
 - coveralls
  • Loading branch information
martialblog committed Feb 16, 2018
1 parent 774b186 commit 48a174f
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ cache:
script:
- yarn run lint
- yarn run test

after_success: 'yarn run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/martialblog/ceql.svg?branch=master)](https://travis-ci.org/martialblog/ceql)
[![Coverage Status](https://coveralls.io/repos/github/martialblog/ceql/badge.svg?branch=master)](https://coveralls.io/github/martialblog/ceql?branch=master)

# CEQL.js

A CEQL library in Javascript.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"coveralls": "^3.0.0",
"es6": "^0.0.7",
"eslint": "^4.17.0",
"jest": "^22.3.0",
Expand Down
Loading

0 comments on commit 48a174f

Please sign in to comment.