Skip to content

Commit

Permalink
Disable test stage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Aug 4, 2018
1 parent b2b6050 commit 95367fa
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ cache:
- "$HOME/.m2"
- "$HOME/google-cloud-sdk/"
- "$HOME/.cache"
- "$TRAVIS_BUILD_DIR/build"
- "$TRAVIS_BUILD_DIR/lottie/build"
- "$TRAVIS_BUILD_DIR/LottieSample/build"
env:
- PATH=${HOME}/google-cloud-sdk/bin:$PATH CLOUDSDK_CORE_DISABLE_PROMPTS=1
before_install:
Expand Down Expand Up @@ -47,19 +50,19 @@ jobs:
- stage: build
name: Build
script: ./gradlew :LottieSample:assembleRelease
- stage: test
name: Lottie Lint
script: "./gradlew :lottie:lintRelease"
- name: Lottie Unit Tests
script: "./gradlew :lottie:testReleaseUnitTest"
- name: LottieSample Lint
script: "./gradlew :LottieSample:lintRelease"
- name: LottieSample Unit Tests
script: "./gradlew :LottieSample:testReleaseUnitTest"
- name: Firebase Happo Tests
script:
- "./gradlew :LottieSample:assembleAndroidTest"
- "./gcloud_run.sh"
# - stage: test
# name: Lottie Lint
# script: "./gradlew :lottie:lintRelease"
# - name: Lottie Unit Tests
# script: "./gradlew :lottie:testReleaseUnitTest"
# - name: LottieSample Lint
# script: "./gradlew :LottieSample:lintRelease"
# - name: LottieSample Unit Tests
# script: "./gradlew :LottieSample:testReleaseUnitTest"
# - name: Firebase Happo Tests
# script:
# - "./gradlew :LottieSample:assembleAndroidTest"
# - "./gcloud_run.sh"
- stage: deploy
name: Build Signed Release
script: ./sign.sh
Expand Down

0 comments on commit 95367fa

Please sign in to comment.