Skip to content

Commit

Permalink
#21: Fix travis test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
MovingToWeb committed Aug 29, 2019
1 parent db430d9 commit 8be8580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script: ./gradlew clean build --info
jobs:
include:
- stage: Test
script: ./gradle clean test
script: ./gradlew clean test

notifications:
email: [email protected]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Build Status](https://travis-ci.com/TechPrimers/spent.svg?branch=master)](https://travis-ci.com/TechPrimers/spent)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ddac01ec34cd4c41a2bbed7505953736)](https://www.codacy.com/app/MovingToWeb/spent?utm_source=github.com&utm_medium=referral&utm_content=TechPrimers/spent&utm_campaign=Badge_Grade)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![GitHub stars](https://img.shields.io/github/stars/techprimers/spent.svg)](https://github.com/techprimers/spent/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/techprimers/spent.svg)](https://github.com/techprimers/spent/issues)
[![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/techprimers/spent.svg?maxAge=2592000)]()
[![GitHub forks](https://img.shields.io/github/forks/techprimers/spent.svg)](https://github.com/techprimers/spent/network)
Expand Down

0 comments on commit 8be8580

Please sign in to comment.