Skip to content

Commit

Permalink
fix(Build): Updating the travis build pre-deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dickerson committed Nov 25, 2024
1 parent 684083c commit 4dbbfb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ after_success:
before_deploy:
- mvn clean package
- mvn assembly:single
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger
deploy:
provider: releases
api_key:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.bullhorn.dataloader.task;

import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.any;
import static org.mockito.Mockito.eq;
import static org.mockito.Mockito.mock;
Expand Down

0 comments on commit 4dbbfb0

Please sign in to comment.