Skip to content
Snippets Groups Projects
Commit 1e37830a authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix ci

parent 377fe00e
No related branches found
No related tags found
No related merge requests found
......@@ -3,16 +3,11 @@
#image: ruby:2.1
stages:
- prep
- test
- deploy
# we don't need to do anything before each stage
#before_script:
install-php:
stage: prep
script:
# make sure php is in the image
before_script:
- apt-get clean
- apt-get update
- apt-get install -y php5-cli
......
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