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
ac5bd085d9a6f1ed3d0ee29b46ba62dda2779652
.codeclimate.yml
.codeclimate.yml
--- engines: bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.rb" exclude_paths: - spec/
--- engines: duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - "**.rb" exclude_paths: - spec/
Remove bundler-audit since we don't commit our Gemfile.lock
Remove bundler-audit since we don't commit our Gemfile.lock
YAML
mit
crashlytics/gemstash,crashlytics/gemstash,crashlytics/gemstash,bundler/gemstash,bundler/gemstash,bundler/gemstash
721cc1ec9167b3f564ded42057d3cf47796d3aaa
.codeclimate.yml
.codeclimate.yml
engines: eslint: enabled: true channel: "eslint-3" duplication: enabled: true ratings: paths: - lib/** - specs/** - "**.js"
engines: eslint: enabled: true channel: "eslint-3" duplication: enabled: true config: languages: javascript: ratings: paths: - lib/** - specs/** - "**.js"
Add language for CC duplication engine
Add language for CC duplication engine
YAML
mit
mgh/react-modal,dminuoso/react-modal,oisu/react-modal,dminuoso/react-modal,mgh/react-modal,oisu/react-modal
c9f3081e04f343efa2c3bf85e62ad3d4364a527f
.codeclimate.yml
.codeclimate.yml
--- engines: duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true rubocop: enabled: true ratings: paths: - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" - "**.rb" exclude_paths: - test...
--- engines: duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true rubocop: enabled: true checks: Rubocop/Metrics/MethodLength: enabled: false Similar code: enabled: false ratings: paths...
Disable 2 arbitrary rubocop checks
Disable 2 arbitrary rubocop checks
YAML
apache-2.0
appneta/ruby-traceview,appneta/ruby-traceview,appneta/ruby-traceview,appneta/ruby-traceview
fb335787c6a1e92a49ee6bfc2de62cd7a4dba95c
.codeclimate.yml
.codeclimate.yml
--- engines: duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true rubocop: enabled: true checks: Rubocop/Metrics/MethodLength: enabled: false Similar code: enabled: false Rubocop/Me...
--- engines: duplication: enabled: true config: languages: - ruby - javascript - python - php checks: Similar code: enabled: false fixme: enabled: true rubocop: enabled: true checks: Rubocop/Metrics/MethodLength: enabled: false ...
Fix Similar code check location
Fix Similar code check location
YAML
apache-2.0
appneta/ruby-traceview,appneta/ruby-traceview,appneta/ruby-traceview,appneta/ruby-traceview
df21f22c17fd48f5130fd00e13b8bdd1fec16898
.scrutinizer.yml
.scrutinizer.yml
tools: external_code_coverage: timeout: 600 php_mess_detector: true php_code_sniffer: true sensiolabs_security_checker: true php_code_coverage: true php_pdepend: true php_loc: enabled: true excluded_dirs: [vendor, tests] php_cpd: enabled: true excl...
tools: external_code_coverage: timeout: 600 php_mess_detector: true php_code_sniffer: true sensiolabs_security_checker: true php_code_coverage: true php_pdepend: true php_loc: enabled: true excluded_dirs: [vendor, tests] php_cpd: enabled: true excl...
Enable quality checks for Scrutinizer.
Enable quality checks for Scrutinizer.
YAML
mit
dflydev/dflydev-encrypted-fig-cookies
2e1b2ca0866474b374e1d19b25786cdc5835e04d
pubspec.yaml
pubspec.yaml
name: toml version: 0.3.0 author: Justin Andresen <jan.dresen.95@gmail.com> description: Parser and encoder for TOML v0.4.0 (Tom's Obvious, Minimal Language) configuration files. homepage: https://github.com/just95/toml.dart dependencies: dart_config: '>=0.5.0 <0.6.0' path: '>=1.3.4 <2.0.0' petitparser: '>=1.3.3 ...
name: toml version: 0.3.0 author: Justin Andresen <jan.dresen.95@gmail.com> description: Parser and encoder for TOML v0.4.0 (Tom's Obvious, Minimal Language) configuration files. homepage: https://github.com/just95/toml.dart dependencies: path: '>=1.3.4 <2.0.0' petitparser: '>=1.3.3 <2.0.0' quiver: '>=0.21.0<0.22...
Remove `dart_config` dependency. Add `yaml` dependency.
Remove `dart_config` dependency. Add `yaml` dependency.
YAML
mit
just95/toml.dart,just95/toml.dart
c7db374bce4900e156cdf03226cafd8fb9ee8da3
pubspec.yaml
pubspec.yaml
name: clean_router version: 0.1.1 authors: - Samuel Hapák <samuel.hapak@vacuumapps.com> - Peter Csiba <petherz@gmail.com> - Jozef Brandys <jozef.brandys@gmail.com> description: Routing requests both on client and server side. homepage: https://github.com/cleandart/clean_router dependencies: browser: any clean_data:...
name: clean_router version: 0.1.2 authors: - Samuel Hapák <samuel.hapak@vacuumapps.com> - Peter Csiba <petherz@gmail.com> - Jozef Brandys <jozef.brandys@gmail.com> description: Routing requests both on client and server side. homepage: https://github.com/cleandart/clean_router dependencies: browser: any clean_data:...
Support route _tail also in path function.
Support route _tail also in path function.
YAML
bsd-3-clause
cleandart/clean_router
0b8e34af33b738e76c51d563b799ca3493b3ae8d
.travis.yml
.travis.yml
os: - linux sudo: required dist: trusty before_install: - git checkout ${TRAVIS_BRANCH} - git pull install: - sudo apt-get update -q - DEBIAN_FRONTEND=noninteractive sudo apt-get install -y curl python python-virtualenv jq file make script: - make submodules - sudo make acis - make assets - make ...
os: - linux sudo: required dist: trusty before_install: - git checkout ${TRAVIS_BRANCH} - git pull install: - sudo apt-get update -q # - DEBIAN_FRONTEND=noninteractive sudo apt-get install -y curl python python-virtualenv jq file make script: - sudo make apt - make submodules - make runner - sud...
Use the apt instead of the full desc
Use the apt instead of the full desc
YAML
mit
JulienBalestra/enjoliver,kirek007/enjoliver,JulienBalestra/enjoliver,nyodas/enjoliver,nyodas/enjoliver,nyodas/enjoliver,JulienBalestra/enjoliver,JulienBalestra/enjoliver,JulienBalestra/enjoliver,nyodas/enjoliver,kirek007/enjoliver,kirek007/enjoliver,kirek007/enjoliver,kirek007/enjoliver,nyodas/enjoliver
2768e683c3824ba77884315af4a5e313370c2e16
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - npm install -g bower - bower install - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./node_modules/protractor/bin/webdriver-manager update script: - npm test notifications: - email: false sudo: false
language: node_js node_js: - "0.10" before_script: - npm install -g bower - bower install - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./node_modules/protractor/bin/webdriver-manager update script: - npm test notifications: - email: false sudo: false...
Configure Travis to set the Chrome binary variable
Configure Travis to set the Chrome binary variable
YAML
mit
brandonaaskov/angular-ui-tree,fgleilsonf/angular-ui-tree,fmoliveira/angular-ui-tree,resiliencesw/angular-ui-tree,codeice/angular-ui-tree,foglerek/angular-ui-tree,Alexn555/angular-ui-tree,angular-ui-tree/angular-ui-tree,Rademade/angular-ui-tree,asciicode/angular-ui-tree,zachlysobey/angular-ui-tree,BlakeBrown/angular-ui-...
9dd3d1c08e39263c327e4137673e72a4f8dff874
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 #- 7.3 - nightly matrix: allow_failures: - php: nightly include: - php: 7.3 env: dependencies="--ignore-platform-reqs" install: - composer install script: - composer run-script cs-fix - composer run-script coverage --timeout=0 after_success: - travis...
language: php php: - 7.1 - 7.2 #- 7.3 - nightly matrix: allow_failures: - php: nightly include: - php: 7.3 env: dependencies="--ignore-platform-reqs" install: - composer install $dependencies script: - composer run-script cs-fix - composer run-script coverage --timeout=0 after_succe...
Fix env is not used
Fix env is not used
YAML
mit
tienvx/mbt-bundle
fc8ed8b91e5243f79ddfe5a5906ccf0fe4d27aa9
.travis.yml
.travis.yml
language: ruby rvm: - "1.8.7" - "1.9.3" - "2.0.0" #- rbx-19mode env: SPEC_OPTS="--format progress" # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec
language: ruby rvm: - "1.8.7" - "1.9.3" - "2.0.0" - jruby-19mode env: SPEC_OPTS="--format progress" # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec
Add JRuby to the Travis config
Add JRuby to the Travis config
YAML
mit
rr/rr,btakita/rr,rr/rr
acd331c9da5de65e1584ca3be1bd667f3804e609
.travis.yml
.travis.yml
language: "node_js" node_js: - 0.4 - 0.6
language: "node_js" node_js: - 0.4 - 0.6 - 0.8
Test on Node 0.8 in Travis CI.
Test on Node 0.8 in Travis CI.
YAML
mit
jaredhanson/passport-anonymous
8f65325622af304944b3ac3bb2e9da3cf7230f65
.travis.yml
.travis.yml
language: objective-c matrix: include: - env: OSX=10.11 os: osx osx_image: osx10.11 rvm: system - env: OSX=10.10 os: osx osx_image: xcode7 rvm: system - env: OSX=10.9 os: osx osx_image: beta-xcode6.2 rvm: system before_install: - sudo chown -R $USER...
language: objective-c matrix: include: - env: OSX=10.11 os: osx osx_image: osx10.11 rvm: system - env: OSX=10.10 os: osx osx_image: xcode7 rvm: system - env: OSX=10.9 os: osx osx_image: beta-xcode6.2 rvm: system before_install: - if [ -f ".git/shall...
Revert "do not use the test-bot, only use audit --strict."
Revert "do not use the test-bot, only use audit --strict." This reverts commit c833e1ac4aed3fac00b7ade43d2da795088921ba.
YAML
mit
kaos/homebrew-shell
02168b7f706860227aa9155ad6290b6637159154
.travis.yml
.travis.yml
language: go go: - 1.3 - tip before_install: - sudo apt-get update -qq - sudo apt-get install -y libsdl2-dev - go get -v github.com/veandco/go-sdl2/sdl before_script: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get code.google.com/p/go.tools/cmd/cover script: - go t...
language: go go: - 1.3 - tip before_install: - sudo apt-get update -qq - sudo apt-get install -y mercurial build-essential xorg-dev libudev-dev libts-dev libgl1-mesa-dev libglu1-mesa-dev libasound2-dev libpulse-dev libopenal-dev libogg-dev libvorbis-dev libaudiofile-dev libpng12-dev libfreetype6-dev libusb-de...
Build SDL from source on Travis since they use ubuntu 12.04 which does not have an SDL package
Build SDL from source on Travis since they use ubuntu 12.04 which does not have an SDL package
YAML
mit
pmcatominey/gochip8,pmcatominey/gochip8
3125171133825ea2f9425e1c61e4ef7046d85f81
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug doc tooling rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode - rbx-head notifications: irc: "irc.freenode.org#htty" script: "CODECLIMATE_REPO_TOKEN=dd42b57e9d787d55...
language: ruby bundler_args: --without debug doc tooling rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode - rbx-head notifications: irc: "irc.freenode.org#htty" script: "bundle exec rake test" matrix: allow_...
Configure Travis CI build activities
Configure Travis CI build activities
YAML
mit
pepijnve/htty,lanastasov/htty,paolomainardi/htty,dibenso/htty,bradparks/htty,yous/htty,Ribeiro/htty,ilesan-ypg/htty,shaunstanislaus/htty,shekkbuilder/htty
0e3203fc0cb764a0077d505cddc8a97bc769926b
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.2 - 1.9.3 script: - bundle exec rake unit_tests notifications: webhooks: https://www.buildheroes.com/api/projects/588c9dffdc8f0deff4d89d87bf370e8dba8a8a95/builds irc: channels: ["chat.freenode.net##jenkins-api-client"] use_notice: true skip_join: true
language: ruby rvm: - 2.1.5 - 1.9.3 script: - bundle exec rake unit_tests notifications: webhooks: https://www.buildheroes.com/api/projects/588c9dffdc8f0deff4d89d87bf370e8dba8a8a95/builds irc: channels: ["chat.freenode.net##jenkins-api-client"] use_notice: true skip_join: true
Use Ruby 2.1.5 in travix-ci
Use Ruby 2.1.5 in travix-ci
YAML
mit
cocktail-io/jenkins_api_client,arangamani/jenkins_api_client,pc-rhuang/jenkins_api_client,mattrose/jenkins_api_client,attilastrba/jenkins_api_client,pc-rhuang/jenkins_api_client,mattrose/jenkins_api_client,stjohnjohnson/jenkins_api_client,attilastrba/jenkins_api_client,stjohnjohnson/jenkins_api_client,arangamani/jenkin...
f534576ab62b039fabd8c682065910ef9fe50af3
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.10" before_script: - npm install -g grunt-cli
Drop Node.js 0.8 from Travis run
build: Drop Node.js 0.8 from Travis run
YAML
mit
Krinkle/qunit-theme-nv
105e6f17cc10c87628554180f2efd487b7b4b995
.travis.yml
.travis.yml
notifications: disabled: true rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby - ree
notifications: disabled: true rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby - ree before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version
Use rubygems v2.1.11 for Travis-CI
Use rubygems v2.1.11 for Travis-CI Works around rubygems/rubygems#763
YAML
mit
rtcreativegroup/holidays,alexdunae/holidays,ghiculescu/holidays,ptrimble/holidays,HealthWave/holidays,george-semenov/holidays,harvesthq/holidays,kreintjes/holidays,seanhandley/holidays,ptrimble/holidays,johankok/holidays,okdas/holidays,ghiculescu/holidays,causztic/holidays,alexdunae/holidays
f3a8a3469e698085e458fec525e676593c24ed9f
.travis.yml
.travis.yml
language: ruby rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-18mode - rbx-19mode - jruby-18mode - jruby-19mode matrix: include: - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-head env: JRUBY_OPTS="$JRUBY_OPTS --debug" # f...
language: ruby rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-18mode - rbx-19mode - jruby-18mode - jruby-19mode - jruby-head notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
Remove special cases from the CI matrix
Remove special cases from the CI matrix
YAML
mit
dkubb/memoizable
86360e6e652b7322e6c04d94b29f7c05e5136245
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.2.5 - 2.3.1 before_install: gem install bundler -v 1.13.3
sudo: false language: ruby rvm: - 2.2.5 before_install: gem install bundler -v 1.13.3
Cut one instance, as it's more easier to clean every time....
Cut one instance, as it's more easier to clean every time....
YAML
mit
bayetech/easemob,bayetech/easemob
67f8709ea12bd4ba8fd5e58da136bff27fdb3d19
.travis.yml
.travis.yml
language: java
language: java before_script: - mkdir -p ~/.m2 - ls -l ~/.m2 - touch ~/.m2/settings.xml - echo "<settings>" >> ~/.m2/settings.xml - echo "<repositories>" >> ~/.m2/settings.xml - echo "<repository>" >> ~/.m2/settings.xml - echo "<id>jboss</id>" >> ~/.m2/settings.xml - echo "<layout>default</layout>" >> ...
Enable JBoss repository for glassfish artifacts
Enable JBoss repository for glassfish artifacts
YAML
apache-2.0
hakan42/chronos,hakan42/chronos,hakan42/chronos
0cc70b6b670b2ccf2d94a95cd0187146084cfc84
.travis.yml
.travis.yml
language: python cache: - apt - directories: - "$HOME/.cache/pip" - "$HOME/.pyenv" python: - "2.7" - "3.4" script: - "./.travis/run.sh" addons: apt: packages: - ibus - python-gi - python3-gi - gir1.2-ibus-1.0 - libwnck-3-0 - gir1.2-wnck-3.0
language: python cache: - apt - directories: - "$HOME/.cache/pip" - "$HOME/.pyenv" python: - "2.7" - "3.2" # Pkgs >3.2 don't allow system_site_packages virtualenv: system_site_packages: true script: - "./.travis/run.sh" addons: apt: packages: - ibus - python-gi - python3-gi ...
Use system_site_packages with py 3.2
Use system_site_packages with py 3.2
YAML
agpl-3.0
mrichar1/clipster,mrichar1/clipster
24f1571c1022c9ad6be0b25f34c04783708598ea
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 env: - DJANGO_VERSION=Django==1.3.4 - DJANGO_VERSION=Django==1.3.7 - DJANGO_VERSION=Django==1.4.3 - DJANGO_VERSION=Django==1.4.5 - DJANGO_VERSION=Django==1.5 - DJANGO_VERSION=Django==1.5.1 - DJANGO_VERSION=Django==1.5.2 - DJANGO_VERSION=Django==1.5.3 - DJANGO...
language: python python: - 2.6 - 2.7 env: - DJANGO_VERSION=Django==1.5 - DJANGO_VERSION=Django==1.5.1 - DJANGO_VERSION=Django==1.5.2 - DJANGO_VERSION=Django==1.5.3 - DJANGO_VERSION=Django==1.5.4 - DJANGO_VERSION=Django==1.5.5 - DJANGO_VERSION=Django==1.6 - DJANGO_VERSION=Django==1.6.1 # command t...
Remove official support for 1.3 and 1.4
Remove official support for 1.3 and 1.4
YAML
mit
dstegelman/django-feedme,dstegelman/django-feedme,dstegelman/django-feedme
9c5feabb9bcdc4cb7bace2fffc87a0908b63b6ba
.travis.yml
.travis.yml
language: julia os: - osx - linux sudo: required dist: trusty julia: - release - nightly notifications: email: false before_install: - if [ `uname` = "Linux" ]; then sudo apt-get update -qq -y; sudo apt-get install -y libcairo2 libfontconfig1 libpango1.0-0 libpng12-0 libpixman-1-...
language: julia os: - osx - linux sudo: required dist: trusty julia: - release - nightly notifications: email: false before_install: - if [ `uname` = "Linux" ]; then sudo apt-get update -qq -y; sudo apt-get install -y libcairo2 libfontconfig1 libpango1.0-0 libpng12-0 libpng12-dev...
Add libpng12-dev to prevent Travis from hanging
Add libpng12-dev to prevent Travis from hanging
YAML
mit
JuliaPackageMirrors/Compose.jl,Hydrotoast/Compose.jl,jiahao/Compose.jl,dcjones/Compose.jl
be8a314d2bdccd6f9a5e7bb60ad7bc07e0b95f20
.travis.yml
.travis.yml
language: node_js os: - linux - osx node_js: - "6" before_install: - npm -g install npm@4 script: npm run ci notifications: email: false deploy: - provider: script script: npm run release skip_cleanup: true on: tags: true condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:d...
language: node_js os: - linux - osx node_js: - "6" before_install: - npm -g install npm@4 script: npm run ci notifications: email: false deploy: - provider: script script: npm run release skip_cleanup: true on: tags: true condition: "$TRAVIS_TAG =~ ^v?[[:digit:]]+\\.[[:digit:]]+\\.[[:d...
Stop Travis deploying to npm (now handled by concourse)
Stop Travis deploying to npm (now handled by concourse) Change-type: patch Signed-off-by: Tim Perry <5ee0edb9e2229c0838f1959779f1949031de0123@resin.io>
YAML
apache-2.0
resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli
229f92e0c77989ca8e136a7be6ef6e27a3c1f3e3
.travis.yml
.travis.yml
language: python sudo: false python: - 2.7 - 3.4 - 3.5 - pypy install: - pip install -r requirements/dev.txt script: - flake8 *.py django_markwhat/*.py - python run_tests.py
language: python sudo: false python: - 2.7 - 3.5 - 3.6 - pypy install: - pip install -r requirements/dev.txt script: - flake8 *.py django_markwhat/*.py - python run_tests.py
Test on pyton 3.6 / remove 3.4
Test on pyton 3.6 / remove 3.4
YAML
bsd-3-clause
Alir3z4/django-markwhat
e21f617854eaefa43c63cd4d76a0a42eae9bf812
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 services: - mysql before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - mysql -e 'create database homestead_test;' - php artisan migrate --database="testing" - bash -c 'if [ "$TRAVIS_P...
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 services: - mysql before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - mysql -e 'create database homestead_test;' - php artisan migrate --env="testing" --database="testing" - bash -c ...
Fix migrations environment for Travis.
Fix migrations environment for Travis.
YAML
mit
MontealegreLuis/readit,MontealegreLuis/readit
ad6c75082678aa5d2257879393815189de728523
.travis.yml
.travis.yml
language: java sudo: false addons: apt: packages: - oracle-java8-installer # Travis is running v8u31 which exposes problems with instrumentation of invokedynamic call sites. branches: only: - master matrix: include: - jdk: openjdk6 - jdk: openjdk7 env: TARGET=-Pjava7 -Pintegration ...
language: java sudo: false dist: precise addons: apt: packages: - oracle-java8-installer # Travis is running v8u31 which exposes problems with instrumentation of invokedynamic call sites. branches: only: - master matrix: include: - jdk: openjdk6 - jdk: openjdk7 env: TARGET=-Pjava7 ...
Change distribution due to breakage.
Change distribution due to breakage.
YAML
apache-2.0
raphw/byte-buddy,raphw/byte-buddy,DALDEI/byte-buddy,raphw/byte-buddy,CodingFabian/byte-buddy
dd6f0ff99a64ad41841196ac9f9ee8c6b1b19867
.travis.yml
.travis.yml
language: python python: - '3.7' env: - GCTTS=0.4.0 HASS=0.103.2 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install yamllint - pip3 install google-cloud-texttospeech==$GCTTS - pip3 install homeassistant==$HASS script: - yamllint . - hass -c . --script check_config
language: python python: - '3.7' env: - GCTTS=0.4.0 HASS=0.104.1 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install yamllint - pip3 install google-cloud-texttospeech==$GCTTS - pip3 install homeassistant==$HASS script: - yamllint . - hass -c . --script check_config
Update Home Assistant to 0.104.1 for config checks in Travis CI
Update Home Assistant to 0.104.1 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
4e1b1a868385fff52f58166b10908c1c52415ef0
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 android: components: - platform-tools - tools - build-tools-23.0.2 # The SDK version used to compile your project - android-23 # Additional components - extra-android-support - extra-google-google_play_services - extra-google-m2repository - e...
language: android jdk: oraclejdk7 android: components: - platform-tools - tools - build-tools-23.0.3 # The SDK version used to compile your project - android-23 # Additional components - extra-android-support - extra-google-google_play_services - extra-google-m2repository - e...
Update Travis CI build tools version
Update Travis CI build tools version
YAML
apache-2.0
codinguser/gnucash-android,lxbzmy/gnucash-android,pnemonic78/gnucash-android,lxbzmy/gnucash-android
4b71e08f6a8bad85cab58abf4fcedaaa94e11298
.travis.yml
.travis.yml
language: node_js node_js: - 0.6 - 0.8 before_script: "make dev-deps" script: "make test"
language: node_js node_js: - 0.8 before_script: "make dev-deps" script: "make test"
Drop node 0.6 Travis CI tests
Drop node 0.6 Travis CI tests
YAML
mit
nodeca/nodeca.forum
baeb0205a359b7a32d416ba3004c6c92c573c6ec
.travis.yml
.travis.yml
language: scala addons: chrome: stable jdk: - oraclejdk8 - openjdk11 dist: xenial before_cache: - du -h -d 1 $HOME/.ivy2/ - du -h -d 2 $HOME/.sbt/ - du -h -d 4 $HOME/.coursier/ - find $HOME/.sbt -name "*.lock" -type f -delete - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete - find $HO...
language: scala addons: chrome: stable jdk: - openjdk8 - openjdk11 dist: xenial before_cache: - du -h -d 1 $HOME/.ivy2/ - du -h -d 2 $HOME/.sbt/ - du -h -d 4 $HOME/.coursier/ - find $HOME/.sbt -name "*.lock" -type f -delete - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete - find $HOME...
Switch to openjdk8 because there is no oraclejdk8 for xenail distro
Switch to openjdk8 because there is no oraclejdk8 for xenail distro
YAML
apache-2.0
softwaremill/sttp,softwaremill/sttp,softwaremill/sttp
2c2f86f55c09cbe2c36d50fc7d6d92f65bbb9ddf
.travis.yml
.travis.yml
language: objective-c # lol osx_image: xcode8 xcode_project: DVR.xcodeproj matrix: include: - xcode_scheme: DVR-iOS xcode_sdk: iphonesimulator - xcode_scheme: DVR-OSX xcode_sdk: macosx env: TOOLCHAINS=com.apple.dt.toolchain.Swift_2_3
language: objective-c # lol osx_image: xcode8 xcode_project: DVR.xcodeproj script: xcodebuild -scheme "$TRAVIS_XCODE_SCHEME" test matrix: include: - xcode_scheme: DVR-iOS xcode_sdk: iphonesimulator - xcode_scheme: DVR-OSX xcode_sdk: macosx env: TOOLCHAINS=com.apple.dt.toolchain.Swift_2_3
Use xcodebuild instead of xctool
Use xcodebuild instead of xctool
YAML
mit
venmo/DVR,venmo/DVR,venmo/DVR
bb0b671658a753a9e6bb0ed21420ea09e1871977
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - "pip install ." - "pip install --user -r requirements.txt" script: pygraphc
language: python python: - "2.6" - "2.7" install: "pip install --user ." script: pygraphc
Change to install the package directly
Change to install the package directly
YAML
mit
studiawan/pygraphc
21254f9cd49cb199af1eb559c2adce6f12a57976
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 gemfile: - Gemfile - gemfiles/Gemfile-rails.3.2.x - gemfiles/Gemfile-rails.4.0.x - gemfiles/Gemfile-rails.4.1.x matrix: allow_failures: - rvm: 2.2 gemfile: gemfiles/Gemfile-rails.3.2.x notifications: email: false campfire: on_success: c...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 gemfile: - Gemfile - gemfiles/Gemfile-rails.3.2.x - gemfiles/Gemfile-rails.4.0.x - gemfiles/Gemfile-rails.4.1.x matrix: allow_failures: - rvm: 2.2 gemfile: gemfiles/Gemfile-rails.3.2.x notifications: email: false slack: on_success: chan...
Update Travis CI notification settings.
Update Travis CI notification settings.
YAML
mit
phlegx/has_scope,plataformatec/has_scope
54ddc88b08dd88b94dc63c71cc27d1847ea3d11c
.travis.yml
.travis.yml
language: java
sudo: required language: java services: - docker after_success: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker --version # document the version travis is using - docker build -t chris060986/jenkins-dashboard:latest . - docker push chris060986/jenkins-dashboard:latest
Add docker push to build.
Add docker push to build.
YAML
apache-2.0
chris060986/jenkins-dashboard,chris060986/jenkins-dashboard
8de5b46289719fcc246fd090b8f13d9e66b12bd9
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - nightly before_script: - composer self-update - composer install - mkdir build/logs -p script: - phpunit - composer cs-check after_success: - vendor/bin/test-reporter after_script: - rm -rf build/logs branches: only: - master - dev
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - nightly before_script: - composer self-update - composer install - mkdir build/logs -p script: - phpunit - composer cs-check after_success: - vendor/bin/test-reporter after_script: - rm -rf build/logs matrix: allow_failures: - php: ...
Allow php nightly build to fail
Allow php nightly build to fail
YAML
agpl-3.0
halfpastfouram/PHPChartJS,halfpastfouram/PHPChartJS
3ba8b9ba6bc0c0c9edf8a58d0326624e1a9a311a
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 install: true before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - ./gradlew jacocoTestReport coveralls
language: java jdk: - openjdk8 install: true before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ after_success: - ./gradlew jacocoTestReport coveralls
Update Travis build to OpenJDK.
Update Travis build to OpenJDK.
YAML
mit
FINTlibs/fint-sse
ba3a6601f6bd94e711d02f1a4271c76c46ea3979
.travis.yml
.travis.yml
language: android android: components: - platform-tools - tools - build-tools-23.0.3 - android-23 - extra-android-m2repository - extra-google-m2repository
language: android android: components: - build-tools-21.1.1 - android-21 - sys-img-armeabi-v7a-android-21
Switch to preinstalled android 21
[Travis] Switch to preinstalled android 21
YAML
mit
gbleu/Navette
e3d90bec2dacfb93bec1ce9e10a3bc0da95cf160
.travis.yml
.travis.yml
language: node_js services: - memcached node_js: - "4.0.0" - "0.12" - "0.11" - "0.10" - "iojs" before_script: npm install script: NODE_ENV=production mocha -R spec test/spec/server --recursive after_script: grunt deploy
language: node_js compiler: - gcc services: - memcached node_js: - "4.0.0" - "0.12" - "0.11" - "0.10" - "iojs" install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - sudo apt-get install -qq g++-4.8 before_script: - npm install script: - NODE_ENV=productio...
Use gcc 4.8 to build
Use gcc 4.8 to build
YAML
mit
ripliveit/riplive.it,ripliveit/riplive.it
96ce8ce56291c64595586d5e92a2bd8f27eff720
.travis.yml
.travis.yml
# Filename: .travis.yml language: python python: - "2.7" - "3.2" # command to run tests script: nosetests --with-doctest
# Filename: .travis.yml language: python python: - "2.7" - "3.2" - "3.3" # command to run tests script: make test
Add Python 3.3 to Travis-CI
Add Python 3.3 to Travis-CI
YAML
bsd-2-clause
GtTmy/pyeda,GtTmy/pyeda,sschnug/pyeda,GtTmy/pyeda,pombredanne/pyeda,pombredanne/pyeda,cjdrake/pyeda,karissa/pyeda,cjdrake/pyeda,karissa/pyeda,cjdrake/pyeda,pombredanne/pyeda,karissa/pyeda,sschnug/pyeda,sschnug/pyeda
153d3f6b12db449290e6f50ffbe94f8818c88aa0
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 before_install: - openssl aes-256-cbc -k "$SECRET_STUFF" -in config/travis-ci4myself-1293b40af30d.p12.enc -out config/travis-ci4myself-1293b40af30d.p12 -d -a - gem update --system install: bundle install script: bundle exec rake build env: global: secure: Go0fJj...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 - 2.2.1 before_install: - openssl aes-256-cbc -k "$SECRET_STUFF" -in config/travis-ci4myself-1293b40af30d.p12.enc -out config/travis-ci4myself-1293b40af30d.p12 -d -a - gem update --system install: bundle install script: bundle exec rake build env: global: secure: Go0fJj...
Test against 2.1.5 and 2.2.1 instead of 2.1.0 and 2.2.0
Test against 2.1.5 and 2.2.1 instead of 2.1.0 and 2.2.0
YAML
mit
tolingo/file-convert
f98283022eaa7982fd76cde683ab7a2d54d75898
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - ree notifications: disabled: true
rvm: - 1.8.7 - 1.9.1 - 1.9.2 - 1.9.3 - jruby - rbx - rbx-2.0 - ree - ruby-head notifications: disabled: true
Throw all rubies at the wall
Throw all rubies at the wall
YAML
mit
recursecenter/sprockets,JuanitoFatas/sprockets,daniel-rikowski/sprockets,sideci-sample/sideci-sample-sprockets,rails/sprockets,IvanAnaniev/sprockets,orlando/sprockets,bdezonia/sprockets,schneems/sprockets,spodlecki/sprockets,guilleiguaran/sprockets,basecamp/sprockets,tricknotes/sprockets,tenderlove/sprockets,eileencode...
708419cbe7d2e9bf9394bec7694eb5396ceef2c0
.travis.yml
.travis.yml
language: php cache: directories: - $HOME/.composer/cache php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true include: - php: 7.0 env: SYMFONY_VERSION=2.8.* - php: 7.0 env: SYMFONY_VERSION=3.0.* - php: 7.0 before_install: - composer s...
language: php cache: directories: - $HOME/.composer/cache php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true include: - php: 7.0 env: SYMFONY_VERSION=2.8.* - php: 7.0 env: SYMFONY_VERSION=3.0.* - php: 7.0 before_install: - if [ "$SYM...
Remove composer self-update from Travis setup
Remove composer self-update from Travis setup
YAML
mit
dunglas/DunglasActionBundle
7759ccc37081d2f0a7aeb31d6589d221790262a4
.travis.yml
.travis.yml
before_script: - sudo npm install -g grunt script: grunt test --verbose --force
language: node_js node_js: - "0.8" - "0.10" before_script: - sudo npm install -g grunt - grunt build script: grunt test --verbose --force
Correct the configuration of Travis CI
Correct the configuration of Travis CI
YAML
mit
gardejo/js-kancolle-logistics-visualizer,gardejo/js-kancolle-logistics-visualizer
c2c33b199d5acbdbda57438956174812624a12cf
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - rbx-2.2.7 - jruby-head matrix: allow_failures: - rvm: rbx-2.2.7 - rvm: jruby-head env: - 'RSPEC_OPTIONS="--tag ~slow spec"' - 'RSPEC_OPTIONS="--tag slow spec/bidi/bidi_spec.rb spec/collation/collation_spec.rb"' - 'RSPEC_OPTIONS="--tag slo...
language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.0 - rbx-2.2.7 - jruby-head matrix: allow_failures: - rvm: rbx-2.2.7 - rvm: jruby-head env: - 'RSPEC_OPTIONS="--tag ~slow spec"' - 'RSPEC_OPTIONS="--tag slow spec/bidi/bidi_spec.rb spec/collation/collation_spec.rb"' - 'RSPEC_OPTIONS="--tag s...
Use new Travis CI infrastructure
Use new Travis CI infrastructure Signed-off-by: Chris Aniszczyk <81428d187adac7683e39e04d7ad9315094920990@twitter.com>
YAML
apache-2.0
twitter/twitter-cldr-rb,4414/twitter-cldr-rb,surfdome/twitter-cldr-rb,twitter/twitter-cldr-rb,4414/twitter-cldr-rb,surfdome/twitter-cldr-rb,surfdome/twitter-cldr-rb,twitter/twitter-cldr-rb
c7de65e17588f18b6b20938649d6e831c72103c8
.travis.yml
.travis.yml
language: node_js node_js: - '4.0' - '8.0' sudo: false deploy: - provider: npm email: tituswormer@gmail.com api_key: secure: iB49IowIqjE99vSpL52o3s6EVpPMbuaw3xmbAXgeel19VzB5BiMUkQU/zMKA7lwXIV4hU8V0BxjR7nwjnbJBWHoT3y5ZJtRUHSFvW7EORFYq7hgr7juANuFhB9kBdzoMAlqMQSDwBXLA3zRoDOKDWM3fj3Pdg76G8EkF929ZKFY= on...
language: node_js node_js: - '4.0' - '8.0' sudo: false deploy: provider: releases api_key: secure: EC3HONPbmXnFkhLzYJwjM2b5MGSO0UuGrlzPMoCBJuHnBaVA+DFU6z9qrHtP07UEvlTEsBTmljES13dt+EwC2qCuYTVu5fMNTNGI0hfWOsAnOOK3SW94C4aVNnp6n056QpgsIdnnC23p0+kSW1vlVCGbU2lI1IfJatWUz4S2HVc= file: - "iso-639-2.js" - "iso-...
Remove npm deployment from Travis
Remove npm deployment from Travis
YAML
mit
wooorm/iso-639-2
8b38028e6ab2fbd81a1a3d132d6b6d3bb9e33efe
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.3.3 - 2.3.4 gemfile: - gemfiles/rails_3_2.gemfile - gemfiles/rails_4_2.gemfile - gemfiles/rails_5_1.gemfile before_install: gem install bundler -v 1.15.0 script: bundle exec rake spec services: - redis-server
language: ruby sudo: false rvm: - 2.3.4 - 2.4.0 gemfile: - gemfiles/rails_3_2.gemfile - gemfiles/rails_4_2.gemfile - gemfiles/rails_5_1.gemfile before_install: gem install bundler -v 1.15.0 script: bundle exec rake spec services: - redis-server
Fix support for only one version of 2.3.X and add support for ruby 2.4.0
Fix support for only one version of 2.3.X and add support for ruby 2.4.0
YAML
mit
myfreecomm/nexaas-async-collector,myfreecomm/nexaas-async-collector,myfreecomm/nexaas-async-collector
c421fb8f5a0c5d12ba377676bd4f3d0e9659dbbc
.travis.yml
.travis.yml
language: python matrix: include: - python: "3.6" - python: "3.7" dist: xenial sudo: true before_install: - pip install pipenv - npm install -g npm@"^6.4.0" install: - pipenv install --dev --deploy - npm ci - npx webpack --config webpack.development.config.js before_script: - ...
language: python matrix: include: - python: "3.6" dist: trusty sudo: false - python: "3.7" dist: xenial sudo: true before_install: - pip install pipenv - npm install -g npm@"^6.4.0" install: - pipenv install --dev --deploy - npm ci - npx webpack --config webpack.developme...
Use Trusty for older Python
Use Trusty for older Python
YAML
mit
thepoly/Pipeline,thepoly/Pipeline,thepoly/Pipeline,thepoly/Pipeline,thepoly/Pipeline
bd551928e790b603f9131da714118516a8248b89
.travis.yml
.travis.yml
language: python python: 2.7 services: mongodb install: "python setup.py install" script: "python -Wall setup.py test"
language: python python: - 2.6 - 2.7 env: - BEFORE_DJANGO_VERSION=1.5 TASTYPIE_VERSION="==0.9.12" - BEFORE_DJANGO_VERSION=1.5 TASTYPIE_VERSION=">=0.9.12,<=0.10.0" - BEFORE_DJANGO_VERSION=1.6 TASTYPIE_VERSION="==0.9.12" - BEFORE_DJANGO_VERSION=1.6 TASTYPIE_VERSION=">=0.9.12,<=0.10.0" - BEFORE_DJANGO_VERSION=1.7 T...
Test against multiple versions of Django and Tastypie.
Test against multiple versions of Django and Tastypie.
YAML
agpl-3.0
wlanslovenija/django-datastream,wlanslovenija/django-datastream,wlanslovenija/django-datastream
294c1863c3df4d3b68e69c4d04b88ba54949ecb3
.travis.yml
.travis.yml
language: java install: - ls -hal - pwd - mkdir -p ~/.ant/lib && ln -s -T /usr/share/java/ivy.jar ~/.ant/lib/ivy.jar - ant resolve-ivy-deps - ls -hal - ant wpilib-for-ci script: - ls -hal - pwd - ant test jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 addons: apt: packages: ...
language: java install: - ls -hal - pwd - mkdir -p ~/.ant/lib && ln -s -T /usr/share/java/ivy.jar ~/.ant/lib/ivy.jar - ls -hal - ant wpilib-for-ci script: - ls -hal - pwd - ant resolve-ivy-deps - ant test jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 addons: apt: packages: ...
Move dep-resolve task to "script" part of lifecycle
Move dep-resolve task to "script" part of lifecycle
YAML
mit
Team4761/DistanceSensorLib
391d6868bd6775a56bf8e14898c4e45a782d347d
.travis.yml
.travis.yml
language: node_js sudo: required dist: trusty node_js: - "8" - "10" before_install: if [[ `npm --version` != "5.8.0" ]]; then npm install -g npm@latest; npm --version; fi matrix: fast_finish: true services: - mongodb - docker script: make travis after_success: - nvm version - if [[ ! -z "$DOCKER_USER" ]];...
language: node_js os: osx node_js: - "8" before_install: - if [[ `npm --version` != "5.8.0" ]]; then npm install -g npm@latest; npm --version; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi # https://github.com/Homebrew/homebrew-core/issues/26358 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bre...
Change Travis over to OS X based VM, as that seems to produce a more stable build environment. Disable Node 10 build for now (we can test locally for that and we're not defining 10 as a valid hosting version for now)
Change Travis over to OS X based VM, as that seems to produce a more stable build environment. Disable Node 10 build for now (we can test locally for that and we're not defining 10 as a valid hosting version for now)
YAML
agpl-3.0
lovezg/cgm-remote-monitor,MitchDex/cgm-remote-monitor,riverjones2007/cgm-remote-monitor,stjack1/cgm-remote-monitor,gempickfordwaugh/cgm-remote-monitor,linascout/cgm-remote-monitor,jjkrebs/cgm-remote-monitor,madisonmen123/cgm-remote-monitor,czahner/cgm-remote-monitor,tjkns/cgm-remote-monitor,jonhunterbui/cgm-remote-moni...
3bd247ddaf312ee258f69837194ea7a5f16723a4
.travis.yml
.travis.yml
language: ruby dist: trusty sudo: false before_install: - if [[ $TRAVIS_RUBY_VERSION = rbx-3.86 ]]; then gem update --system 2.6.14; fi - gem update bundler before_script: - bundle update cache: bundler rvm: - 1.9.3-p551 - 2.0.0-p648 - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - jruby-1.7.27 - ...
language: ruby dist: trusty sudo: false before_install: - gem update bundler before_script: - bundle update cache: bundler rvm: - 1.9.3-p551 - 2.0.0-p648 - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head - jruby-1.7.27 - jruby-9.1.13.0 - jruby-head - rbx-3.86 matrix: allow_failures: - rvm: ru...
Revert the attempted rbx workaround and add to allow_failures for now.
Revert the attempted rbx workaround and add to allow_failures for now. Downgrading RubyGems doesn't fix the 'Missing or uninitialized constant: Bundler::Deprecate' error (probably requires Bundler to be downgraded to).
YAML
mit
tzinfo/tzinfo
a5586ff70f8b455f0dd356c34f1c80a27f698491
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "4" - "5" - "6" - "7" notifications: email: false
language: node_js sudo: false node_js: - "4" - "5" - "6" - "7" - "8" - "9" notifications: email: false
Add Node 8 and 9
Add Node 8 and 9
YAML
mit
RobLoach/metalsmith-jstransformer
f1904096992cf07988da52f74ebd75a2bb98a62d
.travis.yml
.travis.yml
language: python python: - 3.4 - 3.5 - 3.6 services: - mysql env: - DJANGO=1.11.* DB=mysql - DJANGO=2.2.* DB=mysql before_install: - export DJANGO_SETTINGS_MODULE="puzzlehunt_server.settings.travis_settings" install: - pip install -r requirements.txt - pip install -q Django==$DJANGO - pip ins...
language: python python: - 3.5 - 3.6 - 3.7 services: - mysql env: - DJANGO=1.11.* DB=mysql - DJANGO=2.2.* DB=mysql before_install: - export DJANGO_SETTINGS_MODULE="puzzlehunt_server.settings.travis_settings" install: - pip install -r requirements.txt - pip install -q Django==$DJANGO - pip ins...
Drop python 3.4 support, add python 3.7 testing
Drop python 3.4 support, add python 3.7 testing
YAML
mit
dlareau/puzzlehunt_server,dlareau/puzzlehunt_server,dlareau/puzzlehunt_server,dlareau/puzzlehunt_server
ee5007d3ecaac4a2a8f000e4438bc2920af9d922
.travis.yml
.travis.yml
rvm: - ruby-head - 1.9.2 - 1.8.7 - ree - jruby - rbx - rbx-2.0.0pre
language: ruby rvm: - 2.1.1 - jruby
Update supported ruby versions on Travis
Update supported ruby versions on Travis
YAML
mit
flinc/concealer
784f65595cd1519b1004e64b37a67ee4b971c424
.travis.yml
.travis.yml
language: php php: - 7.0 - 5.6 - 5.5 - 5.4 - hhvm - hhvm-nightly - nightly matrix: allow_failures: - php: hhvm-nightly - php: nightly before_script: - composer selfupdate - composer update --no-interaction --prefer-dist script: - ./vendor/phpunit/phpunit/phpunit -v
language: php php: - 7.0 - 5.6 - 5.5 - 5.4 - hhvm - hhvm-nightly - nightly matrix: allow_failures: - php: hhvm-nightly - php: nightly before_script: - if [[ $TRAVIS_PHP_VERSION =~ ^php ]]; then phpenv config-rm xdebug.ini; fi - composer selfupdate - composer update --no-interaction --pre...
Test by Travis CI is ran without slowing XDebug
Test by Travis CI is ran without slowing XDebug
YAML
mit
jaroslavtyc/granam-string
fcf5d69be959519eb1a411215d7f3c27e9843b4a
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c cache: cocoapods podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update # Uncomment this when t...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode9 language: objective-c cache: cocoapods podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update # Uncomment this when t...
Update Xcode version for Travis CI
Update Xcode version for Travis CI
YAML
mit
edopelawi/CascadingTableDelegate,edopelawi/CascadingTableDelegate,edopelawi/CascadingTableDelegate
c2de256e6e9089c33407fb825be8b2e87531acfd
.travis.yml
.travis.yml
sudo: required dist: stretch language: python python: - "2.7" - "3.5" - "3.6" before_install: - pip install docutils - pip install -r requirements.txt - pip install flake8 script: - flake8 law || exit $? - python -m unittest tests
sudo: required dist: stretch language: python python: - "2.7" - "3.6" - "3.7" before_install: - pip install docutils - pip install -r requirements.txt - pip install flake8 script: - flake8 law || exit $? - python -m unittest tests
Update python test version in CI file.
Update python test version in CI file.
YAML
bsd-3-clause
riga/law,riga/law
8b41847cb1a72d41335ee04b4030368e3ba1f05d
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.0 - 2.3.0 - 2.2.3 - 1.9.3 - jruby-9.1.16.0 - jruby-1.7.27 - rbx - ruby-head - jruby-head before_install: - gem install bundler -v 1.10.5 matrix: allow_failures: - rvm: rbx - rvm: ruby-head - rvm: jruby-head env: - RUBYOPT="" - RUBYOPT="--enable-frozen-strin...
language: ruby rvm: - 2.3.5 - 2.4.2 - ruby-head - jruby-9.1.16.0 - jruby-head - rbx-3 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head env: - RUBYOPT="" - RUBYOPT="--enable-frozen-string-literal"
Remove older Rubies from Travis builds
Remove older Rubies from Travis builds
YAML
mit
fny/xorcist,fny/xorcist,fny/xorcist,fny/xorcist
29e5dabd835a25895a00899126c201520db9894b
.travis.yml
.travis.yml
before_script: - composer install language: php php: - 5.6 - 5.5 - 5.4
before_script: - composer install language: php php: - 5.6 - 5.5 - 5.4 services: - mysql -e 'create database IF NOT EXISTS test;' -uroot
Add database service to Travis CI configuration.
Add database service to Travis CI configuration.
YAML
mit
b01/slib
fc2810ba84768460665ea05dcec3a46b581dc3b2
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: packages: - mysql-server-5.6 - mysql-client-core-5.6 - mysql-client-5.6 language: ruby rvm: - 2.3.1 services: - mysql notifications: email: false before_install: - bundle config github.https true - nvm install - npm install -g yarn - yarn b...
sudo: required dist: trusty addons: apt: packages: - mysql-server-5.6 - mysql-client-core-5.6 - mysql-client-5.6 language: ruby rvm: - 2.3.1 services: - mysql - redis-server notifications: email: false before_install: - bundle config github.https true - nvm install - npm inst...
Add redis service on CI
Add redis service on CI
YAML
agpl-3.0
nning/imgshr,nning/imgshr,nning/imgshr,nning/imgshr
10badf5f891f7fe0cd6f8f4d88aa473e90d2713a
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler script: 'bundle exec rake test:coverage --trace' before_install: - rvm get head # required by JRuby > 9.0.1.0 - rvm reload rvm: - 2.2.4 - 2.3.0 - ruby-head - jruby-head - jruby-9000 - jruby-9.0.1.0 matrix: allow_failures: - rvm: ruby-head - rvm: jruby...
language: ruby sudo: false cache: bundler script: 'bundle exec rake test:coverage --trace' before_install: - rvm get head # required by JRuby > 9.0.1.0 - rvm reload rvm: - 2.2.4 - 2.3.0 - ruby-head - jruby-9.0.5.0 - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-9.0.5.0 - ...
Use the latest JRuby 9.0.5.0 instead of old JRuby 9.0.0.0.pre1 version on Travis
Use the latest JRuby 9.0.5.0 instead of old JRuby 9.0.0.0.pre1 version on Travis
YAML
mit
lotus/controller,vyper/controller,hanami/controller,hanami/controller,hanami/controller
873f65d0dcc6d43e172cc40d9ac5a8633d63a328
.travis.yml
.travis.yml
language: erlang install: true before_script: - wget https://s3.amazonaws.com/rebar3/rebar3 - chmod +x rebar3 env: PATH=$PATH:. script: make travis notifications: disabled: true otp_release: - 20.0 - 19.3 - 19.0 - 18.2 - 18.0 - 17.5 - 17.1 - R16B03-1 # - R15B03 # - R14B04
language: erlang install: true before_script: - wget https://s3.amazonaws.com/rebar3/rebar3 - chmod +x rebar3 env: PATH=$PATH:. script: make travis notifications: disabled: true otp_release: - 22.0 - 21.0 - 20.0 - 19.3 - 19.0 - 18.2 - 18.0 - 17.5 - 17.1 - R16B03-1 # - R15B03 # - R14B04
Add erlang 21 and 22
Add erlang 21 and 22
YAML
apache-2.0
jjhoo/lfe,lfe/lfe,rvirding/lfe,lfe/lfe,jjhoo/lfe,rvirding/lfe
f1ac0d1447e5c644193160b3e12a47bda86f46db
.travis.yml
.travis.yml
language: go go: - 1.8.x env: global: - SSH_KEY="travis_key" - GIT_NAME="VigoTech Alliance" - GIT_EMAIL="vigotechalliance@gmail.com" - SOURCE_DIR="docs" - DEPLOY_BRANCH="source" before_install: - openssl aes-256-cbc -K $encrypted_35b54c54cbb7_key -iv $encrypted_35b54c54cbb7_iv -in travis_key.enc -out travis...
language: go go: - 1.11.x env: global: - SSH_KEY="travis_key" - GIT_NAME="VigoTech Alliance" - GIT_EMAIL="vigotechalliance@gmail.com" - SOURCE_DIR="docs" - DEPLOY_BRANCH="source" before_install: - openssl aes-256-cbc -K $encrypted_35b54c54cbb7_key -iv $encrypted_35b54c54cbb7_iv -in travis_key.enc -out travi...
Upgrade to last version and fix CI
Upgrade to last version and fix CI
YAML
bsd-3-clause
VigoTech/vigotech.github.io,VigoTech/vigotech.github.io,VigoTech/vigotech.github.io
4bbef72ebc9059952acfedc69d9a9a7d7559444b
.travis.yml
.travis.yml
language: node_js node_js: - node - lts/erbium - lts/dubnium services: - postgresql branches: only: - master env: > NODE_ENV=test APP_NAME='Express API ES6 Starter' APP_VERSION='1.0.0' TEST_APP_PORT='9945' TEST_DB_NAME='express_test' TEST_DB_PASSWORD='' TEST_DB_PORT='5432' TEST_DB_USER...
language: node_js node_js: - node - lts/erbium - lts/dubnium services: - postgresql branches: only: - master env: > NODE_ENV=test APP_NAME='Express API ES6 Starter' APP_VERSION='1.0.0' TEST_APP_PORT='9945' TEST_DB_NAME='express_test' TEST_DB_PASSWORD='' TEST_DB_PORT='5432' TEST_DB_USER...
Upgrade yarn before running the tests
Upgrade yarn before running the tests
YAML
mit
mesaugat/express-api-es6-starter,mesaugat/express-api-es6-starter
03fd62c25f9ba1cf662096d4317aa92873341030
.travis.yml
.travis.yml
language: ruby rvm: - 2.7.1 - 3.0.0 - ruby-head gemfile: "gems.rb" addons: postgresql: "9.6" before_install: - nvm install 10 before_script: - "ruby lib/initial_setup.rb ../.travis_setup" - "psql -c 'create database sleepdata_test;' -U postgres" - "rails db:migrate" matrix: allow_failures: - rvm: 3.0.0 - rvm:...
language: ruby rvm: - 2.7.1 - 3.0.0 - ruby-head gemfile: "gems.rb" addons: postgresql: "9.6" before_install: - nvm install 10 before_script: - "ruby lib/initial_setup.rb ../.travis_setup" - "psql -c 'create database sleepdata_test;' -U postgres" - "rails db:migrate" matrix: allow_failures: - rvm: ruby-head
Remove Ruby 3.0.0 from allow failures list
Remove Ruby 3.0.0 from allow failures list
YAML
mit
nsrr/www.sleepdata.org,nsrr/www.sleepdata.org,nsrr/www.sleepdata.org
3050a9d43a9bd5e10aa8d83b270e23b669aced7c
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer install --no-dev script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 before_script: - composer install --no-dev script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload -...
Add PHP7 as a target, allow failures for now.
Update: Add PHP7 as a target, allow failures for now.
YAML
mit
ptlis/conneg
92f1d285611d0e4da90c502bd9e4ee28bb7a9e37
.travis.yml
.travis.yml
language: cpp compiler: - clang - gcc addons: apt: packages: - ninja script: cmake --version && cmake -G Ninja && ninja
sudo: false language: generic cache: apt: true directories: - /tmp/tools env: global: - PATH="$HOME/bin:$PATH" - CMAKE_VERSION_PREFIX=3.5 - CMAKE_VERSION_FULL=3.5.2 - NINJA_VERSION=1.7.1 matrix: include: - env: CXX=g++-5 CC=gcc-5 addons: apt: packages: ...
Install CMake, ninja and whatnot
Install CMake, ninja and whatnot Make it actually build as well
YAML
mit
milleniumbug/seed11,milleniumbug/seed11
82600b37c5c38829c834cdccacfc6d7610ded108
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 env: - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1...
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 env: - DB=MYSQL CORE_RELEASE=3.5 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 ...
Add PHP7 + SS3.6 build to Travis configuration
Add PHP7 + SS3.6 build to Travis configuration
YAML
bsd-3-clause
silverstripe-labs/silverstripe-versionfeed
93c8df613872c346c91f2bcf7789f38cf236c0bc
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.1 - 2.2.2
language: ruby rvm: - 2.2.1 - 2.2.2 - 2.2.3 - 2.2.4
Add more ruby 2.2.x versions
Add more ruby 2.2.x versions
YAML
apache-2.0
gwshaw/pub_sub,westfieldlabs/pub_sub,gwshaw/pub_sub,westfieldlabs/pub_sub
eb0694afbc6b74cafebb8bedca9546c1cd7a194a
.travis.yml
.travis.yml
language: go go: - 1.11 - master install: - make tools - make build script: - make test
language: go go: - 1.11 - tip before_intall: - go get github.com/crowdriff/twitter - go get github.com/tools/godep install: - make tools - make build script: - make test
Add before install logic to yml file
Add before install logic to yml file
YAML
apache-2.0
crowdriff/twitter
688ea3b1cfa65691e54143fa21f39ff122cf9689
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 after_success: - bash <(curl -s https://codecov.io/bash)
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 script: ./mvnw test -DskipRelease after_success: - bash <(curl -s https://codecov.io/bash)
Customize script to skip release tasks
Customize script to skip release tasks
YAML
apache-2.0
DISID/springlets,DISID/springlets
9a43701dee878b95b58654f31baebc728d68ed8a
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0
Disable Travis CI build against Ruby 1.8.7
Disable Travis CI build against Ruby 1.8.7 Dependency `nokogiri` requires Ruby >= 1.9.2.
YAML
mit
kyanny/ghn,masutaka/ghn
e27c1c690de0b7e005d269827f3217a556363844
.travis.yml
.travis.yml
# Configuration file for Travis-CI testing language: node_js node_js: - "0.8" - "0.10" env: - MAPCACHE_COMMIT=11e85095a39010f953b34077b7f0824e234e9423 # minimum supported version - MAPCACHE_COMMIT=rel-1-0-0 # v1.0.0 - MAPCACHE_COMMIT=rel-1-2-0 # v1.2.0 - MAPCACHE_COMMIT= # repository HEAD befor...
# Configuration file for Travis-CI testing language: node_js node_js: - "0.8" - "0.10" env: - MAPCACHE_COMMIT=11e85095a39010f953b34077b7f0824e234e9423 # minimum supported version - MAPCACHE_COMMIT=rel-1-0-0 # v1.0.0 - MAPCACHE_COMMIT=rel-1-2-0 # v1.2.0 - MAPCACHE_COMMIT=rel-1-2-1 # v1.2.1 - MAPCACHE_C...
Test against the Mapcache 1.2.1 release in Travis
Test against the Mapcache 1.2.1 release in Travis
YAML
bsd-2-clause
geo-data/node-mapcache,geo-data/node-mapcache,geo-data/node-mapcache
401939924593124b45af53b022e257c8ca4f2ffb
.travis.yml
.travis.yml
language: objective-c osx_image: xcode611 before_install: - scripts/import_keychain.sh - brew update - brew install carthage - carthage checkout - gem install pact-mock_service -v 0.2.4 - gem instal xcpretty script: - set -o pipefail - carthage build --no-skip-current - xcodebuild -workspace PactConsumerSwift.xcworkspa...
language: objective-c osx_image: xcode611 before_install: - scripts/import_keychain.sh - brew update - brew install carthage - carthage bootstrap - gem instal xcpretty script: - set -o pipefail - carthage build --no-skip-current - xcodebuild -workspace PactConsumerSwift.xcworkspace -scheme PactConsumerSwift test -sdk i...
Remove testing of example projects.
Remove testing of example projects.
YAML
mit
erikackermann/pact-consumer-swift,erikackermann/pact-consumer-swift,DiUS/pact-consumer-swift,bgannin/pact-consumer-swift,erikackermann/pact-consumer-swift,DiUS/pact-consumer-swift,bgannin/pact-consumer-swift,DiUS/pact-consumer-swift,erikackermann/pact-consumer-swift,bgannin/pact-consumer-swift
59fde9ff448e90129be6f90d303c3361fa2eace6
.travis.yml
.travis.yml
branches: only: - master language: cpp sudo: true matrix: allow_failures: - os: osx include: - language: python sudo: false python: 2.7 env: TASKS="clang-format" os: linux dist: trusty addons: apt: sources: - ubuntu-toolchain-r-test ...
branches: only: - master language: cpp sudo: true matrix: allow_failures: - os: osx include: - language: python sudo: false python: 2.7 env: TASKS="clang-format" os: linux dist: trusty addons: apt: sources: - ubuntu-toolchain-r-test ...
Add a TASK marker as suggested by Marcus.
Add a TASK marker as suggested by Marcus. Signed-off-by: Geoff Hutchison <9cf35bacc9f8512ca007341c9e919cf5dc03e0c7@gmail.com>
YAML
bsd-3-clause
ghutchis/avogadrolibs,OpenChemistry/avogadrolibs,OpenChemistry/avogadrolibs,OpenChemistry/avogadrolibs,OpenChemistry/avogadrolibs,OpenChemistry/avogadrolibs,ghutchis/avogadrolibs,ghutchis/avogadrolibs,ghutchis/avogadrolibs,ghutchis/avogadrolibs
84809a8e191bab5640b67fd5550b13e3931de23c
.travis.yml
.travis.yml
language: go install: - go get github.com/bmizerany/assert notifications: email: false
language: go install: - go get github.com/kr/pty - go get github.com/bmizerany/assert notifications: email: false
Install dep that Travis could not find before installing assert
Install dep that Travis could not find before installing assert
YAML
unlicense
akundu/statsdaemon,raintank/statsdaemon,deepglint/statsdaemon,Huangyan9188/statsdaemon,ctdk/statsdaemon,mikechris/statsdaemon,JamesCohen-awin/statsdaemon,alexclear/statsdaemon,gitinsky/statsdaemon,vimeo/statsdaemon,nejec/statsdaemon,jmptrader/statsdaemon,JamesCohen-awin/statsdaemon,AudienceScience/statsdaemon,aeppert/s...
6038f6f712a960ba5887325620a64441f9115403
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby rvm: - 2.2.6 - 2.3.3 - 2.4.0 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5" script: - bundle exec rspec - bundle exec rubocop
sudo: false cache: bundler language: ruby rvm: - 2.2.8 - 2.3.5 - 2.4.2 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5" script: - bundle exec rspec - bundle exec rubocop
Update the Ruby build matrix for Travis CI.
Update the Ruby build matrix for Travis CI.
YAML
mit
tristandunn/pusher-fake,tristandunn/pusher-fake
34096505d2dd2f39b5916304f5eb070ad3ff86d2
.travis.yml
.travis.yml
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Use the pre-release builds of chefdk
Use the pre-release builds of chefdk
YAML
apache-2.0
opscode-cookbooks/ruby,chef-cookbooks/ruby
ee938db7fc7fb04b703ddefa52475328302f9f20
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly cache: directories: - $HOME/.composer/cache before_install: - composer self-update - composer validate - composer install --prefer-dist --no-interaction script: - vendor/bin/phpunit --coverage-clover=coverage.clover - ...
language: php php: - 5.6 - 7.0 - hhvm - nightly cache: directories: - $HOME/.composer/cache before_install: - composer self-update - composer validate - composer install --prefer-dist --no-interaction script: - vendor/bin/phpunit --coverage-clover=coverage.clover - wget https://scrutinizer...
Update composer dependencies Remove support for <5.6php
Update composer dependencies Remove support for <5.6php
YAML
mit
desertknight/PHPCache
69a4c437eb9d65f88e45dbe722d95d1fcad8913f
.travis.yml
.travis.yml
language: java script: mvn install -DskipTests=true -P strict after_success: - mvn clean cobertura:cobertura coveralls:report jdk: - openjdk6 - oraclejdk7 branches: only: - master
language: java script: mvn install -DskipTests=true -P strict after_success: - mvn clean cobertura:cobertura coveralls:report jdk: - openjdk6 - oraclejdk7 - oraclejdk8 branches: only: - master
Update Travis config: add oraclejdk8
Update Travis config: add oraclejdk8
YAML
apache-2.0
vbauer/houdini,vbauer/houdini
3f450f89a57f46acdd31d61024becf0ad850914f
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.3" - "2.7" - "2.6" env: - DJANGO=1.3 - DJANGO=1.4 - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=1.8 - python: "3.4" env: DJANGO=1.4 - python: "...
language: python python: - "2.7" - "3.3" - "3.4" env: - DJANGO=1.7 - DJANGO=1.8 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install pyflakes before_script: - "pep8 --ignore=E128,E501 templated_email" - "pyflakes templated_email" script: - python m...
Drop python2.6 and old django versions
Drop python2.6 and old django versions
YAML
mit
BradWhittington/django-templated-email,vintasoftware/django-templated-email,BradWhittington/django-templated-email,vintasoftware/django-templated-email
70d1d4b6d2b653dec045b8764788873e9d2e8083
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.8 - 2.2.9 - 2.3.5 - 2.3.6 - 2.4.2 - 2.4.3 - 2.5.0 services: - mysql before_install: - gem install bundler - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' env: - USE_MYSQL=true git: depth: 1
language: ruby rvm: - 2.3.0 - 2.3.1 - 2.3.2 - 2.3.3 - 2.3.5 - 2.3.6 - 2.4.2 - 2.4.3 - 2.5.0 services: - mysql before_install: - gem install bundler - mysql -e 'CREATE DATABASE IF NOT EXISTS test;' env: - USE_MYSQL=true git: depth: 1
Update supported versions to be >= 2.3.0
Update supported versions to be >= 2.3.0
YAML
mit
mavenlink/brainstem
11f9a605e5f7bfbb3add8c39c8b2a403b77c351d
.travis.yml
.travis.yml
language: python python: - "3.6" # command to install dependencies install: - sudo apt-get update - sudo apt-get install libsdl1.2-dev - pip install -r requirements.txt - pip install coveralls - pip install nose - pip install coverage # command to run tests script: - nosetests -v --with-coverage --cover...
language: python python: - "3.6" # command to install dependencies install: - sudo apt-get update - sudo apt-get install gcc libsdl2-dev libffi-dev python-dev libomp-dev - pip install -r requirements.txt - pip install coveralls - pip install nose - pip install coverage # command to run tests script: - n...
Add extra dependencies for building in linux
Add extra dependencies for building in linux
YAML
mit
DaveTCode/CreatureRogue
b899dfd9f2ad99c2902325113d4a8fcb4dd67cfa
.travis.yml
.travis.yml
language: objective-c osx_image: beta-xcode6.3 before_install: - sudo easy_install cpp-coveralls script: - xcodebuild clean build test -project AutoLayout.xcodeproj -scheme AutoLayout -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES after_success...
language: objective-c osx_image: beta-xcode6.3 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - set -o pipefail - xcodebuild -project AutoLayout.xcodeproj -scheme AutoLayout -sdk iphonesimulator8.3 -configu...
Simplify Travis configuration. Use iOS 8.3.
Simplify Travis configuration. Use iOS 8.3.
YAML
mit
marcbaldwin/AutoLayoutBuilder,marcbaldwin/AutoLayoutBuilder
8d9bfded31eb3cb4453bf65d02aca51d437a0b78
.travis.yml
.travis.yml
language: ruby cache: bundler: true rvm: - 2.4.1 script: bundle exec rake test gemfile: - Gemfile
language: ruby cache: bundler: true rvm: - 2.4 script: bundle exec rake test gemfile: - Gemfile
Change to use the latest 2.4
Change to use the latest 2.4
YAML
mit
ninoseki/be_moderate
63d4a1e548a290036d9672006ce2c2d661b563ef
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy install: - pip install flake8==2.1.0 pep8==1.5.6 - python setup.py install - pip list - flake8 --version script: - python setup.py test -q - flake8 pyflakes setup.py matrix: allow_failures: - python: pypy sudo: false
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - nightly - pypy install: - pip install flake8==2.1.0 pep8==1.5.6 - python setup.py install - pip list - flake8 --version script: - python setup.py test -q - flake8 pyflakes setup.py matrix: allow_failures: - python: pypy sudo: false...
Test "nightly" version of Python
Test "nightly" version of Python This allows us to test the Python 3.5 related changes I made previously.
YAML
mit
epsy/pyflakes,PyCQA/pyflakes,nikolas/pyflakes,bitglue/pyflakes,pyflakes/pyflakes,jayvdb/pyflakes,asmeurer/pyflakes
939879cd6efb2591decb25067fff22aad24370f5
.travis.yml
.travis.yml
# Configuration for Travis (https://travis-ci.com) language: objective-c osx_image: xcode10.1 xcode_project: Bases.xcodeproj matrix: include: - xcode_scheme: "Base16 (iOS)" xcode_sdk: iphonesimulator12.1 - xcode_scheme: "Base16 (macOS)" - xcode_scheme: "Base16 (tvOS)" - xcode_scheme: "Base16 (...
# Configuration for Travis (https://travis-ci.com) language: objective-c osx_image: xcode10.1 xcode_project: Bases.xcodeproj matrix: include: - xcode_scheme: "Base16 (iOS)" xcode_destination: platform=iOS Simulator,OS=12.1,name=iPhone XS - xcode_scheme: "Base16 (macOS)" - xcode_scheme: "Base16 (tv...
Reconfigure Travis CI to try to fix iOS and watchOS jobs
Reconfigure Travis CI to try to fix iOS and watchOS jobs
YAML
mit
mattrubin/Bases
2a06a58a419a665443b46c15423f01bd00a37e16
.jazzy.yaml
.jazzy.yaml
module: Fischer module_version: 1.0.0 github_url: https://github.com/nvzqz/Fischer swift_version: 3 author: Nikolai Vazquez author_url: https://github.com/nvzqz theme: fullwidth
module: Fischer module_version: 1.0.0 github_url: https://github.com/nvzqz/Fischer swift_version: 3 author: Nikolai Vazquez author_url: https://github.com/nvzqz theme: fullwidth clean: true
Add clean to Jazzy config
Add clean to Jazzy config
YAML
apache-2.0
nvzqz/Sage,nvzqz/Sage,nvzqz/Sage
230c89ceaf59c3c3c2dda28bc916a2475e1db88e
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.9.3 - ruby-head matrix: allow_failures: - rvm: ruby-head
rvm: - 1.9.2 - 1.9.3 - ruby-head matrix: allow_failures: - rvm: 1.9.2 - rvm: ruby-head
Allow CI failure on 1.9.2
Allow CI failure on 1.9.2
YAML
mit
justincampbell/tp
f1396f7589cf8597ce06c76fdc750a9f2dd622b6
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.5 - 2.7.0.preview2
language: ruby before_install: - gem install bundler rvm: - 2.3.8 - 2.4.10 - 2.5.8 - 2.6.6 - 2.7.2
Update Ruby versions on Travis CI
Update Ruby versions on Travis CI
YAML
mit
fbernier/tomlrb,fbernier/tomlrb
f99fc9aa9a17c3be62ca8f0e7b55ca25199c088d
.travis.yml
.travis.yml
language: ruby before_install: - travis_retry gem install bundler rvm: - 2.1 - 2.2 - 2.3.1 - 2.4 - ruby-head - jruby - rbx-2 gemfile: - Gemfile - gemfiles/redisrb-master.gemfile matrix: allow_failures: - rvm: rbx-2 # Use the faster container based infrastructure # http://blog.travis-ci.com/201...
language: ruby cache: bundler # Use the faster container based infrastructure # http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ sudo: false rvm: - 2.2 - 2.3.1 - 2.4 - ruby-head - jruby - rbx-2 gemfile: - Gemfile - gemfiles/redisrb-master.gemfile matrix: allow...
Drop Ruby 2.1 from testing
Drop Ruby 2.1 from testing It is no longer supported https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended and redis 4.0 requires Ruby >= 2.2
YAML
mit
guilleiguaran/fakeredis
240c20db7d48838487bc02d893bfaeac4262d6d6
.travis.yml
.travis.yml
--- language: ruby sudo: false cache: bundler before_install: "gem install bundler -v 1.17.3" script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - jruby-9.1.5.0 - jruby-head env: global: - JRUBY_OPTS="-Xcli.debug=true --debug" matrix: all...
--- language: ruby sudo: false before_install: "gem install bundler -v '< 2.0'" script: "bundle exec rake ci" rvm: - 2.0.0 - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 - ruby-head - jruby-9.1.5.0 - jruby-head env: global: - JRUBY_OPTS="-Xcli.debug=true --debug" matrix: allow_failures: ...
Change to use latest ruby and restrict bundler
Change to use latest ruby and restrict bundler
YAML
mit
piotrmurach/rspec-benchmark,piotrmurach/rspec-benchmark,peter-murach/rspec-benchmark
600f738d57442412915c20840e0393c33f2591fb
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.4.0 before install: - node --version install: - npm install -g grunt-cli - npm install - bundle install script: - npm run lint -s - npm test - grunt build - bundle exec jekyll build
sudo: false language: ruby rvm: - 2.4.0 before install: - . $HOME/.nvm/nvm.sh install: - nvm install stable - nvm use stable - npm install -g grunt-cli - npm install - bundle install script: - npm run lint -s - npm test - grunt build - bundle exec jekyll build
Update node in Travis config
Update node in Travis config
YAML
mit
alexandermendes/tei-viewer,alexandermendes/tei-viewer,alexandermendes/tei-viewer
885e9e8e42a50c8fcaf2dd2fa00f50c131f89fc1
.travis.yml
.travis.yml
language: python install: - pip install -q coverage - pip install python-coveralls - pip install future - pip install hg+https://bitbucket.org/logilab/pylint@master - pip install hg+https://bitbucket.org/logilab/astroid@master - bash .travis-install.sh notifications: webhooks: urls: - https://we...
language: python install: - pip install -q coverage - pip install python-coveralls - pip install future - pip install hg+https://bitbucket.org/logilab/pylint@master - pip install hg+https://bitbucket.org/logilab/astroid@master - bash .travis-install.sh notifications: webhooks: urls: - https://we...
Remove 2.6 since it is also too old.
Remove 2.6 since it is also too old. Supported versions are: 2.7, 3.3-5
YAML
mit
EntilZha/PyFunctional,lucidfrontier45/ScalaFunctional,ChuyuHsu/ScalaFunctional,ChuyuHsu/ScalaFunctional,EntilZha/ScalaFunctional,EntilZha/ScalaFunctional,lucidfrontier45/ScalaFunctional,EntilZha/PyFunctional
42d7db578a8338d85435abc6bf9ab67d715a7cfa
.travis.yml
.travis.yml
sudo: false language: c compiler: - gcc addons: apt: packages: - libssl-dev - libevent-dev - libexpat-dev - clang script: - ./configure --enable-debug - make - make test - cd testcode; ../testcode/mini_tdir.sh exe clang-analysis.tdir
sudo: false language: c compiler: - gcc addons: apt: packages: - libssl-dev - libevent-dev - libexpat-dev - clang script: - ./configure --enable-debug - make - make test - cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir
Fix run directory for clang analysis.
Fix run directory for clang analysis. git-svn-id: e875384d7a5ebd9b2def38a8354dae1fda8e73bc@5166 be551aaa-1e26-0410-a405-d3ace91eadb9
YAML
bsd-3-clause
chantra/unbound,chantra/unbound,chantra/unbound,chantra/unbound,NLnetLabs/unbound,NLnetLabs/unbound,chantra/unbound,NLnetLabs/unbound,NLnetLabs/unbound
a862372cfccb6b6a3e757daf50a6a4638df37e23
.travis.yml
.travis.yml
rvm: - 2.0.0-p598 - 2.1.6 - 2.2.2 branches: only: - master
rvm: - 2.1.9 - 2.2.5 - 2.3.1 - ruby-head before_insall: - gem install bundler matrix: allow_failures: - rvm: ruby-head
Update ruby versions and ensure to install bundler before testing
Update ruby versions and ensure to install bundler before testing
YAML
mit
satoryu/google_suggest,satoryu/google_suggest
13f9f1f0e1c5e9464027b1023ae9e70e3a653a02
.travis.yml
.travis.yml
language: ruby dist: focal rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.4.10 - 2.5.9 - 2.6.8 - 2.7.4 - 3.0.1 - ruby-head matrix: allow_failures: - rvm: ruby-head before_install: - gem update --system 2.1.11 - git config --global user.email 'user@example.com' - git config --global user.name 'Test User'...
language: ruby dist: focal rvm: - 2.4.10 - 2.5.9 - 2.6.8 - 2.7.4 - 3.0.1 - ruby-head matrix: allow_failures: - rvm: ruby-head before_install: - gem update --system 2.1.11 - git config --global user.email 'user@example.com' - git config --global user.name 'Test User'
Remove Ruby versions unsupported on Ubuntu 20.04
Remove Ruby versions unsupported on Ubuntu 20.04
YAML
mit
Gazler/githug,Gazler/githug,Gazler/githug
3e196a379512bc8ddb21058c1ab05660992da6f4
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.2 - 2.1.6 - 2.0.0 - 1.9.3
language: ruby rvm: - 2.2.2 - 2.1.6 - 2.0.0 - 1.9.3 script: 'bundle exec rake spec'
Use bundler on TravisCI explicitly
Use bundler on TravisCI explicitly
YAML
mit
pr0d1r2/huawei_e5180_api