This repository was archived by the owner on Aug 11, 2021. It is now read-only.
File tree 4 files changed +44
-2
lines changed
4 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto
2
+ test /fixtures /** text eol =lf
3
+ test /example-repo /** binary
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache : npm
3
+ stages :
4
+ - check
5
+ - test
6
+ - cov
7
+
8
+ node_js :
9
+ - ' 10'
10
+
11
+ os :
12
+ - linux
13
+ - osx
14
+ - windows
15
+
16
+ script : npx nyc -s npm run test:node -- --bail
17
+ after_success : npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
18
+
19
+ jobs :
20
+ include :
21
+ - stage : check
22
+ script :
23
+ - npx aegir commitlint --travis
24
+ - npx aegir dep-check
25
+ - npm run lint
26
+
27
+ - stage : test
28
+ name : chrome
29
+ addons :
30
+ chrome : stable
31
+ script : npx aegir test -t browser -t webworker
32
+
33
+ - stage : test
34
+ name : firefox
35
+ addons :
36
+ firefox : latest
37
+ script : npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
38
+
39
+ notifications :
40
+ email : false
Original file line number Diff line number Diff line change 9
9
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
10
10
[ ![ ] ( https://img.shields.io/badge/pm-waffle-blue.svg?style=flat-square" )] ( https://waffle.io/ipld/js-ipld )
11
11
12
+ [ ![ Travis CI] ( https://flat.badgen.net/travis/ipld/js-ipld )] ( https://travis-ci.com/ipld/js-ipld )
12
13
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ipld/js-ipld/badge.svg?branch=master )] ( https://coveralls.io/github/ipld/js-ipld?branch=master )
13
14
[ ![ Dependency Status] ( https://david-dm.org/ipld/js-ipld.svg?style=flat-square )] ( https://david-dm.org/ipld/js-ipld )
14
15
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments