Skip to content

Commit

Permalink
Migration scripts for deployment in localbuildsettings.py. Fix update…
Browse files Browse the repository at this point in the history
…URL/downloadURL #32
  • Loading branch information
modos189 committed Jan 23, 2019
1 parent d77562b commit 6c47493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: android
jdk: oraclejdk8
branches:
only:
- master
- test
android:
components:
- platform-tools
Expand All @@ -28,6 +28,6 @@ before_script:
- rm -rf build/local/*
- rm -rf build/mobile/*
script:
- "./build.py local"
- "wget https://iitc.modos189.ru/localbuildsettings_test.py"
- "./build.py test"
- "./build.py mobile"
- "curl -s https://iitc.modos189.ru/deploy.sh | bash"

0 comments on commit 6c47493

Please sign in to comment.