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
a346fe1f957b6b49cc8063ffa0634dcc145cded3
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules node_js: - "6.9" install: - npm install # before_script: script: - npm run lint - npm test
language: node_js node_js: - "6.9" install: - npm install cache: directories: - node_modules # before_script: script: - npm run lint - npm test notifications: slack: on_pull_requests: false rooms: - fabrikafrontend:Rj7FzEUdapSihjbouEbWzkmf on_success: change # default: always ...
Configure integration with Travice CI
Configure integration with Travice CI
YAML
mit
fabrikaodua/frontend-ui-modus-8
76647e4eecef6f3a5e4af3cfeb7bd1403332a7a2
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 'iojs' - '0.12' - '0.10' before_script: - npm install grunt-cli -g script: - npm run-script ci
sudo: false language: node_js node_js: - 'stable' - '0.12' - '0.10' before_script: - npm install grunt-cli -g script: - npm run-script ci
Test against stable. Welcome back, iojs!
Test against stable. Welcome back, iojs!
YAML
mit
ColeKettler/generator-flask-api,ColeKettler/generator-flask-api
7cf3e68be6017cb3114b5fed1df38d7c4ffaf4a3
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache/files php: - 7.1 - 7.2 - 7.3 - 7.4snapshot jobs: include: # Minimum supported PHP and Symfony version - stage: test php: 7.1 env: DEPENDENCIES="minimum" # Test LTS ver...
language: php sudo: false cache: directories: - $HOME/.composer/cache/files php: - 7.1 - 7.2 - 7.3 - 7.4 jobs: include: # Minimum supported PHP and Symfony version - stage: test php: 7.1 env: DEPENDENCIES="minimum" # Test LTS version we ...
Use a stable version of the 7.4 image
Use a stable version of the 7.4 image
YAML
mit
doctrine/DoctrineFixturesBundle
82dfed97e5ccca79d37dae3c01ee4c989bda396a
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" before_install: - pip install -U pip - pip install -U pytest install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib script: - pytest notifications: email: recipients: - ...
language: python python: - "3.5" - "3.6" - "3.7" - "3.8" before_install: - pip install -U pip - pip install -U pytest install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib script: - pytest notifications: email: recipients: - kinverarity@...
Remove python 2.7 from Travis-CI
Remove python 2.7 from Travis-CI
YAML
mit
kwinkunks/lasio,kinverarity1/lasio,kinverarity1/las-reader
b54e9d8deb0fbc3e423c1c8a21d0bcbefd6b23ec
.travis.yml
.travis.yml
language: node_js node_js: - "5" services: - postgresql install: - npm install script: - npm test - npm run integration addons: postgresql: "9.4"
language: node_js node_js: - "5" services: - postgresql install: - npm install script: - npm test - npm run integration sudo: required env: global: - NODE_ENV=test - PGPORT=5432 - PGHOST=localhost addons: apt: sources: - precise-pgdg-9.5 packages: - postgresql-9.5 - postgresql-c...
Change postgresql version for Travis
Change postgresql version for Travis
YAML
agpl-3.0
sylvainv/manati,sylvainv/pg-manati
254bd666c14d1e6461f559fb15a91b51bb4ee9f8
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode bundler_args: --without=development notifications: recipients: - thibaud@thibaud.me - rymai@rymai.me - michi@netzpiraten.ch - maher@sallam.me
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode bundler_args: --without=development matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head notifications: recipients: - thibaud@thibaud.me - ryma...
Allow spec failures on unstable versions of ruby
Allow spec failures on unstable versions of ruby
YAML
mit
strzibny/listen,wjordan/listen,mbildner/listen,angelabier1/listen,guard/listen
6a6293d59d37f4416b3f13a0f20c643d92ff2dab
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 - 2.3.0 - rbx-2 - jruby-19mode
language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 - 2.3 - rbx-2 - jruby-19mode
Make third level Ruby version component flexible on Travis CI
Make third level Ruby version component flexible on Travis CI
YAML
isc
godobject/bit_set
176e4784f237d59ee7bc9b5aaff2cd672bf25c26
.travis.yml
.travis.yml
language: - ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 before_script: - wget -qO - http://repo.zabbix.com/zabbix/2.4/ubuntu/dists/trusty/Release.gpg | sudo apt-key add - - echo "deb http://repo.zabbix.com/zabbix/2.4/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/zabbix.list - sudo apt-get update ...
language: - ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 before_script: - wget -qO - http://repo.zabbix.com/zabbix-official-repo.key | sudo apt-key add - - echo "deb http://repo.zabbix.com/zabbix/2.4/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/zabbix.list - sudo apt-get update - sudo apt-get ins...
Fix path to .key file
Fix path to .key file
YAML
mit
jrbeilke/zabbixapi,mrThe/zabbixapi,express42/zabbixapi
e53b81f0271d23c223f51121bcb182fae05edaad
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - hhvm sudo: false before_install: - composer self-update install: - travis_retry composer install --no-interaction script: - vendor/bin/phpunit - sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --st...
language: php php: - 5.5 - 5.6 - 7.0 - hhvm sudo: false before_install: - composer self-update install: - travis_retry composer install --no-interaction before_script: - mysql -e 'create database telegrambot; use telegrambot; source structure.sql;' script: - vendor/bin/phpunit - sh -c "i...
Create MySQL database with correct table structure.
Create MySQL database with correct table structure.
YAML
mit
yayayya2017/jghl,akalongman/php-telegram-bot,php-telegram-bot/core
f482c9e81a7ba84fd8874ceecc2c2c750d5b6509
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" - "pypy3" - "pypy-5.3.1" install: - 'pip install ".[test]"' script: pytest
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" - "pypy3" - "pypy-5.3.1" install: - pip install -e .[test] script: pytest
Install test requirement in editable mode
Install test requirement in editable mode Travis run an old version of pip which does not work with extra keywords otherwise https://stackoverflow.com/questions/42510052/pip-install-test-not-working-in-python2-7-9-pip-version-6-0-7
YAML
apache-2.0
buddly27/champollion
13b554f2d71c88df7837cfed6b748d8d01eafffa
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.2" - "2.7" - "2.6" - "2.5" - "pypy" env: - DJANGO="django>=1.3,<1.4" - DJANGO="django>=1.4,<1.5" - DJANGO="django>=1.5" matrix: exclude: - python: "3.3" env: DJANGO="django>=1.3,<1.4" - python: "3.3" env: DJANGO="django>=1.4,<1.5" - pytho...
language: python python: - "3.3" - "3.2" - "2.7" - "2.6" - "2.5" - "pypy" env: - DJANGO="django>=1.3,<1.4" - DJANGO="django>=1.4,<1.5" - DJANGO="django>=1.5" matrix: exclude: - python: "3.3" env: DJANGO="django>=1.3,<1.4" - python: "3.3" env: DJANGO="django>=1.4,<1.5" - pytho...
Remove nose from dependencies, it's pre-installed
Remove nose from dependencies, it's pre-installed
YAML
apache-2.0
zakdoek/django-activeurl,zakdoek/django-activeurl,hellysmile/django-activeurl,hellysmile/django-activeurl
7cc782912b716d2e512c4e282dad2bbc01444ddb
.travis.yml
.travis.yml
language: r cache: packages sudo: false install: - Rscript -e 'install.packages("optparse")' - Rscript -e 'install.packages("httr")' - Rscript -e 'install.packages("rjson")' - Rscript -e 'install.packages("RCurl")' - Rscript -e 'install.packages("RColorBrewer")' script: Rscript mendeley.R --doi 10.1.1.105...
language: r cache: packages sudo: false install: - Rscript -e 'install.packages("optparse")' - Rscript -e 'install.packages("httr")' - Rscript -e 'install.packages("httpuv")' - Rscript -e 'install.packages("rjson")' - Rscript -e 'install.packages("RCurl")' - Rscript -e 'install.packages("RColorBrewer")' ...
Add httpuv as well on Travis
Add httpuv as well on Travis
YAML
mit
Mendeley/mendeley-api-r-example
7080d81bde1b6f709e88f71ebcc2b75277c2ed94
.travis.yml
.travis.yml
language: python python: - "3.3" install: - pip install git+git://github.com/TangledWeb/tangled.git#egg=tangled[dev] - pip install -e .[dev] script: - cd .. - > py.test --ignore tangled.web/setup.py --ignore tangled.web/docs --ignore tangled.web/tangled/web/scaffolds --cov tangled.web/tang...
language: python python: - "3.3" install: - pip install git+git://github.com/TangledWeb/tangled.git#egg=tangled[dev] - pip install -e .[dev] script: - cd .. - > py.test --ignore tangled.web/setup.py --ignore tangled.web/docs --ignore tangled.web/tangled/web/scaffolds # --cov tangled.web/tan...
Disable Travis CI test coverage for now
Disable Travis CI test coverage for now
YAML
mit
TangledWeb/tangled.web
39617d1e5ea571e934899f1dc0df92c1d1fdcf47
.travis.yml
.travis.yml
sudo: false language: node_js notifications: email: false node_js: - 8 - 10 matrix: fast_finish: true script: npm run travis before_install: - npm i -g npm branches: except: - /^v\d+\.\d+\.\d+$/ jobs: include: - stage: release node_js: 10 script: curl "https://raw.githubusercontent.com...
sudo: false language: node_js notifications: email: false node_js: - 8 - 10 - 12 matrix: fast_finish: true script: npm run travis before_install: - npm i -g npm branches: except: - /^v\d+\.\d+\.\d+$/ jobs: include: - stage: release node_js: 12 script: curl "https://raw.githubusercont...
Add Node.js 12 to CI
chore(Node.js): Add Node.js 12 to CI Node.js 12 (and especially Node.js 12.9) is supposed to be significantly faster than previous versions, especially when it comes to parsing JSON, which is often a bottleneck for Pelias importers. https://nodejs.org/en/blog/release/v12.9.0/ https://v8.dev/blog/v8-release-76 Connec...
YAML
mit
pelias/geonames,pelias/geonames
82becb0f96ffdc4faa26c277c3158e7a52090246
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 before_script: - npm install grunt -g script: - grunt travis
language: node_js node_js: - 0.8 install: - npm install grunt-cli -g - npm install
Fix Travis config for Grunt 0.4
Fix Travis config for Grunt 0.4 Needs grunt-cli as a global instead
YAML
mit
quailjs/quail,quailjs/quail,cksource/quail,cksource/quail,quailjs/quail,legendvijay/quail,baldwicc/quail,legendvijay/quail,cksource/quail,baldwicc/quail
0f84a1c14f8f1232915fd1a940bebaa062f374e8
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.2 gemfile: - Gemfile notifications: email: on_success: never on_failure: never slack: secure: 8b8dwwpHEw7vYd5Vma/BK2dZBrKYpFtu8TN8+NtpW8Xp+boYY3hEaFCeeEySzDvacCBZFKjjvDxverOFd4jqml2MtOukNZ/zlFc7ZVybGsNirfisNucS7auvwoWPwVrzrHoNpB5nTLU4tm0tWdaKkfLa4Yssr/tEO8yBIGwT8d...
language: ruby rvm: - 1.9.3 - 2.1.2 gemfile: - Gemfile before_install: - gem install bundler -v 1.11.2 notifications: email: on_success: never on_failure: never slack: secure: 8b8dwwpHEw7vYd5Vma/BK2dZBrKYpFtu8TN8+NtpW8Xp+boYY3hEaFCeeEySzDvacCBZFKjjvDxverOFd4jqml2MtOukNZ/zlFc7ZVybGsNirfisNucS7auv...
Use of the latest bundler version
[TRAVIS] Use of the latest bundler version
YAML
mit
dandemeyere/responsys-api
63270f38ed8844143fb3b3e64da16359d163f8e8
.travis.yml
.travis.yml
language: node_js os: - linux - osx - windows node_js: - "6" - "7" - "8" - "9" - "10" install: - yarn script: - yarn test - yarn coveralls
language: node_js os: - linux - osx node_js: - "6" - "7" - "8" - "9" - "10" install: - yarn script: - yarn test - yarn coveralls
Remove Windows from Travis build matrix
:construction_worker: Remove Windows from Travis build matrix
YAML
mit
caffco/get-video-duration,caffco/get-video-duration
75b483422ed3be1ec9cd0fcd6c308f8ea4bf1a3b
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: - composer self-update - composer install --dev --prefer-source - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar script: - phpunit - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 ./src/); if [[ $output ]]; then while read -r line; do ech...
language: php php: - 5.3 - 5.4 - 5.5 before_script: - composer self-update - composer install --dev --prefer-source - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar script: - phpunit - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 ./src/); if [[ $output ]]; then while read -r line...
Add PHP 5.5 to test suite
Add PHP 5.5 to test suite
YAML
bsd-3-clause
juriansluiman/SlmQueueBeanstalkd
be4388bc34e7cebee1e9c6d6638f6eabac0437d3
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master before_script: - travis_retry sudo apt-get update - travis_retry sudo apt-get install --force-yes -y libmagic1 libmagic-dev scr...
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master before_script: - travis_retry sudo apt-get update - travis_retry sudo apt-get install --force-yes -y libmagic1 libmag...
Add Ruby 2.1.1 to Travis CI.
Add Ruby 2.1.1 to Travis CI. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-magic,kwilczynski/ruby-magic
120efa50cbb69e723c28f424c22f408ad2831c4c
.travis.yml
.travis.yml
sudo: true language: ruby rvm: - 2.2 - 2.3 - 2.4 gemfile: - gemfiles/rails_32.gemfile - gemfiles/rails_40.gemfile - gemfiles/rails_41.gemfile - gemfiles/rails_42.gemfile - gemfiles/rails_50.gemfile - gemfiles/rails_51.gemfile before_install: - gem install bundler -v 1.15.3 services: - memcached
sudo: true language: ruby rvm: - 2.2 - 2.3 - 2.4 gemfile: - gemfiles/rails_32.gemfile - gemfiles/rails_40.gemfile - gemfiles/rails_41.gemfile - gemfiles/rails_42.gemfile - gemfiles/rails_50.gemfile - gemfiles/rails_51.gemfile matrix: exclude: - rvm: 2.4 gemfile: gemfiles/rails_32.gemfile ...
Exclude rails versions which doesn't support ruby 2.4 from matrix
Exclude rails versions which doesn't support ruby 2.4 from matrix
YAML
apache-2.0
iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer,iaintshine/ruby-rails-tracer
005af828cd50e40114838d6207a63c966c20eb84
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4.0" - "4.1" before_install: - npm install -g npm@'>=2.11' - npm conf set strict-ssl false after_install: - sudo npm install -g phantomjs grunt-cli before_script: - phantomjs --version script: - npm test - grunt readme && git diff --exit-code READ...
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4.0" - "4.1" before_install: - npm install -g npm@'>=2.11' - npm conf set strict-ssl false after_install: - sudo npm install -g phantomjs grunt-cli before_script: - phantomjs --version script: - npm test - grunt readme && git diff --ex...
Use container-based Travis CI infrastructure
Use container-based Travis CI infrastructure
YAML
mit
vvilhonen/bacon.js,baconjs/bacon.js,baconjs/bacon.js,vvilhonen/bacon.js,vvilhonen/bacon.js,baconjs/bacon.js,baconjs/bacon.js
abc8edadb693669a48da99915b8f24ee7e2e6a82
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 before_install: composer selfupdate install: composer update --prefer-dist --no-interaction script: phpunit --coverage-text branches: only: - master - develop
language: php php: - 5.4 - 5.5 - 5.6 env: - SYMFONY_DEPRECATIONS_HELPER=weak before_install: composer selfupdate install: composer update --prefer-dist --no-interaction script: phpunit --coverage-text branches: only: - master - develop
Set Symfony deprecations helper to weak
Set Symfony deprecations helper to weak
YAML
mit
Opifer/CrudBundle,Opifer/CrudBundle,Opifer/CrudBundle
3f8f1d3fe9afc3e7d26fe561d8fa5a459422a7d6
.travis.yml
.travis.yml
# Travis Configuration # # Travis runs the tests configured in tox.ini using tox-travis. Tox is a # automation tool for running tests in isolated virtual environments. # https://github.com/tox-dev/tox-travis # # Code coverage reporting # https://github.com/codecov/example-python language: python python: - "2.7" -...
# Travis Configuration # # Travis runs the tests configured in tox.ini using tox-travis. Tox is a # automation tool for running tests in isolated virtual environments. # https://github.com/tox-dev/tox-travis # # Code coverage reporting # https://github.com/codecov/example-python language: python python: - "2.7" -...
Remove Python versions that are unavailable on Travis
Remove Python versions that are unavailable on Travis
YAML
mit
awdeorio/mailmerge
46727c284187e6ec48b1d0bc404328af655a39ad
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly matrix: include: - php: 5.3 env: DEPENDENCIES='low' - php: 5.6 env: DEPENDENCIES='dev' allow_failures: - php: hhvm-nightly - env: DEPENDENCIES='dev' fast_finish: tru...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - hhvm-nightly matrix: include: - php: 5.3 env: DEPENDENCIES='low' - php: 5.6 env: DEPENDENCIES='dev' allow_failures: - php: 7.0 - php: hhvm-nightly - env: DEPENDENCI...
Add PHP 7 on Travis
Add PHP 7 on Travis
YAML
mit
sstok/PasswordStrengthBundle,rollerworks/PasswordStrengthBundle,Soullivaneuh/PasswordStrengthBundle,rollerworks/PasswordStrengthValidator,hlecorche/PasswordStrengthBundle,sstok/PasswordStrengthValidator
590ee2a6e0fcb3de63809473f0da8c9aff627e1e
.travis.yml
.travis.yml
language: c matrix: include: - os: linux compiler: gcc - os: linux compiler: gcc env: - EXTRA_FLAGS=-m32 addons: apt: packages: - gcc-multilib - os: osx compiler: clang - os: osx compiler: clang env: - EXTRA_FLAGS=-...
language: generic matrix: include: - os: linux env: CC=gcc CXX=g++ env: CC=clang CXX=clang++ - os: linux env: CC=gcc CXX=g++ EXTRA_FLAGS=-m32 env: CC=clang CXX=clang++ EXTRA_FLAGS=-m32 addons: apt: packages: - gcc-multilib - os: osx env: CC=...
Update Travis-CI config for C++ integration.
Update Travis-CI config for C++ integration.
YAML
bsd-2-clause
wqfish/jemalloc,wqfish/jemalloc,wqfish/jemalloc,wqfish/jemalloc,wqfish/jemalloc
1470f98e1f68b1ad3c9100ef29bae1c5085db550
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs" cache: directories: - node_modules matrix: fast_finish: true allow_failures: - node_js: "0.12" - node_js: "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "3" - "4" cache: directories: - node_modules matrix: fast_finish: true allow_failures: - node_js: "3"
Add recent Node.js to Travis CI. Future has already been here for some days...
Add recent Node.js to Travis CI. Future has already been here for some days...
YAML
mit
paazmaya/grunt-togeojson
d3a1a325e3b9c5875b1d47038b55464685d9a304
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 notifications: email: false
language: ruby rvm: - 2.1.2 - 2.2.0 notifications: email: false
Replace ruby old version on Travis CI with new versions
Replace ruby old version on Travis CI with new versions
YAML
mit
moneyadviceservice/mas-feedback,moneyadviceservice/mas-feedback,moneyadviceservice/mas-feedback
8e1d8182fe4090eb3dc7d050b0923f605c437465
.travis.yml
.travis.yml
--- sudo: false script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" language: ruby branches: only: - master matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.5 env: PUPPET_GEM_VERSION="~>...
--- sudo: false script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" language: ruby branches: only: - master matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.5 env: PUPPET_GEM_VERSION="~>...
Remove future parser for now
Remove future parser for now
YAML
apache-2.0
trovitsys/puppet-opendkim,bi4o4ek/puppet-opendkim
a1019dfb9f3b53a1e166ab2a0e26b6e2d9d8637f
.travis.yml
.travis.yml
sudo: false language: python dist: xenial python: - 3.5 - 3.6 - 3.7 services: - rabbitmq install: - pip install -r requires/testing.txt -r docs/requirements.txt codecov script: - nosetests after_success: - codecov - ./setup.py build_sphinx deploy: provider: pypi user: sprockets distributions: sdist bdist_wheel ...
sudo: false language: python dist: trusty python: - 3.5 - 3.6 - 3.7 services: - rabbitmq install: - pip install -r requires/testing.txt -r docs/requirements.txt codecov script: - nosetests after_success: - codecov - ./setup.py build_sphinx deploy: provider: pypi user: sprockets distributions: sdist bdist_wheel ...
Reset ci environment back to trusty.
Reset ci environment back to trusty. Reset the ci environment back to trusty because RabbitMQ is not currently available in xenial environments, and is required to run tests.
YAML
bsd-3-clause
sprockets/sprockets.mixins.amqp,sprockets/sprockets.mixins.amqp
54388243d47644a6cac84649911f8b0dfc4d9fe1
.travis.yml
.travis.yml
script: "./gradlew -q -s generateSite" jdk: - openjdk7 deploy: provider: pages skip_cleanup: true github_token: "$GITHUB_TOKEN" on: branch: master local_dir: site/build/site repo: sdkman/beta.sdkman.github.io
script: "./gradlew generateSite" jdk: - openjdk8 deploy: provider: pages skip_cleanup: true github_token: "$GITHUB_TOKEN" on: branch: master local_dir: site/build/site repo: sdkman/beta.sdkman.github.io
Make CI logging more verbose.
Make CI logging more verbose.
YAML
apache-2.0
dmesu/sdkman-website,dmesu/sdkman-website,sdkman/sdkman-website,sdkman/sdkman-website
b02d7c0c59a13fa2ec73a21997161a65d475e527
.travis.yml
.travis.yml
--- sudo: false dist: trusty language: php services: - mysql before_script: - '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' - php -S - mysql -e 'CREATE DATABASE 2moons;' php: - '7.0' install: - composer install script: phantomjs tests/run.js
--- sudo: false language: php services: - mysql before_script: - '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' - php -S - mysql -e 'CREATE DATABASE 2moons;' php: - '7.0' install: - composer install script: phantomjs tests/run.js
Remove debug things from composer
Remove debug things from composer
YAML
mit
jkroepke/2Moons,jkroepke/2Moons,jkroepke/2Moons,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods,mimikri/2Moons-1.8-mods,jkroepke/2Moons,jkroepke/2Moons,mimikri/2Moons-1.8-mods
d698efeace968655423f8e459169e26aac9081dd
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.1 script: bundle exec rake
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0 - 2.1 - 2.2 script: bundle exec rake
Test on Ruby 2.2 and auto test on patched versions
Test on Ruby 2.2 and auto test on patched versions
YAML
mit
someara/docker-api,pwnall/docker-api,ComputeStacks/docker-api,molisoft/docker-api,swipely/docker-api,Ye-Yong-Chi/docker-api,chasebolt/docker-api,njd5475/docker-api,ComputeStacks/docker-api,someara/docker-api,alexandrz/docker-api,moritzheiber/docker-api,aratak/docker-api,ably-forks/docker-api,swipely/docker-api,chasebol...
13e2268061aa989ed841f7fdff145b8141b0611a
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.4.5 - 2.5.3 - ruby-head cache: bundler: true matrix: allow_failures: - rvm: ruby-head fast_finish: true script: - bundle exec rake
language: ruby sudo: false rvm: - 2.5.3 - ruby-head cache: bundler: true matrix: allow_failures: - rvm: ruby-head fast_finish: true script: - bundle exec rake
Remove Ruby 2.4 from the test matrix
Remove Ruby 2.4 from the test matrix Rails 6 will require Ruby 2.5 or newer. See rails/rails#34754.
YAML
mit
repinel/rails,tgxworld/rails,bogdanvlviv/rails,lcreid/rails,Vasfed/rails,rails/rails,jeremy/rails,Stellenticket/rails,betesh/rails,schuetzm/rails,MSP-Greg/rails,eileencodes/rails,rails/rails,joonyou/rails,shioyama/rails,starknx/rails,rafaelfranca/omg-rails,repinel/rails,yawboakye/rails,prathamesh-sonpatki/rails,yhirano...
c6bc7f9a0dce192c0dfc81ba41aede05971b7093
.travis.yml
.travis.yml
language: elixir notifications: recipients: - klaus.alfert@gmail.com otp_release: - 19.1 elixir: - 1.4.0 before_script: - mix local.hex --force - mix local.rebar --force script: "MIX_ENV=test MIX_TARGET=host mix do deps.get, deps.compile, test" #after_script: # - MIX_ENV=docs mix deps.get # - MIX_ENV=do...
language: elixir notifications: recipients: - klaus.alfert@gmail.com otp_release: - 19.1 elixir: - 1.4.0 before_script: - mix local.hex --force - mix local.rebar --force - mix archive.install https://github.com/nerves-project/archives/raw/master/nerves_bootstrap.ez script: "MIX_ENV=test MIX_TARGET=host ...
Load nerves_bootstrap to complete the mix environment for Nerves
Load nerves_bootstrap to complete the mix environment for Nerves
YAML
apache-2.0
alfert/nerves_bluetooth,alfert/nerves_bluetooth
684261ec879b5b776436eb55c20e2d03b94d541a
.travis.yml
.travis.yml
sudo: false dist: xenial language: php cache: yarn: true directories: - $HOME/.composer/cache/files env: global: - XDEBUG_MODE=coverage branches: only: - master - develop php: - 8.0.9 before_install: # Install nvm for nodejs - nvm install 16 - nvm use 16 # Install yarn ...
sudo: false dist: xenial language: php cache: yarn: true directories: - $HOME/.composer/cache/files branches: only: - master - develop php: - 8.0.9 before_install: # Install nvm for nodejs - nvm install 16 - nvm use 16 # Install yarn - curl -o- -L https://yarnpkg.com/install.sh | ba...
Set the debug mode inline with the phpunit coverage
Set the debug mode inline with the phpunit coverage
YAML
mit
waynestate/base-site,waynestate/base-site
2f656146a7a47192ce664c3a889349777d92e467
.travis.yml
.travis.yml
language: php cache: directories: - $HOME/.composer/cache - $HOME/.npm install: - composer install - mysql -e 'CREATE DATABASE flarum_test;' before_script: - echo 'error_reporting = E_ALL' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini script: - composer test:setup - composer...
language: php cache: directories: - $HOME/.composer/cache - $HOME/.npm install: - composer install - mysql -e 'CREATE DATABASE flarum_test;' before_script: - echo 'error_reporting = E_ALL' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini script: - composer test:setup - composer...
Test against the upcoming PHP 7.4
Travis: Test against the upcoming PHP 7.4
YAML
mit
datitisev/core,flarum/core,datitisev/core,datitisev/core,datitisev/core,flarum/core,flarum/core
605308fb8dc9f6f68cdeddc3d9d0fee86b3a55e8
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '5' - '4' - '0.10' install: - npm install -g grunt-cli - npm install matrix: fast_finish: true deploy: provider: npm email: steven.jmiller@gmail.com api_key: secure: fmpyRWvvE/82GIk6AaIasVHKeKbEwRQT3cUZp0aJjxHbTnvRafYD+tTGJhNaDY/cNOir13N2DbKwznPugGpv2a...
sudo: false language: node_js node_js: - '6' - '5' - '4' install: - npm install -g grunt-cli - npm install matrix: fast_finish: true deploy: provider: npm email: steven.jmiller@gmail.com api_key: secure: fmpyRWvvE/82GIk6AaIasVHKeKbEwRQT3cUZp0aJjxHbTnvRafYD+tTGJhNaDY/cNOir13N2DbKwznPugGpv2aFaQ...
Remove non supported versions of node
Remove non supported versions of node
YAML
mit
yargalot/grunt-accessibility,yargalot/grunt-accessibility
404607b319c92ccc9e817b60c39da0fa85bd1987
.travis.yml
.travis.yml
language: go # Versions of go that are explicitly supported. go: - 1.4.3 - 1.5.4 - 1.6.3 - 1.7.3 - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -...
language: go # Versions of go that are explicitly supported. go: - 1.6.3 - 1.7.3 - 1.8.x - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -coverprof...
Drop Travis builds for old golangs < 1.6
Drop Travis builds for old golangs < 1.6 Also add go 1.8
YAML
bsd-3-clause
bcasinclair/m3u8,grafov/m3u8
fed0cf8b99e292873d08435930a56515b346cdc4
.travis.yml
.travis.yml
--- language: go go: - 1.9.x jobs: include: - stage: format check script: ./fmtpolice - stage: tests script: go test -v ./... - stage: integration tests script: go test -tags integration -v ./... if: branch = master notifications: email: recipients: - webteam@himalaya...
--- language: go go: - 1.9.x jobs: include: - stage: format check script: ./fmtpolice - stage: tests script: go test -v ./... - stage: integration tests script: go test -tags integration -v ./... if: type != pull_request notifications: email: recipients: - webteam@him...
Update Travis CI yml so integration tests don't run on pull requests
Update Travis CI yml so integration tests don't run on pull requests
YAML
mit
himalayan-institute/zoom-lib-golang,himalayan-institute/zoom-lib-golang
d7b61f5b5dd469c4770e202409e9b8153cca336a
.travis.yml
.travis.yml
dist: trusty language: node_js node_js: - "node" - "6" install: - npm install script: npm run build after_success: - npm run-script doc - echo 'node_modules' > .gitignore - cp node_modules/openlayers/dist/ol-debug.js dist/ol-debug.js - echo 'ole.geops.de' > CNAME deploy: provider: pages skip_cleanup:...
dist: trusty language: node_js node_js: - 8 - 6 - 4 before_install: - npm install -g npm - npm install -g greenkeeper-lockfile@1 install: - npm install before_script: greenkeeper-lockfile-update script: npm run build # Only the node version 6 job will upload the lockfile after_script: greenkeeper-lockfile...
Add greenkeeper-lockfile to the tavis workflow
Add greenkeeper-lockfile to the tavis workflow
YAML
bsd-2-clause
geops/ole2,geops/ole2
aced046558c6b22012bf43bd17347d3b3a2a5729
.travis.yml
.travis.yml
language: python R: - "3.2.4" python: - "2.7" branches: only: - dev addons: apt: sources: - r-packages-precise packages: - r-base r_packages: - randomForest # Setup anaconda install: # - sudo apt-get update # We do this conditionally because it saves us some downloading if the # ver...
language: python R: - "3.2.4" python: - "2.7" branches: only: - dev addons: apt: sources: - r-packages-precise packages: - r-base r_packages: - randomForest # Setup anaconda install: # - sudo apt-get update # We do this conditionally because it saves us some downloading if the # ver...
Add scikit-learn to install list
Add scikit-learn to install list
YAML
apache-2.0
KarchinLab/2020plus,KarchinLab/2020plus
972c5fdb50e53645c20fc87f981e4cd98fab464b
.travis.yml
.travis.yml
language: ruby rvm: - 2.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 - rbx matrix: allow_failures: - rvm: rbx before_install: gem install bundler -v "~> 1.11" script: bundle exec rake spec
language: ruby rvm: - 2.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-9.0.5.0 - rbx matrix: allow_failures: - rvm: rbx before_install: gem install bundler -v "~> 1.11" script: bundle exec rake spec
Update JRuby version for Travis
Update JRuby version for Travis Test JRuby 9.0.5.0 on Travis.
YAML
mit
ahamlinman/peribot
94317bf730dbd4c4606fc43938a861eb0ab7bfc0
.travis.yml
.travis.yml
language: node_js node_js: - '8' sudo: false cache: directories: - node_modules addons: apt: sources: - ubuntu-toolchain-r-test packages: - libstdc++-4.9-dev install: true script: - make build after_success: npm i coveralls && $(npm bin)/nyc report --reporter=text-lcov | $(npm bin)/cover...
language: node_js node_js: - '10' sudo: false cache: directories: - node_modules addons: apt: sources: - ubuntu-toolchain-r-test packages: - libstdc++-4.9-dev install: true script: - make build # disabled temporary # after_success: npm i coveralls && $(npm bin)/nyc report --reporter=text...
Adjust node version on CI
:+1: Adjust node version on CI
YAML
mit
keik/gh,keik/gh,keik/gh
b721717f0fb6a8269416e5dd1d605fdf7cf4bc1e
.travis.yml
.travis.yml
language: ruby branches: except: - gh-pages rvm: - 2.1.1 - 2.1.0 - 2.0.0 before_install: - pwd - wget http://ipecho.net/plain -O - -q ; echo # print out external ip - sudo apt-get install chromium-browser unzip - wget http://chromedriver.storage.googleapis.com/2.9/chromedriver_linux64.zip -P ~ ...
language: ruby branches: except: - gh-pages rvm: - 2.1.1 - 2.1.0 - 2.0.0 before_install: - pwd - wget http://ipecho.net/plain -O - -q ; echo # print out external ip - sudo apt-get install chromium-browser unzip - wget http://chromedriver.storage.googleapis.com/2.9/chromedriver_linux64.zip -P /t...
Use /tmp instead of ~ for downloading chromedriver
Use /tmp instead of ~ for downloading chromedriver
YAML
mit
SeabookChen/seabookchen.net,SeabookChen/seabookchen.net
7e67886f3a7f8b690cfba991a852e34dfdd7780a
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 7 - nvm use 7 - npm i -g npm@5 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo...
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 5 - nvm use 5 - npm i -g npm@5 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo...
Switch to older Node version for CI
Switch to older Node version for CI
YAML
mit
kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard
54ba32bafa4d905cdea658085560f27168aaded7
.travis.yml
.travis.yml
language: python sudo: false cache: directories: - $HOME/.cache/pip python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "3.6-dev" # - "3.7-dev" -- to be added when beta is out - see https://www.python.org/dev/peps/pep-0537/#id6 - "pypy-5.4.1" install: - travis_retry pip install -r requirements.tx...
language: python sudo: false cache: directories: - $HOME/.cache/pip python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "3.6-dev" # - "3.7-dev" -- to be added when beta is out - see https://www.python.org/dev/peps/pep-0537/#id6 - "pypy-5.4.1" install: - travis_retry pip install --upgrade pip setu...
Fix crash when compiliing ruamel.yaml on Travis with Python 3.4 and 3.3
Fix crash when compiliing ruamel.yaml on Travis with Python 3.4 and 3.3
YAML
apache-2.0
codywilbourn/streamparse,codywilbourn/streamparse,Parsely/streamparse,Parsely/streamparse
bdd78c190e3b8178f9084f681af261900a1b1149
.travis.yml
.travis.yml
language: python python: - "2.7" sudo: required services: - postgresql - docker before_install: - sudo apt-get install -y -q nodejs dh-autoreconf build-essential libarchive-dev squashfs-tools install: - pip install -r requirements-dev.txt - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bas...
language: python python: - "2.7" sudo: required services: - postgresql - docker before_install: - sudo apt-get install -y -q nodejs dh-autoreconf build-essential libarchive-dev squashfs-tools install: - pip install -r requirements-dev.txt - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bas...
Fix coverage call to pytest on Travis.
Fix coverage call to pytest on Travis.
YAML
bsd-3-clause
cfe-lab/Kive,cfe-lab/Kive,cfe-lab/Kive,cfe-lab/Kive,cfe-lab/Kive
4004481b0e3783e9b33101b0813a08a47a6236c6
.travis.yml
.travis.yml
language: perl6 env: AUTHOR_TESTING=1 perl6: - latest install: rakudobrew build-panda panda installdeps .
language: perl6 env: AUTHOR_TESTING=1 perl6: - latest install: - rakudobrew build-panda - panda installdeps .
Add missing hyphens for Travis "install" list
Add missing hyphens for Travis "install" list
YAML
artistic-2.0
paultcochrane/Perl6Mongers-Hannover
6a236c17dbdf61342c9c077c5c0d3f51bd15bcfc
.travis.yml
.travis.yml
language: android jdk: oraclejdk8 sudo: required android: components: - tools - platform-tools - tools - build-tools-25.0.1 - android-25 - extra-google-m2repository - extra-android-m2repository script: - ./gradlew build - ./gradlew test
language: android jdk: oraclejdk8 sudo: required android: components: - tools - platform-tools - tools - build-tools-25.0.1 - android-25 - extra-google-m2repository - extra-android-m2repository script: - ./gradlew build - ./gradlew test notifications: slack: sdsmdg:hvFSzqFNHm3t6NDR2...
Enable notifications of builds on sdsmdg slack.
Enable notifications of builds on sdsmdg slack.
YAML
mit
sdsmdg/trianglify
207750d43ba75bf5652f6fc7a3f9f1a924b274bd
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 notifications: recipients: - jari.bakken@gmail.com irc: channels: - "irc.freenode.net#holderdeord" on_success: change on_failure: change template: - "%{author} | %{commit} | %{message} | %{build_url}" script: - ./bin/lint.sh - 'bundle exec puppet pa...
language: ruby rvm: - 1.8.7 notifications: recipients: - jari@holderdeord.no irc: channels: - "irc.freenode.net#holderdeord" on_success: change on_failure: change template: - "%{author} | %{commit} | %{message} | %{build_url}" script: - ./bin/lint.sh - 'bundle exec puppet pars...
Fix email recipient for build notifications.
Fix email recipient for build notifications.
YAML
bsd-3-clause
holderdeord/hdo-puppet,holderdeord/hdo-puppet,holderdeord/hdo-puppet,holderdeord/hdo-puppet,holderdeord/hdo-puppet
33bb9bd420cafaa8cbf3bfa50c7a115f524d0eba
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - 6 cache: directories: - $HOME/.npm - $HOME/.yarn-cache git: depth: 10 before_install: # Use exact Node version. - nvm use $TRAVIS_NODE_VERSION # Setup package managers. - npm set loglevel error - npm set progress false - npm i -g yarn - yarn -V i...
language: node_js sudo: false node_js: - 6 cache: directories: - ~/.npm - ~/.yarn-cache git: depth: 10 before_install: # Use exact Node version. - nvm use $TRAVIS_NODE_VERSION # Setup package managers. - npm set loglevel error - npm set progress false - npm i -g yarn - yarn -V install: ...
Use ~ instead of /Users/jdalton.
Use ~ instead of /Users/jdalton.
YAML
mit
jdalton/docdown
48ef1c3fd4613a9e4c68dc7de9787d5782514349
.travis.yml
.travis.yml
language: ruby before_install: - sudo apt-get install libhunspell-dev hunspell-en-us - gem install bundler -v "~> 2.0" rvm: - 2.5 - 2.6 - jruby - rbx matrix: allow_failures: - rvm: rbx script: bundle exec rake spec
language: ruby before_install: - sudo apt-get install libhunspell-dev hunspell-en-us - gem install bundler -v "~> 2.0" rvm: - 2.5 - 2.6 - jruby script: bundle exec rake spec
Remove rbx from the test matrix since it's 404ing.
Remove rbx from the test matrix since it's 404ing.
YAML
mit
postmodern/ffi-hunspell
640ff3ed287e307f0cc8eb32e7574b62721f9891
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "7" - "8" cache: directories: - node_modules install: - npm install script: - npm run lint - npm run coveralls - npm run build
language: node_js node_js: - "6" - "7" - "8" cache: directories: - node_modules install: - npm install script: - npm run lint - npm run coveralls - npm run build - npm run test
Add npm run test to Travis
Add npm run test to Travis
YAML
mit
prayerslayer/js.spec,prayerslayer/js.spec
fb89dc26d3dc01d6a4341abe222b6721335b1e18
.travis.yml
.travis.yml
before_install: - sudo apt-get install -qq graphviz rvm: - 1.9.3 matrix: include: # legacy build: Ruby 1.8.7, Rails 2.3, less features, smaller test set - rvm: 1.8.7 gemfile: gemfiles/Gemfile.rails-2.3.x # running a smaller test set for old Rails and Ruby script: rake test_without_new_...
before_install: - sudo apt-get install -qq graphviz rvm: - 1.9.3 - 2.0.0 matrix: include: # legacy build: Ruby 1.8.7, Rails 2.3, less features, smaller test set - rvm: 1.8.7 gemfile: gemfiles/Gemfile.rails-2.3.x # running a smaller test set for old Rails and Ruby script: rake test_wi...
Add Ruby 2.0.0 to Travis CI build
Add Ruby 2.0.0 to Travis CI build
YAML
mit
imlitech/workflow,lorefnon/workflow-orchestrator,anujgangwar/workflow,elsurudo/workflow,geekq/workflow,TwilightCoders/workflow,cosmindorobantu/workflow,meltheadorable/workflow
3c8262239e153bcd9bf0678cfe785f06bdade210
.travis.yml
.travis.yml
language: objective-c osx_image: xcode9.4 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=SwiftyNotifications.xcworkspace - FRAMEWORK_SCHEME="SwiftyNotifications" - SDK=iphonesimulator11.4 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.4,name=iPhone 8" - DES...
language: objective-c osx_image: xcode9.4 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=SwiftyNotifications.xcworkspace - FRAMEWORK_SCHEME="SwiftyNotifications" - SDK=iphonesimulator11.4 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.4,name=iPhone 8" - DES...
Build also for iOS 9.
Build also for iOS 9.
YAML
mit
abdullahselek/SwiftyNotifications,abdullahselek/SwiftyNotifications,abdullahselek/SwiftyNotifications
19eae8bb7f01c71faa3e2a3b9caf92245256a538
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 - 0.12 script: "npm run-script test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
language: node_js node_js: - 0.10 - 0.12 - 4 - 5 script: "npm run-script test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
Add Node 4 and 5 to the test suite.
Add Node 4 and 5 to the test suite.
YAML
mit
omichelsen/express-ab
b4085df19b4841299a1bc41e470793089125ffac
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev script: nosetests
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev script: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2; fi - nosetests
Fix missing unittest2 and reenable testing on Python 2.6
Fix missing unittest2 and reenable testing on Python 2.6
YAML
lgpl-2.1
gbenson/i8c
458872c6615c29abdca41daadff128ecf37268e3
.travis.yml
.travis.yml
language: node_js node_js: - 8 - 10 script: - npm test
language: node_js node_js: - 8 - 10 - 12 script: - npm test
Add node 12 to CI engine list
Add node 12 to CI engine list
YAML
isc
CacheControl/json-rules-engine,CacheControl/json-rules-engine,CacheControl/json-rules-engine
f845dfaa15c85ac343c8821c20bd46d38394311b
.travis.yml
.travis.yml
language: python python: - "pypy" install: - python setup.py develop - pip install coverage nose mock moto python-coveralls script: nosetests after_success: - coveralls
language: python sudo: false python: - "pypy" install: - python setup.py develop - pip install coverage nose mock moto python-coveralls script: nosetests after_success: - coveralls
Add sudo false for faster container builds
Add sudo false for faster container builds
YAML
mpl-2.0
mozilla-services/autopush,mozilla-services/autopush
1c307ef1b954162d7d6bc89c2e9681a56c03ac74
.travis.yml
.travis.yml
sudo: false language: python dist: xenial python: - 2.7 - 3.6 - 3.7 matrix: include: - dist: trusty python: 2.6 addons: apt: packages: - scons cache: pip: true directories: - $HOME/perl5 install: - export PERL5LIB=~/perl5/lib/perl5 - export PYTHONPATH=$(echo $(dirname $(which pyt...
sudo: false language: python dist: xenial python: - 2.7 - 3.6 - 3.7 matrix: include: - dist: trusty python: 2.6 addons: apt: packages: - scons - libdbi-perl cache: pip: true directories: - $HOME/perl5 install: - export PERL5LIB=~/perl5/lib/perl5 - export PYTHONPATH=$(echo $(d...
Add missing perl DBI package
Add missing perl DBI package
YAML
lgpl-2.1
salilab/allosmod,salilab/allosmod,salilab/allosmod,salilab/allosmod
33e9f14f2c5695e06fe6612329b775948ed18092
.travis.yml
.travis.yml
sudo: required group: edge language: python services: - docker addons: apt: packages: - openvswitch-switch cache: directories: - /home/travis/docker/ before_install: - if [ -f ${DOCKER_CACHE_FILE} ]; then gunzip -c ${DOCKER_CACHE_FILE} | docker load; fi env: global: - DOCKER_CACHE_FILE=/home...
sudo: required group: edge language: python services: - docker addons: apt: packages: - openvswitch-switch python: - "3.5" install: - "pip3 install -r requirements.txt -r test-requirements.txt" - "python3 setup.py sdist" - "pip3 install dist/*tar.gz" - "pip3 show faucet" script: - "cd ./tests"...
Revert "Try to cache docker images."
Revert "Try to cache docker images." This reverts commit fa2d6c0a893ef8e41cb4cd154cb04ee33583724b.
YAML
apache-2.0
trungdtbk/faucet,trungdtbk/faucet,mwutzke/faucet,gizmoguy/faucet,faucetsdn/faucet,REANNZ/faucet,trentindav/faucet,Bairdo/faucet,anarkiwi/faucet,Bairdo/faucet,wackerly/faucet,faucetsdn/faucet,gizmoguy/faucet,byllyfish/faucet,trentindav/faucet,byllyfish/faucet,REANNZ/faucet,mwutzke/faucet,shivarammysore/faucet,shivarammy...
c3564a28ac5289465494c23a1ad763edec4737b2
.travis.yml
.travis.yml
language: php sudo: required php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm install: - eval `ssh-agent -s` - test/travis/setup-secure-shell.sh - composer self-update - composer install --no-interaction --prefer-source script: - phpunit notifications: webhooks...
language: php sudo: required php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm include: - php: 5.4 env: COMPOSER_FLAGS="--prefer-lowest" install: - eval `ssh-agent -s` - test/travis/setup-secure-shell.sh - composer self-update - composer update --no-interaction --pr...
Allow using older symfony components for PHP 5.4
Allow using older symfony components for PHP 5.4 Symfony 3.0 components have a platform requirement to PHP >= 5.5. This change uses the `--prefer-lowest` flag in combination with composer update to be able to build on travis with PHP 5.4.
YAML
mit
deployphp/deployer,TheRatG/deployer,prosalov/deployer,mbrodala/deployer,oanhnn/deployer,cjsewell/deployer,deployphp/deployer,deployphp/deployer,robfrawley/deployer,torinaki/deployer,prosalov/deployer,robfrawley/deployer,jverdeyen/deployer
647a19609fdca0b4eb6a6260c316b0104e3fb144
.travis.yml
.travis.yml
language: go go: - "1.10.x" - "1.11.x" services: - postgresql before_install: - sudo apt-get install apache2-utils before_script: - ./prepare_travis_for_fork.sh - psql -c 'create database goby_test;' -U postgres script: - ./travis.sh env: - "GOBY_ROOT=$HOME/gopath/src/github.com/goby-lang/goby" a...
language: go matrix: include: - go: 1.10.x dist: trusty - go: 1.10.x dist: xenial - go: 1.11.x # trusty builds with 1.11 are [currently broken](https://github.com/golang/go/issues/31293) dist: xenial services: - postgresql before_install: - sudo apt-get install apache2-util...
Add xenial to matrix of Travis builds
Add xenial to matrix of Travis builds With the current setup, the Trusty+1.11 build breaks, so it's excluded.
YAML
mit
goby-lang/goby,Maxwell-Alexius/goby,st0012/Rooby,goby-lang/goby,st0012/Rooby,goby-lang/goby,Maxwell-Alexius/goby,Maxwell-Alexius/goby
52a61df9d5657682313c48b0875f20137f20fe67
.travis.yml
.travis.yml
language: csharp solution: "./Extension Library/Extension Library.sln" #dotnet: 1.0.1 dist: trusty sudo: required install: - nuget restore "./Extension Library/Extension Library.sln" # - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner # script: # - xbuild /p:Configuration=Release "./Extensi...
language: csharp solution: "./Extension Library/Extension Library.sln" #dotnet: 1.0.1 dist: trusty sudo: required # install: # - nuget restore "./Extension Library/Extension Library.sln" # - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner # script: # - xbuild /p:Configuration=Release "./Ext...
Update build script for Travis CI
Update build script for Travis CI
YAML
mit
gh0stter/CSharp-Extension-Library
350928c6214ead5a80b11d4346a971c0d3197194
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ree - ruby-head - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-18mode - rvm: rbx-19mode
rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ree - ruby-head - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode matrix: allow_failures: - 1.8.7 # not sure why 1.8 isn't passing, but it's dead - ree # also dead - rvm: ruby-head - rvm: jruby-head - rvm: rbx-18mode # sure w...
Add 1.8 to allowed failures
Add 1.8 to allowed failures
YAML
mit
tpetchel/nio4r,tpetchel/nio4r,marshall-lee/nio4r,celluloid/nio4r,marshall-lee/nio4r,celluloid/nio4r,celluloid/nio4r,marshall-lee/nio4r,tpetchel/nio4r
f11517074719887116ee94c33b3e7e5e3a3ad36c
.travis.yml
.travis.yml
language: ruby branches: only: - master - travis rvm: - 2.1 - 2.2 - 2.3 - jruby - rbx env: - HANDLER=nokogiri - HANDLER=ox matrix: exclude: - rvm: jruby env: HANDLER=ox before_install: - gem update bundler
language: ruby branches: only: - master - travis rvm: - 2.1 - 2.2 - 2.3 - jruby - rbx env: - HANDLER=nokogiri - HANDLER=ox matrix: allow_failures: - rvm: jruby exclude: - rvm: jruby env: HANDLER=ox before_install: - gem update bundler
Allow JRuby to fail (for now)
Allow JRuby to fail (for now) The first step to JRuby support is getting Travis to properly run the tests, now I just have to figure out why they're failing. :laughing:
YAML
mit
jfiorato/feedjira
6e5a57d1bd733a466954ac8164e6c7aacbfdbec8
.travis.yml
.travis.yml
language: scala script: - sbt "$SCRIPTED_TEST" env: - SCRIPTED_TEST="scripted actions/*" - SCRIPTED_TEST="scripted api/*" - SCRIPTED_TEST="scripted compiler-project/*"" - SCRIPTED_TEST="scripted dependency-management/*1of2" - SCRIPTED_TEST="scripted dependency-management/*2of2" - SCRIPTED_TEST="scripted j...
language: scala # TODO - we'd like to actually test everything, but the process library has a deadlock right now jdk: - openjdk6 # - oraclejdk7 sudo: false env: global: - JVM_OPTS="-Xms1024m -Xmx1024m -XX:ReservedCodeCacheSize=128m -XX:MaxPermSize=256m" matrix: - SCRIPTED_TEST="scripted actions/*" ...
Use the new Docker queue on Travis
Use the new Docker queue on Travis faster, better, stronger vms boot in seconds, network is more stable also cleaned up the .travis.yml file a little :)
YAML
bsd-3-clause
Duhemm/sbt,dyx/sbt,Sciss/sbt,xuwei-k/xsbt,twitter-forks/sbt,Duhemm/compiler-bridge,dyx/sbt,mdedetrich/sbt,sbt/sbt,xuwei-k/xsbt,sbt/sbt,pocketberserker/sbt,Duhemm/sbt,pdalpra/sbt,jkinkead/sbt,dyx/sbt,twitter-forks/sbt,dyx/sbt,xuwei-k/xsbt,twitter-forks/sbt,jkinkead/sbt,mdedetrich/sbt,sbt/sbt,xuwei-k/xsbt,jkinkead/sbt,da...
6e44cf63e5d0901eaa26d6bdf352cf87025e0190
.travis.yml
.travis.yml
language: python python: - "3.4" install: - python setup.py script: - python common/shapp.py - python common/sheventhandler.py - python common/shutil.py - python common/shregistry.py - python engine/restinterface.py - python engine/memorymanager.py - python feed/feed.home.tracer.py --help - python f...
language: python python: - "3.4" install: - python setup.py script: - python common/shapp.py - python common/sheventhandler.py - python common/shutil.py - python common/shregistry.py - python engine/restinterface.py - python engine/memorymanager.py - python feed/feed.home.tracer.py --help - python f...
Add eagle feed to Travis CI
Add eagle feed to Travis CI
YAML
apache-2.0
fxstein/SentientHome
34710734cbd93171d9bce1dbd60c4cf7899e7d24
.travis.yml
.travis.yml
sudo: required dist: trusty before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libeigen3-dev libglew-dev libc++-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ...
sudo: required dist: trusty before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libeigen3-dev libglew-dev libc++-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ...
Install libstdc++-5 on Linux to for clang.
CI: Install libstdc++-5 on Linux to for clang.
YAML
mit
tschmidt23/Pangolin,stevenlovegrove/Pangolin,mp3guy/Pangolin,mp3guy/Pangolin,stevenlovegrove/Pangolin,stevenlovegrove/Pangolin,mp3guy/Pangolin,renzodenardi/Pangolin,tschmidt23/Pangolin,tschmidt23/Pangolin,renzodenardi/Pangolin
f2d8f0d46870a5e270aeeea4aa4e354dbe788d0b
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.4" env: - REQ="Django>=1.9,<1.10 django-mptt" - REQ="https://github.com/django/django/archive/master.zip django-mptt" install: - pip install $REQ flake8 - python setup.py -q install script: "cd tests && ./manage.py test testapp && flake8 ."
language: python sudo: false python: - "2.7" - "3.4" env: - REQ="Django>=1.9,<1.10 django-mptt" - REQ="https://github.com/django/django/archive/master.zip django-mptt" matrix: exclude: # Avoid "UnicodeEncodeError: 'ascii' codec can't encode character u'\u2297' in position 60: ordinal not in range(128)" ??? ...
Exclude a stupidly failing config
Exclude a stupidly failing config
YAML
bsd-3-clause
matthiask/django-content-editor,matthiask/feincms2-content,matthiask/django-content-editor,matthiask/feincms2-content,matthiask/feincms2-content,matthiask/django-content-editor,matthiask/django-content-editor
1986acdeee892475cc59fd2fffd1718a7e8166a2
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8
language: objective-c osx_image: xcode8 xcode_project: TDRedux.xcodeproj xcode_scheme: TDRedux script: - xcodebuild \ -project TDRedux.xcodeproj \ -scheme TDRedux \ -destination "OS=10.0,name=iPhone 6s Plus" \ GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \ GCC_GENERATE_TEST_COVERAGE_FILES=YES \ test ...
Use xcodebuild + xcpretty because xctool is DEAD for Xcode 8
Use xcodebuild + xcpretty because xctool is DEAD for Xcode 8 Stole the snippet from [here](https://github.com/NicholasTD07/SwiftDailyAPI/blob/develop/.travis.yml)
YAML
mit
NicholasTD07/TDRedux.swift,NicholasTD07/TDRedux.swift,NicholasTD07/TDRedux.swift
5447ddd4928e396a6315f7bf073248498a9e2765
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "6" before_script: - npm run download-flatlist script: - npm test - npm run lint
language: node_js node_js: - "7" - "6" before_script: - yarn run download-flatlist script: - yarn test - yarn run lint
Change all Travis commands from 'npm' to 'yarn'
:rocket: Change all Travis commands from 'npm' to 'yarn'
YAML
mit
cooperka/react-native-immutable-list-view
aab5788fc862ecb317cc72c04998941529320420
.travis.yml
.travis.yml
language: php sudo: false matrix: include: - php: 5.5 - php: 5.6 - php: 5.6 env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' - php: 7.0 - php: hhvm - php: nightly allow_failures: - php: 7.0 - php: nightly fast_finish: true before_install: - travis_retry composer sel...
language: php sudo: false matrix: include: - php: 5.6 - php: 5.6 env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' - php: 7.0 - php: hhvm - php: nightly allow_failures: - php: 7.0 - php: nightly fast_finish: true before_install: - travis_retry composer self-update && com...
Remove PHP 5.5 from Travis
Remove PHP 5.5 from Travis
YAML
mit
cocur/vale
1b0dc332a36776df9f659f4c448266bf5b0a7e34
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12"
sudo: false language: node_js node_js: - 'iojs' - 'node' - '0.10'
Test on 'iojs' and use container based
Test on 'iojs' and use container based
YAML
mit
grncdr/merge-stream
711077e402f732d6fae6d873bc16b99e362a7b2f
.travis.yml
.travis.yml
--- language: perl perl: - "5.20" - "5.24" - "5.26" addons: apt: packages: - ffmpeg
--- language: perl perl: - "5.20" - "5.24" - "5.26" sudo: true install: - sudo apt-get install ffmpeg
Use sudo infra rather than containered
Use sudo infra rather than containered ffmpeg isn't whitelisted, apparently...
YAML
agpl-3.0
yoe/sreview,yoe/sreview,yoe/sreview,yoe/sreview
338fb6efdd9e9ad22c66fc11cd0d47728f11a08d
.travis.yml
.travis.yml
language: ruby env: global: - DISCOURSE_HOSTNAME=www.example.com - RUBY_GC_MALLOC_LIMIT=50000000 matrix: - "RAILS_MASTER=1" - "RAILS_MASTER=0" addons: postgresql: 9.3 matrix: allow_failures: - env: "RAILS_MASTER=1" - rvm: rbx-2 fast_finish: true rvm: - 2.0.0 - 2.1 - 2.2 - r...
language: ruby env: global: - DISCOURSE_HOSTNAME=www.example.com - RUBY_GC_MALLOC_LIMIT=50000000 matrix: - "RAILS42=1" - "RAILS_MASTER=1" - "RAILS_MASTER=0" addons: postgresql: 9.3 matrix: allow_failures: - env: "RAILS_MASTER=1" - env: "RAILS42=1" - rvm: rbx-2 fast_finish: t...
Test on rails 4.2 and master
Test on rails 4.2 and master
YAML
mit
natefinch/discourse,natefinch/discourse
b581d7490388db5cb51c5830364e5b259ae10d1a
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob clean lint complexity test"
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob clean lint complexity test coverage"
Add coverage to CI run.
Add coverage to CI run.
YAML
mit
cliffano/nestor,cliffano/nestor
14ece7e4571daed881121848b1229b6056f2a7de
.travis.yml
.travis.yml
language: d sudo: false matrix: include: - d: dmd-nightly - d: dmd-2.092.0 - d: ldc-1.19.0 allow_failures: - d: dmd-nightly script: - build/ci.sh # - dub build -b ddox after_success: - bash <(curl -s https://codecov.io/bash)
language: d sudo: false matrix: include: - d: dmd-nightly - d: dmd-2.092.0 allow_failures: - d: dmd-nightly script: - build/ci.sh # - dub build -b ddox after_success: - bash <(curl -s https://codecov.io/bash)
Remove pesky ldc from Travis config
Remove pesky ldc from Travis config
YAML
bsd-3-clause
atilaneves/unit-threaded,atilaneves/unit-threaded
1b236f45ce2c83e8e75205dca8ff2b8783e1cb66
.travis.yml
.travis.yml
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 jobs: include: - s...
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 jobs: include: - s...
Remove the deprecated sudo option and run on the latest version
Remove the deprecated sudo option and run on the latest version
YAML
apache-2.0
duncan3dc/serial,duncan3dc/serial
6bd2d4430049d4d3d0da259b1039303149d45e78
.travis.yml
.travis.yml
language: python python: - "3.6" virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq libgdal1h - sudo apt-get install -qq python-gdal script: py.test scarplet/tests
language: python python: - "3.2" virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq libgdal1h - sudo apt-get install -qq python-gdal script: py.test scarplet/tests
Downgrade Travis Python version to test virtualenv
Downgrade Travis Python version to test virtualenv
YAML
mit
stgl/scarplet,rmsare/scarplet
b37afa53a82be8739e5f36428b3bcfe9e73f4689
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0 - jruby before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - bundle exec rspec
language: ruby script: - bundle exec rspec spec rvm: - rbx-2 - jruby-head - ruby-head - ruby - jruby - 2.1.2 - 2.0.0 - 1.9.3
Add more rubies api_matchers compatibility. Yeah!
Add more rubies api_matchers compatibility. Yeah!
YAML
mit
tomas-stefano/api_matchers,tadjohnston/api_matchers
36bb70a95b2234407b1e6e1e2e531e0ad941a51b
.travis.yml
.travis.yml
sudo: false language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly fast_finish: true env: - AMP_DEBUG=true before_install: - phpenv config-rm xdebug.ini || echo "No xdebug config." install: - composer update -n --prefer-dist - travis/install-eio.sh - travis...
sudo: false language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly fast_finish: true env: - AMP_DEBUG=true before_install: - phpenv config-rm xdebug.ini || echo "No xdebug config." install: - composer update -n --prefer-dist - travis/install-eio.sh - travis...
Disable phpdbg where it segfaults
Disable phpdbg where it segfaults
YAML
mit
amphp/fs,amphp/file
1531268db13aabf1ebbe565d4d456eac45304ad1
.travis.yml
.travis.yml
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction script: - vendor/bin/phpcs --standard=psr2 ./src - vendor/bin/phpunit --coverage-text --bootstrap vendor/autoload.php ...
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm before_script: - travis_retry composer self-update - if [[ $TRAVIS_PHP_VERSION == "5.6" ]]; then composer remove --dev phpbench/phpbench; fi - if [[ $TRAVIS_PHP_VERSION == "hhvm" ]]; then composer remove --dev phpbench/phpb...
Remove PHPBench from unsupported PHP versions
Remove PHPBench from unsupported PHP versions
YAML
mit
tuupola/base62
92febca0c88f13a8308a785ef3e6ae9aa7db3695
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '7'
sudo: false language: node_js node_js: - '9' - '8' - '6'
Update Travis CI node versions
Test(config): Update Travis CI node versions
YAML
unlicense
fvdm/nodejs-fibonacci
ecb4a52e22dbf3cb18e15caa9d323c90705711d5
.travis.yml
.travis.yml
language: common-lisp sudo: required os: - linux - osx env: - LISP=sbcl-bin - LISP=ccl-bin matrix: include: - language: nix os: linux env: script: nix-build default.nix && echo -shcl-run-tests | ./result/bin/shcl install: true install: - ./ci/install script: - make LISP='ro...
sudo: required dist: bionic os: - linux - osx env: - LISP=sbcl-bin - LISP=ccl-bin matrix: include: - language: nix env: script: nix-build default.nix && echo -shcl-run-tests | ./result/bin/shcl install: true install: - ./ci/install script: - make LISP='ros -s cffi-grovel run --' ...
Update the ubuntu build for CI
Update the ubuntu build for CI The -no-pie build failure is caused by GCC being super old. Let's update it! Interestingly, travis limits the set of available operating systems based on what the language supports. Since common-lisp is unrecognized, it was limited to the default OS. In order to use a more recent Ubu...
YAML
apache-2.0
bradleyjensen/shcl,bradleyjensen/shcl,bradleyjensen/shcl
3ecdc6f4e150eacdf949574a1d7392872db20a04
.travis.yml
.travis.yml
sudo: false language: node_js branches: only: - master node_js: - '12' - '11' - '10' - '9' - '8'
sudo: false language: node_js branches: only: - master node_js: - '12' - '11' - '10'
Remove unused versions of Node.js for tests
Remove unused versions of Node.js for tests
YAML
mit
justcoded/web-starter-kit,justcoded/web-starter-kit
11a3f5e2960ea6c1547a71a161c801e96d73438d
.travis.yml
.travis.yml
language: php php: - "5.5" - "5.6" before_install: - sudo apt-get update -qq - sudo apt-get install -y phantomjs screen before_script: - mysql -e 'create database homestead;' - mysql -e "GRANT ALL PRIVILEGES ON homestead.* TO 'homestead'@'%' IDENTIFIED BY 'secret'" -uroot - screen -S server -d -m phantomj...
language: php php: - "5.5" - "5.6" - "hhvm" - "7" before_install: - sudo apt-get update -qq - sudo apt-get install -y phantomjs screen before_script: - mysql -e 'create database homestead;' - mysql -e "GRANT ALL PRIVILEGES ON homestead.* TO 'homestead'@'%' IDENTIFIED BY 'secret'" -uroot - screen -S se...
Test hhvm and php 7
Test hhvm and php 7
YAML
mit
svpernova09/NerdsAreDrinking,svpernova09/NerdsAreDrinking,svpernova09/NerdsAreDrinking
da219074f4a9b8098c2979d4ffcb7de82e6f73f3
.travis.yml
.travis.yml
language: node_js matrix: include: - env: TEST_TARGET=browser - env: TEST_TARGET=node node_js: 4 - env: TEST_TARGET=node node_js: 5 - env: TEST_TARGET=node node_js: 6 script: - npm install -g node-static - static -p 8081 & - npm run lint - npm run dist - npm test deploy: provider: npm email: m...
language: node_js matrix: include: - env: TEST_TARGET=browser node_js: 6 - env: TEST_TARGET=node node_js: 4 - env: TEST_TARGET=node node_js: 5 - env: TEST_TARGET=node node_js: 6 script: - npm install -g node-static - static -p 8081 & - npm run lint - npm run dist - npm test deploy: provider:...
Use Node.js 6 for browser tests
Use Node.js 6 for browser tests
YAML
mit
tus/tus-js-client,tus/tus-js-client,tus/tus-js-client
7bf8f4dd5976d14e79176c7da759c6b6f34f6bcd
.travis.yml
.travis.yml
language: java script: - ./scripts/setup install: - /bin/true
language: java script: - ./scripts/setup before_install: chmod +x ./scripts/setup install: - /bin/true
Make sure scripts can run on Travis
Make sure scripts can run on Travis
YAML
apache-2.0
T145/magistics,T145/magistics
333fc112621509b7c7b780aeef11bed9c0e52310
.travis.yml
.travis.yml
language: node_js node_js: - "8" - "10" - "12" - "node"
language: node_js node_js: - "10" - "12" - "14" - "node"
Update node version for Travis
Update node version for Travis
YAML
mit
antoinejaussoin/redux-saga-testing,antoinejaussoin/redux-saga-testing
5547ed6e102b89d9c567098a4c526b0c1a4c756a
.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 - brew install gnu-sed s3cmd - gem install xcpretty -N script: "./Tests/travis.sh" notifications: slack: secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5g...
language: objective-c osx_image: xcode11 env: - LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 before_install: - pod repo update - brew install gnu-sed s3cmd - gem install xcpretty -N script: "./Tests/travis.sh" notifications: slack: secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvB...
Switch Travis to Xcode 11 image
Switch Travis to Xcode 11 image
YAML
mit
eljeff/AudioKit,eljeff/AudioKit,eljeff/AudioKit,audiokit/AudioKit,adamnemecek/AudioKit,adamnemecek/AudioKit,eljeff/AudioKit,audiokit/AudioKit,audiokit/AudioKit,audiokit/AudioKit,adamnemecek/AudioKit,adamnemecek/AudioKit
e51c42d77e93ea3939c13686fcf3844b05297e9c
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - jruby-head - ruby-head - "2.2" - jruby-19mode - "2.1" - "2.0.0" - "1.9.3" env: - AR_VERSION="~>4.2.1" - AR_VERSION="~>4.1.10" - AR_VERSION="~>4.0.21" - AR_VERSION="~>3.2.21"
language: ruby sudo: false rvm: - jruby-head - ruby-head - "2.2" - jruby-19mode - "2.1" - "2.0.0" - "1.9.3" env: - AR_VERSION="~>4.2.1" - AR_VERSION="~>4.1.10" - AR_VERSION="~>4.0.13" - AR_VERSION="~>3.2.21"
Test MRI and JRuby with ActiveRecord 4.2, 4.1, 4.0, and 3.2
Test MRI and JRuby with ActiveRecord 4.2, 4.1, 4.0, and 3.2
YAML
mit
donv/activerecord-time
b0c6db8615db91fa245c635eb29f180e961c44e0
.travis.yml
.travis.yml
language: ruby rvm: - 2.5 - 2.6 - 2.7 - ruby-head env: - INTEGRATION=yes - INTEGRATION=no group: travis_lts cache: bundler before_install: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-repor...
language: ruby rvm: - 2.5 - 2.6 - 2.7 - ruby-head env: - INTEGRATION=yes - INTEGRATION=no group: travis_lts cache: bundler before_install: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-repor...
Remove setting jobs option since its value is overridden
Remove setting jobs option since its value is overridden
YAML
mit
rakuten-ws/rws-ruby-sdk
0d96eb5944f63e1a720f8e5a77c8dce06f717b5f
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0.0-p647 - 2.1.7 - 2.2.3 - ruby-head install: - git clone https://github.com/ruby/mspec.git ../mspec script: - ../mspec/bin/mspec branches: only: - master
sudo: false language: ruby rvm: - 2.0.0-p648 - 2.1.8 - 2.2.4 - ruby-head install: - git clone https://github.com/ruby/mspec.git ../mspec script: - ../mspec/bin/mspec branches: only: - master
Use the latest rubies on Travis
Use the latest rubies on Travis
YAML
mit
eregon/rubyspec,ruby/spec,ruby/spec,ruby/rubyspec,eregon/rubyspec,kachick/rubyspec,ruby/spec,ruby/rubyspec,sgarciac/spec,nobu/rubyspec,wied03/rubyspec,kachick/rubyspec,nobu/rubyspec,eregon/rubyspec,sgarciac/spec,sgarciac/spec,nobu/rubyspec,wied03/rubyspec,kachick/rubyspec,wied03/rubyspec
2a27ebf70beb16581ea595b787ce7ba529acde1e
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.3.6 - 2.4.3 - 2.5.0 env: - DB=sqlite - DB=mysql - DB=postgresql install: - cp config/database.yml.$DB config/database.yml - bundle install --without development before_script: - bundle exec rake db:create db:migrate script: - bundle exec rake - 'c...
sudo: false language: ruby cache: bundler rvm: - 2.3 - 2.4 - 2.5 env: - DB=sqlite - DB=mysql - DB=postgresql install: - cp config/database.yml.$DB config/database.yml - bundle install --without development before_script: - bundle exec rake db:create db:migrate script: - bundle exec rake - 'cd $TRA...
Use latest micro version for all Rubies for CI
Use latest micro version for all Rubies for CI
YAML
mit
publify/publify,publify/publify,publify/publify
1fdf3b72b56deb750c027ab328cf860f6a9fff3b
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - stable cache: directories: - node_modules branches: only: - master - next - /^greenkeeper-/ - v4
sudo: false language: node_js node_js: - stable cache: directories: - node_modules branches: only: - master - next - /^greenkeeper-/
Remove v4 from builds now that we're at 4.0.0
Remove v4 from builds now that we're at 4.0.0
YAML
mit
asaf/react-router,reactjs/react-router,DelvarWorld/react-router,ReactTraining/react-router,goblortikus/react-router,d-oliveros/react-router,reactjs/react-router,DelvarWorld/react-router,OpenGov/react-router,goblortikus/react-router,goblortikus/react-router,OpenGov/react-router,OpenGov/react-router,ReactTraining/react-r...
1ddd055291dfbf6e75117334eaa04c145e58ed40
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 services: - memcached before_script: - composer self-update - phpenv config-add travisconfig.ini - composer install --prefer-source --no-interaction --dev script: vendor/bin/phpunit -c phpunit_ci.xml
language: php php: - 5.6 - 7.0 services: - memcached before_script: - composer self-update - phpenv config-add travisconfig.ini - composer install --prefer-source --no-interaction --dev script: vendor/bin/phpunit -c phpunit_ci.xml
Remove support for php 5.4 and 5.5
Remove support for php 5.4 and 5.5
YAML
mit
karptonite/geekcache
76ab2c7445157b0b9e577ea92690c856c5a226cd
.travis.yml
.travis.yml
language: c sudo: required service: docker install: - wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh - cp mocks/mock.ml lib/nvml.ml - cp mocks/mock.c stubs/nvml_stubs.c script: bash -ex .travis-docker.sh env: global: - PACKAGE=gpumon - PINS="gpumon:." - BAS...
language: c sudo: required service: docker install: - wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh - cp mocks/mock.ml lib/nvml.ml - cp mocks/mock.c stubs/nvml_stubs.c script: bash -ex .travis-docker.sh env: global: - PACKAGE=gpumon - PINS="gpumon:." - BAS...
Revert "Temporary commit to pass CI."
Revert "Temporary commit to pass CI." This reverts commit f1b36e3bffa09ffa58f20e98ec71939b4bf78124.
YAML
isc
xenserver/gpumon
9ba155821e37ba6b5d3bee86205d1f26e66a4041
.travis.yml
.travis.yml
language: php script: make test php: - 5.3 - 5.4
language: php script: make test notifications: email: eng@basho.com php: - 5.3 - 5.4
Change notifications to just engineering list.
Change notifications to just engineering list. [ci skip]
YAML
apache-2.0
basho/riak-php-client,0x20h/riak-php-client
7751fd4974c2d538680fdfa261d0270d2e6a142b
.travis.yml
.travis.yml
language: c script: - bats test - ./lint.sh before_script: - git clone https://github.com/sstephenson/bats.git /tmp/bats - export PATH=/tmp/bats/bin:$PATH os: - linux - osx
language: c script: - bats test - ./lint.sh before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck; fi before_script: - git clone https://github.com/sstephenson/bats.git /tmp/bats - export PATH=/tmp/bats/bin:$PATH o...
Add TravisCI instructions for osx setup of shellcheck
Add TravisCI instructions for osx setup of shellcheck
YAML
mit
Stratus3D/asdf,Jwashton/asdf,asdf-vm/asdf