Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add travis-ignore config
  • Loading branch information
CodeNinjaEvan authored Mar 23, 2018
1 parent f9dbc7a commit 6e9e3bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ jdk: oraclejdk8

script:
- ./gradlew lint
- ./gradlew test
- ./gradlew test

skip_build:
- README.md
- LICENSE

0 comments on commit 6e9e3bf

Please sign in to comment.