Skip to content

Commit

Permalink
[*] Change file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed Oct 6, 2018
1 parent a8f671b commit 9d03256
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ pipeline:
secrets: [ coveralls_service_name, coveralls_repo_token ]
commands:
- sleep 5
- chmod +x ./bin/run-coveralls.sh
- chmod 755 ./bin/run-coveralls.sh
- ./bin/run-coveralls.sh
environment:
- COVERALLS_REPO_TOKEN=RPujsTG2jaY2sKk8BuZrPaG25CGTgnDe7
when:
event: [ pull_request ]
branches: [ master ]
Expand Down
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "run-s test:*",
"test:eslint": "eslint ./",
"test:mocha": "NODE_ENV=test mocha --exit --recursive -c -R spec src/*.spec.js",
"coveralls": "nyc npm run test:mocha && nyc report --reporter=text-lcov | coveralls",
"coveralls": "nyc npm run test:mocha && nyc report --reporter=text-lcov | coveralls",
"add-contributor": "all-contributors add",
"generate-contributors": "all-contributors generate"
},
Expand All @@ -28,7 +28,7 @@
"all-contributors-cli": "5.4.0",
"babel-eslint": "10.0.1",
"chai": "4.2.0",
"coveralls": "3.0.2",
"coveralls": "3.0.1",
"eslint": "5.3.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
Expand Down

0 comments on commit 9d03256

Please sign in to comment.