OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRAVIS
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/html5lib-python/
flake8-run.sh
8
if [[ $
TRAVIS
!= "true" || $FLAKE == "true" ]]; then
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
run_system_tests.sh
20
# If we're on
Travis
, we need to set up the environment.
21
if [[ "${
TRAVIS
}" == "true" ]]; then
25
echo "Running in
Travis
during merge, decrypting stored key file."
42
echo "Running in
Travis
during non-merge to master, doing nothing."
/build/kati/testcase/
ninja_regen_find_link.sh
20
if [ x"${
TRAVIS
}" != x"" ]; then
ninja_regen.sh
23
if [ x$(uname) != x"Linux" -o x"${
TRAVIS
}" != x"" ]; then
Completed in 99 milliseconds