Skip to content

Commit

Permalink
Merge cd455f8 into fc0854c
Browse files Browse the repository at this point in the history
  • Loading branch information
kiettisak-angkanawin committed Jan 5, 2018
2 parents fc0854c + cd455f8 commit df31e76
Show file tree
Hide file tree
Showing 5 changed files with 3,815 additions and 9 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: node_js
sudo: false
cache:
directories:
- "node_modules"

node_js:
- "lts/*"
- "8"
- "6"
- "node"
matrix:
allow_failures:
- node_js: "node"

install:
- npm install

jobs:
include:
- stage: test
script: npm run lint
env: lint
- script: npm run test
env: unit_test
- script: npm run coveralls
env: coverage
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# cta-logger [ ![build status](https://git.sami.int.thomsonreuters.com/compass/cta-logger/badges/master/build.svg)](https://git.sami.int.thomsonreuters.com/compass/cta-logger/commits/master) [![coverage report](https://git.sami.int.thomsonreuters.com/compass/cta-logger/badges/master/coverage.svg)](https://git.sami.int.thomsonreuters.com/compass/cta-logger/commits/master)
# cta-logger
[![Build Status](https://travis-ci.org/thomsonreuters/cta-logger.svg?branch=master)](https://travis-ci.org/thomsonreuters/cta-logger)
[![Coverage Status](https://coveralls.io/repos/github/thomsonreuters/cta-logger/badge.svg?branch=master)](https://coveralls.io/github/thomsonreuters/cta-logger?branch=master)
[![codecov](https://codecov.io/gh/thomsonreuters/cta-logger/branch/master/graph/badge.svg)](https://codecov.io/gh/thomsonreuters/cta-logger)

Logger Modules for Compass Test Automation, One of Libraries in CTA-OSS Framework

Expand Down

0 comments on commit df31e76

Please sign in to comment.