Skip to content
Snippets Groups Projects
Commit 2b65cd3f authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

replacing content of gitlab yml (6)

parent a517928a
No related branches found
No related tags found
No related merge requests found
image: tetraweb/php
stages:
- test
- deploy
before_script:
- apt-get update
- apt-get install zip unzip
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
#- apt-get install -y libssl-dev build-essential wget
#- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
#- source /root/.bashrc
......@@ -10,7 +17,7 @@ before_script:
#- nvm use 6.6.0
- node -v
- npm -v
#- npm install --global npm@latest
- npm install --global npm@latest
#- npm install --global yo
#- npm install -g grunt-cli
#- npm install -g generator-reveal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment