Skip to content

Commit

Permalink
fix: brought back Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sowinski authored and Jakub Sowinski committed Jun 11, 2020
1 parent daee66c commit 5a93402
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 50 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coverage
lib
node_modules

index.js
.coveralls.yml
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 10
after_success: npm run test:coverage
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"url": "https://github.com/soofka/netlify-plugin-chromium/issues"
},
"homepage": "https://github.com/soofka/netlify-plugin-chromium#readme",
"main": "lib/index.js",
"main": "index.js",
"files": [
"lib",
"index.js",
"manifest.yml"
],
"scripts": {
"build": "rimraf lib && rollup src/index.js --file lib/index.js --format cjs",
"build": "rimraf index.js && rollup src/index.js --file index.js --format cjs",
"test": "jest --config jestconfig.json",
"test:coverage": "npm run test -- --coverage | coveralls",
"release": "standard-version",
Expand Down
24 changes: 0 additions & 24 deletions src/tests/__snapshots__/manifest.test.js.snap

This file was deleted.

21 changes: 0 additions & 21 deletions src/tests/manifest.test.js

This file was deleted.

0 comments on commit 5a93402

Please sign in to comment.