Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diaspora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milan
diaspora
Commits
29532e6d
Commit
29532e6d
authored
13 years ago
by
Jonne Hass
Browse files
Options
Downloads
Patches
Plain Diff
do not specify defaults in .travis.yml but do specify non-defaults. Also restructed it a bit
parent
292b1e74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+11
-13
11 additions, 13 deletions
.travis.yml
with
11 additions
and
13 deletions
.travis.yml
+
11
−
13
View file @
29532e6d
bundler_args
:
"
--without
development
production"
branches
:
only
:
-
'
master'
rvm
:
-
1.8.7
-
ree
-
1.9.2
before_script
:
"
./config/ci/before-travis.sh"
script
:
"
bundle
exec
rake
travis"
env
:
-
DB=postgres
-
DB=mysql
branches
:
only
:
-
master
bundler_args
:
"
--without
development
production"
before_script
:
"
./config/ci/before-travis.sh"
script
:
"
bundle
exec
rake
travis"
notifications
:
email
:
on_success
:
change
on_failure
:
all
irc
:
on_success
:
all
on_failure
:
all
channels
:
-
'
irc.freenode.org#diaspora-dev'
-
'
irc.freenode.org#diaspora-de'
-
'
irc.freenode.org
:6667
#diaspora-dev'
-
'
irc.freenode.org
:6667
#diaspora-de'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment