Skip to content

Commit

Permalink
Updated version information and to show that the LMAX Disruptor has n…
Browse files Browse the repository at this point in the history
…ow been retired.
  • Loading branch information
simondelabici committed Jun 11, 2020
1 parent 91d3949 commit 638ae7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_script:

script:
- echo -n "*** LIFECYCLE STARTED - 'script' *************************************************************************"
- ./gradlew test
- ./gradlew build
- echo -n "*** LIFECYCLE COMPLETED - 'script' ***********************************************************************"

# The Travis Lifecycle 'deploy' phase is optional and runs after the Travis Lifecycle 'script' phase has completed.
Expand All @@ -70,7 +70,7 @@ deploy:
# currently (2020-01-05) has a bug which prevents it from working.
skip_cleanup: true # Set to false to allow cacheing, in accordance with Travis GitHub
# Releases Provider docs.
local_dir: build/javadoc
local_dir: build/docs/javadoc
token: "$GITHUB_TOKEN" # Set in the settings page of your repository, as a secure variable
keep_history: true # Retain previous versions of the documentation.
on:
Expand Down

0 comments on commit 638ae7f

Please sign in to comment.