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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
267e8c73
Commit
267e8c73
authored
Sep 29, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gitlab:test for travis-ci
parent
9da1928f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
.travis.yml
.travis.yml
+1
-4
lib/tasks/travis.rake
lib/tasks/travis.rake
+0
-5
No files found.
.travis.yml
View file @
267e8c73
...
...
@@ -15,7 +15,4 @@ services:
before_script
:
-
"
cp
config/database.yml.$DB
config/database.yml"
-
"
cp
config/gitlab.yml.example
config/gitlab.yml"
-
"
bundle
exec
rake
db:setup
RAILS_ENV=test"
-
"
bundle
exec
rake
db:seed_fu
RAILS_ENV=test"
-
"
sh
-e
/etc/init.d/xvfb
start"
script
:
"
bundle
exec
rake
travis
--trace"
script
:
"
bundle
exec
rake
gitlab:test
--trace"
lib/tasks/travis.rake
deleted
100644 → 0
View file @
9da1928f
desc
"Travis run tests"
task
travis:
[
:spinach
,
:spec
]
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