Skip to content

Commit

Permalink
chore: move back to Jenkins CI
Browse files Browse the repository at this point in the history
GitHub Actions are not usable for PR based workflow, see maxheld83/ghactions#262 (comment)

This reverts commit 8d3114f.
  • Loading branch information
Ivan Peshev authored and tsvetomir committed Nov 1, 2019
1 parent bd47138 commit ba7f5fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 36 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/branch_push_workflow.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
dist: xenial
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
script:
- npm run lint
- git fetch --unshallow origin || true
- git fetch origin refs/heads/master:refs/remotes/origin/master
after_success:
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+(\\-.*)?$/"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/telerik/kendo-angular-messages#readme",
"devDependencies": {
"@telerik/semantic-prerelease": "^1.3.3",
"@telerik/semantic-prerelease": "^1.0.0",
"cz-conventional-changelog": "1.2.0",
"ghooks": "^2.0.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit ba7f5fc

Please sign in to comment.