Skip to content

Commit

Permalink
fix(travis): Make config changes for build in travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 26, 2020
1 parent 199ba09 commit 8023950
Show file tree
Hide file tree
Showing 3 changed files with 1,649 additions and 724 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
node_js:
- '10'
- '11'
- '8'
#- '8'
#- '6'
script:
- npm run test:prod && npm run build
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-development",
"description": "",
"keywords": [],
"sideEffects": false,
"main": "dist/ts-comparer-builder.umd.js",
"module": "dist/ts-comparer-builder.es5.js",
"typings": "dist/types/ts-comparer-builder.d.ts",
Expand Down Expand Up @@ -32,7 +33,7 @@
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once --pro"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -106,7 +107,7 @@
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.13.3",
"semantic-release": "^17.0.4",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.9",
"ts-jest": "^23.10.2",
Expand Down
Loading

0 comments on commit 8023950

Please sign in to comment.