commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
39f304d99f4b396b064b263cfee4af024ffc1b2e
.github/workflows/autotools-cmake.yml
.github/workflows/autotools-cmake.yml
# Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org> # Licensed under the MIT license name: Ensure that Autotools install identical CMake files on: - pull_request - push jobs: checks: name: Ensure that Autotools install identical CMake files runs-on: ubuntu-20.04 steps: - uses: actions/ch...
# Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org> # Licensed under the MIT license name: Ensure that Autotools install identical CMake files on: - pull_request - push jobs: checks: name: Ensure that Autotools install identical CMake files runs-on: ubuntu-20.04 steps: - uses: actions/ch...
Make CI fail on non-triple version from configure.ac
Actions: Make CI fail on non-triple version from configure.ac
YAML
mit
libexpat/libexpat,libexpat/libexpat,libexpat/libexpat,libexpat/libexpat,libexpat/libexpat,libexpat/libexpat
c19f5adfd87d79a4dc884751bed6c2bda1c33d8a
.travis.yml
.travis.yml
os: - linux - osx # JRuby isn't working on the new default distribution dist: trusty language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - 3.0 - jruby-9.1.7.0 gemfile: - testing/gemfiles/gherkin9.gemfile - testing/gemfiles/gherkin10.gemfile - testing/gemfiles/gherkin11.gemfile - testing/gemfi...
os: - linux - osx # JRuby isn't working on the new default distribution dist: trusty language: ruby rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - jruby-9.1.7.0 gemfile: - testing/gemfiles/gherkin9.gemfile - testing/gemfiles/gherkin10.gemfile - testing/gemfiles/gherkin11.gemfile - testing/gemfiles/gher...
Remove Ruby 3 from CI matrix
Remove Ruby 3 from CI matrix Not building against Ruby 3 because it doesn't appear to be working on TravisCI yet.
YAML
mit
enkessler/cuke_modeler,enkessler/cuke_modeler
1914eaf6406cae67bcc7661f3ba48c61bf0b28b2
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "CodeQL" on: push: branches: [ master, test ] pull_request: branches: [ master ] schedule: - cron: '31 6 * * 1' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: f...
name: "CodeQL" on: push: branches: [ master, test ] pull_request: branches: [ master ] schedule: - cron: '31 6 * * 1' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: f...
Update all codeql workflow actions versions.
Update all codeql workflow actions versions. This subsumes #1222, #1223, #1224.
YAML
mit
mysql-net/MySqlConnector,mysql-net/MySqlConnector
55ad86446e83ca2a95914abb8e7da1aba6291290
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 - nightly before_script: - composer self-update - travis_retry composer install --prefer-source --no-interaction --dev script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
language: php php: - 7.0 - 7.1 - 7.2 - 7.3 - nightly before_script: - composer self-update - travis_retry composer install --prefer-source --no-interaction --dev script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
Add Travis CI builds for PHP 7.2 and 7.3
Add Travis CI builds for PHP 7.2 and 7.3
YAML
mit
slwdc/NICParser
8c6434f99757bf668d89214b04d77563d904f792
.travis.yml
.travis.yml
language: node_js node_js: - '0.10'
language: node_js node_js: - 'iojs' - '0.12' - '0.10'
Add testing against node 0.12 and iojs
Add testing against node 0.12 and iojs
YAML
mit
rogeriopvl/windrose,rogeriopvl/windrose
6eb6d39be4a77fee1998b09f214f696a8fde922a
.travis.yml
.travis.yml
language: node_js node_js: - 7 before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install cloudfront-invalidate-cli script: - node ./internals/scripts/generate-templates-for-linting - npm run test after_success: - npm run coveralls - npm run build befor...
language: node_js node_js: - 7 before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - node ./internals/scripts/generate-templates-for-linting - npm run test after_success: - npm run coveralls - npm run build before_deploy: - sudo pip install awscli - aw...
Remove npm invalidate cloudfront cache cli
Remove npm invalidate cloudfront cache cli
YAML
mit
hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web
eb60cbf40bae2595de098b88ede466a3db604fed
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 'iojs' - '0.12' - '0.10'
sudo: false language: node_js node_js: - 'stable' - '0.12' - '0.10'
Test on `stable` instead of `iojs`
Test on `stable` instead of `iojs`
YAML
mit
kevva/github-token-user
ae4e3ab60458e0fb9dd31fc3342d164e69dbe45b
.travis.yml
.travis.yml
language: ruby dist: bionic cache: bundler services: - postgresql - elasticsearch addons: postgresql: "10" apt: packages: - postgresql-10 - postgresql-client-10 chrome: stable bundler_args: '--without development' env: global: - DATABASE_URL=postgres://postgres@localhost/timeoverflow_tes...
language: ruby dist: bionic cache: bundler services: - postgresql - elasticsearch addons: postgresql: "9.4" apt: packages: - postgresql-9.4 - postgresql-client-9.4 chrome: stable bundler_args: '--without development' env: global: - DATABASE_URL=postgres://postgres@localhost/timeoverflow_...
Use production's PostgreSQL version in CI
Use production's PostgreSQL version in CI
YAML
agpl-3.0
coopdevs/timeoverflow,coopdevs/timeoverflow,coopdevs/timeoverflow,coopdevs/timeoverflow
687d8bca9ea5141a1d135cf296f310b59e9171ca
.travis.yml
.travis.yml
language: go go: - 1.4 - 1.5.4 - 1.6 install: - go get github.com/onsi/ginkgo/ginkgo - go get github.com/onsi/gomega - go get github.com/tools/godep - godep restore -v script: ginkgo
language: go go: - 1.6.x - 1.7.x - 1.8.x install: - go get github.com/onsi/ginkgo/ginkgo - go get github.com/onsi/gomega - go get github.com/tools/godep - godep restore -v script: ginkgo
Add go 1.8 / 1.7 to CI matrix
Add go 1.8 / 1.7 to CI matrix
YAML
mit
odlp/antifreeze,odlp/antifreeze
f1840ca3d4cb3706adeca1ece73fda45e017db55
.travis.yml
.travis.yml
language: ruby services: - mysql - redis rvm: - "1.9.3" env: - DB=sqlite - DB=mysql - DB=postgresql script: - bundle exec rspec spec before_script: - cp config/database.yml.dist config/database.yml - cp config/initializers/sugar.rb.dist config/initializers/sugar.rb - sh -c "if [ '$DB' = 'mysql' ]; t...
language: ruby services: - mysql - redis rvm: - "1.9.3" env: - DB=sqlite - DB=mysql - DB=postgresql script: - bundle exec rspec spec before_script: - cp config/database.yml.dist config/database.yml - cp config/initializers/sugar.rb.dist config/initializers/sugar.rb - sh -c "if [ '$DB' = 'mysql' ]; t...
Load schema instead of migrate on Travis build
Load schema instead of migrate on Travis build
YAML
mit
vena/sugar,elektronaut/sugar,elektronaut/sugar,vena/sugar,vena/sugar,Wevah/sugar,Wevah/sugar,elektronaut/sugar,elektronaut/sugar,Wevah/sugar
ceffab805ced61f45be914e9b1530533a66fb891
.travis.yml
.travis.yml
language: ruby sudo: false before_install: - gem install bundler rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true
language: ruby sudo: false before_install: - gem install bundler rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head - rbx - jruby matrix: allow_failures: - rvm: ruby-head - rvm: rbx - rvm: jruby fast_finish: true
Add rbx, jruby as allow_failures
Add rbx, jruby as allow_failures Add those platforms referring "i18n" that is one of the popular project "test_declarative" is used for. https://github.com/svenfuchs/i18n/blob/master/.travis.yml
YAML
mit
svenfuchs/test_declarative
1e60391cfdec0cf2fb2054308f9b8d5caf8307c7
.travis.yml
.travis.yml
language: node_js node_js: - 0.10.10
language: node_js node_js: - '0.11' - '0.10' - '0.9'
Add 0.11 and 0.9 to the supported node js versions.
Add 0.11 and 0.9 to the supported node js versions.
YAML
mit
gonzedge/rambling.slider,gonzedge/rambling.slider
88de417885472f406d761c4edd7a856c36c242e9
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 install: - pip install -r requirements.txt -r test-requirements.txt -r docs-requirements.txt script: - flake8 sphinxcontrib/ - nosetests --verbose --with-cov --cov-report xml --cover-package=sphinxcontrib.chapeldomain - ( export PYTHONPATH=`pwd` && cd docs/ && make html ...
language: python python: - 3.5 install: - pip install -r requirements.txt -r test-requirements.txt -r docs-requirements.txt script: - flake8 sphinxcontrib/ - nosetests --verbose --with-cov --cov-report xml --cover-package=sphinxcontrib.chapeldomain - ( export PYTHONPATH=`pwd` && cd docs/ && make html ) - ( ...
Update Python versions used by Travis
Update Python versions used by Travis Stop testing Python 2 at all, we want to drop support for it. Also, update the version of Python 3 being used, as the latest Sphinx only supports Python 3.5 and up (I am going with the lowest one supported for now, but it seems reasonable to require a later one if we so choose). ...
YAML
apache-2.0
chapel-lang/sphinxcontrib-chapeldomain
51cce86d0f159a67e7f75a4816d490e9299e53ef
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 install: bundle install script: bundle exec rake travis branches: only: - master
language: ruby rvm: - 1.8.7 - 1.9.3 install: bundle install script: bundle exec rake travis branches: only: - master
Remove Ruby 2.0.0 from Travis config
Remove Ruby 2.0.0 from Travis config
YAML
apache-2.0
Jimdo/puppet-beanstalkd
a027808d66e6f5ce97109323773dfe011aa4dfd5
.travis.yml
.travis.yml
language: python script: - tox addons: apt: packages: - slapd - ldap-utils install: - pip install tox matrix: include: - python: "2.7" env: TOXENV=py27-django111 - python: "3.4" env: TOXENV=py34-django111 - python: "3.5" env: TOXENV=py35-django111 - python: ...
language: python script: - tox addons: apt: packages: - slapd - ldap-utils install: - pip install tox matrix: include: - python: "2.7" env: TOXENV=py27-django111 - python: "3.4" env: TOXENV=py34-django111 - python: "3.5" env: TOXENV=py35-django111 - python: ...
Add Travis tests for Python 3.7 and for Django 2.2.
Add Travis tests for Python 3.7 and for Django 2.2.
YAML
bsd-2-clause
django-ldapdb/django-ldapdb,jlaine/django-ldapdb
6fac64d6e45363d10fc99882b580ab0af6129b95
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "4" - "0.12" - "0.11" - "0.10" - "iojs-v1.0.4"
sudo: false language: node_js node_js: - "6" - "4" - "0.12" - "0.11" - "0.10" - "iojs-v1.0.4"
Use Travis CI's container-based infrastructure
Use Travis CI's container-based infrastructure https://docs.travis-ci.com/user/workers/container-based-infrastructure/
YAML
mit
phuesler/ain
0d0c445e63e015c6747e7fb841753d44d23ab647
.travis.yml
.travis.yml
language: node_js node_js: - stable
before_install: - export CHROME_BIN=chromium-browser - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start before_script: - npm install -g bower - bower install -f language: node_js node_js: - stable
Add GUI support for Travis
Add GUI support for Travis
YAML
mit
vitorabner/decoraki,vitorabner/decoraki
75c6a0cf852d949b9c906163701afbb5d41437a6
.travis.yml
.travis.yml
language: node_js node_js: - '4' - '5' - '6' - '7' - '8' - stable sudo: false services: - mysql before_install: # use Travis CI default MySQL acount - export DB_HOST=localhost - export DB_USER=travis - export DB_PWD='' # package-lock.json was introduced in npm@5 - if [[ `node -v` != v9* ]]; then n...
language: node_js node_js: - '6' - '7' - '8' - stable sudo: false services: - mysql before_install: # use Travis CI default MySQL acount - export DB_HOST=localhost - export DB_USER=travis - export DB_PWD='' # package-lock.json was introduced in npm@5 - if [[ `node -v` != v9* ]]; then npm install -g np...
Drop node 4 and 5
Drop node 4 and 5
YAML
mit
lukeb-uk/node-promise-mysql
2b93e822725a0d84ef8bee86169178b667fdcc10
.travis.yml
.travis.yml
language: java matrix: include: - env: JDK='Oracle JDK 8' jdk: oraclejdk8 - env: JDK='OpenJDK 8' jdk: openjdk8 - env: JDK='Oracle JDK 9' jdk: oraclejdk9 # - env: JDK='Oracle JDK 10' # jdk: oraclejdk10 sudo: required services: - docker before_script: - chmod +x gradlew ...
language: java jdk: - oraclejdk8 - oraclejdk9 - oraclejdk10 - oraclejdk11 - openjdk8 - openjdk9 - openjdk10 - openjdk11 sudo: required services: - docker before_script: - chmod +x gradlew script: - java -version - ./gradlew check --parallel - ./gradlew codeCoverageReport notifications: email...
Increase the Travis CI JDK matrix
Increase the Travis CI JDK matrix
YAML
apache-2.0
mokies/ratelimitj
1ca6bac47ee544bd8dabca30f34b038a278eff5a
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=connectors-centos-6 - INSTANCE=mysql...
addons: apt: sources: - chef-current-xenial packages: - chef-workstation # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=connectors-centos-6 - INS...
Update for Chef 15 license agreement and Chef Workstation
Update for Chef 15 license agreement and Chef Workstation
YAML
apache-2.0
chef-cookbooks/yum-mysql-community,chef-cookbooks/yum-mysql-community
f5ae2d39f2545531e8e4e3d5f82707b9f45752a1
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6" before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.11" - "0.10"
Remove 0.8 and 0.6 versions.
Remove 0.8 and 0.6 versions.
YAML
mit
agusdiyansyah/bootstrap-iconpicker,NeoFragCMS/bootstrap-iconpicker,smartcorestudio/bootstrap-iconpicker,victor-valencia/bootstrap-iconpicker,nmccready/bootstrap-iconpicker,smartcorestudio/bootstrap-iconpicker,agusdiyansyah/bootstrap-iconpicker,victor-valencia/bootstrap-iconpicker,nmccready/bootstrap-iconpicker,NeoFragC...
b9ac8c703142d12c6d2317f22b3ea9ad225a230d
.travis.yml
.travis.yml
language: d d: - dmd-2.068.2-b1 - dmd-2.068.0 - dmd-2.067.1 - dmd-2.066.1 - ldc-0.15.1 - gdc-4.9.2 addons: apt: packages: - libev-dev env: - VIBED_DRIVER=libevent BUILD_EXAMPLE=1 RUN_TEST=1 - VIBED_DRIVER=libev BUILD_EXAMPLE=0 RUN_TEST=0 - VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0 ...
language: d d: - dmd-2.068.2 - dmd-2.067.1 - dmd-2.066.1 - ldc-0.15.1 - gdc-4.9.2 addons: apt: packages: - libev-dev env: - VIBED_DRIVER=libevent BUILD_EXAMPLE=1 RUN_TEST=1 - VIBED_DRIVER=libev BUILD_EXAMPLE=0 RUN_TEST=0 - VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0 matrix: exclude:...
Test with DMD 2.068.2 final.
Test with DMD 2.068.2 final.
YAML
mit
gedaiu/vibe.d,schuetzm/vibe.d,rejectedsoftware/vibe.d,chalucha/vibe.d,Mihail-K/vibe.d,AndreyMZ/vibe.d,machindertechnologies/vibe.d,DBankov/vibe.d,Geod24/vibe.d,etcimon/vibe.d,redstar/vibe.d,etcimon/vibe.d,ColdenCullen/vibe.d
9dd31c97ce5415823b152d7b80375e2cffb540cd
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 - jruby-19mode
sudo: false language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 - jruby-19mode - jruby-21mode
Add JRuby 2 mode to Travis CI
Add JRuby 2 mode to Travis CI
YAML
mit
ai/rails-sass-images
6783351b5ce6ff192168fd04eb38f74d3169c526
.travis.yml
.travis.yml
language: node_js node_js: - 0.6 - 0.8 - 0.9
language: node_js node_js: - 0.8 - "0.10" - "0.11"
Stop testing on ancient node versions
Stop testing on ancient node versions
YAML
mit
mmalecki/spawn-command
140d0c8ed15e5f0310d37d1750801e378f63cdf8
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.0 before_script: - cp .env.sample .env - bundle exec rake db:create db:setup env: DATABASE_USERNAME=postgres DATABASE_PASSWORD='' cache: bundler script: bundle exec rake spec sudo: false
language: ruby rvm: - 2.2.0 before_script: - cp .env.sample .env - bundle exec rake db:create db:setup env: DATABASE_USERNAME=postgres DATABASE_PASSWORD='' cache: bundler script: bundle exec rspec spec sudo: false
Isolate CI failure to run tests from rake
Isolate CI failure to run tests from rake
YAML
mit
adhearsion/SIPtreadmill,adhearsion/SIPtreadmill,mojolingo/SIPtreadmill,adhearsion/SIPtreadmill,adhearsion/SIPtreadmill,mojolingo/SIPtreadmill,mojolingo/SIPtreadmill,wdrexler/SIPtreadmill,mojolingo/SIPtreadmill,wdrexler/SIPtreadmill,wdrexler/SIPtreadmill,wdrexler/SIPtreadmill
401de1f8d3e79b8b438d64221551c228b3cb60bd
.travis.yml
.travis.yml
sudo: required dist: trusty # Those two above are for getting most recent Ubuntu at Travis # https://docs.travis-ci.com/user/ci-environment/ language: node_js node_js: - "7" - "6" cache: directories: - node_modules matrix: fast_finish: true script: - npm run lint - npm test after_script: "npm run cove...
sudo: required dist: trusty # Those two above are for getting most recent Ubuntu at Travis # https://docs.travis-ci.com/user/ci-environment/ language: node_js node_js: - "8" - "6" cache: directories: - node_modules matrix: fast_finish: true script: - npm run lint - npm test after_script: "npm run cove...
Test against Node.js version 8 at Travis CI
Test against Node.js version 8 at Travis CI
YAML
mit
paazmaya/tarita
f14fc59b3ab0178e6f44952a51fce4e23ef5426b
.travis.yml
.travis.yml
language: haskell env: - CABALVER=1.22 GHCVER=7.8.4 before_install: - travis_retry sudo apt-add-repository -y ppa:hvr/ghc - travis_retry sudo apt-get update - travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH install: -...
language: haskell env: - CABALVER=1.22 GHCVER=7.8.4 before_install: - travis_retry sudo apt-add-repository -y ppa:hvr/ghc - travis_retry sudo apt-get update - travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH install: -...
Use the example secrets.m4 in Travis CI build.
Use the example secrets.m4 in Travis CI build.
YAML
agpl-3.0
sajith/betty-web
c5bfba11f23e6bad7faa8c10b0f2e834695b0e8c
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.3.4 - 2.2.2 - 1.9.3 gemfile: - test/gemfiles/Gemfile.chef-11 - test/gemfiles/Gemfile.chef-10 - test/gemfiles/Gemfile.chef-12 - test/gemfiles/Gemfile.chef-master matrix: allow_failures: - gemfile: test/gemfiles/Gemfile.chef-master exclude: # Ch...
sudo: false language: ruby cache: bundler rvm: - 2.3.4 - 2.2.2 - 1.9.3 gemfile: - test/gemfiles/Gemfile.chef-11 - test/gemfiles/Gemfile.chef-10 - test/gemfiles/Gemfile.chef-12 - test/gemfiles/Gemfile.chef-master matrix: allow_failures: - gemfile: test/gemfiles/Gemfile.chef-master exclude: # Ch...
Exclude Gemfile.chef-10 with Ruby 2.3.4
Exclude Gemfile.chef-10 with Ruby 2.3.4
YAML
mit
matschaffer/knife-solo,matschaffer/knife-solo,matschaffer/knife-solo
8ddb1fb360148e18161db328c7ca6e10c81a9227
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - pypy - pypy3 install: - python setup.py install - pip install coverage coveralls script: - coverage run --source=signxml ./test/test.py # - coverage report --show-missing after_success: - coveralls matrix: allow_failures: - py...
language: python python: - 2.7 - 3.3 - 3.4 - pypy - pypy3 install: - python setup.py install - pip install coverage coveralls script: - coverage run --source=signxml ./test/test.py # - coverage report --show-missing after_success: - coveralls matrix: allow_failures: - py...
Use Travis CI container infrastructure
Use Travis CI container infrastructure
YAML
apache-2.0
soby/signxml,kislyuk/signxml,CoresecSystems/signxml,joelmir/signxml,XML-Security/signxml,XML-Security/signxml
9df0dee3fb0e46b03431dbe72e8d6aaf24c298b7
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.0 - 2.2.0 - 2.2.3 - 2.3.1 before_install: - gem update --system - gem --version - gem install bundler - bundler --version script: bundle exec rake test branches: only: - master - development gemfile: - gemfiles/activemodel_4_0.gemfile - gemfiles/acti...
language: ruby rvm: - 2.0.0 - 2.1.0 - 2.2.0 - 2.2.3 - 2.3.1 before_install: - gem update --system - gem --version - gem install bundler - bundler --version script: bundle exec rake test branches: only: - master - development gemfile: - gemfiles/activemodel_4_0.gemfile - gemfiles/acti...
Copy and paste is wrong
Copy and paste is wrong Especially if you don't know what you're doing and you add an extra option your test environments don't have
YAML
mit
odarriba/telegram_bot_gem,odarriba/fantastic_robot,odarriba/fantastic_robot,odarriba/telegram_bot_gem
635f6e0decc8bc3744100463b04f5ca056afa2a6
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "5" - "4.4" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 code_climate: repo_token: 7e9342659cccc97e7107c9d07df0026e9e4e8382a55ade170045ca6fe22a1c3b before_script: - npm i -g mocha - npm i -g codeclimat...
language: node_js node_js: - "6" - "5" - "4.4" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 code_climate: repo_token: 7e9342659cccc97e7107c9d07df0026e9e4e8382a55ade170045ca6fe22a1c3b before_script: - npm i -g mocha - npm i -g istanbul a...
Update Travis CI for CodeClimate
Update Travis CI for CodeClimate
YAML
mit
zackharley/gcloud-datastore
bcbd9d2d4cc8110cea6a024da14a4400d7c250bc
.travis.yml
.travis.yml
language: node_js node_js: - "12.14.0" - "8.16.2" - "6.14.4" - "4.9.1"
language: node_js node_js: - node # Current stable - lts/* # Most recent LTS - 10 - 8
Remove support for deprecated node versions
Remove support for deprecated node versions
YAML
mit
MindscapeHQ/raygun4node,MindscapeHQ/raygun4node
20deb3743eaeffc9d1d092974a06ae8696b65be9
.travis.yml
.travis.yml
language: php stages: - test - name: deploy if: branch = master php: - 7.0 - 7.1 - 7.2 - 7.3 sudo: false addons: apt: packages: - ca-certificates cache: directories: - $HOME/.composer/cache install: - composer global require phpstan/phpstan - composer install before_script: ...
language: php stages: - test - name: deploy if: branch = master php: - 7.0 - 7.1 - 7.2 - 7.3 sudo: false addons: apt: packages: - ca-certificates cache: directories: - $HOME/.composer/cache install: - composer global require phpstan/phpstan - composer install before_script: ...
Revert "Travis: add some debug cmds"
Revert "Travis: add some debug cmds" This reverts commit fcf941b66a49223ab7ba4dc07ba4a317a187d7b5.
YAML
mit
baethon/phln,baethon/phln,baethon/phln
7f9938adf2f02f071f8042dee5d052e69fd7fd21
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.5 - 2.2.2
language: ruby rvm: - 2.1.5 - 2.2.2 before_install: - gem install bundler
Fix Travis CI issue "undefined method `spec` for nil:NilClass"
Fix Travis CI issue "undefined method `spec` for nil:NilClass" A newish verison of rubygems (v2.6.13) and an oldish version of bundler (v1.7.6) don't play well together, resulting in the above error when bundling. Updating the version of bundler Travis CI provides to a newer version fixes this problem.
YAML
mit
zilverline/google-maps
31447ae6742c6f679f31ea17cfbdb9dece041596
.travis.yml
.travis.yml
language: android android: components: - tools - platform-tools - build-tools-24.0.2 - android-24 - extra-android-m2repository - sys-img-armeabi-v7a-android-18 jdk: - oraclejdk8 before_script: # Create and start an emulator for instrumentation tests. - echo no | android create avd --f...
language: android android: components: - tools - platform-tools - build-tools-24.0.2 - android-24 - extra-android-m2repository - sys-img-armeabi-v7a-android-18 jdk: - oraclejdk8 before_script: # Create and start an emulator for instrumentation tests. - echo no | android create avd --f...
Remove -no-audio from test emulator config on Travis
Remove -no-audio from test emulator config on Travis
YAML
mit
fcostaa/kotlin-rxjava-android,fcostaa/kotlin-rxjava-android
3806602ea2659d31133ae7f998a407f7e8b60b66
.travis.yml
.travis.yml
language: ruby rvm: - 2.2 before_script: - gem install awesome_bot script: - awesome_bot README.md --allow-redirect --white-list mastodon
language: ruby rvm: - 2.5.3 cache: bundler before_script: - gem update --system - gem install bundler - gem install awesome_bot script: - awesome_bot README.md --allow-redirect --white-list mastodon
Update Ruby for Travis CI to 2.5.3...
Update Ruby for Travis CI to 2.5.3...
YAML
mit
ekremkaraca/awesome-rails
b4c67f7b5143975bf832aaadd9e1984ae096876f
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 script: - "python setup.py test" - coverage run setup.py test - coverage report -m
language: python python: - 2.6 - 2.7 before_install: - pip install -r requirements-dev.txt --use-mirrors script: - python setup.py test - coverage run setup.py test - coverage report -m
Install dev dependencies as part of CI run.
Install dev dependencies as part of CI run.
YAML
mit
wildone/pyaem,Sensis/pyaem
326cd32367d6914c47da4531f24d7a98e3e3326c
.travis.yml
.travis.yml
language: objective-c before_install: - cd `brew --prefix` && git fetch origin && git reset --hard origin/master && cd $TRAVIS_BUILD_DIR - brew update - brew install xctool --HEAD - bundle install script: - rake server:start - rake test
language: objective-c before_install: - brew update - brew install xctool --HEAD - bundle install script: - rake server:start - rake test
Drop `git reset` step from Travis pre-requisites
Drop `git reset` step from Travis pre-requisites
YAML
apache-2.0
mberube09/RestKit,SuPair/RestKit,djz-code/RestKit,0x73/RestKit,qingsong-xu/RestKit,moneytree/RestKit,erichedstrom/RestKit,0x73/RestKit,loverbabyz/RestKit,PonderProducts/RestKit,zjh171/RestKit,wangjiangwen/RestKit,gank0326/restkit,jrtaal/RestKit,samkrishna/RestKit,ppierson/RestKit,gank0326/restkit,lucasecf/RestKit,wyzza...
3ba8e15ded2bf82ab65c0d445e0fc80838000f51
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache branches: except: - /^bugfix\/.*$/ - /^feature\/.*$/ - /^optimization\/.*$/ matrix: include: - php: 5.4 - php: 5.5 - php: 5.6 env: DEPENDENCIES='low' - php: 5.6 - php: 7.0 - php: 7.1 - php: ...
language: php sudo: false cache: directories: - $HOME/.composer/cache branches: except: - /^bugfix\/.*$/ - /^feature\/.*$/ - /^optimization\/.*$/ matrix: include: - php: 5.3 dist: precise - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.6 env: DE...
Fix broken build for PHP 5.4 and PHP 5.5
Fix broken build for PHP 5.4 and PHP 5.5
YAML
mit
phpspec/prophecy
4a719a66b0e1f682fdb3c0a348c6988926fe4501
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 script: - xcodebuild -scheme Toast-Swift -sdk iphonesimulator build
language: objective-c osx_image: xcode9 script: - xcodebuild -scheme Toast-Swift -sdk iphonesimulator build
Bump Travis osx image to xcode9
Bump Travis osx image to xcode9
YAML
mit
waterskier2007/Toast-Swift,scalessec/Toast-Swift,scalessec/Toast-Swift,waterskier2007/Toast-Swift
5cc62d6597dcb7be856f9e57de4b6e816e8dfe5b
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - tests/lint.sh git: depth: 5
language: php php: - 7.1 - 7.2 - 7.3 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - tests/lint.sh git: depth: 5
Add support for PHP 7.3
Add support for PHP 7.3
YAML
apache-2.0
duncan3dc/guzzle-tools
e3caa0147d34939743c6c630d411450f66bf02fc
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head env: - DB=sqlite - DB=mysql - DB=postgres before_script: - "cp config/database.$DB.travis.yml config/database.yml" - sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'cr...
language: ruby rvm: - 2.2.3 - 2.1.7 - 2.0.0-p647 - ruby-head matrix: allow_failures: - rvm: ruby-head env: - DB=sqlite - DB=mysql - DB=postgres before_script: - "cp config/database.$DB.travis.yml config/database.yml" - sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'create database firefly_...
Test against current, previous and old stable rubies
Test against current, previous and old stable rubies
YAML
mit
ariejan/firefly,ariejan/firefly,ariejan/firefly
07a1b51a276942e955cb49593175109e3b59bd32
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" # command to install dependencies install: - sudo apt-get update -qq - sudo apt-get install -qq git-buildpackage - sudo pip install empy - sudo python setup.py develop # command to run tests script: - nosetests -s
language: python python: - "2.6" - "2.7" - "3.2" # command to install dependencies install: - sudo apt-get update -qq - sudo apt-get install -qq git-buildpackage - sudo pip install empy - sudo python setup.py develop # command to run tests script: - sudo python setup.py nosetests -s
Switch back to the setup.py running of nosetests
Switch back to the setup.py running of nosetests
YAML
bsd-3-clause
vrabaud/bloom,nayomal/bloom
57ffe8cf464b30eec403d591ff43bf7194883569
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: trusty su...
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: t...
Add support for PHP 7.2
Add support for PHP 7.2
YAML
apache-2.0
duncan3dc/console
c537d4085b90d981df2805afb725ee07f0207da2
.travis.yml
.travis.yml
language: haskell ghc: - "7.10" - "7.8" - "7.6" - "7.4"
language: c sudo: false matrix: include: - env: CABALVER=1.22 GHCVER=7.6.3 addons: {apt: {packages: [cabal-install-1.22,ghc-7.6.3], sources: [hvr-ghc]}} - env: CABALVER=1.22 GHCVER=7.8.4 addons: {apt: {packages: [cabal-install-1.22,ghc-7.8.4], sources: [hvr-ghc]}} - env: CABALVER=1.22 GHCVER...
Stop testing with ghc-7.4 and build with ghc-7.10.
Stop testing with ghc-7.4 and build with ghc-7.10.
YAML
bsd-3-clause
haskell-distributed/network-transport
998ec881f9fe7f5bbc34ea7fbc769f272c002c8b
.travis.yml
.travis.yml
language: php services: - mysql php: - 5.6 - 7.0 sudo: required before_install: - composer self-update - composer install --dev --prefer-source --no-interaction - mysql -e 'create database friendships_test;' script: - cp src/database/migrations/create_friendships_table.php vendor/laravel/laravel/datab...
language: php services: - mysql php: - 5.6 - 7.0 sudo: required before_install: - composer self-update - composer install --dev --prefer-source --no-interaction - mysql -e 'create database friendships_test;' script: - cp src/database/migrations/create_friendships_table.php vendor/laravel/laravel/datab...
Copy Config & Groups pivot table migration
Copy Config & Groups pivot table migration
YAML
mit
nikolaynesov/laravel-friendships,hootlex/laravel-friendships,stephane-monnot/laravel-friendships,nateritter/laravel-friendships
0d487925958cebdc91ba68b6253fd1b5093bcbe1
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.0 - 2.1 - 2.2 script: - bundle exec rake travis
language: ruby cache: bundler rvm: - 2.1 - 2.2 script: - bundle exec rake travis
Drop ruby 2.0 testing support
Drop ruby 2.0 testing support chefspec dependencies only support 2.1+
YAML
apache-2.0
inviqa/tideways-cookbook,inviqa/tideways-cookbook
98108fbe7dea05ba0de3f1219ef930e28d068bc6
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - - MIGRATIONS=yes - SEARCH=elasticsearch - DB=mysql - DB=postgres before_install: - sh -c "if [ '$SEARCH' = 'elasticsearch' ]; then sudo service elasticsearch start; sleep 3; fi" install: - pip install . --no-deps - pip install --use-mirrors -r test_mc_...
language: python python: - "2.6" - "2.7" env: - - MIGRATIONS=yes - SEARCH=elasticsearch - DB=mysql - DB=postgres before_install: - sh -c "if [ '$SEARCH' = 'elasticsearch' ]; then sudo service elasticsearch start; sleep 3; fi" install: - pip install . --no-deps - pip install --use-mirrors -r test_mc_...
Switch back to toastdriven's fork of pyelasticsearch.
Switch back to toastdriven's fork of pyelasticsearch.
YAML
agpl-3.0
pculture/mirocommunity,pculture/mirocommunity,pculture/mirocommunity,pculture/mirocommunity
284dcff36e42d47579ef8f76116072a88be5a491
.travis.yml
.travis.yml
language: java cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ - $HOME/.gradle/go/ env: global: - GOGS_DIR=/home/travis/gogs - JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m jdk: - oraclejdk8 script: ./gradlew check --info --stacktrace --max-workers=2 after_success: - ./gradle...
language: java cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ - $HOME/.gradle/go/ env: global: - GOGS_DIR=/home/travis/gogs - JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m jdk: - oraclejdk8 script: ./gradlew check --info --stacktrace --max-workers=1 after_success: - ./gradle...
Decrease worker number to 1
Decrease worker number to 1
YAML
apache-2.0
gogradle/gogradle,gogradle/gogradle,gogradle/gogradle,blindpirate/gogradle,blindpirate/gogradle,gogradle/gogradle
74d24a91c7d2b329888624722980e3d14519061d
.travis.yml
.travis.yml
language: python sudo: false python: - 3.4 env: matrix: - TOXENV="py26" - TOXENV="py27" - TOXENV="py33" - TOXENV="py34" - TOXENV="pypy" - TOXENV="pypy3" install: pip install tox script: tox -e $TOXENV
language: python sudo: false python: - 3.4 env: matrix: - TOXENV="py26" - TOXENV="py27" - TOXENV="py32" - TOXENV="py33" - TOXENV="py34" - TOXENV="pypy" - TOXENV="pypy3" install: pip install tox script: tox -e $TOXENV
Enable Python3.2 environment on TravisCI
Enable Python3.2 environment on TravisCI
YAML
mit
berdario/pew,berdario/pew
2f356869db4127d02c02acddc7343eec9be89d58
.travis.yml
.travis.yml
language: ruby jdk: - oraclejdk7 rvm: - "1.9.3" # - "1.9.2" - "1.8.7" - jruby-19mode - jruby-18mode scala: # - 2.10.0 - 2.9.2 # - 2.9.1 # - 2.8.1 install: - gem install bundler - bundle install - export JRUBY_OPTS="-J-XX:MaxPermSize=312m -J-Xmx1024M" - export JAVA_OPTS="-Xmx1024m -XX:MaxPermSize...
language: ruby jdk: - oraclejdk7 rvm: - "1.9.3" # - "1.9.2" # - "1.8.7" - jruby-19mode - jruby-18mode scala: # - 2.10.0 - 2.9.2 # - 2.9.1 # - 2.8.1 install: - gem install bundler - bundle install - export JRUBY_OPTS="-J-XX:MaxPermSize=312m -J-Xmx1024M" - export JAVA_OPTS="-Xmx1024m -XX:MaxPermSiz...
Stop testing against an older ruby
Stop testing against an older ruby git-svn-id: d8f3215415546ce936cf3b822120ca56e5ebeaa0@1469662 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
apache/buildr,stewi2/buildr,jpcaruana/buildr,liamchristopher/buildr,jpcaruana/buildr,jpcaruana/buildr,stewi2/buildr,apache/buildr,apache/buildr,stewi2/buildr,stewi2/buildr,liamchristopher/buildr,liamchristopher/buildr,liamchristopher/buildr,jpcaruana/buildr,apache/buildr
79f5176d796ddf051847ea87c1fb4f5f9603dc13
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.10" - iojs before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
language: node_js node_js: - "0.12" before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Remove iojs for now due to node-gyp problem. Drop 0.10, too old.
Remove iojs for now due to node-gyp problem. Drop 0.10, too old.
YAML
mit
cliffano/feedpaper,cliffano/feedpaper,cliffano/feedpaper
d30400fe1592b0f81746950d420843e7dfa38756
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx branches: ...
language: csharp sudo: false dist: trusty env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx osx_image: xcode8.2 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ before_install: - if test "$TRAVIS_OS_NAME" == ...
Update Travis to macOS Sierra
Update Travis to macOS Sierra [skip appveyor]
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
2622c15f05163cdfaa1ee98c007653383bfa34f0
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 0.10 after_script: - codeclimate < coverage/lcov.info
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.10" after_script: - codeclimate < coverage/lcov.info
Add Node 4.0 and 4.1 to Travis config
Add Node 4.0 and 4.1 to Travis config
YAML
mit
lumeet/barbarian-ombudsman
5820324374f735dea3cc5e327efb100e8c8df3d4
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 after_success: - curl https://copilot.blackducksoftware.com/scripts/init/gradle -o bds_init.gradle - ./gradlew --init-script bds_init.gradle buildBom -DbdsPluginVersion=5.0.0 - bash <(curl -s https://copilot.blackducksoftware.com/bash/travis) ./build/blackduck/*_bdio.jsonld ...
language: java jdk: - oraclejdk8 after_success: - bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload) notifications: email: recipients: - corona.ide.dev@gmail.com on_success: change on_failure: always
Update to single line CoPilot call
Update to single line CoPilot call
YAML
apache-2.0
StarChart-Labs/chronicler,StarChart-Labs/chronicler
6453e72285d1625e07840f8baba763410d9032d4
.travis.yml
.travis.yml
sudo: required services: - docker language: ruby rvm: - 2.2 node_js: - 4.1 before_install: - bundle install - npm install - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - cd _assets && ../node_modules/bower/bin/bower install && cd .. script: - bundle exec jekyll build ...
sudo: required services: - docker language: ruby rvm: - 2.2 node_js: - 4.1 before_install: - bundle install - npm install - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - cd _assets && ../node_modules/bower/bin/bower install && cd .. script: - bundle exec jekyll build - node_modules/jshi...
Remove email from docker login command
Remove email from docker login command
YAML
apache-2.0
anroots/sqroot.eu,sqroot-eu/sqroot.eu,anroots/sqroot.eu,sqroot-eu/sqroot.eu,anroots/sqroot.eu,sqroot-eu/sqroot.eu
297c0abc571256529c68ea17b5cf63858a080412
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - iojs
language: node_js sudo: false node_js: - "0.10" - "0.12" - iojs
Set sudo:false to run on Travis new infrastructure.
Set sudo:false to run on Travis new infrastructure.
YAML
mit
cdvir1/node-coap,mcollina/node-coap,boneskull/node-coap,utopiaprince/node-coap,OJFord/node-coap,dmoranj/node-coap
9483a36ed79d41135b1f78eab20acc60d8c7641d
.travis.yml
.travis.yml
sudo: required env: # - GHCVER=7.2.2 # not supported by haskell-src-exts - GHCVER=7.4.2 # not supported by cpphs - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=head script: - export HLINT_ARGUMENTS=src - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh
sudo: required env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=head script: - export HLINT_ARGUMENTS=src - curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
Switch to the new curl script
Switch to the new curl script
YAML
bsd-3-clause
ndmitchell/hlint,ndmitchell/hlint
1aab1deb4bf157a99271d53ee88aee6594c95501
.travis.yml
.travis.yml
language: objective-c osx_image: xcode10.2 env: - LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 before_install: - pod repo update script: - pod spec lint --allow-warnings notifications: slack: secure: p8pcIrndTPBievnLLSv51nSwIHHHqDgMgapE7Q9T2jV5QUk4dEDmP8gYih8yKfh2tUb9oI5JrMxHbmxoV9juRyW08BpD8RQVEOYU1gTUoH0r6HVoM6YXhEvcC...
language: objective-c osx_image: xcode11.3 env: - LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 before_install: - pod repo update script: - pod spec lint --allow-warnings notifications: slack: secure: p8pcIrndTPBievnLLSv51nSwIHHHqDgMgapE7Q9T2jV5QUk4dEDmP8gYih8yKfh2tUb9oI5JrMxHbmxoV9juRyW08BpD8RQVEOYU1gTUoH0r6HVoM6YXhEvcC...
Use xcode 11.3 on Travis
Use xcode 11.3 on Travis
YAML
mit
catloafsoft/FBUtility
4af8c971ed9f551d2b07ba677aeb17d3f9be0bb7
.travis.yml
.travis.yml
# https://travis-ci.org/diyan/assimilator language: go dist: trusty # Define 'sudo: false' to run on container-based workers sudo: false go: - 1.5.x - 1.6.x - 1.7.x - master env: - GOOS=linux GOARCH=amd64 - GOOS=linux GOARCH=386 - GOOS=linux GOARCH=arm - GOOS=darwin GOARCH=amd64 - GOOS=darwin GOARCH=3...
# https://travis-ci.org/diyan/assimilator language: go dist: trusty # Define 'sudo: false' to run on container-based workers sudo: false go: - 1.5.x - 1.6.x - 1.7.x - master env: - GOOS=linux GOARCH=amd64 - GOOS=linux GOARCH=386 - GOOS=linux GOARCH=arm - GOOS=darwin GOARCH=amd64 - GOOS=darwin GOARCH=3...
Install glide on Travis worker
Install glide on Travis worker
YAML
mit
diyan/assimilator,diyan/assimilator,diyan/assimilator
fb8c562ec9c31b8023df778a9b380f24ab884759
.travis.yml
.travis.yml
language: python sudo: true python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 # Global configs cause unit tests to break. # Issue: travis-ci/travis-ci#5246 env: - BOTO_CONFIG=/tmp/fake os: - linux # Python 2.6 uses a backported version of unittest. # Python 3.2 does not have mock installed ...
language: python sudo: true python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 # Global configs cause unit tests to break. # Issue: travis-ci/travis-ci#5246 env: - BOTO_CONFIG=/tmp/fake os: - linux # Python 2.6 uses a backported version of unittest. # Python 3.2 does not have mock installed ...
Update the encrypted password for PyPI.
Update the encrypted password for PyPI.
YAML
apache-2.0
illfelder/compute-image-packages,rjschwei/compute-image-packages,wrigri/compute-image-packages,zmarano/compute-image-packages,illfelder/compute-image-packages,wrigri/compute-image-packages,Sarsate/compute-image-packages,Sarsate/compute-image-packages,zmarano/compute-image-packages,GoogleCloudPlatform/compute-image-pack...
0cb0ac3b3d19a12d02fd1b5f45d0c8ab67e2a236
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "6"
language: node_js node_js: - '7' - '6' deploy: provider: npm email: "y_morita@aozora-create.com" api_key: secure: AiHSMxeFDcMMP2370288dpSJcseS8RpEGiatHAqUhg4ku2HYiaf4VvSPms0SdCXkEG5BRbEWduz/MQkKKgTo5mbe8vjG5rKyjyLhuiz9Z8p3P7/AuWXddT0hGHXrK/W01KcS0+B4XVEs5chrtmgf3nhhqTFAqz3zjreY48mat4aUnaPPEU4xVtIUxWuGwZNKMX9f...
Add item of automatic deployment
Add item of automatic deployment
YAML
mit
ym-aozora/highendrawer,ym-aozora/highendrawer
b9011d0e25bbadb3b515be47e3eb35e6b7037f2e
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" before_install: - wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -p ~/anaconda - export PATH=~/anaconda/bin:$PATH - conda update --yes --quiet conda install: - conda creat...
language: python python: - "2.7" - "3.4" before_install: - wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -p ~/anaconda - export PATH=~/anaconda/bin:$PATH - conda update --yes --quiet conda install: - conda creat...
Fix for automated test framework.
Fix for automated test framework.
YAML
bsd-3-clause
aigamedev/scikit-neuralnetwork
a323f1ab15639ba8f23f1fe682535f8d753c951b
.travis.yml
.travis.yml
sudo: required matrix: include: - language: java jdk: openjdk8 env: FRONT=false - language: java jdk: oraclejdk8 env: FRONT=false - language: java jdk: openjdk9 env: FRONT=false - language: java jdk: oraclejdk9 env: FRONT=false - language: java ...
sudo: required matrix: include: - language: java jdk: openjdk8 env: FRONT=false - language: java jdk: oraclejdk8 env: FRONT=false - language: java jdk: openjdk9 env: FRONT=false - language: java jdk: oraclejdk9 env: FRONT=false - language: java ...
Add jdk 11 to the build matrix
Add jdk 11 to the build matrix
YAML
mit
mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5
ce0ff7b47aa8b27ff6240e6fd77b8c3cae950487
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.5 before_install: gem install bundler -v 1.13.2
language: ruby rvm: - 2.2.7 - 2.3.4 - 2.4.1 before_install: gem install bundler -v 1.15.4
Update Travis Ruby and bundler
Update Travis Ruby and bundler
YAML
mit
marvs/cryptoval,marvs/cryptoval
bef46a2aeb959093de47fa6bf435ecb91402ed97
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "4" - "6" - "7"
language: node_js sudo: false node_js: - "4" - "6" - "8"
Test on Node.js 8, stop testing on Node.js 7
Build: Test on Node.js 8, stop testing on Node.js 7
YAML
mit
roytoo/jquery,roytoo/jquery,jquery/jquery,jquery/jquery,jquery/jquery,roytoo/jquery
c0613256dfcec3fb0ec20ef42c9d9e47f0412648
.travis.yml
.travis.yml
--- sudo: false language: ruby bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSI...
--- sudo: false language: ruby bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSI...
Add ability to unittest puppet 4
Add ability to unittest puppet 4
YAML
apache-2.0
puppetnix/puppetlabs-ntp,HelenCampbell/puppetlabs-ntp,powertoaster/puppetlabs-ntp,bw-y/puppetlabs-ntp,MelanieGault/puppetlabs-ntp,xaque208/puppetlabs-ntp,BCLibCoop/puppetlabs-ntp,raphink/puppetlabs-ntp,powertoaster/puppetlabs-ntp,dpash/puppetlabs-ntp,rdo-puppet-modules/puppetlabs-ntp,xaque208/puppetlabs-ntp,plumgrid/pu...
3bc52f0b539f4415553c359bda062ebf24e6bad3
.travis.yml
.travis.yml
# Copyright (c) 2016 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, ...
# Copyright (c) 2016 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, ...
Test caching of dependencies on Travis
Test caching of dependencies on Travis
YAML
mit
dockerin/mkdocs-material,mjames-upc/mkdocs-unidata,mjames-upc/mkdocs-unidata,squidfunk/mkdocs-material,squidfunk/mkdocs-material,DatanestIO/mkdocs-material,dockerin/mkdocs-material,mjames-upc/mkdocs-unidata,DatanestIO/mkdocs-material,dockerin/mkdocs-material,DatanestIO/mkdocs-material,dockerin/mkdocs-material,mjames-up...
6995c5211ebbdc1c6513aae92c421709a778852c
.travis.yml
.travis.yml
language: php php: - "5.4" - "5.3" before_script: - "composer install --dev"
language: php php: - "5.3" - "5.4" - "5.5" before_script: - "composer install --dev"
Test PHP 5.5 on Travis
Test PHP 5.5 on Travis
YAML
mit
rbone/phactory
067deda73f1f78814453396aaf0ca09906bb05e8
.travis.yml
.travis.yml
language: perl6 os: - linux - osx perl6: - 2016.05 - latest install: - rakudobrew build panda - panda installdeps . script: prove -v -e "perl6 -Ilib" t/ && panda install .
language: perl6 os: - linux - osx perl6: - 2016.05 - latest install: - rakudobrew build panda - panda installdeps . script: prove -v -e "perl6 -Ilib" t/ && zef install .
Test installation with `zef` instead of `panda`
Test installation with `zef` instead of `panda` `panda install .` doesn't set exit code on error
YAML
artistic-2.0
slobo/Perl6-X11-Xlib-Raw
58bc30766812fa5f0a2e75173f9c3a8745115608
.travis.yml
.travis.yml
language: node_js node_js: - "0.10.5" - "0.10.4" - "0.10.3" - "0.10" - "0.8"
language: node_js node_js: - "0.10.6" - "0.10.5" - "0.10.4" - "0.10.3" - "0.10" - "0.8"
Update to test against 0.10.6 as latest version
Update to test against 0.10.6 as latest version
YAML
mit
buttercoin/buttercoin,eXcomm/buttercoin,bankonme/buttercoin,bankonme/buttercoin,eXcomm/buttercoin,buttercoin/buttercoin
c486183847db92fa42f7d3701244c62d9486823b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - rbx-2 env: - POSTGIS=2.0 gemfile: - travis/ar40.gemfile matrix: exclude: before_install: ./travis/before_install.sh before_script: ./travis/before_script.sh script: bundle exec rake test
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - rbx-2 env: - POSTGIS=2.0 gemfile: - travis/ar40.gemfile allow_failures: - rbx-2 matrix: exclude: before_install: ./travis/before_install.sh before_script: ./travis/before_script.sh script: bundle exec rake test
Allow rubinius build failures for now
Allow rubinius build failures for now
YAML
bsd-3-clause
ericcj/activerecord-postgis-adapter,amitree/activerecord-postgis-adapter,dzjuck/activerecord-postgis-adapter,IBazylchuk/activerecord-postgis-adapter
c4171f0f6a1aa9db01cda295a0570283c45c59ee
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.6.5 env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rake rubocop before_script: - cp c...
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.6.5 addons: postgresql: "9.4" env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rake ru...
Use PG 9.4 to avoid error from Rails because of low PG version
Use PG 9.4 to avoid error from Rails because of low PG version https://travis-ci.org/codetriage/codetriage/jobs/506656780
YAML
mit
codetriage/codetriage,codetriage/codetriage,codetriage/codetriage
f788a28af07984aba97dd1730cdc2d97f8308056
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.2" - "1.9.3" script: bundle exec rspec
language: ruby rvm: - "1.9.3" script: bundle exec rspec
Remove test support for Ruby 1.9.2
Remove test support for Ruby 1.9.2
YAML
mit
kmcphillips/affairs_of_state
b61cfa370ba8378cc533789c4569602c0fc4cec4
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" branches: except: - appveyor install: - "pip install -IU setuptools" # Update pip for Python <= 3.4, so it supports install without -e tag - "pip install -IU pip" - "pip install ." - "pip install '.[tests]'" - "pip instal...
language: python python: - "3.3" - "3.4" - "3.5" - "3.6" - "nightly" branches: except: - appveyor install: - "pip install -IU setuptools" # Update pip for Python <= 3.4, so it supports install without -e tag - "pip install -IU pip" - "pip install ." - "pip install '.[tests]'" - "pip instal...
Fix 'no coverage report' error by not using cd.
Fix 'no coverage report' error by not using cd.
YAML
apache-2.0
rqelibari/sirup
ab99bfd0d4a53b750080659334b8ff4d2452dd44
.travis.yml
.travis.yml
language: objective-c osx_image: xcode9.3 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=OAuthSwift.xcodeproj - IOS_FRAMEWORK_SCHEME="OAuthSwift" - MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX" - IOS_SDK=iphonesimulator11.0 - MACOS_SDK=macosx10.13 matrix: - DESTINATION="OS...
language: objective-c osx_image: xcode9.3 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=OAuthSwift.xcodeproj - IOS_FRAMEWORK_SCHEME="OAuthSwift" - MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX" - IOS_SDK=iphonesimulator11.3 - MACOS_SDK=macosx10.13 matrix: - DESTINATION="OS...
Update iphonesimulator version to 11.3
Update iphonesimulator version to 11.3
YAML
mit
dongri/OAuthSwift,dongri/OAuthSwift,OAuthSwift/OAuthSwift,OAuthSwift/OAuthSwift
1aa9264c177ecc97557cb35b5b1b7dab25cd88b7
.travis.yml
.travis.yml
language: clojure lein: lein2 before_install: - sudo apt-get install -y python-software-properties - sudo add-apt-repository ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install nodejs npm - npm config set registry http://registry.npmjs.org - npm update -q - sudo npm install -g jshint script...
language: clojure lein: lein2 before_install: - sudo apt-get purge nodejs npm - sudo apt-get install -y python-software-properties - sudo add-apt-repository -y ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install -y nodejs npm - npm config set registry http://registry.npmjs.org - npm update ...
Add possible fix for Travis config
Add possible fix for Travis config
YAML
epl-1.0
vbauer/lein-jshint
c83dc25eaab3e393deaefb2660555f88b36f1558
.travis.yml
.travis.yml
env: global: - secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw= language: rust script: - cargo build -v - cargo test -v - cargo doc after_script: - mv target/doc . && curl ht...
env: global: - secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw= language: rust script: - cargo build -v - cargo test -v - cargo doc compiler: clang after_script: - mv target/...
Fix Travis: use clang compiler
Fix Travis: use clang compiler
YAML
apache-2.0
lisael/lmdb-rs,danburkert/lmdb-rs
b79af34c7c563062a8ee8a920f5f3269e206c6eb
.travis.yml
.travis.yml
language: ruby before_install: - gem update --system - gem install bundler bundler_args: --without development --jobs=3 --retry=3 cache: bundler sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - jruby-9.1.13.0 - ruby-head - jruby-head matrix: allow_failures: ...
language: ruby before_install: - gem update --system - gem install bundler bundler_args: --without development --jobs=3 --retry=3 sudo: false rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - jruby-9.1.15.0 - ruby-head - jruby-head matrix: allow_failures: - rvm...
Update ruby-version and remove cache to make it work again
Update ruby-version and remove cache to make it work again https://github.com/rubygems/rubygems/issues/2055#issuecomment-357378260 follow up: #648
YAML
mit
colszowka/simplecov,colszowka/simplecov
b8987f78763fd4d25d65eb2570493326bcf18924
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" install: - pip install . script: - coverage run setup.py tests after_success: - coverage combine - coveralls
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" install: - pip install . - pip install coveralls script: - coverage run setup.py test after_success: - coverage combine - coveralls
Fix some problem in CI
Fix some problem in CI
YAML
apache-2.0
imlonghao/portstat
58c92f9f1117e786ca706195a7e12ec94fabd42c
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.3 - php: 5.3 env: DEPENDENCIES='low' - php: 5.4 - php: 5.5 - php: 5.6 env: DEPENDENCIES='dev' - php: 5.6 - php: hhvm - php: 7.0 allow_failures: - env: DEPENDENCIES...
language: php sudo: false cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.3 - php: 5.3 env: DEPENDENCIES='low' - php: 5.4 - php: 5.5 - php: 5.6 env: DEPENDENCIES='dev' - php: 5.6 - php: hhvm - php: 7.0 allow_failures: - env: DEPENDENCIES...
Disable xdebug to speed up build
Disable xdebug to speed up build
YAML
mit
carlosV2/phpspec,pamil/phpspec,pamil/phpspec,carlosV2/phpspec
c2dee49799f0108c952bda8a05b32f75e57d6ebc
.travis.yml
.travis.yml
sudo: required dist: trusty language: node_js node_js: - "4.0" - "4.1" - "4.2" - "4.3" - "5.0" - "5.1" - "5.2" - "5.3" - "5.4" - "5.5" - "5.6" - "5.7" - "5.8" - node matrix: allow_failures: - node_js: "4.0" - node_js: "4.1" - node_js: "4.2" - node_js: "4.3" before_install: ...
sudo: required dist: trusty language: node_js node_js: - lts - "5.0" - "5.1" - "5.2" - "5.3" - "5.4" - "5.5" - "5.6" - "5.7" - "5.8" - "5.9" - "5.10" - "5.11" - "6.0" - node matrix: allow_failures: - node_js: lts before_install: sudo apt-get update && sudo apt-get install lcov -y bef...
Update node versions to test, drop older than lts
Update node versions to test, drop older than lts
YAML
mit
ranisalt/node-argon2,ranisalt/node-argon2,markfejes/node-argon2,markfejes/node-argon2,ranisalt/node-argon2,markfejes/node-argon2
5b33ff99ef517fa04309fe9cc0b4c8af858fa918
.travis.yml
.travis.yml
language: python cache: pip python: - "2.7" - "3.5.1" # command to install dependencies install: - pip install --upgrade pip setuptools wheel - pip install -r requirements.txt --only-binary=numpy,scipy - pip install jupyter - pip install atari_py - pip install hacking - git clone https://github.com/mgbe...
language: python cache: pip python: - "2.7" - "3.5.1" # command to install dependencies install: - pip install --upgrade pip setuptools wheel - pip install -r requirements.txt --only-binary=numpy,scipy - pip install jupyter - pip install atari_py - pip install hacking - git clone https://github.com/mgbe...
Increase timeout of jupyter notebook test
Increase timeout of jupyter notebook test
YAML
mit
toslunar/chainerrl,toslunar/chainerrl
c8d31f6ffe3e767406bc85cd0e703d15068455da
.travis.yml
.travis.yml
language: android android: components: - tools - build-tools-23.0.2 - android-23 - extra-android-m2repository
language: android android: components: - platform-tools - tools - build-tools-23.0.2 - android-23 - extra-android-m2repository
Use latest platform tools too
Use latest platform tools too Should fix API lint errors on CI
YAML
bsd-3-clause
Flipboard/bottomsheet,MaTriXy/bottomsheet,nissiy/bottomsheet,bernaferrari/bottomsheet
81f8b64f6e4f5fb61c7b8a4988aee01f9d62d96b
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode notifications: recipients: - thibaud@thibaud.me - remy@rymai.me - michi@netzpiraten.ch - maher@sallam.me
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures: - rvm: jruby-19mode - rvm: rbx-19mode notifications: recipients: - thibaud@thibaud.me - remy@rymai.me - michi@netzpiraten.ch - maher@sallam.me
Allow Travis failures on jruby and rbx
Allow Travis failures on jruby and rbx
YAML
mit
mbildner/listen,angelabier1/listen,wjordan/listen,guard/listen,strzibny/listen
58b942b215a8c9e5cd824d6254043baf8e6a7ff0
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 0.12 - 4 - node env: - ARANGODB_VERSION=2.6 ARANGO_VERSION=20600 - ARANGODB_VERSION=2.7 ARANGO_VERSION=20700 - ARANGODB_VERSION=2.8 ARANGO_VERSION=20800 - ARANGODB_VERSION=devel ARANGO_VERSION=30000 before_install: - curl https://www.arangodb.com/repositories/tra...
sudo: false language: node_js node_js: - 0.12 - 4 - node env: - ARANGODB_VERSION=2.8 ARANGO_VERSION=20800 - ARANGODB_VERSION=3.0 ARANGO_VERSION=30000 - ARANGODB_VERSION=devel ARANGO_VERSION=30000 before_install: - curl https://www.arangodb.com/repositories/travisCI/setup_arangodb_${ARANGODB_VERSION}.sh | ...
Test against 2.8, 3.0 & devel
Test against 2.8, 3.0 & devel
YAML
apache-2.0
arangodb/arangojs,arangodb/arangojs
f7d2bafb3ed239dcbc5ac69aa5297dc626e840c4
.travis.yml
.travis.yml
language: java services: mongodb sudo: false install: true before_script: - mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true - mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!in...
language: java jdk: - oraclejdk8 services: mongodb sudo: false install: true before_script: - mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true - mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true script: mvn install -q -nsu -Dmaven.test.redirectTestOutpu...
Use Java 8 on Travis as the samples now require it
Use Java 8 on Travis as the samples now require it Commit 09395f95 updated the samples to require Java 8. This commit updates the Travis configuration to build with Java 8. Closes gh-4133
YAML
apache-2.0
SaravananParthasarathy/SPSDemo,mevasaroj/jenkins2-course-spring-boot,yhj630520/spring-boot,qerub/spring-boot,dreis2211/spring-boot,philwebb/spring-boot,philwebb/spring-boot,yangdd1205/spring-boot,scottfrederick/spring-boot,zhanhb/spring-boot,neo4j-contrib/spring-boot,cleverjava/jenkins2-course-spring-boot,dfa1/spring-b...
bd9c074c5c5ff9d6a0fa97d19e08aec035e45584
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.2 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet cache: - bundler - cocoapods script: - open -b com.apple.iphonesimulator - xcodebuild test -workspace BitcoinFinder.xcwo...
language: objective-c osx_image: xcode7.2 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet cache: bundler: true cocoapods: true script: - xcodebuild test -workspace BitcoinFinder.xcworkspace -scheme BitcoinFinderT...
Test cache new script in CI
Test cache new script in CI
YAML
apache-2.0
xilosada/BitcoinFinder,xilosada/BitcoinFinder,xilosada/BitcoinFinder
d05456e9148482c39a55e34bc80e42e9f0f49340
.travis.yml
.travis.yml
# Configuration file to run tests on Travis-CI via GitHub notifications # See http://travis-ci.org/ language: python python: - "2.7" - "3.7" install: - "pip install ." script: # Run the Python unit tests - "python setup.py test" # Run the example scripts - "cd examples/" - ./run_examples.sh
# Configuration file to run tests on Travis-CI via GitHub notifications # See http://travis-ci.org/ language: python python: - "2.7" - "3.6" - "3.7" install: - "pip install ." script: # Run the Python unit tests - "python setup.py test" # Run the example scripts - "cd examples/" - ./run_examples.sh
Add Python 3.6 to the versions tested in Travis CI.
Add Python 3.6 to the versions tested in Travis CI.
YAML
artistic-2.0
fls-bioinformatics-core/RnaChipIntegrator
882c5d431fa8b343045e03bf802f4f048cb38d87
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "4.3" addons: code_climate: repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a before_install: - wget http://www.us.apache.org/dist/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz -O kafka.tgz - mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-co...
language: node_js node_js: - "0.10" - "4.3" env: - CXX=g++-4.8 addons: code_climate: repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - wget http://www.us.apache.org/dist/kafka...
Fix Travis native bindings builds require g++ 4.8
Fix Travis native bindings builds require g++ 4.8
YAML
mit
oleksiyk/kafka,hunterloftis/kafka
4926e22381ec56d02f17a4b4b651ec15b87e38b7
.travis.yml
.travis.yml
language: cpp compiler: - clang - gcc before_install: # TODO: remove the following when Travis has CMake newer than 2.8.11. - sudo -E script/update_cmake.bash # TODO: remove the following when Travis has C++11-feature-complete G++ and clang. - sudo -E script/update_compilers.bash - if [ "$CXX" = "g++" ]...
language: cpp compiler: - clang - gcc before_install: # TODO: remove the following when Travis has CMake newer than 2.8.11. - sudo -E script/update_cmake.bash # TODO: remove the following when Travis has C++11-feature-complete G++ and clang. - sudo -E script/update_compilers.bash - if [ "$CXX" = "g++" ]...
Automate continuous test integration on Travis CI
Automate continuous test integration on Travis CI
YAML
mit
michaelachrisco/ccspec,zhangsu/ccspec,tempbottle/ccspec,tempbottle/ccspec,michaelachrisco/ccspec,zhangsu/ccspec,zhangsu/ccspec,michaelachrisco/ccspec,tempbottle/ccspec
d8600321941fac785aa73f984d7cb1e80d7d2e74
packages/hs/hslogger-template.yaml
packages/hs/hslogger-template.yaml
homepage: '' changelog-type: '' hash: 1cc4e138dde44c5123da8e3ec35fa6b6f47355768b36dcfc29fb8a9bafd25486 test-bench-deps: {} maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org> synopsis: Automatic generation of hslogger functions changelog: '' basic-deps: base: ! '>=3.0 && <5.0' hslogger: ==1.* mtl:...
homepage: '' changelog-type: '' hash: e36a7644807b7a7d2fb971574297bbb309f07febf5897a0853ae4742f8198856 test-bench-deps: {} maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org> synopsis: Automatic generation of hslogger functions changelog: '' basic-deps: base: ! '>=3.0 && <5.0' hslogger: ==1.* mtl:...
Update from Hackage at 2017-01-24T16:16:23Z
Update from Hackage at 2017-01-24T16:16:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
9948ad6fb5c19e071a958624a49b1ec41009a42a
packages/gr/gremlin-haskell.yaml
packages/gr/gremlin-haskell.yaml
homepage: http://github.com/nakaji-dayo/gremlin-haskell changelog-type: '' hash: 7722fd7e2cdb306a13537cd377255ea65b0f8e34987abdbb9d23c2260ae21e97 test-bench-deps: lens-aeson: -any gremlin-haskell: -any base: -any hspec: -any lens: -any mtl: -any aeson-qq: -any maintainer: nakaji.dayo@gmail.com synopsis: G...
homepage: http://github.com/nakaji-dayo/gremlin-haskell changelog-type: '' hash: 7b8c8cd52857925ff5206aa7f9f195c18480dd00525af722a5565456f3afd2bd test-bench-deps: lens-aeson: -any gremlin-haskell: -any base: -any hspec: -any lens: -any mtl: -any aeson-qq: -any maintainer: nakaji.dayo@gmail.com synopsis: G...
Update from Hackage at 2015-12-30T11:35:35+0000
Update from Hackage at 2015-12-30T11:35:35+0000
YAML
mit
commercialhaskell/all-cabal-metadata
468a93f8cef0a078e53f3cb67a75e654287035c3
tests/integration/docker-compose.yml
tests/integration/docker-compose.yml
version: "3" services: identidock_integration_tester: build: ../.. image: aroyd/identidock_integration_test:${IDENTIDOCK_INTEGRATION_TEST_IMAGE_TAG:-latest} environment: ENV: INTEGRATION_TEST depends_on: - dnmonster - redis dnmonster: image: amouat/dnmonster:1.0 redi...
version: "3" services: identidock_integration_tester: build: ../.. image: aroyd/identidock_integration_test:${IDENTIDOCK_INTEGRATION_TEST_IMAGE_TAG:-latest} environment: ENV: INTEGRATION_TEST depends_on: - dnmonster - redis volumes: - ../../:/project dnmonster: ...
Add volumes directive to bind mount project root dir
Add volumes directive to bind mount project root dir
YAML
mit
anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python
52a9047476884e62fb7417ac3d4124ec19938da1
packet/modules/etcd/kube-proxy.yml
packet/modules/etcd/kube-proxy.yml
apiVersion: v1 kind: Pod metadata: name: kube-proxy namespace: kube-system spec: hostNetwork: true containers: - name: kube-proxy image: ${ hyperkube } command: - /hyperkube - proxy - --master=http://127.0.0.1:8080 securityContext: privileged: true volumeMounts: - mountPa...
apiVersion: v1 kind: Pod metadata: name: kube-proxy namespace: kube-system # This annotation ensures that kube-proxy does not get evicted if the node # supports critical pod annotation based priority scheme. # Note that kube-proxy runs as a static pod so this annotation does NOT have # any effect on resched...
Update Proxy to use Container
Update Proxy to use Container
YAML
apache-2.0
cncf/cross-cloud
9886382e7334f407750a64dbcbacf833000fb5ca
integration-test/src/main/resources/testsuites/e2e/aws-e2e-tests.yaml
integration-test/src/main/resources/testsuites/e2e/aws-e2e-tests.yaml
name: "aws-e2e-tests" tests: - name: "aws-e2e-tests" classes: - name: com.sequenceiq.it.cloudbreak.testcase.e2e.environment.NewNetworkWithNoInternetEnvironmentTests - name: com.sequenceiq.it.cloudbreak.testcase.e2e.freeipa.FreeIPATests - name: com.sequenceiq.it.cloudbreak.testcase.e2e.environmen...
name: "aws-e2e-tests" tests: - name: "aws-e2e-tests" classes: - name: com.sequenceiq.it.cloudbreak.testcase.e2e.environment.NewNetworkWithNoInternetEnvironmentTests - name: com.sequenceiq.it.cloudbreak.testcase.e2e.freeipa.FreeIpaTests - name: com.sequenceiq.it.cloudbreak.testcase.e2e.environmen...
Fix E2E classnotfound issue after freeipa rename
Fix E2E classnotfound issue after freeipa rename
YAML
apache-2.0
hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak
16dbff9ddc70a1241bebdc241c030d5f134cad8a
tasks/mod_security.yml
tasks/mod_security.yml
--- - yum: name={{ item }} state=installed with_items: - mod_security - mod_security_crs notify: verify config and restart httpd - lineinfile: dest=/etc/httpd/conf.d/mod_security.conf regexp='^(\s*)SecRuleEngine ' line='\1SecRuleEngine {{ 'DetectionOnly' if mod_sec_detection_only else 'On' }}' notify: verify...
--- - yum: name={{ item }} state=installed with_items: - mod_security - mod_security_crs notify: verify config and restart httpd name: Install mod_security packages - lineinfile: dest=/etc/httpd/conf.d/mod_security.conf regexp='^(\s*)SecRuleEngine ' line='\1SecRuleEngine {{ 'DetectionOnly' if mod_sec_detecti...
Add name for the mod_sec tasks
Add name for the mod_sec tasks
YAML
mit
OSAS/ansible-role-httpd
c27e07e1fc8c300e286686427db590f6cb70728f
openfisca_france/parameters/prelevements_sociaux/cotisations_sociales/fds/indice_majore_de_reference.yaml
openfisca_france/parameters/prelevements_sociaux/cotisations_sociales/fds/indice_majore_de_reference.yaml
reference: https://www.ipp.eu/outils/baremes-ipp/ values: 1989-09-01: value: 254.0 1991-02-01: value: 259.0 1991-08-01: value: 261.0 1998-01-01: value: 280.0 1998-07-01: value: 282.0 1999-04-01: value: 283.0 1999-07-01: value: 285.0 1999-12-01: value: 286.0 2001-05-01: ...
reference: https://www.ipp.eu/outils/baremes-ipp/ values: 1989-09-01: value: 254.0 1991-02-01: value: 259.0 1991-08-01: value: 261.0 1998-01-01: value: 280.0 1998-07-01: value: 282.0 1999-04-01: value: 283.0 1999-07-01: value: 285.0 1999-12-01: value: 286.0 2001-05-01: ...
Improve parameters cotisation exceptionnelle de solidarite
Improve parameters cotisation exceptionnelle de solidarite
YAML
agpl-3.0
sgmap/openfisca-france,sgmap/openfisca-france
6015d8277e8fd75fddcea09eeefcb1a68c613045
config/jobs/image-pushing/k8s-staging-kops.yaml
config/jobs/image-pushing/k8s-staging-kops.yaml
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes/kops: - name: kops-postsubmit-push-to-staging cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. testgrid-dashboards: s...
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes/kops: - name: kops-postsubmit-push-to-staging cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. testgrid-dashboards: s...
Update kops to use workload identity
Update kops to use workload identity
YAML
apache-2.0
dims/test-infra,dims/test-infra,cblecker/test-infra,michelle192837/test-infra,BenTheElder/test-infra,michelle192837/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,jessfraz/test-infra,pwittrock/test-infra,fejta/test-infra,dims/test-infra,jessfraz/test-infra,kubernetes/test-infra,monopole/test-infra,brahmaroutu/...
231331b546b2db49af3c4f9d3b225260f3148942
meta/main.yml
meta/main.yml
--- # Copyright 2014, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2014, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Add pip_install meta-dep to solve SNI issues
Add pip_install meta-dep to solve SNI issues While pip is not required for this role (it does not install any pip packages) it does ensure that all the required packages are installed in order to resolve SNI issues when Ansible executes the get_url task to fetch the RabbitMQ package. Change-Id: Ic55811136e01fbb9a400c...
YAML
apache-2.0
openstack/openstack-ansible-rabbitmq_server,openstack/openstack-ansible-rabbitmq_server