Skip to content

Commit da57775

Browse files
authored
don't use lfs tool in travis
1 parent 5209f71 commit da57775

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ cache:
2525
- "$HOME/.gradle/caches/"
2626
- "$HOME/.gradle/wrapper/"
2727
before_install:
28-
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
29-
- sudo apt-get install git-lfs
30-
- git lfs install
3128
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
3229
- git submodule update --init --recursive
3330
- wget http://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
@@ -37,7 +34,6 @@ before_install:
3734
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
3835
- export PATH=${PATH}:${ANDROID_NDK_HOME}
3936
script:
40-
- git lfs pull
4137
- "./gradlew createPackage -i -PpreReleaseVersion=$PACKAGE_VERSION -PgitCommitVersion=$TRAVIS_COMMIT --stacktrace"
4238
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
4339
- emulator -avd Arm21 -no-skin -no-audio -no-window &

0 commit comments

Comments
 (0)