Skip to content

Commit

Permalink
ci: generate publish tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Sep 18, 2019
1 parent d11d804 commit 709f0ac
Show file tree
Hide file tree
Showing 3 changed files with 1,116 additions and 61 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ cache:
notifications:
email: false
node_js:
- "9"
- "8"
- '10'
- '8'
script:
- npm run test
jobs:
include:
- stage: release
node_js: "10"
node_js: '10'
script:
- npm run test
- npm run build
after_success:
- npm run semantic-release
- npm run report-coverage
- npm run report-coverage
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forensic-js/utils",
"version": "0.0.0",
"version": "0.0.0-development",
"description": "A collection of day-to-day utility methods usable in both node and browser environments",
"main": "lib/index",
"typings": "lib/typings/index",
Expand Down Expand Up @@ -41,7 +41,8 @@
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-uglify": "6.0.2",
"semantic-release": "15.13.12",
"semantic-release": "^15.13.24",
"semantic-release-cli": "5.2.1",
"tslint": "5.12.0",
"typescript": "3.3.3333"
},
Expand Down

0 comments on commit 709f0ac

Please sign in to comment.