Skip to content
Snippets Groups Projects
Commit 4d6c47d4 authored by Ryan Smith's avatar Ryan Smith
Browse files

ci(travis): Uses npm install.

parent 9e6ad579
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,7 @@ script:
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then
git fetch --tags;
npm i semantic-release@^10.0.0;
npm i last-release-git;
npm install;
export BUILD_LEADER_ID=1;
./node_modules/.bin/semantic-release;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment