Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d8cbff3f
Commit
d8cbff3f
authored
Sep 06, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7704 from randx/sample-fork-pr
Switch from travis to semaphoreapp
parents
9f505954
4585ae37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
42 deletions
+2
-42
.travis.yml
.travis.yml
+0
-42
README.md
README.md
+2
-0
No files found.
.travis.yml
deleted
100644 → 0
View file @
9f505954
language
:
ruby
cache
:
directories
:
-
vendor/bundle
env
:
global
:
-
TRAVIS=true
matrix
:
-
TASK=spinach_project DB=mysql
-
TASK=spinach_other DB=mysql
-
TASK=spec:api DB=mysql
-
TASK=spec:feature DB=mysql
-
TASK=spec:other DB=mysql
-
TASK=jasmine:ci DB=mysql
-
TASK=spinach_project DB=postgresql
-
TASK=spinach_other DB=postgresql
-
TASK=spec:api DB=postgresql
-
TASK=spec:feature DB=postgresql
-
TASK=spec:other DB=postgresql
-
TASK=jasmine:ci DB=postgresql
before_install
:
-
sudo apt-get install libicu-dev -y
install
:
-
"
travis_retry
bundle
config
build.nokogiri
--use-system-libraries"
-
"
travis_retry
bundle
install
--deployment
--without
production
--retry
5"
branches
:
only
:
-
'
master'
rvm
:
-
2.0.0
services
:
-
redis-server
before_script
:
-
"
cp
config/database.yml.$DB
config/database.yml"
-
"
cp
config/gitlab.yml.example
config/gitlab.yml"
-
"
bundle
exec
rake
db:setup"
-
"
bundle
exec
rake
db:seed_fu"
script
:
"
bundle
exec
rake
$TASK
--trace"
notifications
:
email
:
false
git
:
depth
:
10
README.md
View file @
d8cbff3f
...
...
@@ -21,6 +21,8 @@
-
[
![build status
](
https://ci.gitlab.org/projects/1/status.png?ref=master
)
](https://ci.gitlab.org/projects/1?ref=master) on ci.gitlab.org (master branch)
-
[
![Build Status
](
https://semaphoreapp.com/api/v1/projects/2f1a5809-418b-4cc2-a1f4-819607579fe7/243338/badge.png
)
](https://semaphoreapp.com/gitlabhq/gitlabhq)
-
[
![Code Climate
](
https://codeclimate.com/github/gitlabhq/gitlabhq.svg
)
](https://codeclimate.com/github/gitlabhq/gitlabhq)
-
[
![Coverage Status
](
https://coveralls.io/repos/gitlabhq/gitlabhq/badge.png?branch=master
)
](https://coveralls.io/r/gitlabhq/gitlabhq)
...
...
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