Skip to content
Snippets Groups Projects

Add GitLab CI

Merged Erick Hitter requested to merge add/gitlab-ci into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,7 +11,7 @@ before_script:
- apt-get -yqq update
# install the required packages for the running CI tests
- apt-get -yqqf install zip unzip subversion mysql-client default-libmysqlclient-dev --fix-missing
- apt-get -yqqf install zip unzip subversion mysql-client --fix-missing
# PHP extensions
- docker-php-ext-install mbstring
Loading