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 f14112a commit eb2c0f8
Show file tree
Hide file tree
Showing 3 changed files with 1,667 additions and 722 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'
script:
- npm run test:prod && npm run build
after_success:
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-functional-pipe.umd.js",
"module": "dist/ts-functional-pipe.es5.js",
"typings": "dist/types/ts-functional-pipe.d.ts",
Expand Down Expand Up @@ -31,7 +32,7 @@
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once --pro"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -105,7 +106,7 @@
"rollup-plugin-node-resolve": "^4.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1",
"semantic-release": "^15.13.3",
"semantic-release": "^17.0.4",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^24.0.1",
Expand Down
Loading

0 comments on commit eb2c0f8

Please sign in to comment.