Skip to content

Commit debd165

Browse files
committed
skip travis trying to run gradle assemble
1 parent ab6783b commit debd165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ language: java
77
before_install:
88
- sudo hostname "$(hostname | cut -c1-63)"
99
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
10+
install: /bin/true #skip having travis-ci trying to run assemble
1011
script: "gradle clean check"

0 commit comments

Comments
 (0)