Skip to content

Commit 69fa20b

Browse files
committed
remove duplicate before_install + if [ $TRAVIS_OS_NAME = linux ]; then
sudo apt-get install -y rpm; else brew install rpm; fi
1 parent 095e8e2 commit 69fa20b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ matrix:
33
include:
44
- os: linux
55
jdk: openjdk8
6-
before_install:
7-
- sudo apt-get install -y rpm
86
before_deploy:
97
- git config --local user.name "OpenIdentityPlatform Community"
108
- git config --local user.email "open-identity-platform-opendj@googlegroups.com"
@@ -49,6 +47,7 @@ notifications:
4947
before_install:
5048
- date -u
5149
- uname -a
50+
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y rpm; else brew install rpm; fi
5251
- git fetch -t
5352
- export git_version_last="$(git describe --abbrev=0 --tags)"
5453
- export git_version="$(echo $git_version_last | awk -F . '{ printf "%d.%d.%d", $1,$2,$3 + 1}')"

0 commit comments

Comments
 (0)