Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdevnl committed Oct 15, 2018
1 parent 6b0af31 commit b7ff2b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ addons:
jdk:
- oraclejdk8



# Use the gradle wrapper for 2.7 instead of default 2.2
before_install:
- chmod +x gradlew
Expand All @@ -30,6 +32,7 @@ install:
# Build the Project.
script:
- ./gradlew setup
- ./gradlew build


# Clean up after Gradle
Expand Down

0 comments on commit b7ff2b5

Please sign in to comment.