Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 279cdb0

Browse files
committed
Merge branch 'release/3.0.1'
2 parents 65056f0 + 15cd1ba commit 279cdb0

File tree

10 files changed

+3337
-9311
lines changed

10 files changed

+3337
-9311
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ language: node_js
33
sudo: false
44

55
node_js:
6-
- '6'
6+
- '10'
77

88
install:
9-
- npm install yarn -g
10-
- yarn install
11-
- yarn global add codeclimate-test-reporter
9+
- npm ci
10+
- npm install -g codeclimate-test-reporter
1211

1312
before_script:
1413
- export TZ=Europe/Warsaw

0 commit comments

Comments
 (0)