Skip to content

Commit

Permalink
Deployment problem solved!
Browse files Browse the repository at this point in the history
  • Loading branch information
begarco authored Nov 10, 2016
1 parent 32f9171 commit e53e8e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
- pwd
- chmod +rwx ./app/build/outputs/apk/*
- ls -lhaR ./app/build/outputs/
- cp app/build/outputs/apk/app-release-unsigned.apk app-release.apk
deploy:
skip_cleanup: true
Expand All @@ -43,8 +40,3 @@ deploy:
- "app-release.apk"
on:
repo: WatchDogZZ/android
after_deploy:
- pwd
- chmod +rwx ./app/build/outputs/apk/*
- ls -lhaR ./app/build/outputs/
- ls -lhaR .

0 comments on commit e53e8e1

Please sign in to comment.