Skip to content

Commit

Permalink
#6 Adds a basic Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavrachev committed Aug 15, 2017
1 parent 2303517 commit ef1b208
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: java
script:
- echo $TRAVIS_BRANCH
- echo $TRAVIS_COMMIT
- echo $TRAVIS_COMMIT_RANGE
- echo $TRAVIS_PULL_REQUEST
- echo $TRAVIS_REPO_SLUG
- echo $TRAVIS_JOB_ID
- echo $TRAVIS_JOB_NUMBER
- echo $TRAVIS_BUILD_ID
- echo $TRAVIS_BUILD_NUMBER
- gradle test

0 comments on commit ef1b208

Please sign in to comment.