Skip to content

Commit e0aea0c

Browse files
committed
update script step to use extended if syntax
1 parent 1b390cc commit e0aea0c

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
@@ -20,7 +20,7 @@ install:
2020

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

2525
## Get the project version
2626
before_deploy:

0 commit comments

Comments
 (0)