Skip to content

Commit

Permalink
Merge pull request #12 from Diginize/testing
Browse files Browse the repository at this point in the history
Try fix unexpected build error
  • Loading branch information
Silvio Kennecke authored Nov 1, 2020
2 parents c6cfb9e + f076d30 commit ca171a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: "pack archive"
before_script: composer install
script:
- zip -r wp-vereinsflieger.zip languages src vendor wp-vereinsflieger.php readme.txt
- zip -r wp-vereinsflieger-assets.zip wp-assets
- zip -q -r wp-vereinsflieger.zip languages src vendor wp-vereinsflieger.php readme.txt
- zip -q -r wp-vereinsflieger-assets.zip wp-assets
workspaces:
create:
name: plugin-build
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
- sudo apt update
- sudo apt install -y subversion
script:
- unzip -d build wp-vereinsflieger.zip
- unzip -d assets wp-vereinsflieger-assets.zip
- unzip -q -d build wp-vereinsflieger.zip > /dev/null
- unzip -q -d assets wp-vereinsflieger-assets.zip > /dev/null
- STABLE_TAG=$(awk '/^Stable tag:/ { print $3 }' build/readme.txt)
- if [ "v${STABLE_TAG}" != $TRAVIS_TAG ]; then echo "Tag version number does not match the version number in readme.txt."; exit 1; fi;
- PLUGIN_VERSION=$(awk '/^ \* Version:/ { print $3 }' build/wp-vereinsflieger.php)
Expand Down

0 comments on commit ca171a4

Please sign in to comment.