Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Delta Between Two Patch Sets: .travis/docker-run.sh
Issue
29663688
:
Issue 6220 - add travis-ci configuration for adblockpluscore (Closed)
Base URL: github.com:adblockplus/adblockpluscore
Left Patch Set:
Created Jan. 11, 2018, 9:33 p.m.
Right Patch Set: rebase & fix openssl version on osx
Created March 1, 2018, 10:52 a.m.
Left:
Base
Patch Set 1: None
Patch Set 2: add docker
Patch Set 3: rebase & fix openssl version on osx
Right:
Patch Set 1: None
Patch Set 2: add docker
Patch Set 3: rebase & fix openssl version on osx
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.travis.yml
.travis/Dockerfile
.travis/activate-nodejs.sh
.travis/docker-run.sh
.travis/prepare-docker.sh
.travis/prepare-emscripten.sh
.travis/prepare-ninja.sh
.travis/travis-before_script.sh
.travis/travis-install.sh
.travis/travis-script.sh
Right:
Side by side diff
|
Download
« .travis.yml
('K') |
« .travis/activate-nodejs.sh
('k') |
.travis/prepare-docker.sh »
('j') |
no next file with change/comment »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
LEFT
RIGHT
(no file at all)
1
#!/usr/bin/env bash
2
3
set -x
4
set -e
5
6
pushd ${TRAVIS_BUILD_DIR}
7
8
bash .travis/travis-install.sh
9
bash .travis/travis-before_script.sh
10
bash .travis/travis-script.sh
11
12
popd
13
LEFT
RIGHT
« .travis/activate-nodejs.sh
('k') |
.travis/prepare-docker.sh »
('j') |
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Toggle Comments
('s')
Edit Message
Issue 29663688: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed)
Created Jan. 11, 2018, 9:33 p.m. by sergei
Modified March 1, 2018, 4:34 p.m.
Reviewers: hub, tlucas, Oleksandr
Base URL: github.com:adblockplus/adblockpluscore
Comments: 7
This is Rietveld