Skip to content

Commit

Permalink
Don't fetch tomcatplugin because it's merged with server project
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Apr 17, 2021
1 parent 58d6104 commit 3288383
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,7 @@ before_install:
cd ..;
else
echo "branch not found. Using version in sonatype";
fi)

#get tomcat plugin
- (if [ $(git ls-remote https://github.com/ant-media/red5-plugins.git $TRAVIS_BRANCH | wc -l) == "1" ];
then
echo " $TRAVIS_BRANCH branch found";
git clone --depth=1 -b $TRAVIS_BRANCH https://github.com/ant-media/red5-plugins.git;
else
echo "branch not found";
git clone --depth=1 https://github.com/ant-media/red5-plugins.git;
fi)
- cd red5-plugins/tomcat/
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dgpg.skip=true --quiet
- cd ../..
fi)

#get server project
- (if [ $(git ls-remote https://github.com/ant-media/Ant-Media-Server.git $TRAVIS_BRANCH | wc -l) == "1" ];
Expand Down

0 comments on commit 3288383

Please sign in to comment.