HomeSort by relevance Sort by last modified time
    Searched refs:travis (Results 1 - 10 of 10) sorted by null

  /external/guice/util/
publish-snapshot-on-commit.sh 11 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/fmtlib/support/
travis-build.py 2 # Build the project on Travis CI.
43 travis = 'TRAVIS' in os.environ variable
44 if travis:
51 if travis and 'KEY' not in os.environ:
52 # Don't update the repo if building on Travis from an account that
58 git_url = 'https://github.com/' if travis else 'git@github.com:'
64 if travis:
72 if travis:
  /external/protobuf/
tests.sh 4 # 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...]
Makefile.am     [all...]
  /external/protobuf/util/
tests.sh 4 # 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...]
Makefile.am     [all...]
  /external/libvncserver/webclients/novnc/
README.md 3 [![Build Status](https://travis-ci.org/kanaka/noVNC.svg?branch=master)](https://travis-ci.org/kanaka/noVNC)
  /external/lz4/
Makefile 101 travis-install:
  /external/nanohttpd/
README.md 7 * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)
  /external/nanohttpd/src/site/markdown/
index.md 7 * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)

Completed in 170 milliseconds