Home
last modified time | relevance | path

Searched full:travis (Results 1 – 25 of 197) sorted by relevance

12345678

/external/jacoco/
D.travis.sh5 # Prevent accidental execution outside of Travis:
6 if [ -z "${TRAVIS+false}" ]
8 echo "TRAVIS environment variable is not set"
69 # Do not use "~/.mavenrc" set by Travis (https://github.com/travis-ci/travis-ci/issues/3893),
81 …deploy -DdeployAtEnd -Djdk.version=1.5 --toolchains=./.travis/toolchains.xml --settings=./.travis/…
82 python ./.travis/trigger-site-deployment.py
84 mvn -V -B -e verify -Djdk.version=1.5 --toolchains=./.travis/toolchains.xml
88 …mvn -V -B -e verify -Djdk.version=1.6 -Dbytecode.version=1.6 --toolchains=./.travis/travis-toolcha…
/external/protobuf/util/
Dtests.sh4 # used by both Jenkins and Travis, though some specialized logic is required to
8 if [ "$TRAVIS" == "true" ]; then
21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then
57 if [ "$TRAVIS" == "true" ]; then
103 if [ "$TRAVIS" == "true" ]; then
114 if [ "$TRAVIS" != "true" ]; then
180 if [ "$TRAVIS" != "true" ]; then
202 # http://docs.travis-ci.com/user/osx-ci-environment/
213 # Always use -reporter plain to avoid escape codes in output (makes travis
288 cd ruby && bash travis-test.sh ruby-1.9 && cd ..
[all …]
/external/protobuf/
Dtests.sh4 # used by both Jenkins and Travis, though some specialized logic is required to
8 if [ "$TRAVIS" == "true" ]; then
21 if [[ $(uname -s) == "Linux" && "$TRAVIS" == "true" ]]; then
57 if [ "$TRAVIS" == "true" ]; then
103 if [ "$TRAVIS" == "true" ]; then
114 if [ "$TRAVIS" != "true" ]; then
180 if [ "$TRAVIS" != "true" ]; then
202 # http://docs.travis-ci.com/user/osx-ci-environment/
213 # Always use -reporter plain to avoid escape codes in output (makes travis
288 cd ruby && bash travis-test.sh ruby-1.9 && cd ..
[all …]
/external/googletest/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
4 # http://lint.travis-ci.org/
57 script: ./ci/travis.sh
62 # List of whitelisted in travis packages for ubuntu-precise can be found here:
63 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
64 # List of whitelisted in travis apt-sources:
65 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
/external/dagger2/util/
Dgenerate-latest-docs.sh1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for…
15 git config --global user.email "travis@travis-ci.org"
16 git config --global user.name "travis-ci"
21 …git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-p…
/external/guice/util/
Dgenerate-latest-docs.sh1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for…
16 git config --global user.email "travis@travis-ci.org"
17 git config --global user.name "travis-ci"
26 …git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pu…
Dpublish-snapshot-on-commit.sh11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
/external/brotli/
D.travis.yml177 ## If we use the matrix to set CC/CXX Travis, overwrites the values,
179 ## here (after Travis has set CC/CXX).
183 - scripts/.travis.sh before_install
185 - scripts/.travis.sh install
187 - scripts/.travis.sh script
189 - scripts/.travis.sh after_success
192 - scripts/.travis.sh before_deploy
/external/perfetto/infra/perfetto-ci.appspot.com/static/
Dscript.js38 fetch('https://api.travis-ci.org/jobs/' + jobId)
41 throw 'Unable to make request to Travis';
51 link.href = 'https://travis-ci.org/' + REPO + '/jobs/' + jobId;
72 fetch('https://api.travis-ci.org/repos/' + REPO + '/branches/' + branch)
75 throw 'Unable to make request to Travis';
121 throw 'Unable to make request to Travis';
154 // Fetch the CLs and the corresponding status for the Travis jobs.
Dindex.html28 #travis-badge { float: right; line-height: 80px; }
51 <div id="travis-badge">
52 <a href="https://travis-ci.org/catapult-project/perfetto/builds">
53 <img src="https://travis-ci.org/catapult-project/perfetto.svg?branch=master">
/external/parameter-framework/upstream/
D.travis.yml1 # Use travis docker infrastructure
14 # it will not be necessary once travis worker is based on ubuntu > 12.04.
21 # Travis white list of ppa
22 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
27 # Travis white list of dpkg packages
28 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
/external/scapy/.travis/
Dtest.sh31 # IPv6 is not available yet on travis
40 # cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0
59 # cryptography with Python 3 < 3.4 requires 3.3.7, Travis provides 3.3.6
64 ## /Users/travis/Library/Python/2.7/bin: pip when non-root on osx
65 for _path in /sbin /usr/sbin /usr/local/sbin /Users/travis/Library/Python/2.7/bin; do
120 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -c ./configs/travis.utsc -T "bpf.uts" -T "mock_windows.uts…
Dinstall.sh24 # cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0
56 mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
57 …echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Lib…
61 brew install .travis/pylibpcap.rb
/external/jacoco/.travis/
Dtrigger-site-deployment.py8 req.add_header('Accept', 'application/vnd.travis-ci.2+json')
11 req.add_header('Travis-API-Version', '3')
16 travis_token = request('https://api.travis-ci.org/auth/github', '{"github_token":"' + os.environ['G…
17 print(request('https://api.travis-ci.org/repo/jacoco%2Fwww.eclemma.org/requests', '{ "request": { "…
/external/python/cpython3/
D.travis.yml16 # macOS builds are disabled as the machines are under-provisioned on Travis,
77 # Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
97 # IRC channel whenever they fail a build. This can be removed when travis
98 # implements https://github.com/travis-ci/travis-ci/issues/1094.
/external/turbine/
D.travis.yml6 # use travis-ci docker based infrastructure
9 # https://github.com/travis-ci/travis-ci/issues/3259#issuecomment-130860338
/external/annotation-tools/
D.travis.yml3 script: ./.travis-build.sh
18 curl -LO https://raw.github.com/mernst/plume-lib/master/bin/trigger-travis.sh
20 sh trigger-travis.sh ${SLUGOWNER} checker-framework $TRAVISTOKEN
/external/vulkan-validation-layers/
D.travis.yml1 # Build Configuration for Travis CI
2 # https://travis-ci.org
34 # The default action for Travis-CI is to continue running even if a command fails.
35 # See https://github.com/travis-ci/travis-ci/issues/1066.
/external/libmtp/
D.travis.yml10 # Note: Keep the sudo commands in .travis.yml - they do not work from
14 …- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $(sh .travis-translate-pkgs $EXTRALIBS); …
16 …- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs …
/external/ltp/
Dbuild.sh3 # Script for travis builds.
6 # be used only for local builds as Travis currently doesn't support sharing
8 # https://github.com/travis-ci/travis-ci/issues/6054
D.travis.yml96 …sudo apt remove $(cat .travis.packages_native | grep -v -e 'libc6' -e 'libc6-dev' -e 'linux-libc-d…
98 sudo apt install -qq $(cat .travis.packages_native)
102 sudo apt install -qq $(cat .travis.packages_i386)
/external/volley/
D.travis.yml5 # See https://github.com/travis-ci/travis-ci/issues/6040
17 # See https://docs.travis-ci.com/user/languages/android/
/external/dagger2/
DCONTRIBUTING.md20 http://travis-ci.org to validate your branches before you even put them into
21 pull requests. All pull requests will be validated by Travis-ci in any case
30 be displayed in the console output of the build (including in Travis-CI output),
/external/scapy/
D.coveragerc3 # Travis specific path
4 /home/travis/virtualenv/python*
/external/testng/
DREADME1 [![Build Status](https://travis-ci.org/cbeust/testng.svg)](https://travis-ci.org/cbeust/testng)

12345678