We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d441ac commit d5a64b4Copy full SHA for d5a64b4
.travis.yml
@@ -20,7 +20,6 @@ script:
20
- mv src/me/sheimi/sgit src/me/sheimi/sgit_dev
21
- find . -type f -exec sed -i "s/me\.sheimi\.sgit/me\.sheimi\.sgit_dev/g" '{}' \;
22
- find res -type f -exec sed -i -r 's/(<string name="app_name">SGit)(<\/string>)/\1 Dev\2/g' '{}' \;
23
- - ant debug
24
- cd ..
25
after_success:
26
- curl -sSL "https://raw.githubusercontent.com/h5bp-bot/scripts/0.6.1/update_site_branch.sh" |
0 commit comments