mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 23:21:54 +02:00
👷 Drop conditional case for v1.2.
This is only required for module tests when tested against different humhub versions but not for core.
This commit is contained in:
parent
07122b9bdf
commit
13328a48a4
@ -8,11 +8,6 @@ curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.c
|
||||
&& unzip -o -d $HOME chromedriver_linux64.zip \
|
||||
&& chmod +x $HOME/chromedriver
|
||||
|
||||
# Install composer package
|
||||
if [ ${TRAVIS_BRANCH} = "v1.2" ]; then
|
||||
composer global require fxp/composer-asset-plugin
|
||||
fi
|
||||
|
||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user