Skip to content

Commit c45d78b

Browse files
iamareebjamalmariobehling
authored andcommitted
chore: Disable OpenCV download (#2838)
* chore: Disable OpenCV download * Took out slack integration as well
1 parent f9eb330 commit c45d78b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ licenses:
6767
- 'google-gdk-license-.+'
6868

6969
before_script:
70-
- ./scripts/download_open_cv.sh
7170
- echo "Starting AVD"
7271
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
7372
- emulator -avd test -no-audio -no-window &
@@ -77,13 +76,9 @@ before_script:
7776

7877
script:
7978
- ./gradlew spotlessCheck
80-
- ./scripts/copy_opencv.sh
8179
- ./gradlew build
8280
- ./gradlew build connectedAndroidTest jacocoTestReport --stacktrace
8381

8482
after_success:
8583
- bash <(curl -s https://codecov.io/bash)
8684
- bash scripts/update-apk.sh
87-
88-
notifications:
89-
slack: fossasia:JgzycrBUs0nKnmJhsAxCB4bL

0 commit comments

Comments
 (0)