Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4972dcf

Browse files
committed
ci: fix more line endings
1 parent 44733fa commit 4972dcf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
* text=auto
22
test/** text eol=lf
33
src/init-files/** text eol=lf
4+
5+
*.data binary
6+
*.png binary
7+
*.jpg binary

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- stage: check
2222
script:
2323
- npx aegir commitlint --travis
24-
- npx aegir dep-check
24+
- npx aegir dep-check -- -i wrtc -i electron-webrtc
2525
- npm run lint
2626

2727
- stage: test
Binary file not shown.

0 commit comments

Comments
 (0)