Skip to content

Commit 5127261

Browse files
authored
Migrate from TravisCI to CircleCI (#43)
* Migrate from TravisCI to CircleCI * Fixing vulnerabilities * Fixing moment lib version * Adding circleci flag to README.md
1 parent ad743f1 commit 5127261

File tree

6 files changed

+2326
-16
lines changed

6 files changed

+2326
-16
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ build/Release
2727

2828
# Dependency directory
2929
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
30-
node_modules
31-
package-lock.json
30+
node_modules

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.6 (September 10, 2019)
2+
3+
* Migrate from TravisCI to CircleCI
4+
15
## 1.1.5 (July 15, 2019)
26

37
* Add retries mechanism to all request, refactor component to use axios library

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![CircleCI](https://circleci.com/gh/elasticio/csv-component.svg?style=svg)](https://circleci.com/gh/elasticio/csv-component)
12
# CSV Component
23

34
## Description

0 commit comments

Comments
 (0)