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
68d65cf6d27108006c14a9967ace02fec2a9fd56
compose/ref/traefik/traefik.yml
compose/ref/traefik/traefik.yml
log: level: INFO entryPoints: web: # http address: ":80" http: routers: web-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`ref2021.tvof3.kdl.kcl.ac.uk`)' entryPoints: - web middlewares: - csrf service: django web-media-router: rule: 'Host(`ref20...
log: level: INFO entryPoints: web: # http address: ":80" http: routers: web-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`tvof3-ref.kdl.kcl.ac.uk`)' entryPoints: - web middlewares: - csrf service: django web-media-router: rule: 'Host(`ref2021.t...
Support for tvof3-ref.kdl.kcl.ac.uk domain for testing.
Support for tvof3-ref.kdl.kcl.ac.uk domain for testing.
YAML
mit
kingsdigitallab/tvof-django,kingsdigitallab/tvof-django,kingsdigitallab/tvof-django,kingsdigitallab/tvof-django
8ec94c8331d5767bc676d454fd03df75584914c4
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu 16.04' steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOpt...
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu 16.04' steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOpt...
Improve CI with Azure Pipelines.
Improve CI with Azure Pipelines.
YAML
mit
javadev/underscore-java,javadev/underscore-java
cf72a1e7280513098897a9dde95bb854a34faaf7
azure-pipelines.yml
azure-pipelines.yml
trigger: paths: include: ['config/*'] branches: include: ['release'] pr: paths: include: ['config/*'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - script: dev/package.sh displayName: 'Build config'
trigger: paths: include: ['config/*'] branches: include: ['release'] pr: paths: include: ['config/*'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - bash: sudo dpkg --add-architecture i386 displayName: 'Enable 32-bit support' - bash: sudo apt update displayName: ...
Add all script dependencies for CI
Add all script dependencies for CI
YAML
mit
mastercoms/tf2cfg
d93170fdc59873390e139d83b98a91beae66ef3f
azure-pipelines.yml
azure-pipelines.yml
trigger: - master variables: buildConfiguration: 'Release' pool: vmImage: 'Ubuntu-16.04' steps: - script: dotnet restore displayName: 'dotnet restore' workingDirectory: src - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' workingDirectory: sr...
trigger: - master variables: buildConfiguration: 'Release' pool: vmImage: 'Ubuntu-16.04' steps: - script: dotnet restore displayName: 'dotnet restore' workingDirectory: src - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' workingDirectory: sr...
Add test results to azure build pipeline
Add test results to azure build pipeline
YAML
mit
DanielOliver/Morgemil
6a0a296ef0e190d756aa80ac17fd3f63c8fee3aa
azure-pipelines.yml
azure-pipelines.yml
# Branches that trigger a build on commit trigger: - master - 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master - 2.9.x jobs: - job: Windows strategy: maxParallel: 4 matrix: Debug: _configuration: Debug _codeCoverage: True Release: _configuration: Release ...
# Branches that trigger a build on commit trigger: - master - 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master - 2.9.x jobs: - job: Windows strategy: maxParallel: 4 matrix: Debug: _configuration: Debug _codeCoverage: True Release: _configuration: Release ...
Increase the build timeout to 25 minutes
Increase the build timeout to 25 minutes
YAML
mit
dotnet/roslyn-analyzers,mavasani/roslyn-analyzers,pakdev/roslyn-analyzers,dotnet/roslyn-analyzers,pakdev/roslyn-analyzers,mavasani/roslyn-analyzers
18971f2b7b001695224ca1500e586510a660a0e0
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: 'ubuntu-latest' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: ...
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master - develop pool: vmImage: 'ubuntu-latest' steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' publishJUni...
Add maven task to build the project automatically
Add maven task to build the project automatically
YAML
apache-2.0
banane-io/PDB
7296a4a1bd2db7f505ed47a79bfe11f241f5edeb
settings.dist.yaml
settings.dist.yaml
# Vagrant vagrant: folders: dev: path: '/var/www/dev' host: path: '/var/www/host' log: path: '/var/log/apache2' ports: 80: 80 443: 443 3306: 3306 # Guest guest: name: 'Development' architecture: '32-bit' memory: 1024 cpus: 1 hostname: 'vagrant' # Webserver webse...
# Vagrant vagrant: folders: dev: path: '/var/www/dev' host: path: '/var/www/host' ports: 80: 80 443: 443 3306: 3306 # Guest guest: name: 'Development' architecture: '32-bit' memory: 1024 cpus: 1 hostname: 'vagrant' # Webserver webserver: domain: 'local' environment: ...
Remove shared folder configuration for the Apache2 logs directory
Remove shared folder configuration for the Apache2 logs directory
YAML
mit
thasmo/vagrant.box
5b1d8ab985374b703adc7b74c5f4fd532d2a74ae
conda/meta.yaml
conda/meta.yaml
package: name: cosima-cookbook version: {{ GIT_DESCRIBE_TAG}} source: git_rev: master git_url: ../ build: noarch: python number: {{ GIT_DESCRIBE_NUMBER }} script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python>=3.6...
package: name: cosima-cookbook version: {{ GIT_DESCRIBE_TAG}} source: git_rev: master git_url: ../ build: noarch: python number: {{ GIT_DESCRIBE_NUMBER }} script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python>=3.6...
Add ipywidgets as a conda dependency
Add ipywidgets as a conda dependency
YAML
apache-2.0
OceansAus/cosima-cookbook
71cc3665225ae63f2d3c2b26f270c4e9836ba1c0
.lgtm.yml
.lgtm.yml
extraction: python: python_setup: version: "3" cpp: prepare: packages: - bsdtar - python3-gi - libcogl-pango-dev - python3-pil - python3-cairo after_prepare: - "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/master.zip" - "mkdir -p subpro...
extraction: python: python_setup: version: "3" cpp: prepare: packages: - bsdtar - python3-gi - libcogl-pango-dev - python3-pil - python3-cairo after_prepare: - "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/0.1.5.zip" - "mkdir -p subproj...
Use the 0.1.5 snapshot when building the LGTM CI
trivial: Use the 0.1.5 snapshot when building the LGTM CI
YAML
lgpl-2.1
fwupd/fwupd,vathpela/fwupd,vathpela/fwupd,hughsie/fwupd,fwupd/fwupd,hughsie/fwupd,vathpela/fwupd,fwupd/fwupd,hughsie/fwupd,hughsie/fwupd,fwupd/fwupd,vathpela/fwupd
7b65dfdba22d0db57b648c77ec4a94bedb54c9be
tests/all_services_are_up.yml
tests/all_services_are_up.yml
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://engine.vm.openconext.org/health - https://profile.vm.openconext.org/health - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health - https://pdp.vm.openconext.org/pdp/...
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://engine.vm.openconext.org/health - https://profile.vm.openconext.org/health - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health - https://pdp.vm.openconext.org/pdp/...
Add oidc to the travis tests
Add oidc to the travis tests
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
6ac2e439aec8204af132eeb8b70cd0e8b197cd32
metadata/com.simplemobiletools.contacts.pro.yml
metadata/com.simplemobiletools.contacts.pro.yml
Categories: - Multimedia License: Apache-2.0 AuthorName: Tibor Kaputa AuthorEmail: hello@simplemobiletools.com WebSite: https://simplemobiletools.github.io SourceCode: https://github.com/SimpleMobileTools/Simple-Contacts IssueTracker: https://github.com/SimpleMobileTools/Simple-Contacts/issues Changelog: https://gith...
Categories: - Multimedia License: Apache-2.0 AuthorName: Tibor Kaputa AuthorEmail: hello@simplemobiletools.com WebSite: https://simplemobiletools.github.io SourceCode: https://github.com/SimpleMobileTools/Simple-Contacts IssueTracker: https://github.com/SimpleMobileTools/Simple-Contacts/issues Changelog: https://gith...
Update Simple Contacts Pro to 6.1.0 (37)
Update Simple Contacts Pro to 6.1.0 (37)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
caedd7a594b8b9609ddae3c310c5fcd9cc0ed80d
.readthedocs.yaml
.readthedocs.yaml
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" jobs: post_checkout: - git fetch --unshallow python: install: - method: pip path: . sphinx: con...
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" jobs: post_checkout: - git fetch --unshallow commands: tox -e doc python: install: - method: pip ...
Call `tox` to build documentation
Call `tox` to build documentation I'm pretty sure the build will still fail with this command at the point where rtd attempts to host the contents of `_readthedocs/html`. However, I think the sphinx build should at least succeed.
YAML
mit
jrsmith3/ibei
75de15dfd630b8fd8312e3bb2ea82a883c66246c
test/trusted.yaml
test/trusted.yaml
# What repos we trust enough to do automated unit tests. REPOS: - "https://github.com/cathay4t/libstoragemgmt.git" - "https://github.com/tasleson/libstoragemgmt.git" - "https://github.com/joehandzik/libstoragemgmt.git" - "https://github.com/BlaineEXE/libstoragemgmt.git" - "https://github.com/agrover/libstoragemgmt.git...
# What repos we trust enough to do automated unit tests. REPOS: - "https://github.com/cathay4t/libstoragemgmt.git" - "https://github.com/tasleson/libstoragemgmt.git" - "https://github.com/joehandzik/libstoragemgmt.git" - "https://github.com/BlaineEXE/libstoragemgmt.git" - "https://github.com/agrover/libstoragemgmt.git...
Add Raghavendra from MicroSemi into trust list of CI.
Add Raghavendra from MicroSemi into trust list of CI. Signed-off-by: Gris Ge <e24f3acbe39bf94f92e8af3c48f8852106ad5ad7@redhat.com>
YAML
lgpl-2.1
tasleson/libstoragemgmt,jumitche/libstoragemgmt,joehandzik/libstoragemgmt,jumitche/libstoragemgmt,libstorage/libstoragemgmt,libstorage/libstoragemgmt,libstorage/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,tasleson/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,joehandzik/libstorag...
6b30a12fa26ecb4fad522f3c94b91993d4ced8f2
playbooks/init.yml
playbooks/init.yml
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F - hosts: kv:...
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - rsync - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F...
Add rsync to server dependencies
Add rsync to server dependencies Change-Id: Icceb5bb744133543c0289940407d1682f755cf3b Reviewed-on: http://review.couchbase.org/65627 Tested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com> Reviewed-by: Pavel Paulau <dd88eded64e90046a680e3a6c0828ceb8fe8a0e7@gmail.com>
YAML
apache-2.0
pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner
290c80715ff5bf4734ba3ded72357ae927cfade3
modules/homebrew/config.yml
modules/homebrew/config.yml
--- repositories_to_install: - homebrew/cask-versions # Repository for alternate app versions - homebrew/cask-fonts # Repository for binary font files - mongodb/brew # Repository needed to install mongodb # end_of_repositories # Some binaries aren't listed here due they will be installed directly from # other ...
--- repositories_to_install: - homebrew/cask-versions # Repository for alternate app versions - homebrew/cask-fonts # Repository for binary font files - mongodb/brew # Repository needed to install mongodb # end_of_repositories # Some binaries aren't listed here due they will be installed directly from # other ...
Remove Logitech Options software installation
Remove Logitech Options software installation
YAML
unlicense
guerrero/dotfiles
af22ef7d1c6ede48ea98ca7a32c38cd4a54cc429
.commitlintrc.yml
.commitlintrc.yml
extends: - '@commitlint/config-conventional' rules: subject-case: [0, always] subject-full-stop: [0, always]
extends: - '@commitlint/config-conventional'
Revert "chore: less strict commit line rules."
Revert "chore: less strict commit line rules." This reverts commit 7db60eda24db3eb3829582b9edfd93dd3827ddb4.
YAML
mit
zurb/foundation,zurb/foundation-sites,zurb/foundation,DaSchTour/foundation-sites,zurb/foundation-sites,zurb/foundation-sites,DaSchTour/foundation-sites,zurb/foundation
e67933ca58d6b7d5233141d7451e9e0907ce9416
.readthedocs.yaml
.readthedocs.yaml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-20.04 tools: python: "3.7" sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # the requirements.txt override some RTD defaults. # ideally it has to be updated from time to time # ...
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-20.04 tools: python: "3.7" sphinx: builder: html configuration: docs/conf.py # fail_on_warning: true # the requirements.txt override some RTD defaults. # ideally it has to be updated from time to time ...
Disable error on warning to have a stable integration first
Disable error on warning to have a stable integration first
YAML
isc
requests/requests-oauthlib
58ceceb05765a36353ae25cfbd716c2473fb0208
.rubocop_todo.yml
.rubocop_todo.yml
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-08 16:16:31 +0100 using RuboCop version 0.35.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of ne...
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-01-09 18:54:18 +0100 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of ne...
Bring RuboCop todo config up to date
Bring RuboCop todo config up to date
YAML
bsd-2-clause
deivid-rodriguez/byebug,yui-knk/byebug,yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug
cc49174249dfc1a5907e6deefa558fdf8c1efa66
_config-develop.yml
_config-develop.yml
--- port: 1237 host: 0.0.0.0 safe: false ### site serving configuration ### source: code include: [_headers] timezone: null lsi: false markdown: kramdown keywords: "argon, augmented reality, web, javascript" # argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js" # argonjs: "https://unpkg.com/@argonjs...
--- port: 1237 host: 0.0.0.0 safe: false ### site serving configuration ### source: code include: [_headers] timezone: null lsi: false markdown: kramdown keywords: "argon, augmented reality, web, javascript" argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js" redirect: "false" # argonjs: "https://...
Change argonjs url to develop branch
Change argonjs url to develop branch
YAML
apache-2.0
bionictk/samples,argonjs/samples,argonjs/samples,bionictk/samples,bionictk/samples,argonjs/samples,argonjs/samples,bionictk/samples
fa7450f3c3b62a87371a3de92b89829a64320233
packages/gr/gray-extended.yaml
packages/gr/gray-extended.yaml
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: markdown hash: ffaff224dcff3e791b0ca8c8cf752cf0bb0701734cc8c346e704bbd8837833ac test-bench-deps: test-framework: -any base: ! '>=4.7 && <5' test-framework-quickcheck2: -any gray-extended: -any QuickCheck: -any maintainer: amy@nualearga...
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: markdown hash: cc042e0e490e1f82d7985c5cc747ceeb78a9e1fdec49e4a7f17b18f747fbdb0e test-bench-deps: test-framework: -any base: ! '>=4.7 && <5' test-framework-quickcheck2: -any gray-extended: -any QuickCheck: -any maintainer: amy@nualearga...
Update from Hackage at 2019-01-02T09:07:42Z
Update from Hackage at 2019-01-02T09:07:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ad7433962803e4da521331da1b419ea64cc9ed8
secrets_dummy.yaml
secrets_dummy.yaml
homeassistant_name: 00000000 homeassistant_latitude: 0.00000 homeassistant_longitude: 0.00000 homeassistant_elevation: 0 homeassistant_time_zone: 00000000 http_server_port: 0 http_api_password: 00000000 influxdb_host: 00000000 influxdb_username: 00000000 influxdb_password: 00000000 influxdb_database: 00000000 recorder_...
homeassistant_name: dummy homeassistant_latitude: 0.0 homeassistant_longitude: 0.0 homeassistant_elevation: 0 homeassistant_time_zone: dummy http_server_port: 0 http_api_password: dummy influxdb_host: dummy influxdb_username: dummy influxdb_password: dummy influxdb_database: dummy recorder_db_url: dummy mqtt_broker: du...
Fix dummy secrets for Travis CI
Fix dummy secrets for Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
fdde6a2ee27b4e5102d0050285128894daf36074
data/building-hours/8-bc.yaml
data/building-hours/8-bc.yaml
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '12:00am'} - {days: [Sa, Su], from: '7:00am', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] ...
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: - {days: [Su, Mo, Tu, We, Th], from: '7:00am', to: '12:00am'} - {days: [Fr, Sa], from: '7:00am', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] ...
Correct Buntrock days to match published building hours
hours: Correct Buntrock days to match published building hours Again taken from https://wp.stolaf.edu/buntrock/. Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
24f799360ce3effbf089cc35dceb5c2f8f9a13db
packages/co/contiguous.yaml
packages/co/contiguous.yaml
homepage: https://github.com/andrewthad/contiguous changelog-type: '' hash: a79244196e34f3d1b607d1b635b936590fa91acb2cf0f086bd2273c32506d458 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Unified interface for primitive arrays changelog: '' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4' ...
homepage: https://github.com/andrewthad/contiguous changelog-type: '' hash: f72f4700ffca3868587d77007d35bb0acbd2cb4524692bd10c699587d1c19937 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Unified interface for primitive arrays changelog: '' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4' ...
Update from Hackage at 2019-01-02T15:30:15Z
Update from Hackage at 2019-01-02T15:30:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
4b4ec5d4ac1659db81787b876a4c07ed73a15492
packages/ea/easytensor.yaml
packages/ea/easytensor.yaml
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: dd8c16a5f19baaf2ff6b47ed6476c0d2ac0392820ed807d4e6c3898d5015f0f3 test-bench-deps: easytensor: -any Cabal: -any base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-indexe...
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: 6f5c66e1aafed2cec76de6b59b100bed6866bfd03aeb078baee0d5481f14e54e test-bench-deps: easytensor: -any Cabal: -any base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-indexe...
Update from Hackage at 2018-07-12T11:53:07Z
Update from Hackage at 2018-07-12T11:53:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
395f3d8539cb633f399b3422bb5edb777c73e5b0
packages/vu/vulkan-api.yaml
packages/vu/vulkan-api.yaml
homepage: https://github.com/achirkin/genvulkan#readme changelog-type: '' hash: 70b85bb2294d388a608817608ab0dd6fb97af955cf5c1e6a92c069302bdadfab test-bench-deps: {} maintainer: chirkin@arch.ethz.ch synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: ! '>=0....
homepage: https://github.com/achirkin/vulkan#readme changelog-type: '' hash: ea37ce2c706bb58203ab7f43cc18d307f8a9ab5992683750d1f45b786eb87d59 test-bench-deps: {} maintainer: chirkin@arch.ethz.ch synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: ! '>=0.4 &...
Update from Hackage at 2018-03-23T15:10:48Z
Update from Hackage at 2018-03-23T15:10:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
c17810ebf1efde0230ae610c74a4f1c74a16c09b
src/go/src/github.com/cloudfoundry/bosh-release-acceptance-tests/assets/inner-bosh-xenial-ops.yml
src/go/src/github.com/cloudfoundry/bosh-release-acceptance-tests/assets/inner-bosh-xenial-ops.yml
- type: replace path: /stemcells? value: - alias: default os: ubuntu-xenial version: latest # We need to use an uncompiled release for BPM - type: replace path: /releases/name=bpm? value: name: bpm version: "0.6.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0....
- type: replace path: /stemcells? value: - alias: default os: ubuntu-xenial version: latest
Revert "Use uncompiled release for BPM in brats"
Revert "Use uncompiled release for BPM in brats" This reverts commit dbdcf1ff96a1c4582dc181fe47500ea4cfef2cdb. [#158367468](https://www.pivotaltracker.com/story/show/158367468) Co-authored-by: Max Becker <e6d855fe2263fd0035edb7e1f665a7466a1b4c9c@sap.com>
YAML
apache-2.0
barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh
0a7cf4c0717806bb92c427076b62abad04e929a5
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # # development: # adapter: sqlite3 # database: db/development.sqlite3 # pool: 5 # timeout: 5000 development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warnin...
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # # development: # adapter: sqlite3 # database: db/development.sqlite3 # pool: 5 # timeout: 5000 development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warnin...
Make the test environment db also sqlite
Make the test environment db also sqlite
YAML
agpl-3.0
payloadtech/mailpenny,payloadtech/mailpenny,payloadtech/mailpenny
76dbfa6b1f63987e38718f91729bbe4e97bdca51
config/database.yml
config/database.yml
development: adapter: postgresql encoding: unicode database: journalclub_development pool: 8 username: password: host: localhost port: 5432 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # log, notice, warning, error, fatal, and panic # The server defau...
development: adapter: postgresql encoding: unicode database: journalclub_development pool: 8 username: password: host: localhost port: 5432 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # log, notice, warning, error, fatal, and panic # The server defau...
Make postgres less noisy during tests
Make postgres less noisy during tests
YAML
agpl-3.0
jasonm/papernaut-engine,jasonm/papernaut-engine
b01a6aa167a1dc0a6bb93b7e9c9549a93508b95e
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-gene...
# gem install ps # # Ensure the Postgres gem is defined in your Gemfile # gem 'ps' # default: &default adapter: postgresql encoding: unicode pool: 5 timeout: 5000 development: <<: *default database: drawmylife_development # Warning: The database defined as "test" will be erased and # re-generated fr...
Change from sqlite to postgres
Change from sqlite to postgres
YAML
mit
empowerhack/DrawMyLife-Service,empowerhack/DrawMyLife-Service,empowerhack/DrawMyLife-Service
2ec5aa5c4b2ea9171bffab68f464288dd70aa489
config/database.yml
config/database.yml
development: &defaults adapter : postgresql encoding : unicode database : fablabs_develop pool : 5 min_messages : WARNING username : <%= ENV['DEV_DB_USERNAME'] %> password : <%= ENV['DEV_DB_PASSWORD'] %> host : <%= ENV['DEV_DB_HOST'] || "127.0.0.1" %> test: <<: *defaults d...
development: &defaults adapter : postgresql encoding : unicode database : fablabs_develop pool : 5 min_messages : WARNING username : <%= ENV['DEV_DB_USERNAME'] || "postgres" %> password : <%= ENV['DEV_DB_PASSWORD'] %> host : <%= ENV['DEV_DB_HOST'] || "127.0.0.1" %> test: <<:...
Add default postgres db user
Add default postgres db user
YAML
agpl-3.0
fablabbcn/fablabs,fablabbcn/fablabs,fablabbcn/fablabs
e6b4c330360db93aec8fa945a4572e7a889a3e86
metadata/com.developerfromjokela.motioneyeclient.yml
metadata/com.developerfromjokela.motioneyeclient.yml
Categories: - Graphics License: MIT SourceCode: https://github.com/developerfromjokela/motioneye-client IssueTracker: https://github.com/developerfromjokela/motioneye-client/issues Changelog: https://github.com/developerfromjokela/motioneye-client/commits/master Donate: https://www.paypal.me/developerfromjokela Flatt...
Categories: - Graphics License: MIT SourceCode: https://github.com/developerfromjokela/motioneye-client IssueTracker: https://github.com/developerfromjokela/motioneye-client/issues Changelog: https://github.com/developerfromjokela/motioneye-client/commits/master Donate: https://www.paypal.me/developerfromjokela Flatt...
Set autoname of MotionEye Client
Set autoname of MotionEye Client
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a4b45223dcfb080705d399c9cf44ce85be5de580
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
steps: - label: run-lint-and-specs-ruby-2.4 command: - apt-get update - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.4-stretch - label: run-lint-and-specs-ruby-2.5 comman...
steps: - label: run-lint-and-specs-ruby-2.4 command: - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.4-stretch - label: run-lint-and-specs-ruby-2.5 command: - bundle install --jobs=7 --retry=3 --without docs deb...
Remove the libarchive install in BK
Remove the libarchive install in BK I cargo culted this one over on accident Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef/artifactory-client,chef/artifactory-client
c10fa260201c330fa443175aed05fe1c6fec3f9a
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
--- expeditor: cached_folders: - vendor defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: lint-chefstyle command: - .expeditor/run_linux_tests.sh "rake style" expeditor: executor: docker: image: ruby:2.7-buster - ...
--- expeditor: cached_folders: - vendor defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: lint-chefstyle command: - .expeditor/run_linux_tests.sh "rake style" expeditor: executor: docker: image: ruby:2.7-buster - ...
Remove ruby 2.5 from CI.
Remove ruby 2.5 from CI. Signed-off-by: Pete Higgins <e3b6cda228242c30b711ac17cb264f1dbadfd0b6@peterhiggins.org>
YAML
apache-2.0
chef/ohai,chef/ohai,jaymzh/ohai,jaymzh/ohai
9b4dda6ff50a231ef54c6c57e88c6a62be98eb92
.github/workflows/homebrew.yml
.github/workflows/homebrew.yml
on: push: tags: - 'v*' jobs: homebrew: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - uses: mislav/bump-homebrew-formula-action@v1 with: formula-name: gping env: COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
on: push: tags: - 'v*' - '!v*-post' jobs: homebrew: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - uses: mislav/bump-homebrew-formula-action@v1 with: formula-name: gping env: COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
Exclude post tags from the CI
Exclude post tags from the CI
YAML
mit
orf/gping
6d48030ea1202a1e602c716c54e5b4392f14e03c
.github/workflows/valgrind.yml
.github/workflows/valgrind.yml
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.y...
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.y...
Update Valgrind to new version 3.0.0
Update Valgrind to new version 3.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
66a6939ede21d3f187f7ecb1383608e37aa597db
.github/workflows/workflow.yml
.github/workflows/workflow.yml
name: Run tests on: push: branches: - master tags: - '*' pull_request: jobs: test: strategy: matrix: drupal_ver: [ 9,8,7 ] php_ver: [ '8.0','7.4','7.3' ] exclude: - drupal_ver: 8 php_ver: '8.0' - drupal_ver: 7 php_ver: '8.0'...
name: Run tests on: push: branches: - master tags: - '*' pull_request: jobs: test: strategy: matrix: drupal_ver: [ 9,8,7 ] php_ver: [ '8.0','7.4','7.3' ] exclude: - drupal_ver: 8 php_ver: '8.0' runs-on: ubuntu-latest steps: - uses...
Test php 8.0 for drupal 7
Test php 8.0 for drupal 7
YAML
mit
wodby/docker4drupal,wodby/docker4drupal
efd647be9c0445e65933fd6580a33c193b7cdb6c
packages/at/atomic-file-ops.yaml
packages/at/atomic-file-ops.yaml
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: ce67f42736cda679ef6977c38c2b3fc1e70e4e73ef2c56c8a42d447115b0e3b5 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-l...
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: af7e8ce2351c04d553e16ad4afd95caa17ea853fb8a2617cf0cb6c4d438c1847 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-l...
Update from Hackage at 2018-01-15T04:35:33Z
Update from Hackage at 2018-01-15T04:35:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
28bab85f0fde75cd2d9ef257974f4c4aae1ef5ca
packages/at/attoparsec-data.yaml
packages/at/attoparsec-data.yaml
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: bda04cd6a411b062a5a2559bea37fd2753c2d345df9932b6d3f4349df6afcef2 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=...
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: a7a78a1f26515c1beab021ff670fe955dc3ff487a947511858ebdf2592906d6b test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=...
Update from Hackage at 2017-04-24T04:22:21Z
Update from Hackage at 2017-04-24T04:22:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
2ff7966a21d861affa599c8697e57f80650b0cba
recipes/glcontext/meta.yaml
recipes/glcontext/meta.yaml
{% set name = "glcontext" %} {% set version = "2.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/moderngl/glcontext/archive/{{ version }}.tar.gz sha256: ea909aae793f84719db66f6f513de24fe2f095ed8f35c00e55094045ee8df9dc build: number: 0 script: {{ PYTHON }} -m...
{% set name = "glcontext" %} {% set version = "2.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/moderngl/glcontext/archive/{{ version }}.tar.gz sha256: ea909aae793f84719db66f6f513de24fe2f095ed8f35c00e55094045ee8df9dc build: number: 0 script: {{ PYTHON }} -m...
Remove maintainer will add on feedstock
Remove maintainer will add on feedstock
YAML
bsd-3-clause
conda-forge/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-re...
fe41f68fdcf914b9de79b3cdd372e7dc891b9a52
docs/_config.yml
docs/_config.yml
highlighter: pygments markdown: kramdown gems: - jekyll-redirect-from # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules # These allow the documentation to be updated with ...
highlighter: pygments markdown: kramdown gems: - jekyll-redirect-from # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules # These allow the documentation to be updated with ...
Update branch-2.0 for 2.0.0 release.
Update branch-2.0 for 2.0.0 release.
YAML
apache-2.0
gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark
c909d43e1fc7a631693dcea14af17d83dd547e07
.github/workflows/generate.yaml
.github/workflows/generate.yaml
name: Generate on: workflow_dispatch jobs: generate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Prep git run: | git config --global user.name 'GitHub Action' git config --global user.name 'jonskeet@users.noreply.github.com' - name: Generate run...
name: Generate on: workflow_dispatch jobs: generate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Prep git run: | git config --global user.name 'GitHub Action' git config --global user.name 'jonskeet@users.noreply.github.com' - name: Generate run...
Set access token before pushing
Set access token before pushing
YAML
apache-2.0
nodatime/tzvalidate,jskeet/tzvalidate,nodatime/tzvalidate,nodatime/tzvalidate,nodatime/tzvalidate,jskeet/tzvalidate,jskeet/tzvalidate,jskeet/tzvalidate
ea8f6ffc325b7674847f19bde955e75befb0a8bd
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: Run tests on: push: branches: [main] pull_request: schedule: - cron: '0 0 * * *' jobs: test: strategy: matrix: php: ['7.3', '7.4', '8.0'] os: [ubuntu-latest, macos-latest] dependency-version: [prefer-lowest, prefer-stable] include: - phpunit: '...
name: Run tests on: push: branches: [main] pull_request: schedule: - cron: '0 0 * * *' jobs: test: strategy: matrix: php: ['7.3', '7.4', '8.0', '8.1'] os: [ubuntu-latest, macos-latest] dependency-version: [prefer-lowest, prefer-stable] include: - php...
Add CI test run on PHP 8.1
Add CI test run on PHP 8.1
YAML
mit
loganhenson/tlint
f47a3e4eef1f88c7b8d8742bb5153c7ef2450f5e
docker/docker-compose.prod.yml
docker/docker-compose.prod.yml
version: "3.5" services: perlscripts: image: wnprcehr/ehrcron:latest depends_on: - "labkey" volumes: - "${BACKUP_DIR}:/backups" - "${PRIMATEFS_DIR}:/mnt/IT-Backups/" - "${PG_DUMP_DIR}:/usr/lib/postgresql/11/bin" networks: - network1 environment: LK_BACKGROUND_U...
version: "3.5" services: perlscripts: image: wnprcehr/ehrcron:21.7 depends_on: - "labkey" volumes: - "${BACKUP_DIR}:/backups" - "${PRIMATEFS_DIR}:/mnt/IT-Backups/" - "${PG_DUMP_DIR}:/usr/lib/postgresql/11/bin" networks: - network1 environment: LK_BACKGROUND_USE...
Update ehrcron to following branch naming and docker hub tags.
Update ehrcron to following branch naming and docker hub tags.
YAML
apache-2.0
WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules
39fe1983f933a646d233f60b88c2033036e5e4b3
.circle.yml
.circle.yml
machine: environment: PATH: /home/ubuntu/miniconda/bin:$PATH dependencies: pre: - "wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh" - "bash miniconda.sh -b -p $HOME/miniconda" - "conda install -f requirements/tests.txt" test: override: - | ...
machine: environment: PATH: /home/ubuntu/miniconda/bin:$PATH dependencies: pre: - "wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh" - "bash miniconda.sh -b -p $HOME/miniconda" - "conda install --file requirements/tests.txt" test: override: - | ...
Use correct flag for conda
Use correct flag for conda
YAML
bsd-3-clause
ergs/rever,scopatz/rever
a228e5def3bb3c02f45ad312e9d715f5a89091e0
util/ansible/roles/composer/tasks/main.yml
util/ansible/roles/composer/tasks/main.yml
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/vendor" ...
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path: "{{ www_base }}/vendor" state: directory owner: azuracast group: www-data mode: 0744 - name:...
Fix composer lock status for Ansible installs.
Fix composer lock status for Ansible installs.
YAML
agpl-3.0
SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast
df396304418a39025c84e4ce8b61af6b73626a5a
beets/config.yaml
beets/config.yaml
library: ~/Music/library/library.db directory: ~/Music/library/files plugins: chroma bandcamp discogs embedart fetchart importfeeds lastgenre # Use English names if possible languages: - en # Use the album's original date instead of the release's date original_date: yes # Prevent iTunes from being an asshole and n...
library: ~/Music/library/library.db directory: ~/Music/library/files plugins: chroma bandcamp discogs embedart fetchart importfeeds lastgenre # Use English names if possible languages: - en # Use the album's original date instead of the release's date original_date: yes # Play it safe with filenames asciify_paths:...
Clarify a comment in Beets confg
Clarify a comment in Beets confg
YAML
mit
montchr/dotfiles,montchr/dotfiles,montchr/dotfiles,montchr/dotfiles
a5ffb5b88114ca055cdc4b27231cb817e072c03f
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 - 2.2 - 2.3.3 - 2.4.0 before_install: gem install bundler # update bundler. script: "script/cibuild" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: false cache: bundler sudo: false
language: ruby rvm: - 2.2 - 2.3.3 - 2.4.0 - 2.5.0 before_install: gem install bundler # update bundler. script: "script/cibuild" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: false cache: bundler sudo: false
Test ruby 2.5, dont test Ruby 2.1
Test ruby 2.5, dont test Ruby 2.1
YAML
mit
github/pages-gem,github/pages-gem
a5576b44231bf43ea460afcff74066f715401ab5
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 before_install: gem install bundler -v 1.10.6
language: ruby cache: bundler rvm: - 2.0.0 - 2.1.7 - 2.2.3 before_install: gem install bundler -v 1.10.6
Test on more Ruby versions
Test on more Ruby versions
YAML
mit
everypolitician/jekyll-writeinpublic,everypolitician/jekyll-writeinpublic
0d4d33b82eb21f45cdba9375602991aeea18e436
.travis.yml
.travis.yml
sudo: required env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=8.2.1 - GHCVER=head script: - git clone https://github.com/jacereda/fsatrace.git .fsatrace - (cd .fsatrace && make) - export PATH=$PATH:`pwd`/.fsatrace - fsatrace v - -- echo fsatrace works - wget https://raw.githu...
sudo: required env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=8.2.1 - GHCVER=head script: - git clone https://github.com/jacereda/fsatrace.git .fsatrace - (cd .fsatrace && make) - export PATH=$PATH:`pwd`/.fsatrace - fsatrace v - -- echo fsatrace works - curl -sL https://raw.g...
Switch to the new curl script
Switch to the new curl script
YAML
bsd-3-clause
ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake
0e6cf39daf8e12742c19aef03d43ef9e1a120a61
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.5" To Do - Add support to it ! # - "pypy" To Do - Check about it later # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" # - "3.5" To Do - Add support to it ! # - "pypy" To Do - Check about it later # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: - pep8 . - pylint JenkinsStatistics - nosetests
Add pep8 and pylint to CI Build
Add pep8 and pylint to CI Build
YAML
mit
BrunoCaimar/JenkinsStatistics
ce52fb9bf92529e068f200314fd6cbbbb251c7c2
.travis.yml
.travis.yml
language: go go: - 1.6.x - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/Virus...
language: go go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/VirusTotal/yar...
Drop Go 1.6 from Travis
Drop Go 1.6 from Travis
YAML
bsd-2-clause
VirusTotal/go-yara,hillu/go-yara,hillu/go-yara
bad870f0b82c42a755e14caec1e7778943d8b1f0
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install https://github.com/dcramer/pyflakes/tarball/master - pip install -q -e . --use-mirrors - pip inst...
language: python python: - "2.6" - "2.7" env: - 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 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install ...
Exclude django 1.7+ from python 2.6
Exclude django 1.7+ from python 2.6 - Django dropped support for python 2.6 at 1.7
YAML
apache-2.0
emory-libraries/django-eultheme,emory-libraries/django-eultheme,emory-libraries/django-eultheme
54a5019ede8ad04a8a30ea4b9a21a7f72322d04c
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly env: SYMFONY_VERSION=2.3.* cache: directories: - vendor - $HOME/.composer/cache install: - composer self-update - composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION} ...
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly env: SYMFONY_VERSION=2.3.* cache: directories: - vendor - $HOME/.composer/cache install: - composer self-update - composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION} ...
Move Symfony 2.6.*@dev to 2.6.*
[Travis] Move Symfony 2.6.*@dev to 2.6.*
YAML
mit
egeloen/IvoryOrderedFormBundle,egeloen/IvoryOrderedFormBundle
c40d10508e6a60a9a9f5d763b28b3f117223f300
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-de...
language: node_js node_js: - "4" - "5" - "6" - "7" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif...
Build with node.js 6 and 7 as well.
Travis: Build with node.js 6 and 7 as well.
YAML
bsd-3-clause
papandreou/express-processimage
1aa4b345be22aa42ec57bad76433f08205668d3b
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.1.3 language: ruby bundler_args: --without development integration openstack
rvm: - 1.9.3 - 2.0.0 - 2.1.3 language: ruby bundler_args: --without development integration openstack
Revert "remove ruby-2.0.0 - is anybody using this?"
Revert "remove ruby-2.0.0 - is anybody using this?" This reverts commit f442ad91e7794a34ec98b7e8cfacd015173828db.
YAML
apache-2.0
dev-sec/chef-ssh-hardening,patcon/chef-ssh-hardening,IFTTT/chef-ssh-hardening,dev-sec/chef-ssh-hardening,michaelklishin/chef-ssh-hardening,hardening-io/chef-ssh-hardening,patcon/chef-ssh-hardening,hardening-io/chef-ssh-hardening,IFTTT/chef-ssh-hardening,michaelklishin/chef-ssh-hardening
361ab50fa76d17c9e4ad4fd48da8bb50e36bdf97
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install ordereddict futures mock; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install futures; fi ...
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict futures; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install futures;...
Install unittest2 for python 2.6
Install unittest2 for python 2.6
YAML
bsd-3-clause
pygeek/flower,allengaller/flower,marrybird/flower,jzhou77/flower,allengaller/flower,getupcloud/flower,ucb-bar/bar-crawl-web,marrybird/flower,ucb-bar/bar-crawl-web,raphaelmerx/flower,ChinaQuants/flower,lucius-feng/flower,alexmojaki/flower,raphaelmerx/flower,asmodehn/flower,barseghyanartur/flower,pygeek/flower,pygeek/flo...
38dcd95fb65e032a85dcf5fee5a915b1b7c16adc
.travis.yml
.travis.yml
language: python sudo: required python: - "2.7" - "3.4" - "3.6" - "3.7" services: - postgresql addons: postgresql: "9.4" apt: sources: - sourceline: 'ppa:jonathonf/ffmpeg-3' packages: - ffmpeg install: - "pip install -r requirements.txt" before_script: - psql -c 'create database ...
language: python dist: xenial sudo: required python: - "2.7" - "3.4" - "3.6" - "3.7" services: - postgresql addons: postgresql: "9.4" apt: sources: - sourceline: 'ppa:jonathonf/ffmpeg-3' packages: - ffmpeg install: - "pip install -r requirements.txt" before_script: - psql -c 'cre...
Use Xenial version of Ubuntu for Travis tests
Use Xenial version of Ubuntu for Travis tests
YAML
agpl-3.0
cgwire/zou
18606319df1406c8ad108bb6a2c0a047fa359a38
.travis.yml
.travis.yml
language: node_js node_js: - stable - 8 - 6 - 4 script: - npm test
language: node_js node_js: - stable - 12 - 10 - 8 script: - npm test
Update node versions, drop v4/v6, add v10/v12
ci: Update node versions, drop v4/v6, add v10/v12
YAML
mit
themasch/node-bencode
eb96ac29e5db96dbaceef2d561007392e2469ccf
.travis.yml
.travis.yml
sudo: false language: python notifications: email: recipients: - me@arranschlosberg.com on_success: change on_failure: always python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_i...
sudo: false language: python notifications: email: recipients: - me@arranschlosberg.com on_success: change on_failure: always python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_i...
Include pandas in Travis CI configuration.
Include pandas in Travis CI configuration.
YAML
mit
aschlosberg/BNoL,aschlosberg/BNoL
1143b70bffe41111bdd1deebc91019243e26a29c
.travis.yml
.travis.yml
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - "2.1" - "2.2" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode script: - bundle exec rspec - ruby script/rubocop.rb bundler_args: --without development
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - "2.1" - "2.2" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode before_install: - gem install bundler script: - bundle exec rspec - ruby script/rubocop.rb bundler_args: --without development
Update bundler before doing bundle install
Update bundler before doing bundle install
YAML
bsd-2-clause
smt116/contracts.ruby,egonSchiele/contracts.ruby,egonSchiele/contracts.ruby,smt116/contracts.ruby
ace841a822c774d23078838668e68bfd5c69a46f
.travis.yml
.travis.yml
language: rust sudo: required dist: trusty addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for both all the trains rust: - stable - beta - nightly before_script: - | pip install git+https://github.com/huonw/travis-cargo --user && git clon...
language: rust sudo: required dist: trusty addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for both all the trains rust: - stable - beta - nightly before_script: - | pip install git+https://github.com/huonw/travis-cargo --user && git clon...
Disable integration tests for the moment
chore(CI): Disable integration tests for the moment
YAML
mit
semantic-rs/semantic-rs,semantic-rs/semantic-rs
eb67804936d2b4f67120f84738d84f38ec4974c2
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 sudo: false android: components: # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools # - platform-tools # - tools # The BuildTools version used by your project - build-tools-23.0.2 # The SDK version used to compile ...
language: android jdk: oraclejdk7 sudo: false android: components: # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools - platform-tools - tools # The BuildTools version used by your project - build-tools-23.0.2 # The SDK version used to compile your...
Change Android SDK version for Travis
Change Android SDK version for Travis
YAML
apache-2.0
dialogflow/dialogflow-android-client
6005bb875544ab071daeb1606d00eaa423db6901
.travis.yml
.travis.yml
language: objective-c script: - xctool -workspace Tests/NSString-HYPFormula.xcworkspace -scheme NSString-HYPFormulaTests -sdk iphonesimulator build test
language: objective-c before_install: - brew update - brew unlink xctool - brew install xctool script: - xctool -workspace Tests/NSString-HYPFormula.xcworkspace -scheme NSString-HYPFormulaTests -sdk iphonesimulator build test
Add before_install to Travis configuration
Add before_install to Travis configuration
YAML
mit
hyperoslo/NSString-HYPFormula
d9d0342a3e4fb12ad48428163e35640cddfeffb5
.travis.yml
.travis.yml
sudo: false sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet -...
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps ...
Add v5.22 to Travis, and run in container by turning off sudo
Add v5.22 to Travis, and run in container by turning off sudo
YAML
artistic-2.0
thoke/distribution-cooker,thoke/distribution-cooker
83de30e79774deeb862dc269daa3485d30541c9c
.travis.yml
.travis.yml
deploy: provider: heroku app: tintg-stage api_key: secure: N3o19GM6W86mcl1aUUCqJEdtNF2HaGmYB7IAg7vLy0FHnyXL1yR2Zgpr9iteMRTRepvpAsVzNNJNQdF0Q5HPV47vgkedOw7z/Z7oNQCHFFhS3avRc64Yhh6kySpNiHPQ8K2AVQ2tfEVUxW4xDehHp1XzNaPOOIYCTohRw44Lpzo= language: python notifications: email: - pjj@philipjohnjames.com pyt...
notifications: email: - pjj@philipjohnjames.com language: python deploy: api_key: secure: KZoFzs2mMO18aPBLJch7PdGVoTYOxSmXAhrd8SFWNaqVosVGuF6qVymDFXAVW85JaGY9hXofyF+6yx3P35nH35OggcMXr/f4Rkf8JdfWMtfazbqgCsqE3SyNYMerV/6qhYZafnUqFWSgOSnQBQcaxKImdcx5v6Bog/1BARNoyT4= provider: heroku "on": repo: phild...
Deploy with Travis try again
Deploy with Travis try again
YAML
mit
phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django
6e6219c3a534af72f1859e8764a871b7b4eefed4
.travis.yml
.travis.yml
language: objective-c osx_image: xcode10.3 cache: cocoapods podfile: Example/Podfile notifications: email: false env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - gem install bundler -v 2.0.2 - bundle install install: - bundle exec pod install --project-directory=Example --repo-upda...
language: objective-c osx_image: xcode11 cache: cocoapods podfile: Example/Podfile notifications: email: false env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - gem install bundler -v 2.0.2 - bundle install install: - bundle exec pod install --project-directory=Example --repo-update...
Use Xcode 11 on Travis
Use Xcode 11 on Travis
YAML
mit
detroit-labs/IRLSize,detroit-labs/IRLSize,detroit-labs/IRLSize
6a3342f4751a0d4bdc85e9b6129e11bf18455cf1
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - nightly services: - mysql - memcached sudo: false cache: directories: - $HOME/.composer/cache before_install: - composer self-update - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script: - com...
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly services: - mysql - memcached sudo: false cache: directories: - $HOME/.composer/cache before_install: - composer self-update - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script:...
Add PHP 7.2 to test
Add PHP 7.2 to test
YAML
apache-2.0
kokororin/KotoriFramework,kokororin/KotoriFramework,kokororin/Kotori.php,kokororin/KotoriFramework,kokororin/Kotori.php
713193a7b01f221e41973eb11653895a4018fed9
.travis.yml
.travis.yml
language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.11" script: - ant test
language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.11" - "0.12" script: - ant test
Test against Node 0.12.0 on Travis CI
Test against Node 0.12.0 on Travis CI Test against Node 0.12.0 on Travis CI
YAML
mit
cscott/parser-lib,ovanderzee/parser-lib,ash1982ok/parser-lib,ideadapt/parser-lib,medikoo/parser-lib,malept/parser-lib,cscott/parser-lib,malept/parser-lib,medikoo/parser-lib,ovanderzee/parser-lib,ideadapt/parser-lib,ash1982ok/parser-lib
6ceb7f20c2343585e9d7c08902b397520a4bc901
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 script: "./gradlew :plugin:jpi :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal" env: global: secure: blEUjsU8dIot/C43rEeXdun9rQns+lR0qxzMG5cvWr7m3G95LFGOyhFzw9QBaTBFlGplteZAv...
language: java jdk: - oraclejdk7 script: "./gradlew :plugin:jpi after_success: if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi env: global: sec...
Make Bintray upload only for build from master
Make Bintray upload only for build from master
YAML
apache-2.0
jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin
5e6fa8e90877a3a9c159f57cae72b95b54e829da
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - npm install - bin/doctrine orm:schema-tool:create script: - bin/phpspec run -v - bin/behat -v - bin/phpunit - bin/robo accepta...
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - npm install - cp .env.dist .env - bin/doctrine orm:schema-tool:create - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then wget h...
Fix problem with Travis build.
Fix problem with Travis build.
YAML
mit
MontealegreLuis/php-testing-tools,MontealegreLuis/php-testing-tools
dabf45d3f9490cb91bd231482c84134474795949
.travis.yml
.travis.yml
os: - linux - osx language: generic sudo: required dist: trusty osx_image: xcode8.3 install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: - make test - ./dogFooding.sh after_success: - eval "$(curl -sL https:/...
os: - linux - osx language: generic sudo: required dist: trusty osx_image: xcode9 install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: - make test - ./dogFooding.sh after_success: - eval "$(curl -sL https://s...
Use Xcode 9 on Travis CI
Use Xcode 9 on Travis CI
YAML
apache-2.0
ryuichis/swift-lint,ryuichis/swift-lint,yanagiba/swift-lint,yanagiba/swift-lint
39757e092a99d73c965af08e2a21b2e487ee536e
.travis.yml
.travis.yml
--- branches: only: - "master" - "molecule-test-harness" dist: bionic language: python python: 3.5 env: matrix: - MOLECULE_DISTRO: centos/7 - MOLECULE_DISTRO: centos/8 - MOLECULE_DISTRO: debian/jessie64 - MOLECULE_DISTRO: debian/stretch64 - MOLECULE_DISTRO: debian/buster64 - MOLE...
--- branches: only: - "master" dist: bionic language: python python: 3.5 env: matrix: - MOLECULE_DISTRO: centos/7 - MOLECULE_DISTRO: centos/8 - MOLECULE_DISTRO: debian/jessie64 - MOLECULE_DISTRO: debian/stretch64 - MOLECULE_DISTRO: debian/buster64 - MOLECULE_DISTRO: generic/ubuntu160...
Make Travis only build master branch.
Make Travis only build master branch.
YAML
apache-2.0
Graylog2/graylog-ansible-role
3dcefddac411664eeea0e89790d1dad4de5a2769
.travis.yml
.travis.yml
language: python sudo: false matrix: include: - os: linux env: SETUP="linux, python 3.2, flake8" python: 3.2 before_install: - pip3 install flake8 - pip3 install pylint after_success: - flake8 --max-line-length 100 --ignore E402 --exclude pyte,stubs - os: linux...
language: python sudo: false matrix: include: - os: linux env: SETUP="linux, python 3.2, flake8" python: 3.2 before_install: - pip3 install flake8 - pip3 install pylint after_success: - flake8 --max-line-length 100 --ignore E402 --exclude pyte,stubs - os: linux...
Remove osx again it does not work at all
Remove osx again it does not work at all
YAML
mit
Wramberg/TerminalView
c18d447b2772db36de732bc2e77ab7f453c32d49
.travis.yml
.travis.yml
--- cache: bundler language: ruby rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - jruby-9.2.7.0
--- cache: bundler language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 - jruby-9.2.8.0 jdk: - openjdk8
Use 2.6, 2.5, 2.4, jruby-9.2.8.0
CI: Use 2.6, 2.5, 2.4, jruby-9.2.8.0
YAML
mit
ttasanen/connection_pool,mperham/connection_pool
ec19a3a15d606ac06e0141e834af2afd12169d51
.travis.yml
.travis.yml
language: java env: matrix: - TARGET_PLATFORM=kepler - TARGET_PLATFORM=indigo - TARGET_PLATFORM=juno before_install: - wget http://dl.google.com/android/android-sdk_r22.0.1-linux.tgz - tar -zxf android-sdk_r22.0.1-linux.tgz - export ANDROID_HOME=$PWD/android-sdk-linux - export PATH=${PATH}:${ANDRO...
language: java env: matrix: - TARGET_PLATFORM=kepler - TARGET_PLATFORM=indigo - TARGET_PLATFORM=juno before_install: - wget http://dl.google.com/android/android-sdk_r22.0.1-linux.tgz - tar -zxf android-sdk_r22.0.1-linux.tgz - export ANDROID_HOME=$PWD/android-sdk-linux - export PATH=${PATH}:${ANDRO...
Enable -debug -consolelog for the test OSGi runtime
Enable -debug -consolelog for the test OSGi runtime
YAML
epl-1.0
b-cuts/m2e-android,rgladwell/m2e-android,WonderCsabo/m2e-android,WonderCsabo/m2e-android,b-cuts/m2e-android,rgladwell/m2e-android
a92b1728129d573587f17df27778cd40c7aecc36
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 before_install: gem install bundler -v 1.15.3
sudo: false language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 before_install: gem install bundler -v 1.16.1
Remove support for Ruby 2.1 and add support for 2.5.
Remove support for Ruby 2.1 and add support for 2.5.
YAML
mit
vavgustov/debug-extras,vavgustov/debug-extras
1c724276ac747a01389d9be6f25680ce0a5bdbcc
.travis.yml
.travis.yml
language: go sudo: false go: - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - tip matrix: allow_failures: - go: tip fast_finish: true env: - GO111MODULE=on before_install: - go get golang.org/x/tools/cmd/cover script: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic after_success: - bas...
language: go sudo: false go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - tip matrix: allow_failures: - go: tip fast_finish: true env: - GO111MODULE=on before_install: - go get golang.org/x/tools/cmd/cover script: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic after_success:...
Use the latest Go releases
Use the latest Go releases
YAML
mit
gofrs/uuid
42b5e893a35f9e76844cf69354e7cf27af5444ba
.travis.yml
.travis.yml
language: node_js script: - npm test - npm run benchmarks - npm run lint node_js: - "node" - "6" - "4" # Compiling package microtime requires C++11 compiler. Benchmarks will # automatically use microtime if installed. addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 befo...
language: node_js env: matrix: - TEST_TYPE=test - TEST_TYPE=lint - TEST_TYPE=benchmarks script: - | if [ "$TEST_TYPE" = test ]; then npm test elif [ "$TEST_TYPE" = benchmarks ]; then npm run benchmarks elif [ "$TEST_TYPE" = lint ]; then npm run lint fi # Slate is compiled wit...
Use different build for test/lint/benchmarks
Use different build for test/lint/benchmarks
YAML
mit
ianstormtaylor/slate,ashutoshrishi/slate,ianstormtaylor/slate,isubastiCadmus/slate,AlbertHilb/slate,6174/slate
f31b65315b6156aa262ccd71d3907facf7241b2b
.travis.yml
.travis.yml
language: go go: - 1.6 - tip install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v github.com/golang/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint -set_exit_status ./... - go test -v -race ./...
language: go go: - 1.5 - 1.6 - tip install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v github.com/golang/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint ./... - go test -v -race ./...
Bring back 1.5, make lint non fatal.
Bring back 1.5, make lint non fatal.
YAML
bsd-3-clause
jonas747/discordgo,iopred/discordgo,robbix1206/discordgo,bwmarrin/discordgo
7dabe8331cd2eb75a586018f0cc5ab7043290c41
.travis.yml
.travis.yml
language: php services: # - memcached # - mongodb - mysql # - rabbitmq - redis php: - 5.3 - 5.4 - 5.5 before_script: # beanstalkd - sudo apt-get install -qq --force-yes beanstalkd - sudo beanstalkd -d -l 127.0.0.1 -p 11300 # mysql - mysql -e 'CREATE DATABASE database_name;' - mysql datab...
language: php services: # - memcached # - mongodb - mysql # - rabbitmq - redis-server php: - 5.3 - 5.4 - 5.5 before_script: # beanstalkd - sudo apt-get install -qq --force-yes beanstalkd - sudo beanstalkd -d -l 127.0.0.1 -p 11300 # mysql - mysql -e 'CREATE DATABASE database_name;' - mysq...
Add missing redis-server to tests
Add missing redis-server to tests
YAML
mit
josegonzalez/php-queuesadilla
7a2e8d72493e92e940370e2655802df56d73f0a9
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 install: - pip install flake8 - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi - pip install coveralls - pip install mock - pip install nose script: - nosetests tes...
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 - pypy - pypy3 install: - pip install flake8 - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi - pip install coveralls - pip install mock - pip install nose script: - noset...
Make Travis CI test also Python 3.6.
Make Travis CI test also Python 3.6.
YAML
mit
s3rvac/git-edit-index
18e7255ff888056064c8758b402078f8d5aaf51d
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: "pip install -r requirements.txt" script: nosetests
language: python python: - '2.7' - '3.3' - '3.4' - '3.5' - 3.5-dev - nightly install: pip install -r requirements.txt script: nosetests notifications: slack: secure: NXshtzgr+BVRCSoDWJqASSX9Yc3YN12vxA+LQJEYDHh3/sGZQrIL5+NVj2mKxDEAgXhuHQNggC2lXTBshpelyc7itFkMM2IJx5MkLdejO3LC8cD3HQgfNyaSAGT4noo5BYHX8ngGEL4FtLJZiyA+...
Add Travis CI integration to Slack
Add Travis CI integration to Slack
YAML
mit
rsmenon/pygments-mathematica
6681d63c76e09627414388c84c2896ab41d3e8e7
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - PyPy env: - EXTRAS=tests - "EXTRAS=tests,lxml" script: py.test install: - pip install "file://$PWD#egg=xmlrpc2[${EXTRAS}]"
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - PyPy env: - EXTRAS=tests - "EXTRAS=tests,lxml" script: py.test install: - pip install "file://$PWD#egg=xmlrpc2[${EXTRAS}]"
Add 3.3 to the versions to test against
Add 3.3 to the versions to test against
YAML
bsd-2-clause
dstufft/xmlrpc2
41a94ba1653f9c00bd1f2df75fba2c6f16cd0555
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib - python -c "import lasio; print(lasio.__version__)" script: - pytest notifications: email: recipients: - kinverarit...
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib script: - pytest notifications: email: recipients: - kinverarity@hotmail.com on_success: change on_failure: ch...
Remove print call since it's captured anyway
Remove print call since it's captured anyway
YAML
mit
kwinkunks/lasio,kinverarity1/las-reader,kinverarity1/lasio
3d345b9d15c6c13bdddc04d13d07e8640ccbdedb
.travis.yml
.travis.yml
language: cpp os: - linux - osx compiler: - clang - gcc matrix: exclude: - os: osx compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test - kubuntu-backports packages: - g++-4.8 - cmake script: - if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi ...
sudo: required # Added only to join beta (https://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/) dist: trusty language: cpp os: - linux - osx compiler: - clang - gcc matrix: exclude: - os: osx compiler: gcc script: - $CXX --version - $CC --version - cmake --version - cmak...
Use Travis trusty image an its compiler toolchain
Use Travis trusty image an its compiler toolchain
YAML
bsd-3-clause
kullo/smartsqlite,kullo/smartsqlite,kullo/smartsqlite
fe39ee4e130cc0aa535f7ec9c42232d96efcb8b9
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - composer update --dev - wget https://scrutinizer-ci.com/ocular.phar script: - phpunit -c tests/unit/ --coverage-clover=coverage.clover - php ocular.phar code-coverage:upload --format=php-clover coverage.clover - phpun...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - composer update --dev - wget https://scrutinizer-ci.com/ocular.phar script: - phpunit -c tests/unit/ --coverage-clover=coverage.clover - phpunit -c tests/container/ after_script: - php ocular.phar code-coverage:uploa...
Move uploading to after script
Move uploading to after script
YAML
bsd-2-clause
friendsofaura/FOA.Auth_Session_Bundle,friendsofaura/FOA.Auth_Session_Bundle
78c291f6538fca7c4a4b297cc28277e7a1cf0fba
.travis.yml
.travis.yml
language: ruby args: --without development debug rvm: - 1.8.7 - 1.9.3 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database allincome_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - xvfb-run bundle...
language: ruby args: --without development debug rvm: - 1.9.3 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database allincome_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - xvfb-run bundle exec rake...
Drop support for 1.8.7 because it doesnt support latest capybara version
Drop support for 1.8.7 because it doesnt support latest capybara version
YAML
apache-2.0
SnapFresh/SnapFresh,rubyforgood/AllIncomeFoods,ysiadf/AllIncomeFoods,ysiadf/AllIncomeFoods,jwieringa/AllIncomeFoods,ysiadf/AllIncomeFoods,rubyforgood/AllIncomeFoods,jwieringa/AllIncomeFoods,rubyforgood/AllIncomeFoods,ysiadf/AllIncomeFoods,rubyforgood/AllIncomeFoods,jwieringa/AllIncomeFoods,SnapFresh/SnapFresh,SnapFresh...
933d453579dd1ceb5f03d1fa389b493b379d0202
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6" - "nightly" install: script: - python -m unittest test - PYTHONASYNCIODEBUG=1 python -m unittest test
language: python python: - 3.4 - 3.5 - 3.6 - nightly script: - python -m unittest test - PYTHONASYNCIODEBUG=1 python -m unittest test
Reformat yaml config for Travis CI
Reformat yaml config for Travis CI
YAML
apache-2.0
Martiusweb/asynctest
000f3128d86e24d53cdf63286e2e06d4cb49d454
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '7' - '6' - '4' before_install: - npm prune - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm i -g npm@^3.0.0 script: - npm run build after_success: - np...
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '7' - '6' - '4' before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm i -g npm@^3.0.0 - rm -rf ./node_modules - npm cache clean - npm install...
Clean node_modules and add fresh install
Clean node_modules and add fresh install
YAML
mit
videogular/videogular,videogular/videogular,kfeinUI/videogular,kfeinUI/videogular,2fdevs/videogular,kfeinUI/videogular,videogular/videogular,2fdevs/videogular
1c5c6654d7767ce151ccb0e04d07512c01116131
.travis.yml
.travis.yml
--- language: node_js node_js: - 4 - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.s...
--- language: node_js node_js: - 4 - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.s...
Remove kitchensink tests for now
Remove kitchensink tests for now These tests rely on an example project that has to be migrated to TypeScript first.
YAML
bsd-3-clause
devex-web-frontend/create-react-app-dx,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript,Place1/create-react-app-typescript,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript
f65f57e67e85983850b98da4b0c3e3f3dffc73f8
.travis.yml
.travis.yml
language: ruby python: "3.4" before_install: - curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" - sudo python get-pip.py - sudo pip install -U setuptools - sudo pip install -U virtualenvwrapper - python -V - pip -V install: - bundle install - sudo pip install -r requirements.txt rvm: - 2.1 ...
language: ruby python: "3.4" before_install: - curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" - sudo python get-pip.py - python -V - pip -V install: - bundle install - sudo pip install -r requirements.txt rvm: - 2.1 - 2.2
Remove setuptools Setup for Manual pip Install
Remove setuptools Setup for Manual pip Install
YAML
mit
friendsoftheweb/woff-rb,friendsoftheweb/woff-rb
2c1e27c728d78e5c23e3cdd9196958d995958631
.travis.yml
.travis.yml
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock - go get github.com/onsi/ginkgo - go get github.com/onsi/ginkgo/g...
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock - go get github.com/onsi/ginkgo - go get github.com/onsi/ginkgo/g...
Add sqlmock.v0 to Travis deps
Add sqlmock.v0 to Travis deps
YAML
mit
nicday/turtle
60c07214ed6dcee779aa8f1ed239d1c941c07024
.travis.yml
.travis.yml
language: perl perl: - "5.20" - "5.18" - "5.16" - "5.14" script: - make -f build/Makefile release # configure notifications (email, IRC, campfire etc) notifications: irc: "irc.freenode.org#gmod"
language: perl perl: - "5.20" - "5.18" - "5.16" - "5.14" before_install: - ./setup.sh script: - make -f build/Makefile release # configure notifications (email, IRC, campfire etc) notifications: irc: "irc.freenode.org#gmod"
Add setup.sh to Travis CI configuration
Add setup.sh to Travis CI configuration
YAML
lgpl-2.1
GMOD/jbrowse,erasche/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,limeng12/jbrowse,limeng12/jbrowse,erasche/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Informatio...
3843dfea1b594276967363c3b46bb46ec64f5d45
.travis.yml
.travis.yml
bundler_args: --without yard guard metrics benchmarks branches: only: - /^release-.*$/ script: "bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - ree - rbx-19mode env: - "GIT_BRANCH=release-1.2" notifications: irc: "irc.freenode.org#datamapper" ema...
bundler_args: --without yard guard metrics benchmarks branches: only: - /^release-.*$/ script: "bundle exec rake spec" rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - rbx-19mode env: - "GIT_BRANCH=release-1.2" notifications: irc: "irc.freenode.org#datamapper" email: - dan.kubb...
Remove 1.9.2 and ree from list of rubies to test against
Remove 1.9.2 and ree from list of rubies to test against
YAML
mit
datamapper/dm-rails
9001659f3c534e9069e6c7743919546d34719ed9
.travis.yml
.travis.yml
sudo: false language: rust rust: - stable - beta - nightly env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 - ghc - python3 go: - tip install: - nvm install stable - nvm use stable - npm install ffi glob - gem inst...
sudo: false language: rust rust: - stable - beta - nightly env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 - ghc - python3 go: - tip install: - wget http://nim-lang.org/download/nim-0.12.0.tar.xz - tar xf nim-0.12.0.t...
Test Nim FFI on Travis.
Test Nim FFI on Travis.
YAML
mit
zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools
c8818b50a7dae1fbb13c7be53c9d94df5f6bb7c7
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: "pip install . --use-mirrors" script: nosetests -s services: - neo4j
language: python python: - "2.6" - "2.7" - "3.3" install: "pip install . --use-mirrors" script: nosetests -s services: - neo4j
Enable 3.3 as a test
Enable 3.3 as a test
YAML
mit
robinedwards/neomodel,bleib1dj/neomodel,bleib1dj/neomodel,wcooley/neomodel,fpieper/neomodel,andrefsp/neomodel,cristigociu/neomodel_dh,robinedwards/neomodel,pombredanne/neomodel
13b27f33c15679c511756590f0c1567ea12b0829
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '6' before_script: - npm prune script: - npm run build - npm run test-single after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '6' before_script: - npm prune - npm i -g typescript script: - npm run build - npm run test-single after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
Fix the build in Travis.
fix(build): Fix the build in Travis.
YAML
apache-2.0
luketn/shakespeare-data,luketn/shakespeare-data,luketn/shakespeare-data,luketn/shakespeare-data
a836df1d8c604813be57b4fc786ee2ccb23d6f98
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --coverage-clover bu...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --cov...
Add PHP 7.1, 7.2, and 7.3 to Travis CI configuration
Add PHP 7.1, 7.2, and 7.3 to Travis CI configuration
YAML
mit
ramsey/mimeparse-php,conneg/mimeparse-php
2a201a1c027db0b5dc4b621a2bb98209553e6b92
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.8.7 - ree before_script: - "cp spec/mongoid.yml.forci spec/mongoid.yml" - "cp spec/redis.yml.forci spec/redis.yml"
rvm: 1.9.2 before_script: - "cp spec/mongoid.yml.forci spec/mongoid.yml" - "cp spec/redis.yml.forci spec/redis.yml"
Remove mulit Ruby version, because MongoHQ connection limit.
Remove mulit Ruby version, because MongoHQ connection limit.
YAML
mit
treejames/redis-search,huacnlee/redis-search,zBMNForks/redis-search
178177644ee54dd7eadace557e1a498aaa9d8a7c
.travis.yml
.travis.yml
language: rust addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-5 os: - linux rust: - stable env: global: - CARGO_TARGET_DIR=/tmp/bindgen matrix: - LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.8.1 BINDGEN_FEATURES=testing_only...
language: rust addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-5 os: - linux rust: - stable env: global: - CARGO_TARGET_DIR=/tmp/bindgen matrix: - LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.8.1 BINDGEN_FEATURES=testing_only...
Disable rustfmt tests, for now.
tests: Disable rustfmt tests, for now.
YAML
bsd-3-clause
emilio/rust-bindgen,rust-lang/rust-bindgen,emilio/rust-bindgen,rust-lang/rust-bindgen,rust-lang/rust-bindgen,rust-lang/rust-bindgen,emilio/rust-bindgen,emilio/rust-bindgen,emilio/rust-bindgen