Skip to content

Commit

Permalink
fix(travis): change config for build under travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 26, 2020
1 parent 9d60f16 commit 9ba20d5
Show file tree
Hide file tree
Showing 3 changed files with 1,647 additions and 756 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ notifications:
node_js:
- '10'
- '11'
- '8'
#- '6'
script:
- npm run test:prod && npm run build
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,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 All @@ -119,7 +119,7 @@
"typescript": "^3.0.3"
},
"dependencies": {
"ts-equality-comparer": "^1.0.2",
"ts-gethashcode": "^1.0.1"
"ts-equality-comparer": "^1.0.3",
"ts-gethashcode": "^1.0.2"
}
}
Loading

0 comments on commit 9ba20d5

Please sign in to comment.