Skip to content

Commit

Permalink
Merge pull request #13 from MailOnline/ci-script
Browse files Browse the repository at this point in the history
ci: change CI script order
  • Loading branch information
streamich authored May 25, 2018
2 parents 98bcde8 + e58513e commit d63de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ install:
script:
- npm run lint
after_success:
- npm run semantic-release
- npx ci-scripts slack
- npx ci-scripts github-post
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

2 comments on commit d63de16

@mol-teamcity
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 0.0.0-semantically-released-master.47 🤞 master on Travis 🎉

@mol-teamcity
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 0.0.0-semantically-released-ci-releaser.48 🤞 ci-releaser on Travis 🎉

Please sign in to comment.