Skip to content

Commit ca2cad8

Browse files
committed
Adding nyc to gitignore
1 parent fbfdc68 commit ca2cad8

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.nyc_output
2+
13
# Logs
24
logs
35
*.log

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ plugins:
1919
node_js:
2020
- '10'
2121

22-
matrix:
23-
include:
24-
- node_js: "10"
25-
os: osx
26-
- node_js: "10"
27-
os: linux
22+
matrix:
23+
include:
24+
- node_js: "10"
25+
os: osx
26+
- node_js: "10"
27+
os: linux
2828

2929
script:
3030
- npm run test
31-
- curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/publish-connector.sh
31+
- curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/package-connector.sh
3232
- chmod 555 package.sh
3333
- ./package.sh
3434

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_script:
2020
- node --version
2121
- npm --version
2222
- npm test
23-
- curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/publish-connector.sh
23+
- curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/package-connector.sh
2424
- bash package.sh
2525
- For /d %%d in ( build\** ) do MOVE %%d %cd%
2626

0 commit comments

Comments
 (0)