Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #157 from Tripwire/fix/publish
Browse files Browse the repository at this point in the history
fix(ci): remove codeship verify condition, swap in circleci
  • Loading branch information
cdaringe authored Jan 25, 2018
2 parents d3d6b9e + a5f09ac commit 0741f4b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 14 deletions.
54 changes: 44 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"lib"
],
"devDependencies": {
"@semantic-release/condition-codeship": "^1.1.0",
"@semantic-release/release-notes-generator": "^3.0.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
Expand All @@ -25,6 +24,7 @@
"babel-standalone": "^6.18.2",
"bluebird": "^3.5.0",
"chokidar": "^1.7.0",
"condition-circle": "^2.0.1",
"coveralls": "^2.11.15",
"cross-spawn-promise": "^0.10.1",
"execa": "^0.8.0",
Expand Down Expand Up @@ -96,9 +96,7 @@
},
"release": {
"generateNotes": "./node_modules/@semantic-release/release-notes-generator",
"verifyConditions": [
"./node_modules/@semantic-release/condition-codeship"
]
"verifyConditions": "condition-circle"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0741f4b

Please sign in to comment.