-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
10,847 additions
and
5,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,8 @@ before_install: | |
- mv .travis/github_deploy_key ~/.ssh/id_rsa | ||
- chmod 600 ~/.ssh/id_rsa | ||
install: | ||
- nvm install 6 | ||
- npm install -g yarn | ||
- yarn install | ||
- npm rebuild node-sass | ||
- nvm install 8 | ||
- npm install | ||
- composer install | ||
before_script: | ||
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION | ||
|
@@ -41,13 +39,11 @@ after_success: | |
- pwd | ||
- ls -al | ||
before_deploy: | ||
- git clone -b release --quiet [email protected]:inc2734/mimizuku.git release | ||
- cp package.json gulpfile.js yarn.lock release | ||
- cd release | ||
- yarn install | ||
- yarn run gulp zip | ||
- rm -rf resources/vendor | ||
- composer install --no-dev | ||
- npm run zip | ||
- ls -la mimizuku.zip | ||
- export RELEASE_FILE=$(ls mimizuku.zip) | ||
- export RELEASE_FILE=$(ls .zip)mimizuku | ||
deploy: | ||
provider: releases | ||
api_key: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.