Skip to content

Commit

Permalink
updated stage description
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed May 4, 2020
1 parent 4b96ba8 commit 1bf4357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
fast_finish: true
include:
- stage: test_and_build
name: 'Unit Tests && Build'
name: 'Building codebase and running unit tests'
script:
- ./gradlew -q build test
- stage: deploy
name: 'Deploy App'
name: 'Assemble release APK'
script:
- ./gradlew -q assembleRelease

Expand Down

0 comments on commit 1bf4357

Please sign in to comment.