Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-mongodb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
laravel-mongodb
Commits
4868a704
Unverified
Commit
4868a704
authored
Feb 16, 2018
by
Thilanga Pitigala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to create build folder for code cove
parent
58b93eb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.travis.yml
.travis.yml
+1
-3
entrypoint.sh
docker/entrypoint.sh
+2
-1
No files found.
.travis.yml
View file @
4868a704
...
...
@@ -2,9 +2,7 @@ sudo: required
dist
:
trusty
language
:
php
php
:
-
"
7.2"
-
"
7.1"
-
"
7.0"
services
:
-
docker
...
...
@@ -22,7 +20,7 @@ install:
sudo apt-get -o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confold" --assume-yes install docker-engine --allow-unauthenticated
-
docker version
-
mkdir -p build/logs
# Update docker-compose via pip
-
sudo pip install docker-compose
-
docker-compose version
...
...
docker/entrypoint.sh
View file @
4868a704
...
...
@@ -3,5 +3,6 @@
sleep
3
&&
composer
install
--prefer-source
--no-interaction
&&
php ./vendor/bin/phpunit
&&
php ./vendor/bin/phpunit
--coverage-clover
build/logs/clover.xml
&&
mkdir
-p
./build/logs
&&
php ./vendor/bin/phpunit
--coverage-clover
./build/logs/clover.xml
&&
php ./vendor/bin/php-coverall
-v
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment