Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
7c464803
Unverified
Commit
7c464803
authored
Oct 29, 2017
by
Benjamin Neff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run rake directly without xvfb on travis
closes #7654
parent
4e267bb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
.travis.yml
.travis.yml
+1
-1
Changelog.md
Changelog.md
+4
-0
script/ci/build.sh
script/ci/build.sh
+0
-5
No files found.
.travis.yml
View file @
7c464803
...
...
@@ -30,7 +30,7 @@ before_install:
-
tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
-
export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
script
:
"
./script/ci/build.sh
"
script
:
"
bin/rake
--trace
ci:travis:${BUILD_TYPE}
"
notifications
:
irc
:
...
...
Changelog.md
View file @
7c464803
# 0.7.1.1
Fixes an issue with installing and running diaspora
\*
with today released bundler v1.16.0.
# 0.7.1.0
## Ensure account deletions are run
...
...
script/ci/build.sh
deleted
100755 → 0
View file @
4e267bb1
#!/bin/sh
command
=
"bundle exec rake --trace ci:travis:
${
BUILD_TYPE
}
"
exec
xvfb-run
--auto-servernum
--server-num
=
1
--server-args
=
"-screen 0 1280x1024x8"
$command
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