commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
6c08649a87efa2d3ced3901b870934f9b0f4f713
.travis.yml
.travis.yml
# Explicit sudo:false to run on Travis containers (much faster) sudo: false addons: apt: sources: - ubuntu-toolchain-r-test - jkeiren/ppa packages: - gcc-4.7 - g++-4.7 - clang before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi language: cpp co...
# Explicit sudo:false to run on Travis containers (much faster) sudo: false addons: apt: sources: - ubuntu-toolchain-r-test - jkeiren/ppa packages: - gcc-4.7 - g++-4.7 - clang before_install: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi language: cpp co...
Install newer version of cmake.
Install newer version of cmake.
YAML
mit
Bablawn3d5/entityx,Bablawn3d5/entityx,Bablawn3d5/entityx
29bd89495e032b0016a02729e0790da1c9fb9e49
.travis.yml
.travis.yml
lang: ruby sudo: false notifications: email: false script: - bundle exec rake rvm: - 1.9.3 - 2.0.0 - 2.1 - jruby - rbx-3 - rbx-2 matrix: allow_failures: - rvm: rbx-2 - rvm: rbx-3
lang: ruby sudo: false notifications: email: false script: - bundle exec rake rvm: - 2.5 - 2.6 - 2.7 - jruby
Update to not end-of-life Ruby versions
Update to not end-of-life Ruby versions
YAML
mit
codecov/codecov-ruby
d18050ca17ba789aae28c2c8e1adf35276aec655
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - phpunit --coverage-text --coverage-clover=coverage.clover after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clov...
language: php php: - 5.5 - 5.6 - hhvm - 7 matrix: include: - php: 5.5 after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - phpunit --cov...
Add PHP 7, post test coverage only from PHP 5.5
Add PHP 7, post test coverage only from PHP 5.5
YAML
apache-2.0
mbrzuchalski/json-api,creocoder/json-api,neomerx/json-api,Lavoaster/json-api,SAM-IT/json-api
6a7090c56a210216954320d53e679de17b87433c
.travis.yml
.travis.yml
dist: trusty language: ruby sudo: false cache: bundler rvm: - 2.5.3 - 2.4.5 - 2.3.8 - 2.2.10 - jruby-1.7.26 - jruby-9.2.4.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
language: ruby cache: bundler sudo: false rvm: - 2.6.0 - 2.5.3 - 2.4.5 - 2.3.8 - jruby-9.2.5.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
Test with latest Ruby versions
Test with latest Ruby versions
YAML
mit
jbox-web/job-database-manager
e4a580e66fe110a021c1f2b19c30328c93078fc5
.travis.yml
.travis.yml
language: php php: - 5.3 # - 5.4 env: - SYMFONY_VERSION=origin/master before_script: - composer install --dev script: phpunit notifications: webhooks: http://sonata-project.org/bundles/news/master/travis
language: php php: - 5.3 - 5.4 env: - SYMFONY_VERSION=origin/2.2 before_script: - composer install --dev --prefer-source script: phpunit notifications: webhooks: http://sonata-project.org/bundles/news/master/travis
Fix regression with previous merge
Fix regression with previous merge
YAML
mit
sonata-project/SonataNewsBundle
048c15a03810092a7b678a537ea9505b5c7819db
.travis.yml
.travis.yml
language: php php: - 5.3 env: matrix: - DB=MYSQL CORE_RELEASE=3.1 - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.5 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.2 before_script: - phpenv rehash - git ...
language: php php: - 5.3 dist: precise env: matrix: - DB=MYSQL CORE_RELEASE=3.1 - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.5 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.2 before_script: - phpenv...
Use precise distro for PHP 5.3 support
Use precise distro for PHP 5.3 support
YAML
bsd-3-clause
dnadesign/silverstripe-elemental,dnadesign/silverstripe-elemental
f53b5ceac4bcf6f2b038f14bc2656383403f1d9f
.travis.yml
.travis.yml
language: python sudo: false cache: pip matrix: include: - python: "3.5" env: TOXENV=test - python: "3.6" env: TOXENV=test - python: "3.5" env: TOXENV=static - python: "3.5" env: TOXENV=metrics install: pip install tox script: tox after_success: - bash <(curl -s https://c...
language: python sudo: false cache: pip matrix: include: - python: "3.5" env: TOXENV=test - python: "3.6" env: TOXENV=test - python: "3.5" env: TOXENV=static - python: "3.5" env: TOXENV=metrics install: pip install tox coverage script: tox after_success: - bash <(curl -s ...
Install coverage in Travis to active codecov
Install coverage in Travis to active codecov
YAML
mit
9seconds/curly
7d1ab96af5ad53c12f7d4103543ac58bfe8a1908
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Iris.xcodeproj" -scheme "Iris-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Iris.xcodeproj" -scheme "Iris-macOS"...
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Iris.xcodeproj" -scheme "Iris-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Iris.xcodeproj" -scheme "Iris-macOS"...
Switch to pod lib lint.
Switch to pod lib lint. This checks the podspec in the current working directory, instead of the trunk / remote version.
YAML
mit
hodinkee/iris,hodinkee/iris
f1ead6bbec76058b3f5b92c053b9c84a803270ee
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 # optional - jruby-19mode - rbx-19mode - rbx-2 env: - INTEGRATION=openldap install: - if [ "$INTEGRATION" = "openldap" ]; then sudo script/install-openldap; fi - bundle install script: bundle exec rake ci matrix: allow_failures: - rvm: jruby-19mo...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 # optional - jruby-19mode - rbx-2 env: - INTEGRATION=openldap install: - if [ "$INTEGRATION" = "openldap" ]; then sudo script/install-openldap; fi - bundle install script: bundle exec rake ci matrix: allow_failures: - rvm: jruby-19mode - rvm: r...
Remove obsolete rbx-19mode from Travis
Remove obsolete rbx-19mode from Travis There are no language modes in Rubinius anymore. Using rbx-2 will run the most recent release of Rubinius 2.x.
YAML
mit
bkeepers/ruby-net-ldap,cloudvolumes/ruby-net-ldap,javanthropus/ruby-net-ldap,astockwell/ruby-net-ldap,cloudvolumes/ruby-net-ldap,javanthropus/ruby-net-ldap,astockwell/ruby-net-ldap,bkeepers/ruby-net-ldap
c100a8c68dfbbbe3b60892a313d75a4fd34cca1b
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: 3.5 env: - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py35 - TOX_ENV=pypy # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install tox # command to run tes...
# Config file for automatic testing at travis-ci.org # Needed to use Travis' container-based infrastructure sudo: false language: python python: 3.5 env: - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py35 - TOX_ENV=pypy # command to install dependencies, e.g. pip install -r requirement...
Allow to run on Travis' container-based infrastructure.
Allow to run on Travis' container-based infrastructure.
YAML
bsd-3-clause
audreyr/alotofeffort,audreyr/alotofeffort
d4bf607a268752a46af29d94f5c57c444adc71d3
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" addons: code_climate: repo_token: 1ab8d32d74f270b9feaf3a47edce2c8d569cf164b2f7615374542952400d2e02 after_script: - if [ $TRAVIS_BRANCH = 'master' ]; cat coverage/lcov.info | codeclimate; fi deploy: provider: npm email: danielallenreid@gmail.com api_key: s...
language: node_js node_js: - "0.10" addons: code_climate: repo_token: 1ab8d32d74f270b9feaf3a47edce2c8d569cf164b2f7615374542952400d2e02 after_script: - if [ $TRAVIS_BRANCH = 'master' ]; then cat coverage/lcov.info | codeclimate; fi deploy: provider: npm email: danielallenreid@gmail.com api_key: ...
Fix code coverage if statement
Fix code coverage if statement
YAML
mit
drptbl/chakram,dareid/chakram,filso/chakram,dareid/chakram,suvarnaraju/chakram
0680810251186d9563525e420eac2a0b667552ab
.travis.yml
.travis.yml
rvm: - 2.0.0 - 2.1.2 gemfile: - gemfiles/Gemfile.activerecord-4.0.x - gemfiles/Gemfile.activerecord-4.1.x env: DATABASE_URL=postgres://postgres@localhost/postgres_ext_test before_script: - psql -c 'create database postgres_ext_test;' -U postgres -h localhost - bundle exec rake db:migrate notifications: email:...
rvm: - 2.0.0 - 2.1.2 gemfile: - gemfiles/Gemfile.activerecord-4.0.x - gemfiles/Gemfile.activerecord-4.1.x env: DATABASE_URL=postgres://postgres@localhost/postgres_ext_test before_script: - psql -c 'create database postgres_ext_test;' -U postgres -h localhost - bundle exec rake db:migrate addons: postgresql: '...
Stop notifying dan of every fork's build :D
Stop notifying dan of every fork's build :D
YAML
mit
dockyard/postgres_ext-serializers,felixbuenemann/postgres_ext-serializers,crossroads/postgres_ext-serializers
9fc8e1d9840766115462335e6c0d2d1655e095f4
.travis.yml
.travis.yml
language: node_js node_js: - node - 4 - 0.12 addons: code_climate: repo_token: bed43b4e75bf2687e85bbda02fea8033552d79331e070a22726846bf39e1d0f1 script: npm run travis after_success: - cat coverage/lcov.info | node_modules/.bin/coveralls --verbose - codeclimate-test-reporter < coverage/lcov.info
language: node_js node_js: - node - 5 - 4 - 0.12 os: - linux - osx matrix: fast_finish: true before_install: - npm install -g npm - npm config set spin false addons: code_climate: repo_token: bed43b4e75bf2687e85bbda02fea8033552d79331e070a22726846bf39e1d0f1 script: npm run travis after_success: ...
Test on OSX and node 5
Test on OSX and node 5
YAML
mit
SimenB/wait-until-promise
b653647aaf7d9113457beef2480feb3af9c22b16
.travis.yml
.travis.yml
language: go go: - 1.2 - tip before_install: - go get -t -v ./... script: - go test -v -cover ./...
language: go go: - tip before_install: - go get -t -v ./... script: - go test -v -cover ./...
Remove Go 1.2 from Travis
Remove Go 1.2 from Travis
YAML
apache-2.0
DLag/jsonlang-test
f2f7a123a1e6750d39207487d1146d99836a9d2c
.travis.yml
.travis.yml
# Do not set the language for c++, # this over rides our environment variable CXX below. #language: c++ sudo: false git: depth: 1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - clang-3.4 os: - linux # omr will not compile with clang env: - CXX=clang++ # omr compiles ...
# Do not set the language for c++, # this over rides our environment variable CXX below. #language: c++ sudo: false git: depth: 1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-5 os: - linux env: - CXX=g++-5 # omr compiles with gcc, so ccache works for it cache: cc...
Use newer GCC instead of Clang in Travis CI
Use newer GCC instead of Clang in Travis CI Signed-off-by: Andrew Young <9b1c84997b9b503084a7ab9e0b7da3894895a5c3@gmail.com>
YAML
apache-2.0
youngar/Base9,youngar/Base9,jduimovich/Base9,youngar/Base9,jduimovich/Base9
02f50c617baf0831cf2c73012baad694bb4fb676
.travis.yml
.travis.yml
language: haskell script: - cabal install --enable-tests - cabal install examples/liblastfm-examples.cabal
language: haskell script: - cabal install --enable-tests liblastfm.cabal examples/liblastfm-examples.cabal
Build the library together with its examples
Build the library together with its examples
YAML
mit
supki/liblastfm
4829ef44878fe9c9b234f6004bdca7c3ddb5abd0
.travis.yml
.travis.yml
--- os: osx sudo: false cache: directories: - .bundle language: ruby rvm: - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head env: global: "NOCOV=true" matrix: - "LIBEDIT=true" - "LIBEDIT=false" before_install: - if [ "$LIBEDIT" == "true" ]; then brew install libedit; fi install: - gem u...
--- os: osx sudo: false cache: directories: - .bundle language: ruby rvm: - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head env: global: "NOCOV=true" matrix: - "LIBEDIT=true" - "LIBEDIT=false" before_install: - if [ "$LIBEDIT" == "true" ]; then brew install libedit; fi install: - gem u...
Install the proper bundler on Travis
Install the proper bundler on Travis
YAML
bsd-2-clause
deivid-rodriguez/byebug,deivid-rodriguez/byebug,yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug
4568686e4c91ad8c4ef548e01ea04e9d4dc2231d
.travis.yml
.travis.yml
--- before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi before_script: - ./travis.sh before - npm install -g grunt-cli node_js: - 0.10 notifications: email: false language: node_js env: global: - secure: |- INvIY8gsdXFMcFPI9gQumHjdWDQUFTY/7J4UwHynXRaWRk7fvGFkcKEUvHsr E2p4SE1Qor5WXAgbUUoff...
--- before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi before_script: - ./travis.sh before - npm install -g grunt-cli node_js: - 6.2.2 notifications: email: false language: node_js env: global: - secure: |- INvIY8gsdXFMcFPI9gQumHjdWDQUFTY/7J4UwHynXRaWRk7fvGFkcKEUvHsr E2p4SE1Qor5WXAgbUUof...
Update Node version with Travis (was having problem with ES6 features in Grunt file)
Update Node version with Travis (was having problem with ES6 features in Grunt file)
YAML
apache-2.0
kir/IndexedDBShim,kir/IndexedDBShim,pixel9/IndexedDBShim,pixel9/IndexedDBShim,kir/IndexedDBShim,pixel9/IndexedDBShim
0fdbca69058da5c1d42d5766ae265420e125b8c8
.travis.yml
.travis.yml
language: c compiler: - gcc - clang before_install: - sudo apt-get -qq update - cd .. - git clone http://git.sv.gnu.org/r/autoconf.git - cd autoconf - ./autogen.sh - ./configure --prefix=/usr - make - sudo make install - cd .. - git clone https://github.com/ImageMagick/ImageMagick - cd ImageMa...
language: c compiler: - gcc - clang before_install: - sudo apt-get -qq update - cd .. - git clone http://git.sv.gnu.org/r/autoconf.git - cd autoconf - ls - (autoconf) - autoconf - ./configure --prefix=/usr - make - sudo make install - cd .. - git clone https://github.com/ImageMagick/ImageMag...
Fix install own autoconf on Travis-CI
Fix install own autoconf on Travis-CI
YAML
mit
kjunichi/mruby-mrmagick,kjunichi/mruby-mrmagick,kjunichi/mruby-mrmagick
f808df88162b8deda80dd11c156a5019d6a706c5
.travis.yml
.travis.yml
sudo: false language: node_js notifications: email: false node_js: - 6 matrix: fast_finish: true script: npm run travis before_install: - npm i -g npm@^3.0.0 before_script: - npm prune after_success: - npm install -g npx - npx -p node@8 npm run semantic-release
sudo: false language: node_js notifications: email: false node_js: - 6 matrix: fast_finish: true script: npm run travis before_install: - npm i -g npm before_script: - npm prune after_success: - npm install -g npx - npx -p node@8 npm run semantic-release
Install the latest version of NPM
Install the latest version of NPM
YAML
mit
pelias/openaddresses,pelias/openaddresses
df2292b9e8fb93cfa9bf11fb45125557340f4585
.travis.yml
.travis.yml
language: node_js node_js: - 4 script: bash ./deploy.sh env: global: - ENCRYPTION_LABEL: "4b25a087402a" - COMMIT_AUTHOR_EMAIL: "yorunohikage@gmail.com"
language: node_js node_js: - "4" script: bash ./deploy.sh env: global: - CXX: g++-4.8 - ENCRYPTION_LABEL: "4b25a087402a" - COMMIT_AUTHOR_EMAIL: "yorunohikage@gmail.com" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Fix native module for Node 4 on Travis
Fix native module for Node 4 on Travis
YAML
mit
YoruNoHikage/yorunohikage.github.io,YoruNoHikage/blog,YoruNoHikage/yorunohikage.github.io
b4545caee5240e035642cae2f8d3b047f14ff990
.travis.yml
.travis.yml
language: php php: 7.4 services: - mysql cache: directories: - $HOME/.composer/cache/files before_install: - mysql -e 'CREATE DATABASE lanager;' before_script: - composer self-update - composer install --no-interaction - cp .env.travis .env - php artisan key:generate - p...
language: php php: 7.4 services: - mysql cache: directories: - $HOME/.composer/cache/files before_install: - mysql -e 'CREATE DATABASE lanager;' before_script: - composer self-update - composer install --no-interaction - cp .env.travis .env - php artisan key:generate - p...
Fix for "php artisan serve --quiet" not being very quiet
Fix for "php artisan serve --quiet" not being very quiet
YAML
agpl-3.0
zeropingheroes/lanager,zeropingheroes/lanager
2fc0c6751bcc6732a309d43a766b23412c250e17
.travis.yml
.travis.yml
language: rust cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly
language: rust cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly branches: except: - staging.tmp - trying.tmp
Disable CI build on bors working branches
Disable CI build on bors working branches
YAML
mit
bossmc/pinboard
1451a8aa41e23e5f58c1c9b95ac65607761553fd
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source - travis_retry composer require satooshi/php-coveralls --dev script: - mkdir -p build/logs - ./vendor/bin/phpunit --coverage-clover...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source - travis_retry composer require satooshi/php-coveralls --dev script: - mkdir -p build/logs - vendor/bin/phpunit - vendor/bin/phpc...
Fix Tavis command for phpunit
Fix Tavis command for phpunit Forgot to drop the overloading of coverage path
YAML
mit
tplaner/oauth2-google,thephpleague/oauth2-google,osufpp/oauth2-ifsta
158ac18350597c6167a6c734700a53e36f347bfa
.travis.yml
.travis.yml
# Where's mah Swift at Travis!? language: generic os: - osx - linux sudo: required dist: trusty osx_image: xcode9.1 script: - ./Scripts/TravisCI/test.sh after_success: - ./Scripts/TravisCI/code-coverage.sh
# Where's mah Swift at Travis!? language: generic os: - osx - linux sudo: required dist: trusty osx_image: xcode9 script: - ./Scripts/TravisCI/test.sh after_success: - ./Scripts/TravisCI/code-coverage.sh
Set image version to xcode9
Set image version to xcode9
YAML
mit
SwiftOnEdge/Edge,SwiftOnEdge/Edge,SwiftOnEdge/Edge
fba930228e1017df6f4e73ae516ab6f267584530
.travis.yml
.travis.yml
language: python python: 2.7 env: - TOX_ENV=pypy - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py27-twisted-132 - TOX_ENV=py27-twisted-trunk - TOX_ENV=py33-twisted-trunk - TOX_ENV=pyflakes - TOX_ENV=pyflakes3 - TOX_ENV=sphinx install: pip install tox script: tox -e ${TOX_ENV} notificat...
language: python python: 2.7 env: - TOX_ENV=pypy - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py27-twisted-132 - TOX_ENV=py27-twisted-trunk - TOX_ENV=py33-twisted-trunk - TOX_ENV=pyflakes - TOX_ENV=pyflakes3 - TOX_ENV=sphinx install: pip install tox script: tox -e "${TOX_ENV}" notific...
Address review comment: Even more correct shell escaping.
Address review comment: Even more correct shell escaping.
YAML
apache-2.0
ScatterHQ/eliot,iffy/eliot,ClusterHQ/eliot,ScatterHQ/eliot,ScatterHQ/eliot
56eea1d34c2de9d505c945f58bb75e88bb5676c6
.travis.yml
.travis.yml
sudo: false language: python matrix: include: - python: 2.6 - python: 2.7 - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 dist: xenial sudo: true fast_finish: true install: - pip install codecov script: - python unitTests.py - python simple_unit_tests.py - PYTHON...
sudo: false language: python matrix: include: - python: 2.7 - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 dist: xenial sudo: true fast_finish: true install: - pip install codecov script: - python unitTests.py - python simple_unit_tests.py - PYTHONPATH=. python exam...
Drop Python 2.6 from TravisCI versions, apparently no longer supported
Drop Python 2.6 from TravisCI versions, apparently no longer supported
YAML
mit
pyparsing/pyparsing,pyparsing/pyparsing
7002007717a45b4c5117f2a07d8ca97bce3c0f72
.travis.yml
.travis.yml
sudo: false language: clojure lein: lein2 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 cache: directories: - $HOME/.m2
sudo: false language: clojure lein: lein2 jdk: - openjdk7 - openjdk8 - oraclejdk7 - oraclejdk8 cache: directories: - $HOME/.m2
Add openjdk8 to TravisCI file
Add openjdk8 to TravisCI file
YAML
mit
cybem/cyanite-remover
9a33d6dbe0801d95867e60c61c553433b8b63049
.travis.yml
.travis.yml
language: csharp mono: latest dotnet: 2.1.4 script: - ./build.sh --target=NuGetPackage
language: csharp mono: latest dotnet: 2.1.4 script: - ./build.sh --target=NuGetPackage -sourceIndex=false
Disable source indexing in Travis build; it's likely to fail because of rate limiting.
Disable source indexing in Travis build; it's likely to fail because of rate limiting.
YAML
mit
FacilityApi/FacilityCSharp
9bbe1410672481901a9217da9dc848b8291fb6bb
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 script: - bundle exec rake notifications: email: recipients: - me@davidcel.is on_success: change on_failure: always
language: ruby rvm: - 2.1.3 script: - bundle exec rake notifications: email: recipients: - me@davidcel.is on_success: change on_failure: always
Test on the latest Ruby 2.1 version
Test on the latest Ruby 2.1 version Signed-off-by: David Celis <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@davidcel.is>
YAML
mit
crepe/creperie,davidcelis/creperie
0d0bc1af1edadcb6e22bc345b66db6b28051d534
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - uname -a - sudo apt-get update -qq - sudo apt-get install -qq curl protobuf-compiler libprotobuf-dev libncurses5 libc6 - sudo sh -c "curl -k https://raw.github.com/alavrik/piqi-binary/master/Linux-x86_64/piqi > /usr/bin/piqi" - sudo chmod +...
language: python python: - "2.6" - "2.7" install: - uname -a - sudo apt-get update -qq - sudo apt-get install -qq curl protobuf-compiler libprotobuf-dev libncurses5 libc6 - sudo sh -c "curl -k https://raw.github.com/alavrik/piqi-binary/master/Linux-x86_64/piqi > /usr/bin/piqi" - sudo chmod +...
Upgrade distribute before other dependencies
Upgrade distribute before other dependencies
YAML
mit
smarkets/smk_python_sdk
7ff9e2848ad17d8f221bc583c904faaef8c7acca
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "3.4" - "3.3" - "2.7" - "2.6" - "pypy" # command to run tests, e.g. python setup.py test script: python setup.py test
# Config file for automatic testing at travis-ci.org language: python python: - "3.4" - "3.3" - "3.2" - "2.7" - "pypy3" - "pypy" # command to run tests, e.g. python setup.py test script: python setup.py test
Remove Python 2.6; add Python 3.2 and pypy3.
Remove Python 2.6; add Python 3.2 and pypy3.
YAML
mit
zacharydenton/rawsql
9046e9d7a16c0bf54b3a66e86fcb40358881bd0e
.travis.yml
.travis.yml
sudo: false language: rust rust: - 1.13.0 - stable - beta - nightly before_script: - pip install 'travis-cargo<0.2' --user - export PATH=$HOME/.local/bin:$PATH script: - (cd serde && travis-cargo build) - (cd serde && travis-cargo --only beta test) - (cd serde && travis-cargo --only nightly test -- --features unstable-...
sudo: false language: rust rust: - 1.13.0 - stable - beta - nightly before_script: - pip install 'travis-cargo<0.2' --user - export PATH=$HOME/.local/bin:$PATH script: - (cd serde && travis-cargo build) - (cd serde && travis-cargo --only beta test) - (cd serde && travis-cargo --only nightly test -- --features unstable-...
Test suite requires beta for now
Test suite requires beta for now
YAML
apache-2.0
serde-rs/serde
0f77a145b14fe66924db79b7704f4bb141ccfe19
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 notifications: email: - raphael.pinson@camptocamp.com install: # Use latest Augeas - sudo add-apt-repository -y ppa:raphink/augeas - sudo apt-get update - sudo apt-get install libaugeas-dev libxml2-dev - bundle install
language: ruby rvm: # CentOS 6 is still stuck on this - 1.8.7 - 1.9.3 # CentOS 7 uses Ruby 2.0.0 - 2.0.0 # This is the latest stable MRI Ruby right now - 2.3.1 notifications: email: - raphael.pinson@camptocamp.com install: # Use latest Augeas - sudo add-apt-repository -y ppa:raphink/augeas - su...
Add building against Ruby 2.0.0 and 2.3.1 to Travis
Add building against Ruby 2.0.0 and 2.3.1 to Travis Ruby 2.0.0 is shipped in CentOS 7, and 2.3.1 is the currently latest available
YAML
lgpl-2.1
hercules-team/ruby-augeas,hercules-team/ruby-augeas
7329b65541c8a8dbdfdc44acce6ef768c2f2f814
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache - vendor git: depth: 1 matrix: fast_finish: true include: - php: 5.6 env: - COMPOSER_FLAGS="--prefer-stable" - php: 7 - php: hhvm allow_failures: - php: hhvm before_script: - travis_retry compose...
language: php sudo: false cache: directories: - $HOME/.composer/cache - vendor git: depth: 1 matrix: fast_finish: true include: - php: 5.6 env: - COMPOSER_FLAGS="--prefer-stable" - php: 7 - php: hhvm allow_failures: - php: hhvm before_script: - travis_retry compose...
Use prefer-dist in Travis now
Use prefer-dist in Travis now API rate limits have been removed, see: https://github.com/composer/composer/issues/4884#issuecomment-195229989
YAML
mit
AlexMasterov/equip-twig,AlexMasterov/equip-twig
0353d3b647bac4e4b2933c1e02c52eeadc7f7da7
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" install: "pip install -r requirements.txt" before_script: flake8 pynlpir script: make test sudo: false
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" install: "pip install -r requirements.txt" before_script: flake8 pynlpir script: make test
Revert "Migrate Travis CI to container-based builds."
Revert "Migrate Travis CI to container-based builds." This reverts commit 7a8b6b907302d1692d885b9df88f252e73705032.
YAML
mit
tsroten/pynlpir
30fa9d3e5ff1ac2046f22fa9c2aecda50ced1e98
.travis.yml
.travis.yml
language: node_js node_js: - '7' - '6' - '4' notifications: email: on_success: never on_failure: change cache: yarn: true directories: - node_modules before_install: 'yarn' script: 'yarn test' after_script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
language: node_js node_js: - '7' - '6' - '4' notifications: email: on_success: never on_failure: change cache: yarn: true directories: - node_modules script: 'npm test' after_script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
Remove before_install and use npm
Remove before_install and use npm
YAML
mit
stoe/atom-markdown-wrapper
a04e0da5269e293911e82550ec38cf03c5d67544
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 1.9.2 - rbx-19mode - jruby-19mode - 1.8.7 - ree - rbx-18mode - jruby-18mode - ruby-head - jruby-head
language: ruby rvm: - 1.9.3 - 1.9.2 - rbx-19mode - jruby-19mode - 1.8.7 - ree - rbx-18mode - jruby-18mode - jruby-head
Remove ruby-head from TravisCI testing (ffi build issues).
Remove ruby-head from TravisCI testing (ffi build issues).
YAML
mit
fnichol/minitest-capistrano
a4bee4f1a2759d1f8eecb35951970b21a1e9a308
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode # - rbx
Comment out rbx since it does not seem to work on Travis.
[Travis] Comment out rbx since it does not seem to work on Travis.
YAML
mit
tpena/phony,floere/phony,davydovanton/phony,izzm/phony,ypelud/phony,davecocoa/phony,SergeyKishenin/phony,dwilkie/phony,baxter/phony,Samda/phony
a32753b01b3f446c9101ff793714ce69cf9af0ea
.travis.yml
.travis.yml
language: rust cache: cargo before_script: (cargo install rustfmt || true) script: - | cd core && cargo fmt -- --write-mode=diff && cargo build && cargo test
language: rust cache: cargo before_script: (cargo install rustfmt || true) script: - | export PATH=$PATH:~/.cargo/bin && cd core && cargo fmt -- --write-mode=diff && cargo build && cargo test
Add ~/.cargo/bin to Travis path so rustfmt works
Add ~/.cargo/bin to Travis path so rustfmt works
YAML
agpl-3.0
palfrey/potboiler,palfrey/potboiler,palfrey/potboiler,palfrey/potboiler
47b59781aa2088713db7234c0534cd4243134b13
.travis.yml
.travis.yml
before_script: sudo /etc/init.d/redis-server start && cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare rvm: - 1.8.7 - ree
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare rvm: - 1.8.7 - ree
Revert "Manually start Redis before running tests on Travis"
Revert "Manually start Redis before running tests on Travis" This reverts commit 21463570f6a8e73c2d8e2de405caa530e51bab47.
YAML
mit
rubygems/rubygems.org-backup,square/rubygems.org,1337807/rubygems.org,dstrctrng/private_event,square/rubygems.org,1337807/rubygems.org,rubygems/rubygems.org-backup,1337807/rubygems.org,rubygems/rubygems.org-backup,square/rubygems.org,dstrctrng/private_event
a5fea3a12215428e5e6e0d3f28b275dec551bc82
.travis.yml
.travis.yml
language: elixir elixir: - 1.3.4 - 1.4.5 - 1.5.0 - 1.5.1 otp_release: - 18.2.1 - 18.3 - 19.2 - 19.3 - 20.0
language: elixir elixir: - 1.3.4 - 1.4.5 - 1.5.0 - 1.5.1 otp_release: - 18.2.1 - 18.3 - 19.2 - 19.3 - 20.0 matrix: exclude: - elixir: 1.3.4 otp_release: 20.0
Exclude elixir 1.3.4 on otp 20.0
Exclude elixir 1.3.4 on otp 20.0
YAML
mit
teamon/tesla,monterail/tesla
a2f397f00e82f5a24e0c749f6136433982710b9e
.travis.yml
.travis.yml
language: rust rust: - stable - nightly jobs: include: - stage: test env: TARGET="x86_64-unknown-linux-gnu" script: - cargo build - cargo build --features=stream - cargo test - cargo test --features=stream - stage: test env: TARGET="x86_64-unknown-linux-musl"...
language: rust jobs: include: - stage: test env: TARGET="x86_64-unknown-linux-gnu" rust: stable script: - cargo build - cargo build --features=stream - cargo test - cargo test --features=stream - stage: test env: TARGET="x86_64-unknown-linux-gnu" ...
Update CI to test musl - fix for CI
Update CI to test musl - fix for CI
YAML
bsd-3-clause
jbaublitz/nl,jbaublitz/nl
1a122eab587556b2840f7ac751da6a40a6c3887c
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" script: python setup.py test
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" script: python setup.py test
Remove support for Python 2.6
Remove support for Python 2.6
YAML
bsd-3-clause
PermutaTriangle/Permuta
66ae4e701330930504897cfb914ab8fcfbcc6669
.travis.yml
.travis.yml
notifications: hipchat: ec8fcfa661addc56a361a8ef536320@integrations language: java matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: openjdk9 - jdk: openjdk10 - jdk: openjdk11 - jdk: oraclejdk11 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home)...
language: java matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: openjdk9 - jdk: openjdk10 - jdk: openjdk11 - jdk: oraclejdk11 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dt...
Compress the JUnit logs from Travis before uploading
[feature] Compress the JUnit logs from Travis before uploading
YAML
lgpl-2.1
windauer/exist,eXist-db/exist,windauer/exist,olvidalo/exist,lcahlander/exist,dizzzz/exist,eXist-db/exist,olvidalo/exist,eXist-db/exist,wolfgangmm/exist,olvidalo/exist,adamretter/exist,wolfgangmm/exist,eXist-db/exist,windauer/exist,windauer/exist,wolfgangmm/exist,ambs/exist,adamretter/exist,dizzzz/exist,ambs/exist,eXist...
11d0c5827e6a714d504833e9b2454d7c34fabe73
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install --upgrade pip setuptools - pip install pipenv - pipenv install --dev script: - pipenv run pytest -v - pipenv run pyflakes . #deploy: # provider: pypi # user: "MolopsDeploy" # password: # secure: "tX5VvpXIj7Afm9sl...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install --upgrade pip setuptools - pip install pipenv - pipenv install --dev -e . script: - pipenv run pytest -v - pipenv run pyflakes . #deploy: # provider: pypi # user: "MolopsDeploy" # password: # secure: "tX5VvpXIj7...
Install the Mollie package before testing it.
Install the Mollie package before testing it.
YAML
bsd-2-clause
mollie/mollie-api-python
9417b495896004a3653380571b4165d56193f7a0
.travis.yml
.travis.yml
sudo: false language: csharp env: global: - "BUILD_NUMBER=$TRAVIS_BUILD_NUMBER" - "BUILD_DIR=$TRAVIS_BUILD_DIR" script: - ./build_main.sh - ./build_engine.sh - ./build_editor.sh - ./build_speedrun.sh - ./build_fixmonolive.sh after_success: - wget http://fezmod.tk/files/travis/d...
sudo: false language: csharp env: global: - "BUILD_NUMBER=$TRAVIS_BUILD_NUMBER" - "BUILD_DIR=$TRAVIS_BUILD_DIR" script: - ./build_main.sh - ./build_engine.sh - ./build_editor.sh - ./build_speedrun.sh - ./build_fixmonolive.sh after_success: - wget http://fezmod.xyz/files/travis/...
Update Travis CI to use fezmod.xyz instead of .tk
Update Travis CI to use fezmod.xyz instead of .tk
YAML
mit
AngelDE98/FEZMod,AngelDE98/FEZMod
5c33eb46294d3776eb0d1917903ec9800ed96569
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 env: - MATRIX_LIBRARY=gsl - MATRIX_LIBRARY=narray - MATRIX_LIBRARY=nmatrix - MATRIX_LIBRARY=matrix before_install: - bundle config build.nmatrix --with-lapacklib - if [ $MATRIX_LIBRARY = 'nmatrix' -o $MATRIX_LIBRARY = 'gsl' ]; then sudo apt-get upd...
sudo: false language: ruby cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 env: - MATRIX_LIBRARY=gsl - MATRIX_LIBRARY=narray - MATRIX_LIBRARY=nmatrix - MATRIX_LIBRARY=matrix addons: apt: packages: - gsl-bin - libgsl0-dev # Installing ATLAS will install BLAS. - libatlas-dev ...
Use container-based infrastructure, and turn on caching
Travis: Use container-based infrastructure, and turn on caching
YAML
mit
jpmckinney/tf-idf-similarity,diasks2/tf-idf-similarity,HristoBuyukliev/tf-idf-similarity
1a11023f2ba9022423db7c6e80c3320a113ed213
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 - 3.5 env: - DJANGO=Django<1.9 - DJANGO=Django<1.10 # command to install dependencies install: - pip install -q $DJANGO --use-mirrors - pip install -r requirements.txt --use-mirrors - pip install -r requirements_test.txt --use-mirrors # command to run tests scrip...
language: python python: - 2.7 - 3.4 - 3.5 env: - DJANGO=Django<1.9 - DJANGO=Django<1.10 matrix: allow_failures: # Allow failures for unreleased Django version - python: 3.4 - python: 3.5 # command to install dependencies install: - pip install -q $DJANGO --use-mirrors - pip install -r r...
Allow failures for Python 3 for now.
Allow failures for Python 3 for now.
YAML
agpl-3.0
dokterbob/django-docdata
f9927ef4e289e741b6016eb14c13763bbeb53078
.travis.yml
.travis.yml
sudo: required language: node_js node_js: - "0.10" before_install: - "curl -L http://git.io/ejPSng | /bin/sh" install: - npm install -g jshint@2.8.0 script: - jshint src - jshint tests - make test
sudo: required language: node_js node_js: - "0.10" before_install: - "curl -L http://git.io/ejPSng | /bin/sh" script: - make test
Remove jshint tests for Travis
Remove jshint tests for Travis
YAML
mit
aumel/codeship-test,aumel/codeship-test
d91103607dddfff5207ab9cfecaae48ae17a30bc
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "8" - "10"
language: node_js node_js: - "8" - "10" - "12"
Stop testing on Node 6, start testing on Node 12
Stop testing on Node 6, start testing on Node 12
YAML
mit
helmetjs/helmet,helmetjs/helmet
efc5b0c27a24e56c182156ee80184f412dd0c36c
.travis.yml
.travis.yml
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmak...
language: cpp compiler: gcc env: - BUILD_TYPE=Debug - BUILD_TYPE=Release before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cma...
Test Travis CI: Update build script
Test Travis CI: Update build script
YAML
mit
maddouri/hyper_array
e4ea7a325d3ae6399e579dfb4d72f96599e017d8
.travis.yml
.travis.yml
language: go script: go test -v ./... go: - 1.6 - tip
language: go script: go test -v ./... go: - 1.7 - tip
Update CI for go 1.7 and up
Update CI for go 1.7 and up No longer supports testing with go 1.6 or below.
YAML
mit
lazyengineering/faststatus
15f2d353998c87edee907d07b47ff28a07eea860
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '6' - '5' - '4'
sudo: false language: node_js node_js: - 'node' - '--lts'
Use dynamic node versions on Travis CI
Test(config): Use dynamic node versions on Travis CI
YAML
unlicense
fvdm/nodejs-toonapp
bb397df5bdcf858aeecd51dd92e7b13cf5eea65f
.travis.yml
.travis.yml
language: cpp sudo: required dist: trusty compiler: - gcc - clang branches: only: - master env: global: - RENDERDOC_TRAVIS_BUILD=1 RENDERDOC_CI_BUILD=1 matrix: - CODE_BUILD=1 LINUX_BUILD=1 DOCS_BUILD=0 - CODE_BUILD=0 DOCS_BUILD=1 # don't build docs twice on gcc/clang matrix: exclude: ...
language: cpp sudo: required dist: trusty compiler: - gcc - clang branches: only: - master env: global: - RENDERDOC_TRAVIS_BUILD=1 RENDERDOC_CI_BUILD=1 matrix: - CODE_BUILD=1 LINUX_BUILD=1 DOCS_BUILD=0 # only build docs once on linux matrix: include: - compiler: gcc env: CODE_BUI...
Change docs build in matrix from exclude to include
Travis: Change docs build in matrix from exclude to include
YAML
mit
adrianbu/renderdoc,moradin/renderdoc,moradin/renderdoc,moradin/renderdoc,etnlGD/renderdoc,TurtleRockStudios/renderdoc_public,michaelrgb/renderdoc,baldurk/renderdoc,michaelrgb/renderdoc,Lssikkes/renderdoc,victor-moya/renderdoc,googlestadia/renderdoc,etnlGD/renderdoc,TurtleRockStudios/renderdoc_public,michaelrgb/renderdo...
b98a1e7b12f90cb1572008106fabb3640f25d922
.travis.yml
.travis.yml
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - sud...
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install python-setuptools - sudo apt-get install -qq python-n...
Fix Travis CI setuptools support
Fix Travis CI setuptools support Add "sudo apt-get install python-setuptools" to .travis.yml 'befor_install' scripts otherwise Travis CI virtualenv with system_site_packages = true causes a conflict between setuptools (in virtualenv) and distutils in /usr/lib
YAML
agpl-3.0
Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide
a62dd137449a811afea6c7b23e66c56e2cd796d0
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer install --dev script: phpunit -c phpunit.xml.dist notifications: email: - info@endroid.nl
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true before_install: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi; - composer self-update && composer install --no-interaction script: - phpunit notifications: email: ...
Disable xdebug in Travis CI
Disable xdebug in Travis CI
YAML
mit
endroid/PriorityShuffleRandom
2bf0029096d900f88dce3c0e5912b1977aa063ae
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" addons: apt: sources: - deadsnakes packages: - python2.7 before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: ...
language: node_js node_js: - "0.11" - "0.10" addons: apt: sources: - deadsnakes packages: - python2.7 before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: ...
Move server listener to background
Move server listener to background
YAML
mit
mushtat/savory.js,mushtat/savory.js,mushtat/savory.js
ed62df8bd4e77f7bec26d0dca13e53eba7c75bb4
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '12' - '10' - '8'
os: "linux" dist: "bionic" language: "node_js" node_js: - "14" - "13" - "12" - "10"
Update Travis node versions and env
Test(config): Update Travis node versions and env
YAML
unlicense
fvdm/nodejs-fibonacci
69bf3d57df30e52dfc96bb471aadd83483557cb3
.travis.yml
.travis.yml
language: java jdk: openjdk8 sudo: required services: - docker script: mvn install after_success: - bash <(curl -s https://codecov.io/bash) -t db72c61d-aa61-4b80-9ffd-1a135d29a85f - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - ./mvnw dockerfile:push@push-latest dockerfile:push@push-version -D...
language: java jdk: openjdk8 sudo: required services: - docker install: - mvn clean script: - mvn install -B -V after_success: - bash <(curl -s https://codecov.io/bash) -t db72c61d-aa61-4b80-9ffd-1a135d29a85f - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - ./mvnw dockerfile:push@push-lates...
Deploy to bintray instead of Maven central
Deploy to bintray instead of Maven central
YAML
bsd-3-clause
sensefly-sa/dynamodb-to-s3,sensefly-sa/dynamodb-to-s3
8f10eab8da18154f7f7094ecb6250c02b6ec8d87
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" #- "3.4" install: - python setup.py --quiet install script: - ./test.bash after_success: - pip install --quiet coverage - make coverage - pip install --quiet coveralls - coveralls
language: python python: - "2.7" - "3.3" - "3.4" install: - python setup.py --quiet install script: - ./test.bash after_success: - pip install --quiet coverage - make coverage - pip install --quiet coveralls - coveralls
Enable 3.4 on Travis CI
Enable 3.4 on Travis CI
YAML
apache-2.0
myint/cppclean,myint/cppclean,myint/cppclean,myint/cppclean
54c2b9cefe0e6adef31352fee6b8c34ffb19d0ee
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode7.3 podfile: Example/Podfile cache: cocoapods before_install: - gem install slather --no-ri --no-rdoc - gem update cocoapods --no-ri --no-rdoc - pod install --repo-update ...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode8 podfile: Example/Podfile cache: cocoapods before_install: - gem install slather --no-ri --no-rdoc - gem update cocoapods --no-ri --no-rdoc - pod install --repo-update --...
Fix Xcode version for Travis-CI
Fix Xcode version for Travis-CI
YAML
mit
k06a/DeluxeInjection
65c5c5bb4e719936c33c989a9f5bd1125ccbebf3
.travis.yml
.travis.yml
language: java install: - mvn install after_success: mvn jacoco:report coveralls:jacoco jdk: - oraclejdk8
sudo: false language: java after_success: mvn jacoco:report coveralls:jacoco jdk: - oraclejdk8
Enable Docker-based build on Travis CI
Enable Docker-based build on Travis CI
YAML
apache-2.0
dropwizard/dropwizard-java8,dropwizard/dropwizard-java8
6978e3da8eeef77257ff0288b826b60adc62df3b
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "0.10.44" - "0.12" - "4.0.0" - "5.0.0" - "5.7.0" script: - "npm test"
language: node_js node_js: - "node" - "0.10.44" - "0.12" - "4.6.0" script: - "npm test"
Add node LTS version and remove 4.0.0 and 5.x
Add node LTS version and remove 4.0.0 and 5.x
YAML
mit
cermati/satpam,sendyhalim/satpam
51c0bc63a48c6f5e00d2aa58631e0a78de1c82ce
.travis.yml
.travis.yml
language: java jdk: - openjdk7 - oraclejdk7 rvm: - 1.9.3 install: - rvm use 1.9.3 - gem install bundler - bundle install - sudo apt-get update - sudo apt-get install -qq libgeos++-dev libproj-dev build-essential liblzo2-dev liblzma-dev zlib1g-dev libprotobuf-c0-dev postgresql-contrib-9.1 postgresql-9.1-...
language: java jdk: - openjdk7 - oraclejdk7 rvm: - 1.9.3 install: - rvm use 1.9.3 - gem install bundler - bundle install - sudo apt-get update - sudo apt-get install -qq libgeos++-dev libproj-dev build-essential liblzo2-dev liblzma-dev zlib1g-dev libprotobuf-c0-dev postgresql-contrib-9.1 postgresql-9.1-...
Reduce the size of the git repository downloaded during TravisCI testing.
Reduce the size of the git repository downloaded during TravisCI testing.
YAML
apache-2.0
realityforge/geolatte-geom-jpa,realityforge/geolatte-geom-jpa
a20559dca77def0cc66522a97f931e33e718f0e9
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 rvm: - 2.3.1 install: - rvm use 2.3.1 - gem install bundler - bundle install script: buildr clean package git: depth: 10
language: ruby jdk: - oraclejdk7 rvm: - 2.3.1 install: - rvm use 2.3.1 - gem install bundler - bundle install script: buildr clean package git: depth: 10
Move to ruby as base image
Move to ruby as base image
YAML
apache-2.0
realityforge/gwt-datatypes,realityforge/gwt-datatypes
b781784ef5a513b8cab10d9b270b1a6ba1945340
.travis.yml
.travis.yml
branches: only: - master - /^greenkeeper/.*$/ dist: trusty sudo: false language: node_js node_js: - "8" os: - linux - osx addons: apt: packages: - rpm # dist - xvfb # testing - openjpeg2-tools # this + gm for electron-builder's icon work - graphicsmagick cac...
branches: only: - master - /^greenkeeper/.*$/ dist: trusty sudo: false language: node_js node_js: - "8" os: - linux - osx addons: apt: packages: - rpm # dist - xvfb # testing - openjpeg-tools # this + gm for electron-builder's icon work - graphicsmagick cach...
Fix trusty jpeg dependency name
Fix trusty jpeg dependency name
YAML
isc
mykter/TagTime-desktop,mykter/TagTime-desktop,mykter/TagTime-desktop
cd3fd2c79868e3cf711d536a870e951c1e999b1c
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: python setup.py install script: nosetests
language: python python: - "2.6" - "2.7" install: python setup.py install script: python setup.py test
Use the test command to run tests
Use the test command to run tests
YAML
apache-2.0
disqus/nydus
b6a1248b96995904e2e970620a39c448af6381e1
.travis.yml
.travis.yml
--- sudo: false script: bundle exec rake rvm: - 1.9.3 - 2.0 - 2.1 - rbx-2.2 - jruby notifications: email: recipients: - yorickpeterse@gmail.com email: on_success: change on_failure: always cache: bundler os: - linux - osx
--- sudo: false script: bundle exec rake rvm: - 1.9.3 - 2.0 - 2.1 - rbx-2 - jruby notifications: email: recipients: - yorickpeterse@gmail.com email: on_success: change on_failure: always cache: bundler os: - linux - osx
Use rbx-2 on Travis instead of rbx-2.2
Use rbx-2 on Travis instead of rbx-2.2
YAML
mpl-2.0
YorickPeterse/ruby-lint,cabo/ruby-lint,YorickPeterse/ruby-lint,cabo/ruby-lint
afba35acd48119552bda7ecea595be53aad4a7ef
.travis.yml
.travis.yml
language: ruby sudo: required before_install: - sudo apt-get update - sudo apt-get install cups script: bundle exec make
language: ruby sudo: required before_install: - sudo apt-get update - sudo apt-get install cups wicd - apt-cache search wicd script: bundle exec make
Install & search wicd to check for wicd-cli
Install & search wicd to check for wicd-cli
YAML
agpl-3.0
l0b0/travis-ci-helper,l0b0/travis-ci-helper
2d428fe3654cef617238ca2b3615fca301ddf684
.travis.yml
.travis.yml
language: node_js node_js: - "6.5" dist: trusty sudo: false # vim: ts=2:sw=2:et
language: node_js node_js: - "6.9.4" dist: trusty sudo: false # vim: ts=2:sw=2:et
Upgrade to latest node LTS.
Upgrade to latest node LTS.
YAML
mit
gchallen/code.metalsmith-spellcheck
ea821768e9ea73dcb6d2866e2bc44c5677f3a3c7
metadata/com.yacgroup.yacguide.yml
metadata/com.yacgroup.yacguide.yml
AntiFeatures: - NonFreeNet Categories: - Sports & Health License: GPL-3.0-only WebSite: https://github.com/yacgroup/yacguide SourceCode: https://github.com/yacgroup/yacguide IssueTracker: https://github.com/yacgroup/yacguide/issues AutoName: YacGuide RepoType: git Repo: https://github.com/yacgroup/yacguide Build...
AntiFeatures: - NonFreeNet Categories: - Sports & Health License: GPL-3.0-only WebSite: https://github.com/yacgroup/yacguide SourceCode: https://github.com/yacgroup/yacguide IssueTracker: https://github.com/yacgroup/yacguide/issues AutoName: YacGuide RepoType: git Repo: https://github.com/yacgroup/yacguide Build...
Update YacGuide to 0.3.1 (3001)
Update YacGuide to 0.3.1 (3001)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ff286cdfca79d53258d0e7d66a651570fce8dc3e
.travis.yml
.travis.yml
language: ruby rvm: #- jruby-18mode #- jruby-19mode #- jruby-head - 1.9.3 - 1.9.2 - rbx-18mode - rbx-19mode - ruby-head - 1.8.7 - ree
language: ruby rvm: #- jruby-18mode #- jruby-19mode #- jruby-head - 1.9.3 - 1.9.2 - rbx-18mode # - rbx-19mode - ruby-head - 1.8.7 - ree
Remove Rubinius 1.9 tests for debugging
Remove Rubinius 1.9 tests for debugging
YAML
mit
nruth/descriptive-statistics,jtescher/descriptive-statistics
8fc282ded6c77fbd4e7160869c52c828777417a7
.travis.yml
.travis.yml
language: rust services: - postgresql addons: postgresql: "9.6" before_script: - echo "BEFORE SCRIPT" - psql -c 'CREATE DATABASE aardwolf_testing;' -U postgres - if which diesel; then echo "diesel already installed"; else cargo install diesel_cli --no-default-features --features=postgres; fi - echo 'DATA...
language: rust services: - postgresql addons: postgresql: "9.6" before_script: - echo "BEFORE SCRIPT" - psql -c 'CREATE DATABASE aardwolf_testing;' -U postgres - if which diesel; then echo "diesel already installed"; else cargo install diesel_cli --no-default-features --features=postgres; fi - echo 'DATA...
Revert "Also run test migrations"
Revert "Also run test migrations" This reverts commit 43f05285c3d1b8b04ce8a2945596c6a25834ca60.
YAML
agpl-3.0
BanjoFox/fedibook,BanjoFox/fedibook
ea241f468f8ba3407d71c4ce1d73ed592ea7b3b1
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - npm install -g bower - bower install - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./node_modules/protractor/bin/webdriver-manager update - gulp serve & - sleep 3 # give webserver some time to start s...
language: node_js node_js: - "0.10" before_script: - npm install -g bower - bower install - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./node_modules/protractor/bin/webdriver-manager update - gulp serve & - sleep 3 # give webserver some time to start script: - npm test notifications: -...
Remove Chrome configuration for Travis, as Firefox is now used
Remove Chrome configuration for Travis, as Firefox is now used
YAML
mit
codeice/angular-ui-tree,robertdamoc/angular-ui-tree,Rademade/angular-ui-tree,brandonaaskov/angular-ui-tree,TonyNguyen101/angular-ui-tree,joaocc/angular-ui-tree,zachlysobey/angular-ui-tree,Alexn555/angular-ui-tree,angular-ui-tree/angular-ui-tree,BlakeBrown/angular-ui-tree,ajitsonlion/angular-ui-tree,resiliencesw/angular...
5a69fc240ae1831393f83e7897bc0e7c581c5ffc
.travis.yml
.travis.yml
language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" - "3.4" install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https:...
language: python python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" - "3.4" install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https:...
Comment out setup.py install step
Comment out setup.py install step
YAML
mit
scottclowe/python-continuous-integration,scottclowe/python-continuous-integration,scottclowe/python-ci,scottclowe/python-ci
958483c89c5490fff3cfb75e92a9f6eb62b69e0a
.travis.yml
.travis.yml
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
Add install of maven 3.3.9
Add install of maven 3.3.9
YAML
apache-2.0
apache/streams,apache/streams,jfrazee/incubator-streams,apache/streams
3d1235cc9116dd34aee44cd3355745a95b8ae601
.travis.yml
.travis.yml
script: - "bundle exec rubocop" - "bundle exec rake neo4j:install[$NEO4J_VERSION] neo4j:disable_auth neo4j:start default --trace" language: ruby rvm: - 2.2.2 - 2.1.5 - jruby-1.7.18 # - jruby-19mode env: # - NEO4J_VERSION=community-latest - NEO4J_VERSION=community-2.3.0-M03 - NEO4J_VERSION=community-2....
script: - "bundle exec rubocop" - "bundle exec rake neo4j:install[$NEO4J_VERSION] neo4j:disable_auth neo4j:start default --trace" language: ruby rvm: - 2.2.3 - 2.1.5 - jruby-1.7.18 env: - NEO4J_VERSION=community-2.3.0-M03 - NEO4J_VERSION=community-2.2.3 - NEO4J_VERSION=community-2.1.4 # Pre-2.1.5 is spe...
Add special builds for new CypherSession API
Add special builds for new CypherSession API
YAML
mit
neo4jrb/neo4j-core,subvertallchris/neo4j-core,subvertallchris/neo4j-core,neo4jrb/neo4j-core
1b201d5a1ccd43ad0c39911e84fb529e44b09e0e
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0 - 2.1 - jruby-19mode - rbx-2 cache: bundler
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - jruby - rbx-2 cache: bundler
Add Ruby 2.2 to build matrix.
Add Ruby 2.2 to build matrix.
YAML
unlicense
gkellogg/ebnf,gkellogg/ebnf
89631b48f72208b20752023b510f2f577d21e9f9
.travis.yml
.travis.yml
language: java # whitelist branches: only: - master jdk: - oraclejdk8 before_install: - chmod +x ./org.eclipse.scanning.releng/build/commit-msg.sh - bash ./org.eclipse.scanning.releng/build/commit-msg.sh - git clone --depth=50 --branch=master https://github.com/eclipse/richbeans.git ../../eclipse/org.eclipse...
language: java # whitelist branches: only: - master jdk: - oraclejdk8 before_install: - chmod +x ./org.eclipse.scanning.releng/build/commit-msg.sh - bash ./org.eclipse.scanning.releng/build/commit-msg.sh - git clone --depth=50 --branch=master https://github.com/eclipse/richbeans.git ../../eclipse/org.eclipse...
Disable tests while figuring out what is going wrong.
Disable tests while figuring out what is going wrong. http://jira.diamond.ac.uk/browse/DAQ-78
YAML
epl-1.0
Mark-Booth/daq-eclipse,Mark-Booth/daq-eclipse,Mark-Booth/daq-eclipse
643690e7a70872429cb9b2179220f11391116481
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '7' - '8' - '9' before_script: # Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092 - PATH=${PATH//:\.\/node_modules\/\.bin/} - rvm install ruby --latest - gem inst...
language: node_js node_js: - '6' - '8' - '10' - '11' before_script: # Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092 - PATH=${PATH//:\.\/node_modules\/\.bin/} - rvm install ruby --latest - gem in...
Update Node testing to current release schedule
Update Node testing to current release schedule
YAML
mit
jakezatecky/react-dual-listbox,jakezatecky/react-dual-listbox
8fee9d70528cb72b1a5d517c244c624ae9738e92
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" - "pypy" before_install: - sudo apt-get update - sudo apt-get install libcurl4-gnutls-dev librtmp-dev env: - HTTPLIB=requests - HTTPLIB=pycurl - HTTPLIB= install: - pip install simplejson $HTTPLIB --use-mirrors script: nosetests matrix: exclude: ...
language: python python: - "2.5" - "2.6" - "2.7" - "pypy" before_install: - sudo apt-get update - sudo apt-get install libcurl4-gnutls-dev librtmp-dev env: - HTTPLIB=requests - HTTPLIB=pycurl - HTTPLIB= install: - pip install simplejson $HTTPLIB --use-mirrors script: nosetests matrix: exclude: ...
Exclude pypy+pycurl since pypy doesn't support extension modules well
Exclude pypy+pycurl since pypy doesn't support extension modules well
YAML
mit
Khan/stripe-python,speedplane/stripe-python,NahomAgidew/stripe-python,stripe/stripe-python,HashNuke/stripe-python,woodb/stripe-python,uploadcare/stripe-python,koobs/stripe-python,zenmeso/stripe-python,alexmic/stripe-python
569eecc6e63a56d1ddf57bc69eb242a85a83759d
.travis.yml
.travis.yml
language: php php: - "5.3" - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" - "hhvm" sudo: false install: travis_retry composer install --no-interaction --prefer-source script: - if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/ph...
language: php php: - "5.3" - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" - "hhvm" matrix: include: - php: 5.3 dist: precise sudo: false install: travis_retry composer install --no-interaction --prefer-source script: - if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi - if ...
Fix testing on PHP 5.3
Fix testing on PHP 5.3
YAML
mit
nickcernis/html-to-markdown,thephpleague/html-to-markdown,nickcernis/html-to-markdown,thephpleague/html-to-markdown
4a2ed814dfaae2fae799d4cf40c5167c8fe9cd69
.travis.yml
.travis.yml
language: node_js before_install: npm install npm -g node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js before_install: npm install npm -g node_js: - "iojs" - "0.12" - "0.11" - "0.10" - "0.8"
Drop 0.6 on Travis, add iojs & 0.12.
Drop 0.6 on Travis, add iojs & 0.12.
YAML
mit
timoxley/keycode,timoxley/keycode
c309bbbb2693ee00ef3e22a79c572e6a4e4201ef
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.3.7 - 2.4.4 - 2.5.1 - jruby-9.1.17.0 - jruby-9.2.0.0 cache: bundler
language: ruby sudo: false rvm: - 2.3.7 - 2.4.4 - 2.5.1 - jruby-9.1.17.0 - jruby-9.2.0.0 branches: only: - master cache: bundler
Build only protected branches on TravisCI
Build only protected branches on TravisCI
YAML
mit
activeadmin/arbre,activeadmin/arbre
3c9220a4c3c6b751f654a4a1afe5da90cca03e81
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly env: - TEST_DIR=amqp0/specgen - TEST_DIR=amqp0/specs - TEST_DIR=amqp0/codegen - TEST_DIR=amqp0/primitives - TEST_DIR=amqp0/parser-nom script: cd $TEST_DIR && cargo test
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly env: - TEST_DIR=amqp0/specs - TEST_DIR=amqp0/primitives - TEST_DIR=amqp0/parser-nom # Generation crates - TEST_DIR=amqp0/specgen - TEST_DIR=amqp0/codegen # Build - TEST_DIR=amqp0/specs FEATURES='amqp-bui...
Update TravicCI configuration to test build and pregen flags
[amqp] Update TravicCI configuration to test build and pregen flags
YAML
apache-2.0
alreece45/amqp-rs
dbaa252ef0be0b7913f7b835f1a611a48cf7e70f
.travis.yml
.travis.yml
sudo: required language: perl6 os: - linux - osx perl6: - 2015.12 - latest install: - sudo apt-get -qq update - sudo apt-get install -y libmagickwand-dev script: prove -v -e perl6 t/
sudo: required language: perl6 os: - linux - osx perl6: - 2015.12 - latest install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libmagickwand ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; ...
Handle linux/osx dependences for Travis CI
Handle linux/osx dependences for Travis CI
YAML
mit
azawawi/perl6-magickwand
8c5f562d0247dd7d198798592d8f6f0b11bdc9f2
.travis.yml
.travis.yml
language: ruby rvm: 2.3.0 before_script: - mysql -e 'create database aggressive_epsilon_test' - cp config/database.yml.example config/database.yml script: - bundle exec rake db:reset - bundle exec rake travis notifications: email: on_success: never on_failure: change recipients: programmers@admin....
language: ruby rvm: 2.3.0 env: "CODECLIMATE_REPO_TOKEN=aab14603969a0d5d34e73ee8ebd14f585cb9ec546786401de1842f3d09a63ae7" before_script: - mysql -e 'create database aggressive_epsilon_test' - cp config/database.yml.example config/database.yml script: - bundle exec rake db:reset - bundle exec rake travis notifica...
Add CodeClimate repo token to Travis YML
Add CodeClimate repo token to Travis YML
YAML
mit
umts/aggressive-epsilon,tomecho/aggressive-epsilon
ec34aa1580b8450d3e9f218390ff66203c47dc08
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.3 - 2.4.0 before_install: - gem update --remote bundler - gem update --system script: - bundle exec rubocop --version - bundle exec rspec --version - bundle exec rubocop - bundle exec rspec
language: ruby rvm: - 2.3.3 - 2.4.0 before_install: - gem update --remote bundler - gem update --system script: - bundle exec rubocop -V - bundle exec rspec --version - bundle exec rubocop - bundle exec rspec
Add an option to see verbose Rubocop version info
Add an option to see verbose Rubocop version info
YAML
mit
gentoid/chainer
5690318930018391368dd537f20b72c9c0eed45f
.travis.yml
.travis.yml
language: python python: - '2.7' install: - 'travis_wait pip install -r requirements.txt --use-mirrors' - 'pip install coveralls' script: - 'py.test --doctest-modules --ignore setup.py --cov dabbiew' after_success: - 'coveralls'
language: python python: - '2.7' install: - 'travis_wait pip install -r requirements.txt --use-mirrors' - 'pip install coveralls' script: - 'py.test --doctest-modules --ignore setup.py --cov dabbiew.dabbiew' after_success: - 'coveralls'
Remove irrelevant modules from coverage
Remove irrelevant modules from coverage
YAML
mit
agtumulak/dabbiew
24ab23bd84e61fe5b6baae10108118a51acfd8bd
packages/di/differential.yaml
packages/di/differential.yaml
homepage: http://github.com/GregorySchwartz/differential#readme changelog-type: '' hash: 69aeebecc18d969096569d672590cb73a98520b27066935171d80fac33b080de test-bench-deps: {} maintainer: gsch@pennmedicine.upenn.edu synopsis: Finds out whether an entity comes from different distributions (statuses). changelog: '' basic-d...
homepage: http://github.com/GregorySchwartz/differential#readme changelog-type: '' hash: 69554d122a401b0880394e4eccd779281529a0dbdc911a108f0731dd180e3571 test-bench-deps: {} maintainer: gsch@pennmedicine.upenn.edu synopsis: Finds out whether an entity comes from different distributions (statuses). changelog: '' basic-d...
Update from Hackage at 2020-06-18T20:21:54Z
Update from Hackage at 2020-06-18T20:21:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
51c235583e2406356a67a4e646444503dc1b7b07
packages/hw/hw-prim-bits.yaml
packages/hw/hw-prim-bits.yaml
homepage: https://github.com/githubuser/hw-prim-bits#readme changelog-type: '' hash: 5f1da55e4613f4afda93c960ce8056639809d13d9096be4b767944a42d7ae017 test-bench-deps: base: ==4.* criterion: -any hw-prim-bits: -any vector: -any maintainer: newhoggy@gmail.com synopsis: Primitive support for bit manipulation chang...
homepage: https://github.com/githubuser/hw-prim-bits#readme changelog-type: '' hash: de6e3f1ea1ff7afed6d47272383a2132c6522a2a29f20ae96ecb41f792c06c92 test-bench-deps: base: ==4.* hspec: -any criterion: -any hedgehog: -any hw-hedgehog: ! '>=0.1.0.1' hw-prim-bits: -any QuickCheck: -any vector: -any hw-h...
Update from Hackage at 2017-09-08T06:20:59Z
Update from Hackage at 2017-09-08T06:20:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
4ba8bb24f05a213d6556b54b9433acc41ee40a6a
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" env: - DJANGO=1.6 - DJANGO=1.7 - DJANGO=master matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=master - python: "3.4" env: DJANGO=1.6 install: - pip install tox coveralls scrip...
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" env: - DJANGO=1.6 - DJANGO=1.7 - DJANGO=master matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=master - python: "3.4" env: DJANGO=1.6 install: - pip install tox coveralls script: - tox...
Drop 3.2 support because Threading
Drop 3.2 support because Threading
YAML
mit
pinax/pinax-notifications,affiliprint/pinax-notifications,coldmind/pinax-notifications,affiliprint/pinax-notifications,sherzberg/django-notification,coldmind/pinax-notifications,pinax/pinax-notifications,sherzberg/django-notification,aaronc-bixly/notifications,synasius/pinax-notifications,aaronc-bixly/notifications,syn...
2f7f5ecdf488c39f812236cc24054b2aa474c57b
packages/ma/mail-reports.yaml
packages/ma/mail-reports.yaml
homepage: '' changelog-type: markdown hash: f227f281389438ba884571168fd5250cd42e1e16771f475aa8fedde42a97a5a3 test-bench-deps: {} maintainer: enum@doomanddarkness.eu synopsis: A parser library for DMARC reports changelog: | # Revision history for mail-reports ## 0.1.0.0 -- 2020-12-19 First version, parsing DMARC...
homepage: '' changelog-type: markdown hash: a445bb7ba432d60d121d7b5905014d5e831f091253217bd2dec4f634752a43e1 test-bench-deps: {} maintainer: enum@doomanddarkness.eu synopsis: A parser library for DMARC reports changelog: | # Revision history for mail-reports ## 0.1.0.0 -- 2020-12-19 First version, parsing DMARC...
Update from Hackage at 2020-12-19T16:40:07Z
Update from Hackage at 2020-12-19T16:40:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
e77973fa2f0bcef1b051e74904d54c057831a83e
.travis.yml
.travis.yml
language: "node_js" node_js: - "0.10" - "0.8" # - "0.6" - "0.4" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
language: "node_js" node_js: - "0.10" - "0.8" - "0.6" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
Remove node 0.4 from Travis CI.
Remove node 0.4 from Travis CI.
YAML
mit
rakesh-mohanta/oauth2orize,saurabh-malik/oauth2orize,DaAwesomeP/oauth2orize,eskygo/oauth2orize,Sajan129/oauth2orize,jaredhanson/oauth2orize,mattyao1984/oauth2orize
12317fe86a8fd52086fd717acdb09864aaff34c1
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 script: "bundle exec rake coverage" gemfile: - gemfiles/rails2.gemfile - gemfiles/rails3.gemfile - gemfiles/rails4.gemfile matrix: exclude: - rvm: 1.9.3 gemfile: gemfiles/rails2.gemfile - rvm: 2.0.0 gemfile: gemfiles/rails2.gemfile ...
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.5 - 2.2 script: "bundle exec rake coverage" gemfile: - gemfiles/rails2.gemfile - gemfiles/rails3.gemfile - gemfiles/rails4.gemfile matrix: exclude: - rvm: 1.9.3 gemfile: gemfiles/rails2.gemfile - rvm: 2.0.0 gemfile: gemfiles/rails2....
Test ruby 2.1.5 and 2.2, get rid 1.8.7
Test ruby 2.1.5 and 2.2, get rid 1.8.7
YAML
mit
sealink/ruby_core_extensions
88f1fd072a4668525232758fc4684cc405f92b6b
.travis.yml
.travis.yml
before_script: - npm install -g gulp-cli script: gulp deploy cache: directories: - "node_modules" deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN target_branch: master on: branch: develop
before_script: - npm install -g gulp-cli - npm install script: gulp deploy cache: directories: - "node_modules" deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN target_branch: master on: branch: develop
Add npm install to list of commands
Add npm install to list of commands
YAML
mit
DavidDudson/daviddudson.github.io
95d0b1ec224256b5a7a321f97cec3c9c5ae66d5e
.travis.yml
.travis.yml
language: php sudo: false cache: directory: - $HOME/.composer/cache php: - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer --prefer-source install script: - ./vendor/bin/phpunit
language: php sudo: false cache: directory: - $HOME/.composer/cache php: - 5.6 - 7.0 - hhvm before_script: - composer --prefer-source install script: - ./vendor/bin/phpunit
Stop testing against PHP 5.5 (not maintained anymore)
Stop testing against PHP 5.5 (not maintained anymore)
YAML
mit
TomasVotruba/common,doctrine/common,gencer/common
36dbb1d79c3f1a440023132b05ff894dad57b78b
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 - 0.6 env: global: - secure: "sTgX/2Ox7mZ3Xuv6CbYU4QPG0EjctuUOW4m/rdsHeS51DHUa3WHV0Ev3iiEh\n/64DH8Wz1YlK1mSFXd6olWxaME7zG2eTjXy4dmLplp3WtEJCaVhMKwSo9++g\nd/UjYAANhCq8PD+fQyw6z2gHd3DFhSzvJbWEoaAsUX+tVffUhS0="
language: node_js node_js: - 0.6 - 0.8 - 0.9 env: global: - secure: "sTgX/2Ox7mZ3Xuv6CbYU4QPG0EjctuUOW4m/rdsHeS51DHUa3WHV0Ev3iiEh\n/64DH8Wz1YlK1mSFXd6olWxaME7zG2eTjXy4dmLplp3WtEJCaVhMKwSo9++g\nd/UjYAANhCq8PD+fQyw6z2gHd3DFhSzvJbWEoaAsUX+tVffUhS0=" matrix: allow_failures: - node_js: 0.9
Add experimental node 0.9 build
Add experimental node 0.9 build
YAML
mit
vmeurisse/smpl-js
3f85461828fd72be4db4d331c7e0ed01bd108624
.travis.yml
.travis.yml
language: python install: - pip install -r requirements.txt script: - tox env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py34 - TOXENV=pypy - TOXENV=memorytest27 - TOXENV=memorytest34 - TOXENV=doctest27
language: python install: - pip install -r requirements.txt script: - tox env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py34 - TOXENV=pypy - TOXENV=memorytest27 - TOXENV=memorytest34 - TOXENV=doctest27
Remove python 3.2 from Travis build
Remove python 3.2 from Travis build
YAML
mit
Futrell/pyrsistent,Futrell/pyrsistent,jkbjh/pyrsistent,jkbjh/pyrsistent,jkbjh/pyrsistent,tobgu/pyrsistent,Futrell/pyrsistent,tobgu/pyrsistent,tobgu/pyrsistent