Skip to content

Commit

Permalink
Remove only master from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Aug 30, 2016
1 parent a1f7712 commit 91c8ceb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ jdk:
os:
- linux

branches:
only:
- master

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

script: ./gradlew build
script: ./gradlew build

0 comments on commit 91c8ceb

Please sign in to comment.