Skip to content

Commit

Permalink
fix travis after license.md was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Sep 2, 2018
1 parent cb1a36a commit b137f9a
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 @@ -26,7 +26,7 @@ before_deploy:
- cp /home/travis/build/TomGrobbe/vMenu/vMenuServer/bin/Release/vMenuServer.net.dll /home/travis/build/TomGrobbe/release/vMenu/builds/
- cp /home/travis/build/TomGrobbe/vMenu/PERMISSIONS.md /home/travis/build/TomGrobbe/release/vMenu/builds/
- cp /home/travis/build/TomGrobbe/vMenu/README.md /home/travis/build/TomGrobbe/release/vMenu/builds/
- cp /home/travis/build/TomGrobbe/vMenu/LICENSE /home/travis/build/TomGrobbe/release/vMenu/builds/
- cp /home/travis/build/TomGrobbe/vMenu/LICENSE.md /home/travis/build/TomGrobbe/release/vMenu/builds/
- version=`curl -s https://vespura.com/vmenu/__resource.lua | grep "version " | tail -n 1 | cut -d ' ' -f 2 | cut -c 2- | rev | cut -c 3- | rev`
- cd /home/travis/build/TomGrobbe/release/vMenu/builds && wget https://vespura.com/vmenu/__resource.lua && zip -r vMenu-$version.zip * -x src/\*
- cd /home/travis/build/TomGrobbe/vMenu/ && git config --local user.name "TomGrobbe"
Expand Down

0 comments on commit b137f9a

Please sign in to comment.