Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
ci: change CI script order
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored May 25, 2018
1 parent 98bcde8 commit e58513e
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+$/

0 comments on commit e58513e

Please sign in to comment.