Skip to content

Commit 0fc67c2

Browse files
committed
remove rogue chars
1 parent 7f972d4 commit 0fc67c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818

1919
## Build and release to maven central
2020
script:
21-
if [ $TRAVIS_BRANCH == "master" ]; then && mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
21+
if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
2222

2323
## Get the project version
2424
before_deploy:

0 commit comments

Comments
 (0)