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
1 merge request!38Stick the ci stuff in the beta branch
Pipeline #
...@@ -3,16 +3,11 @@ ...@@ -3,16 +3,11 @@
#image: ruby:2.1 #image: ruby:2.1
stages: stages:
- prep
- test - test
- deploy - deploy
# we don't need to do anything before each stage # make sure php is in the image
#before_script: before_script:
install-php:
stage: prep
script:
- apt-get clean - apt-get clean
- apt-get update - apt-get update
- apt-get install -y php5-cli - 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