commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
daab20f470399645f1d520dd43cecd4f4db0d0bc
.codeclimate.yml
.codeclimate.yml
engines: fixme: enabled: true phpmd: enabled: true ratings: paths: - '**.php' exclude_paths: - 'testing/'
engines: fixme: enabled: true phpmd: enabled: true config: rulesets: "codesize,controversial,design,naming,unusedcode" ratings: paths: - '**.php' exclude_paths: - 'testing/'
Remove cleancode standard from code climate phpmd
Remove cleancode standard from code climate phpmd
YAML
mit
quickenloans-mcp/mcp-panthor,quickenloans-mcp/mcp-panthor
89d73de1ef22e1504a0c67a72dbb7f40863caaf0
.codeclimate.yml
.codeclimate.yml
--- engines: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php eslint: enabled: true fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.erb" - "**.haml" - "**.rb" - "**.rhtml" - "**.slim" - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" exclude_paths: - config/ - db/ - spec/ - vendor/
--- engines: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true duplication: enabled: true exclude_paths: - app/admin/ config: languages: - ruby - javascript - python - php eslint: enabled: true fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.erb" - "**.haml" - "**.rb" - "**.rhtml" - "**.slim" - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" exclude_paths: - config/ - db/ - spec/ - vendor/
Disable duplication check for admin code
Disable duplication check for admin code
YAML
agpl-3.0
thetallgrassnet/pokesite,thetallgrassnet/pokesite,thetallgrassnet/pokesite,thetallgrassnet/pokesite
385a39e11d079e8d07bd005f862832c8ef2353bb
.codeclimate.yml
.codeclimate.yml
version: "2" plugins: rubocop: enabled: true config: file: .rubocop.yml channel: "rubocop-0-60" # need to keep this value the same as rubocop version # https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions eslint: enabled: true channel: "eslint-4" # need to keep this value the same as eslint version # https://docs.codeclimate.com/v1.0/docs/eslint#section-eslint-versions stylelint: enabled: true exclude_patterns: - "**/bin/" - "**/script/" - "**/vendor/" - "public/" - "guides/"
version: "2" plugins: rubocop: enabled: true config: file: .rubocop.yml channel: "rubocop-0-60" # need to keep this value the same as rubocop version # https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions eslint: enabled: true channel: "eslint-4" # need to keep this value the same as eslint version # https://docs.codeclimate.com/v1.0/docs/eslint#section-eslint-versions stylelint: enabled: true exclude_patterns: - "**/bin/" - "**/script/" - "**/vendor/" - "**/spec/" - "public/" - "guides/"
Exclude spec folders from CodeClimate analysis
Exclude spec folders from CodeClimate analysis
YAML
bsd-3-clause
imella/spree,imella/spree,ayb/spree,imella/spree,ayb/spree,ayb/spree,ayb/spree
97b000841a8521f917a1680c8abf20681d58b938
config/syringe.yml
config/syringe.yml
parameters: repository.namespaces: [] repository.instances: [] tokenDefinitions: [] services: queryBuilder: class: Silktide\Reposition\QueryBuilder\QueryBuilder arguments: - @tokenFactory tokenFactory: class: Silktide\Reposition\QueryBuilder\QueryToken\TokenFactory repositoryManager: class: Silktide\Reposition\Repository\RepositoryManager arguments: - @defaultStorage - @queryBuilder - @defaultMetadataFactory - %repository.namespaces% - %repository.instances% tokenParser: class: Silktide\Reposition\QueryBuilder\TokenParser arguments: - %tokenDefinitions% collectionFactory: class: Silktide\Reposition\Collection\CollectionFactory silktide_reposition.metadataProvider: aliasOf: "@repositoryManager" #### stub services to be aliased by modules defaultEntityFactory: class: Silktide\Reposition\Hydrator\EntityFactoryInterface defaultHydrator: class: Silktide\Reposition\Hydrator\HydratorInterface defaultMetadataFactory: class: Silktide\Reposition\Metadata\EntityMetadataFactoryInterface defaultNormaliser: class: Silktide\Reposition\Normliaser\NormaliserInterface defaultStorage: class: Silktide\Reposition\Storage\StorageInterface
parameters: repository.namespaces: [] repository.instances: [] tokenDefinitions: [] services: queryBuilder: class: Silktide\Reposition\QueryBuilder\QueryBuilder arguments: - "@tokenFactory" tokenFactory: class: Silktide\Reposition\QueryBuilder\QueryToken\TokenFactory repositoryManager: class: Silktide\Reposition\Repository\RepositoryManager arguments: - "@defaultStorage" - "@queryBuilder" - "@defaultMetadataFactory" - "%repository.namespaces%" - "%repository.instances%" tokenParser: class: Silktide\Reposition\QueryBuilder\TokenParser arguments: - "%tokenDefinitions%" collectionFactory: class: Silktide\Reposition\Collection\CollectionFactory silktide_reposition.metadataProvider: aliasOf: "@repositoryManager" #### stub services to be aliased by modules defaultEntityFactory: class: Silktide\Reposition\Hydrator\EntityFactoryInterface defaultHydrator: class: Silktide\Reposition\Hydrator\HydratorInterface defaultMetadataFactory: class: Silktide\Reposition\Metadata\EntityMetadataFactoryInterface defaultNormaliser: class: Silktide\Reposition\Normliaser\NormaliserInterface defaultStorage: class: Silktide\Reposition\Storage\StorageInterface
Make services YAML file conform to standards
Make services YAML file conform to standards
YAML
mit
silktide/reposition
2868a84e1720454637fd51a03d00f1ac10ac02ca
.kitchen.ec2.yml
.kitchen.ec2.yml
--- # The following environment variables are required: # - AWS_ACCESS_KEY_ID # - AWS_SECRET_ACCESS_KEY # - AWS_SSH_KEY_ID # - AWS_REGION # # Optional environment variables: # - AWS_SECURITY_GROUP # - AWS_SUBNET # - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency driver: name: ec2 instance_type: t2.micro associate_public_ip: true region: <%= ENV['AWS_REGION'] || 'us-west-2' %> subnet_filter: tag: 'Name' value: <%= ENV['AWS_SUBNET'] || 'chef-testing-opensource-vpc-subnet' %> security_group_filter: tag: 'Name' value: <%= ENV['AWS_SECURITY_GROUP'] || 'chef-testing-opensource-vpc-security-group' %> transport: ssh_key: <%= ENV['HOME'] %>/.ssh/id_rsa provisioner: name: chef_zero platforms: - name: centos-6 driver: image_id: ami-05cf2265 suites: - name: default run_list: - recipe[rundeck-bridge]
--- # The following environment variables are required: # - AWS_ACCESS_KEY_ID # - AWS_SECRET_ACCESS_KEY # - AWS_SSH_KEY_ID # - AWS_REGION # # Optional environment variables: # - AWS_SECURITY_GROUP # - AWS_SUBNET # - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency driver: name: ec2 instance_type: t2.micro associate_public_ip: true region: <%= ENV['AWS_REGION'] || 'us-west-2' %> subnet_filter: tag: 'Name' value: <%= ENV['AWS_SUBNET'] || 'chef-testing-opensource-vpc-subnet' %> security_group_filter: tag: 'Name' value: <%= ENV['AWS_SECURITY_GROUP'] || 'chef-testing-opensource-vpc-security-group' %> block_device_mappings: - device_name: /dev/sda1 ebs: volume_type: gp2 delete_on_termination: true transport: ssh_key: <%= ENV['HOME'] %>/.ssh/id_rsa provisioner: name: chef_zero platforms: - name: centos-6 driver: image_id: ami-05cf2265 suites: - name: default run_list: - recipe[rundeck-bridge]
Use SSD and delete volume after termination
Use SSD and delete volume after termination
YAML
apache-2.0
criteo-cookbooks/rundeck-bridge
ff39e86f2f269ce698ba3ce641975660e724057c
.readthedocs.yml
.readthedocs.yml
--- version: 2 formats: all python: # Keep version in sync with tox.ini (docs and gh-actions). version: "3.10" install: - method: pip path: . extra_requirements: - docs
--- version: 2 formats: all build: os: ubuntu-20.04 tools: python: "3.10" python: install: - method: pip path: . extra_requirements: - docs
Use new RTD build config
Use new RTD build config
YAML
mit
python-attrs/attrs
e1ccfcf84489222ab6963e95baacc8e95816758a
gce/appengine/frontend/app.yaml
gce/appengine/frontend/app.yaml
service: default runtime: go api_version: go1 instance_class: F4 automatic_scaling: min_idle_instances: 1 handlers: - url: /bower_components static_dir: bower_components secure: always - url: /(internal|admin)/.* script: _go_app secure: always login: admin - url: /.* script: _go_app secure: always includes: - common
service: default runtime: go api_version: go1 instance_class: F4 automatic_scaling: max_concurrent_requests: 20 min_idle_instances: 1 handlers: - url: /bower_components static_dir: bower_components secure: always - url: /(internal|admin)/.* script: _go_app secure: always login: admin - url: /.* script: _go_app secure: always includes: - common
Increase max concurrent requests (10 -> 20)
[GCE] Increase max concurrent requests (10 -> 20) Bug: 897355 Change-Id: I913c513e0852023118ffac8db8a747e339b476ec Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1590541 Reviewed-by: Andrii Shyshkalov <[email protected]> Commit-Queue: smut <[email protected]>
YAML
apache-2.0
luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go
83e46ba1c422c23234794f114e81673f3ef24e25
packages/ra/rando.yaml
packages/ra/rando.yaml
homepage: '' changelog-type: '' hash: 9025e2e7d2eaaff7369629a5732503819053f2b4b63f37b476f29321b42a5f50 test-bench-deps: tf-random: -any microspec: -any base: <5 containers: -any vector: -any maintainer: Tom Murphy synopsis: Easy-to-use randomness for livecoding changelog: '' basic-deps: tf-random: -any base: <5 vector: -any all-versions: - '0.0.0.1' - '0.0.0.2' - '0.0.0.3' author: Tom Murphy latest: '0.0.0.3' description-type: haddock description: ! 'Easy-to-use randomness for livecoding. The goal is to provide the simplest possible experience, e.g. > >>> pickOne ["lemon", "lime", "strawberry"] > "lime" :: IO String > >>> flipCoin > True > >>> shuffle [1..5] > [2,4,1,3,5] This library is in flux: names will change, types will change, functions will appear and disappear and move between modules!' license-name: GPL-3
homepage: '' changelog-type: '' hash: e05ed2fc145d84d82a7bfdd41f50b703e2e4a4da5b5c43fd19a178b850a14ec8 test-bench-deps: tf-random: -any microspec: -any base: <5 containers: -any vector: -any maintainer: Tom Murphy synopsis: Easy-to-use randomness for livecoding changelog: '' basic-deps: tf-random: -any base: <5 vector: -any all-versions: - '0.0.0.1' - '0.0.0.2' - '0.0.0.3' - '0.0.0.4' author: Tom Murphy latest: '0.0.0.4' description-type: haddock description: ! 'Easy-to-use randomness for livecoding. The goal is to provide the simplest possible experience, e.g. > >>> import Rando > >>> pickOne ["lemon", "lime", "strawberry"] > "lime" :: IO String > >>> flipCoin > True > >>> shuffle [1..5] > [2,4,1,3,5] This library is in flux: names will change, types will change, functions will appear and disappear and move between modules!' license-name: GPL-3
Update from Hackage at 2018-03-31T20:38:09Z
Update from Hackage at 2018-03-31T20:38:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
bacf06379c3619d4fc47bd5237b30a69b0922675
.scrutinizer.yml
.scrutinizer.yml
build: environment: php: version: "7.1" nodes: tests: tests: override: - command: vendor/bin/phpunit --coverage-clover /tmp/coverage.xml coverage: file: /tmp/coverage.xml format: clover analysis: tests: override: - command: phpcs-run use_website_config: true filter: dependency_paths: - "propel/" excluded_paths: - "app/" - "config/" - "bin/" - "storage/" - "tests/" - "vendor/"
build: environment: php: version: "7.1" nodes: tests-and-coverage: tests: override: - command: vendor/bin/phpunit --coverage-clover /tmp/coverage.xml coverage: file: /tmp/coverage.xml format: clover analysis: tests: override: - php-scrutinizer-run filter: excluded_paths: - "app/" - "config/" - "bin/" - "storage/" - "tests/" - "vendor/"
Move to the new PHP analyzer in Scrutinizer
Move to the new PHP analyzer in Scrutinizer Signed-off-by: Yoshi2889 <[email protected]>
YAML
mit
WildPHP/Wild-IRC-Bot
822fa76c4f92df0d218ac212d83a03a77b771181
.bmi.yaml
.bmi.yaml
bmi_paths: - .bmi/frost_number - .bmi/ku build: - python setup.py install
bmi_paths: - .bmi/frost_number - .bmi/frost_number_Geo - .bmi/ku build: - python setup.py install
Add frost_number_Geo to BMI paths
Add frost_number_Geo to BMI paths
YAML
mit
permamodel/permamodel,permamodel/permamodel
ac4baaeaa8dae6161cca47d91a13b32e1a0dfbec
.zuul.yml
.zuul.yml
ui: tape browsers: - name: chrome version: 30..latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 25..latest server: ./test/server.js
ui: tape browsers: - name: chrome version: latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 25..latest server: ./test/server.js
Remove chrome 30 from the testing
Remove chrome 30 from the testing
YAML
apache-2.0
rtc-io/rtc-mesh
8c606738fc94d93543d8af9f1bca2f474ef25fdb
.zuul.yml
.zuul.yml
ui: mocha-bdd browsers: - name: chrome version: [29, -2..latest] - name: safari version: -2..latest - name: firefox version: -1..latest - name: ie version: 9..latest - name: microsoftedge version: latest - name: android version: [4.4, latest] - name: iphone version: -1..latest
ui: mocha-bdd browsers: - name: chrome version: -1..latest - name: safari version: -1..latest - name: firefox version: -1..latest - name: ie version: [9, latest] - name: microsoftedge version: -1..latest - name: android version: latest - name: iphone version: -1..latest
Reduce the number of browsers being tested
Reduce the number of browsers being tested Adjusted based data from caniuse.com. Hopefully now it will only take half a decade to finish.
YAML
mit
shaungrady/angular-http-etag
21774ffe69d704ed5f15a07bc9510fb32f7c7987
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]] # inflation_radius: 0.5 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sensor: { sensor_frame: velodyne_link, data_type: PointCloud2, topic: velodyne_points, # expected_update_rate: 1.0, observation_persistence: 0.0, marking: true, clearing: true, min_obstacle_height: 0.2, max_obstacle_height: 0.8, }
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model # footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]] inflation_radius: 0.35 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sensor: { sensor_frame: velodyne_link, data_type: PointCloud2, topic: velodyne_points, # expected_update_rate: 1.0, observation_persistence: 0.0, marking: true, clearing: true, min_obstacle_height: 0.2, max_obstacle_height: 0.8, }
Modify shape of foot print
Modify shape of foot print
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
5e621b65fadd84908c2441007815d77c1d54facc
ci/tasks/gats-windows.yml
ci/tasks/gats-windows.yml
--- platform: windows params: ADMIN_USER: ADMIN_PASSWORD: inputs: - name: cli-acceptance-tests path: gopath/src/github.com/cloudfoundry/cli-acceptance-tests - name: cf-cli-binaries - name: bosh-lite-lock - name: cli run: path: cli/ci/tasks/gats-windows.bat
--- platform: windows params: ADMIN_USER: ADMIN_PASSWORD: inputs: - name: cli-acceptance-tests path: gopath/src/github.com/cloudfoundry/cli-acceptance-tests - name: cf-cli-binaries - name: bosh-lite-lock - name: cli-ci run: path: cli-ci/ci/tasks/gats-windows.bat
Use cli-ci to run tests in windows gats
Use cli-ci to run tests in windows gats Signed-off-by: Nick Wei <[email protected]>
YAML
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
dedd2dca02b9d69e7f02c67b1f861ec051b828d9
spring-pcf-application/spring-pcf-application-basic/manifest.yml
spring-pcf-application/spring-pcf-application-basic/manifest.yml
--- applications: - name: spring-pcf-application-basic buildpack: java_buildpack instances: 1 memory: 1G host: spring-pcf-application-basic path: target/spring-pcf-application-basic-0.0.1-SNAPSHOT.jar
--- applications: - name: spring-pcf-application-basic instances: 2 path: target/spring-pcf-application-basic-0.0.1-SNAPSHOT.jar
Define a simple Manifest without buildpack, Hostname etc.
Define a simple Manifest without buildpack, Hostname etc.
YAML
apache-2.0
Thinkenterprise/spring-pcf-training
7add07b5d32002110b1a8a8531ce2bc21dcea39e
config/config-example.yml
config/config-example.yml
udp_server: address: '127.0.0.1' port: 1234 tcp_client: host: '127.0.0.1' port: 4567 pass: "/green" fail: "/red" store: filename: "out/build_result.yml" mask: regex: ".*master.*" policy: "include"
udp_server: address: '127.0.0.1' port: 1234 tcp_client: host: '127.0.0.1' port: 4567 pass: "/green" fail: "/red" store: filename: "/tmp/build_result.yml" mask: regex: ".*master.*" policy: "include" verbose: true
Change location of store file. Default to verbose
Change location of store file. Default to verbose
YAML
mit
jcmuller/build_status_server
e39dc6dd8b70c3afa7e7efe7cfaaf557b7855ee6
packages/in/intro-prelude.yaml
packages/in/intro-prelude.yaml
homepage: https://github.com/minad/intro-prelude#readme changelog-type: '' hash: 0efa4c65ccfa1af759e17f530a5f2aa691d4bbf1e9702b8b657bad02cc1b3e6e test-bench-deps: intro: -any intro-prelude: -any maintainer: Daniel Mendler <[email protected]> synopsis: Intro reexported as Prelude changelog: '' basic-deps: intro: -any all-versions: - '0.1.0.0' author: Daniel Mendler <[email protected]> latest: '0.1.0.0' description-type: haddock description: Intro reexported as Prelude. Replace base with base-noprelude and intro-prelude in your build-depends. license-name: MIT
homepage: https://github.com/minad/intro-prelude#readme changelog-type: '' hash: a6ffadd4b02b26ea9170eae2f37ee3f5af32cb128a3c1d1099b34b86daec5de6 test-bench-deps: intro: -any intro-prelude: -any maintainer: Daniel Mendler <[email protected]> synopsis: Intro reexported as Prelude changelog: '' basic-deps: intro: <0.2 all-versions: - '0.1.0.0' author: Daniel Mendler <[email protected]> latest: '0.1.0.0' description-type: haddock description: Intro reexported as Prelude. Replace base with base-noprelude and intro-prelude in your build-depends. license-name: MIT
Update from Hackage at 2017-01-10T15:37:35Z
Update from Hackage at 2017-01-10T15:37:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
cd9755c7af443eff5df85aaaaae79c235fec7ce2
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: blueksy version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: ../ build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }} requirements: build: - python >=3.4.3 run: - python >=3.4.3 - jsonschema - event-model - super_state_machine - lmfit - numpy - metadatastore - filestore - matplotlib - cycler - traitlets - historydict - jinja2 - boltons test: requires: - nslsii_dev_configuration - ophyd imports: - 'bluesky' - 'bluesky.examples' - 'bluesky.callbacks' - 'bluesky.register_mds' about: home: https://github.com/NSLS-II/bluesky license: BSD
package: name: blueksy version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: ../ build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}py{{ py }} requirements: build: - python >=3.4.3 run: - python >=3.4.3 - jsonschema - event-model - super_state_machine - lmfit - numpy - metadatastore - filestore - matplotlib - cycler - traitlets - historydict - jinja2 - boltons test: requires: - nslsii_dev_configuration - ophyd imports: - 'bluesky' - 'bluesky.examples' - 'bluesky.callbacks' - 'bluesky.register_mds' about: home: https://github.com/NSLS-II/bluesky license: BSD
Remove numpy version from build string.
BLD: Remove numpy version from build string.
YAML
bsd-3-clause
ericdill/bluesky,ericdill/bluesky
2c01fac21b6ecb4de4c100ad2e1713787a6dc7f9
recipes/pudb/meta.yaml
recipes/pudb/meta.yaml
{% set version = "2016.2" %} package: name: pudb version: {{ version }} source: fn: pudb-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/pudb/pudb-{{ version }}.tar.gz md5: 4573b70163329c1cb59836a357bfdf7c build: # conda skeleton added this, but I'm unsure why it would be needed. # preserve_egg_dir: True entry_points: - pudb = pudb.run:main number: 0 script: python setup.py install --single-version-externally-managed --record record.txt # Urwid is skipped on Windows skip: true # [win] requirements: build: - python - setuptools - urwid >=1.1.1 - pygments >=1.0 run: - python - setuptools - urwid >=1.1.1 - pygments >=1.0 test: imports: - pudb commands: - pudb --help about: home: http://pypi.python.org/pypi/pudb license: MIT License summary: 'A full-screen, console-based Python debugger' dev_url: https://github.com/inducer/pudb extra: recipe-maintainers: - asmeurer
{% set version = "2016.2" %} package: name: pudb version: {{ version }} source: fn: pudb-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/pudb/pudb-{{ version }}.tar.gz md5: 4573b70163329c1cb59836a357bfdf7c build: # conda skeleton added this, but I'm unsure why it would be needed. # preserve_egg_dir: True entry_points: - pudb = pudb.run:main number: 0 script: python setup.py install --single-version-externally-managed --record record.txt # Urwid is skipped on Windows skip: true # [win] requirements: build: - python - setuptools - urwid >=1.1.1 - pygments >=1.0 run: - python - setuptools - urwid >=1.1.1 - pygments >=1.0 test: imports: - pudb commands: - pudb --help about: home: http://pypi.python.org/pypi/pudb license: MIT License summary: 'A full-screen, console-based Python debugger' dev_url: https://github.com/inducer/pudb extra: recipe-maintainers: - asmeurer - inducer
Add @inducer as a maintainer for PuDB
Add @inducer as a maintainer for PuDB
YAML
bsd-3-clause
vamega/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,khallock/staged-recipes,chohner/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,sannykr/staged-recipes,petrushy/staged-recipes,chrisburr/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,blowekamp/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,sodre/staged-recipes,hajapy/staged-recipes,atedstone/staged-recipes,pmlandwehr/staged-recipes,nicoddemus/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,pstjohn/staged-recipes,jcb91/staged-recipes,benvandyke/staged-recipes,scopatz/staged-recipes,tylere/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,OpenPIV/staged-recipes,valgur/staged-recipes,jerowe/staged-recipes,Cashalow/staged-recipes,koverholt/staged-recipes,planetarypy/staged-recipes,SylvainCorlay/staged-recipes,jcb91/staged-recipes,barkls/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,johanneskoester/staged-recipes,atedstone/staged-recipes,blowekamp/staged-recipes,richardotis/staged-recipes,guillochon/staged-recipes,benvandyke/staged-recipes,Juanlu001/staged-recipes,Savvysherpa/staged-recipes,data-exp-lab/staged-recipes,tylere/staged-recipes,Cashalow/staged-recipes,ReimarBauer/staged-recipes,caspervdw/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,jjhelmus/staged-recipes,valgur/staged-recipes,NOAA-ORR-ERD/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,ceholden/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,glemaitre/staged-recipes,richardotis/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,synapticarbors/staged-recipes,gqmelo/staged-recipes,johannesring/staged-recipes,khallock/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,johannesring/staged-recipes,jakirkham/staged-recipes,vamega/staged-recipes,chohner/staged-recipes,gqmelo/staged-recipes,asmeurer/staged-recipes,larray-project/staged-recipes,Juanlu001/staged-recipes,data-exp-lab/staged-recipes,JohnGreeley/staged-recipes,conda-forge/staged-recipes,grlee77/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,Savvysherpa/staged-recipes,planetarypy/staged-recipes,larray-project/staged-recipes,mcs07/staged-recipes,dfroger/staged-recipes,stuertz/staged-recipes,guillochon/staged-recipes,hadim/staged-recipes,NOAA-ORR-ERD/staged-recipes,mcs07/staged-recipes,hbredin/staged-recipes,hajapy/staged-recipes,kwilcox/staged-recipes,barkls/staged-recipes,mcernak/staged-recipes,jochym/staged-recipes,rolando-contrib/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,sannykr/staged-recipes,dharhas/staged-recipes,dharhas/staged-recipes,mariusvniekerk/staged-recipes,jerowe/staged-recipes,pmlandwehr/staged-recipes,goanpeca/staged-recipes,shadowwalkersb/staged-recipes,hbredin/staged-recipes,rvalieris/staged-recipes,birdsarah/staged-recipes,nicoddemus/staged-recipes,dfroger/staged-recipes,OpenPIV/staged-recipes,koverholt/staged-recipes,JohnGreeley/staged-recipes,cpaulik/staged-recipes,rvalieris/staged-recipes,sodre/staged-recipes,mcernak/staged-recipes,synapticarbors/staged-recipes,glemaitre/staged-recipes,bmabey/staged-recipes,conda-forge/staged-recipes,pstjohn/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,birdsarah/staged-recipes,rolando-contrib/staged-recipes,caspervdw/staged-recipes,basnijholt/staged-recipes,grlee77/staged-recipes,bmabey/staged-recipes,goanpeca/staged-recipes
efc4d06c0b525045271b76a87be600b78d209771
.config/terminus/config.yaml
.config/terminus/config.yaml
hotkeys: shell: {} profile: {} ssh: {} terminal: colorScheme: name: Material foreground: '#eceff1' background: 'rgba(38, 50, 56, 1)' cursor: '#FFCC00' colors: - '#000000' - '#D62341' - '#9ECE58' - '#FAED70' - '#396FE2' - '#BB80B3' - '#2DDAFD' - '#d0d0d0' - 'rgba(255, 255, 255, 0.2)' - '#FF5370' - '#C3E88D' - '#FFCB6B' - '#82AAFF' - '#C792EA' - '#89DDFF' - '#ffffff' ligatures: true appearance: theme: Standard frame: thin dock: 'off'
hotkeys: shell: {} profile: {} ssh: {} terminal: colorScheme: name: Material foreground: '#eceff1' background: 'rgba(38, 50, 56, 1)' cursor: '#FFCC00' colors: - '#000000' - '#D62341' - '#9ECE58' - '#FAED70' - '#396FE2' - '#BB80B3' - '#2DDAFD' - '#d0d0d0' - 'rgba(255, 255, 255, 0.2)' - '#FF5370' - '#C3E88D' - '#FFCB6B' - '#82AAFF' - '#C792EA' - '#89DDFF' - '#ffffff' ligatures: true font: Source Code Pro for Powerline appearance: theme: Standard frame: thin dock: 'off'
Configure Terminus to use Source Code Pro for Powerline
Configure Terminus to use Source Code Pro for Powerline
YAML
mit
phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles
300b393830f0c4fc984e4252c556b3b6b7180f25
.github/workflows/deploy.yml
.github/workflows/deploy.yml
name: Deploy on: push: tags: - v* jobs: build-and-push: name: Build and Push runs-on: ubuntu-latest env: REGISTRY: registry.digitalocean.com NAME: ghost/gscan steps: - uses: actions/checkout@v2 - name: Get version run: echo "::set-env name=IMAGE_VERSION::$(git describe --tags)" - name: Publish to DigitalOcean Registry uses: elgohr/[email protected] with: registry: ${{ env.REGISTRY }} name: ${{ env.NAME }} dockerfile: .github/deploy/Dockerfile username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tags: "latest,${{ env.IMAGE_VERSION }}" - uses: matootie/[email protected] with: personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }} clusterName: ${{ secrets.CLUSTER_NAME }} - name: Update deployment run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
name: Deploy on: push: tags: - v* jobs: build-and-push: name: Build and Push runs-on: ubuntu-latest env: REGISTRY: registry.digitalocean.com NAME: ghost/gscan steps: - uses: actions/checkout@v2 - name: Get version run: echo "::set-env name=IMAGE_VERSION::$(git describe --tags)" - name: Publish to DigitalOcean Registry uses: elgohr/[email protected] with: registry: ${{ env.REGISTRY }} name: ${{ env.NAME }} dockerfile: .github/deploy/Dockerfile username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tags: "latest,${{ env.IMAGE_VERSION }}" - uses: matootie/[email protected] with: personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }} clusterName: ${{ secrets.CLUSTER_NAME }} - name: Update deployment run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
Update matootie/dokube action to v1.3.3
Update matootie/dokube action to v1.3.3
YAML
mit
TryGhost/gscan
cdf4090b67594d93551eb29adf7823eff04236c4
.github/workflows/automerge.yml
.github/workflows/automerge.yml
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'MySQL tests' - 'PostgreSQL tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - # It is often a desired behavior to merge only when a workflow execution # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} name: Merge me! uses: ridedott/[email protected] with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to # a protected branch must be used. This secret can have an arbitrary # name, as an example, this repository uses `DOTTBOTT_TOKEN`. # # When using a custom token, it is recommended to leave the following # comment for other developers to be aware of the reasoning behind it: # # This must be used as GitHub Actions token does not support pushing # to protected branches. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE PRESET: DEPENDABOT_MINOR ENABLED_FOR_MANUAL_CHANGES: 'true'
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'MySQL tests' - 'PostgreSQL tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - # It is often a desired behavior to merge only when a workflow execution # succeeds. This can be changed as needed. if: ${{ github.event.workflow_run.conclusion == 'success' }} name: Merge me! uses: ridedott/[email protected] with: # Depending on branch protection rules, a manually populated # `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to # a protected branch must be used. This secret can have an arbitrary # name, as an example, this repository uses `DOTTBOTT_TOKEN`. # # When using a custom token, it is recommended to leave the following # comment for other developers to be aware of the reasoning behind it: # # This must be used as GitHub Actions token does not support pushing # to protected branches. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE PRESET: DEPENDABOT_MINOR ENABLED_FOR_MANUAL_CHANGES: 'true'
Bump ridedott/merge-me-action from 2.9.56 to 2.9.58
Bump ridedott/merge-me-action from 2.9.56 to 2.9.58
YAML
mit
fizyk/pyramid_fullauth
31a0f733c139321b8f6f8fcd7d6d2b04fcbe5d5d
.github/workflows/nl-action.yml
.github/workflows/nl-action.yml
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: NL-Augmenter Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.7 uses: actions/setup-python@v2 with: python-version: 3.7 - uses: actions/cache@v2 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }} - name: Install dependencies run: | if [ -f requirements.txt ]; then pip3 install --upgrade --upgrade-strategy eager -r requirements.txt -e . ; fi pip3 install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz - name: Test with pytest run: | pytest -s --t=light --f=light
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: NL-Augmenter Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.7 uses: actions/setup-python@v2 with: python-version: 3.7 - uses: actions/cache@v2 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }} - name: Install dependencies run: | if [ -f requirements.txt ]; then pip3 install --upgrade --upgrade-strategy eager -r requirements.txt -e . ; fi pip3 install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz pip3 install https://github.com/explosion/spacy-models/releases/download/zh_core_web_sm-3.0.0/zh_core_web_sm-3.0.0.tar.gz - name: Test with pytest run: | pytest -s --t=light --f=light
Add zh_core_web_sm Installation to GitHub Action
Add zh_core_web_sm Installation to GitHub Action
YAML
mit
GEM-benchmark/NL-Augmenter
4ef48969fd90b8d5f0afde5558e289e308487376
docker-compose.yaml
docker-compose.yaml
version: "3" services: hades: build: context: ./docker args: BUILDER_UID: ${UID:-1000} BUILDER_GID: ${GID:-1000} image: hades hostname: hades container_name: hades network_mode: bridge tmpfs: - /tmp - /run cap_add: - SYS_ADMIN - NET_ADMIN security_opt: - seccomp:unconfined stdin_open: false tty: false stop_signal: SIGRTMIN+3 volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - "home:/build" - ./:/build/hades volumes: home:
version: "3" services: hades: build: context: ./docker args: BUILDER_UID: ${UID:-1000} BUILDER_GID: ${GID:-1000} image: hades hostname: hades container_name: hades network_mode: bridge tmpfs: - "/tmp:exec" - /run cap_add: - SYS_ADMIN - NET_ADMIN security_opt: - seccomp:unconfined stdin_open: false tty: false stop_signal: SIGRTMIN+3 volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - "home:/build" - ./:/build/hades volumes: home:
Set exec option for /tmp
Set exec option for /tmp dpkg extracts scripts to /tmp and tries to execute them, which will fail if it's noexec.
YAML
mit
agdsn/hades,agdsn/hades,agdsn/hades,agdsn/hades,agdsn/hades
dfe8185556ab1c3cc5e96d0efddeea6af4c9989e
docker-compose.yml
docker-compose.yml
version: '3' services: app: build: . command: yarn dev ports: - "3000:3000" volumes: - .:/app:cached - node_modules:/app/node_modules - npm_cache:/root/.npm - yarn_cache:/usr/local/share/.cache/yarn volumes: node_modules: npm_cache: yarn_cache:
version: '3' services: app: build: . command: yarn dev ports: - "3000:3000" volumes: - .:/app:cached - node_modules:/app/node_modules - npm_cache:/root/.npm - yarn_cache:/usr/local/share/.cache/yarn tmpfs: - /app/dist volumes: node_modules: npm_cache: yarn_cache:
Use a tmpfs for dist directory
Use a tmpfs for dist directory Should make builds a little faster
YAML
mit
jwang1919/popcode,outoftime/learnpad,outoftime/learnpad,popcodeorg/popcode,popcodeorg/popcode,popcodeorg/popcode,jwang1919/popcode,popcodeorg/popcode,jwang1919/popcode,jwang1919/popcode
bcb8763f787c7ee65a063f477d2361d7f84b0a73
docker-compose.yml
docker-compose.yml
web: image: node:onbuild volumes: - .:/usr/src/app ports: - "5000:5000"
web: # For x86: #image: node:onbuild # For Arm / Raspberry: hypriot/rpi-node:onbuild volumes: - .:/usr/src/app ports: - "5000:5000"
Switch docker image to Arm
Switch docker image to Arm For local usage, uncomment x86 line instead.
YAML
mit
pixelistik/alreadydone,pixelistik/alreadydone,pixelistik/alreadydone
40089ebd7788db453bda25d143ee57f9fcf60590
docker-compose.yml
docker-compose.yml
version: "3" services: web: build: . volumes: - .:/app - .:/marli container_name: marli ports: - "3000:3000" env_file: - test.env environment: CI: CODECLIMATE_REPO_TOKEN: COVERALLS_REPO_TOKEN: depends_on: - setup_dbs test: build: . volumes: - .:/app environment: RAILS_ENV: test env_file: - test.env command: "tail -f /dev/null" depends_on: - setup_dbs setup_dbs: build: . volumes: - .:/app environment: MARLI_DB_HOST: db command: bash -c "sleep 5; rake db:setup" depends_on: - db db: image: library/mysql:5.6.22 expose: - "3306" environment: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
version: "3" services: web: build: . volumes: # - .:/app - .:/marli container_name: marli ports: - "3000:3000" env_file: - test.env environment: CI: CODECLIMATE_REPO_TOKEN: COVERALLS_REPO_TOKEN: depends_on: - setup_dbs test: build: . volumes: - .:/app environment: RAILS_ENV: test env_file: - test.env command: "tail -f /dev/null" depends_on: - setup_dbs setup_dbs: build: . volumes: - .:/app environment: MARLI_DB_HOST: db command: bash -c "sleep 5; rake db:setup" depends_on: - db db: image: library/mysql:5.6.22 expose: - "3306" environment: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
Add another volume for circle
Add another volume for circle
YAML
mit
NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli
218a3ab47e5d6f281b72b1b196256b9e7d105c9f
docker-compose.yml
docker-compose.yml
rabbit1: image: harbur/rabbitmq-cluster hostname: rabbit1 environment: - ERLANG_COOKIE=abcdefg ports: - "5672:5672" - "15672:15672" rabbit2: image: harbur/rabbitmq-cluster hostname: rabbit2 links: - rabbit1 environment: - ERLANG_COOKIE=abcdefg - CLUSTER_WITH=rabbit1 - ENABLE_RAM=true ports: - "5673:5672" - "15673:15672" rabbit3: image: harbur/rabbitmq-cluster hostname: rabbit3 links: - rabbit1 - rabbit2 environment: - ERLANG_COOKIE=abcdefg - CLUSTER_WITH=rabbit1 ports: - "5674:5672"
rabbit1: image: thanhphu/rabbitmq-cluster hostname: rabbit1 container_name: rabbit-1 environment: - ERLANG_COOKIE=topsecret ports: - "5672:5672" - "15672:15672" rabbit2: image: thanhphu/rabbitmq-cluster hostname: rabbit2 container_name: rabbit-2 links: - rabbit1 environment: - ERLANG_COOKIE=topsecret - CLUSTER_WITH=rabbit1 - ENABLE_RAM=true ports: - "5673:5672" - "15673:15672" rabbit3: image: thanhphu/rabbitmq-cluster hostname: rabbit3 container_name: rabbit-3 links: - rabbit1 - rabbit2 environment: - ERLANG_COOKIE=topsecret - CLUSTER_WITH=rabbit1 ports: - "5674:5672" mongo: image: mongo hostname: mongo1 container-name: mongo-1 ports: - "27017:27017" broker: image: thanhphu/mqtt-broker hostname: broker1 container-name: broker-1 links: - rabbit2 environment: - AMQP_PORT=5673 ports: - "1883:1883" collector: image: thanhphu/mqtt-collector hostname: collector1 container-name: collector-1 links: - rabbit1 - mongo1 environment: - MONGODB_HOST=mongo1 - AMQP_HOST=rabbit3
Add mongo, broker, collector to cluster
Add mongo, broker, collector to cluster
YAML
mit
thanhphu/mqtt-rabbitmq-cluster
1591700642e1974f42cc3a3f5cb17cd58efc5c92
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres:latest ports: - 5432:5432 environment: POSTGRES_DB: rom POSTGRES_HOST_AUTH_METHOD: trust app: build: . command: ./docker_start.sh environment: BASE_DB_URI: postgres@db/rom_repository volumes: - .:/opt/rom - bundle_box:/opt/bundle_box links: - db volumes: bundle_box:
version: '2' services: db: image: postgres:latest ports: - 5432:5432 environment: POSTGRES_DB: rom POSTGRES_HOST_AUTH_METHOD: trust app: build: . command: ./docker_start.sh environment: BASE_DB_URI: postgres@db/rom volumes: - .:/opt/rom - bundle_box:/opt/bundle_box links: - db volumes: bundle_box:
Fix database name in docker composer config
Fix database name in docker composer config
YAML
mit
rom-rb/rom,rom-rb/rom,rom-rb/rom
47beeec53e529d7f9fec08ea51a3f5ac463b4512
docker-compose.yml
docker-compose.yml
mongo: image: mongo:3.0.8 container_name: mongodb.{{.ApiName}}.{{.Org}} ports: - 27017:27017
# API container {{.ApiName}}: image: {{.Org}}/{{.ApiName}}:latest container_name: {{.ApiName}}.{{.Org}} ports: - 80:8080 env_file: .env # Custom services required for development mongo: image: mongo:3.0.8 container_name: mongodb.{{.ApiName}}.{{.Org}} ports: - 27017:27017
Add container config to docker compose
Add container config to docker compose
YAML
mit
nildev/prj-tpl-basic-api
b93a0c850cfbbf826be8c59acf5ece92db3b78a8
metadata/com.ctemplar.app.fdroid.yml
metadata/com.ctemplar.app.fdroid.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: Apache-2.0 WebSite: https://ctemplar.com SourceCode: https://github.com/CTemplar/android/tree/fdroid IssueTracker: https://github.com/CTemplar/android/issues AutoName: CTemplar RepoType: git Repo: https://github.com/CTemplar/android.git Builds: - versionName: 1.0.0 versionCode: 1 commit: v1.0.0-fdroid subdir: app gradle: - yes - versionName: 1.0.2 versionCode: 3 commit: v1.0.2-fdroid subdir: app gradle: - yes AutoUpdateMode: Version v%v-fdroid UpdateCheckMode: Tags CurrentVersion: 1.0.2 CurrentVersionCode: 3
AntiFeatures: - NonFreeNet Categories: - Internet License: Apache-2.0 WebSite: https://ctemplar.com SourceCode: https://github.com/CTemplar/android/tree/fdroid IssueTracker: https://github.com/CTemplar/android/issues AutoName: CTemplar RepoType: git Repo: https://github.com/CTemplar/android.git Builds: - versionName: 1.0.0 versionCode: 1 commit: v1.0.0-fdroid subdir: app gradle: - yes - versionName: 1.0.2 versionCode: 3 commit: v1.0.2-fdroid subdir: app gradle: - yes - versionName: 1.2.6 versionCode: 4 commit: v1.2.6-fdroid subdir: app gradle: - yes AutoUpdateMode: Version v%v-fdroid UpdateCheckMode: Tags CurrentVersion: 1.2.6 CurrentVersionCode: 4
Update CTemplar to 1.2.6 (4)
Update CTemplar to 1.2.6 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
958358d6dcc29a014c5d7743a3e471e846f17ccb
.travis.yml
.travis.yml
language: ruby sudo: required services: - docker rvm: - 2.5 env: - IMAGE=centos:6 - IMAGE=centos:7 - IMAGE=debian:wheezy - IMAGE=debian:jessie - IMAGE=debian:stretch bundler_args: "--jobs=4" cache: bundler before_install: - gem update --system --no-document - gem install bundler --no-document script: - bundle exec itamae docker --node-yaml=spec/node.yml spec/recipes/bootstrap.rb --image=$IMAGE --tag local:latest - DOCKER_IMAGE=local:latest bundle exec rspec branches: only: - master notifications: email: false slack: secure: AP3A/R0LPAJ4es8RYbS3/uOYOvA1Sfx6NrMDBtHkmok+30XnC5m06t764OnnVTwql+v94vPLcUznoSn9NA/pLi/+0HRMn6be+ykhHhc3w3BYez5htAUrP73K4dEOABCNAXgFjOuZ3UC+BhibjOx6wj1TWJHFNsdZ1RBsOjzjNhU=
language: ruby sudo: required services: - docker rvm: - 2.5 env: - IMAGE=centos:6 - IMAGE=centos:7 - IMAGE=debian:wheezy - IMAGE=debian:jessie - IMAGE=debian:stretch bundler_args: "--jobs=4" cache: bundler before_install: - travis_retry gem update --system || travis_retry gem update --system 2.7.8 - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3 script: - bundle exec itamae docker --node-yaml=spec/node.yml spec/recipes/bootstrap.rb --image=$IMAGE --tag local:latest - DOCKER_IMAGE=local:latest bundle exec rspec branches: only: - master notifications: email: false slack: secure: AP3A/R0LPAJ4es8RYbS3/uOYOvA1Sfx6NrMDBtHkmok+30XnC5m06t764OnnVTwql+v94vPLcUznoSn9NA/pLi/+0HRMn6be+ykhHhc3w3BYez5htAUrP73K4dEOABCNAXgFjOuZ3UC+BhibjOx6wj1TWJHFNsdZ1RBsOjzjNhU=
Fix CI for bundler v2
Fix CI for bundler v2
YAML
mit
sue445/jenkins-backup-script,sue445/jenkins-backup-script
492c87741bbc02ef8fee23782be4bbf67271639f
.travis.yml
.travis.yml
language: go go: - 1.3 - tip install: make deps script: make test
language: go go: - 1.3 - tip install: make deps script: make test matrix: allow_failures: - go: tip
Allow failures on golang master
Allow failures on golang master
YAML
agpl-3.0
gitorious/git-archive-daemon,gitorious/git-archive-daemon,Gitorious-backup/git-archive-daemon,Gitorious-backup/git-archive-daemon
c677c0c6cf4223820b666eee725ccd2647e9f1c3
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 env: global: - LANG=en_US.UTF-8 - LC_ALL=en_US.UTF-8 - XCODE_WORKSPACE=AlamofireObjectMapper.xcworkspace matrix: - SCHEME="AlamofireObjectMapper iOS" - SCHEME="AlamofireObjectMapper OSX" - SCHEME="AlamofireObjectMapper tvOS" before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - set -o pipefail - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Debug clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; notifications: email: false
language: objective-c osx_image: xcode8 env: global: - LANG=en_US.UTF-8 - LC_ALL=en_US.UTF-8 - XCODE_WORKSPACE=AlamofireObjectMapper.xcworkspace matrix: - SCHEME="AlamofireObjectMapper iOS" - SCHEME="AlamofireObjectMapper OSX" - SCHEME="AlamofireObjectMapper tvOS" before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - set -o pipefail - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Debug clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; notifications: email: false
Use Xcode 8 for Travis
Use Xcode 8 for Travis Missed this when updating the file earlier :grin:
YAML
mit
tristanhimmelman/AlamofireObjectMapper,tristanhimmelman/AlamofireObjectMapper
b31809fc3b0d1a5edf5cdec7b489d72af9a2e295
.travis.yml
.travis.yml
--- language: python python: - "2.7" - "3.5" script: - pip install codecov - coverage run monitor.py -1 -v -d -f tests/monitor.ini - TEST_VALUE=myenv coverage run --append monitor.py -t -f tests/monitor-env.ini - coverage run --append -m unittest discover -s tests - codecov
--- language: python python: - "2.7" - "3.5" script: - pip install codecov flake8 - flake8 *.py Alerters/ Monitors/ Loggers/ - coverage run monitor.py -1 -v -d -f tests/monitor.ini - TEST_VALUE=myenv coverage run --append monitor.py -t -f tests/monitor-env.ini - coverage run --append -m unittest discover -s tests - codecov
Apply flake8 checks with Travis
Apply flake8 checks with Travis
YAML
bsd-3-clause
jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor
23a07d35757c7e7c8da74e95463f0541b1dd219d
.travis.yml
.travis.yml
sudo: false language: python dist: xenial python: - 2.7 - 3.6 - 3.7 - 3.8 addons: apt: packages: - scons - libdbi-perl cache: pip: true directories: - $HOME/perl5 install: - export PERL5LIB=~/perl5/lib/perl5 - export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages) - export PATH=~/perl5/bin:$PATH - pip install coverage - curl -L https://cpanmin.us/ -o cpanm && chmod a+x cpanm - ./cpanm --local-lib=~/perl5 --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov Test::Exception Test::Output Test::MockModule Devel::Cover MIME::Lite - git clone --depth=5 https://github.com/salilab/saliweb - (cd saliweb && scons modeller_key=UNKNOWN pythondir=$PYTHONPATH perldir=~/perl5/lib/perl5 prefix=~/usr webdir=~/www install && touch $PYTHONPATH/saliweb/frontend/config.py) script: - scons coverage=true python=$(which python) test after_success: - bash <(curl -s https://codecov.io/bash) - cover -report codecov
sudo: false language: python dist: focal python: - 3.6 - 3.7 - 3.8 addons: apt: packages: - scons - libdbi-perl cache: pip: true directories: - $HOME/perl5 install: - export PERL5LIB=~/perl5/lib/perl5 - export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages) - export PATH=~/perl5/bin:$PATH - pip install coverage - curl -L https://cpanmin.us/ -o cpanm && chmod a+x cpanm - ./cpanm --local-lib=~/perl5 --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov Test::Exception Test::Output Test::MockModule Devel::Cover MIME::Lite - git clone --depth=5 https://github.com/salilab/saliweb - (cd saliweb && scons modeller_key=UNKNOWN pythondir=$PYTHONPATH perldir=~/perl5/lib/perl5 prefix=~/usr webdir=~/www install && touch $PYTHONPATH/saliweb/frontend/config.py) script: - scons coverage=true python=$(which python) test after_success: - bash <(curl -s https://codecov.io/bash) - cover -report codecov
Switch to Ubuntu Focal to get Python 3 scons
Switch to Ubuntu Focal to get Python 3 scons
YAML
lgpl-2.1
salilab/allosmod,salilab/allosmod,salilab/allosmod,salilab/allosmod
76c24db0398f58e1567be82492f3c098afb72da8
.travis.yml
.travis.yml
language: ruby rvm: - 2.0 - 2.1 - 2.2 - ruby-head - jruby-head - rbx-2 sudo: false matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head script: "rake test" notifications: disable: true
language: ruby rvm: - 2.0 - 2.1 - 2.2 - ruby-head - jruby-head - rbx-2 sudo: false matrix: allow_failures: - rvm: jruby-head script: "rake test" notifications: disable: true
Remove ruby-head from allowed failures
Remove ruby-head from allowed failures
YAML
mit
howkj1/liquid,tim-vandecasteele/liquid,Wirachmat/liquid,knu/liquid,insales/liquid,tdg5/liquid,vietlq/liquid,djreimer/liquid,Tiger66639/liquid,illMadeKnight/liquid-1,SOFTPOWER1991/liquid,lastobelus/liquid,bluerail/liquid,Richardphp/liquid,Shopify/liquid,ipmobiletech/Shopify-liquid,ilovezy/liquid,PMArtz92/liquid,boobooninja/liquid,bibio/liquid,locomotivecms/liquid,zhangkuaiji/liquid,xiaoliw7/liquid,evulse/liquid,bettyblocks/liquid,mrmanc/liquid,mcary/liquid
d4d35a7d8d91dc7d36fc6c36b17de9792af5fb96
.travis.yml
.travis.yml
language: java install: true before_install: - chmod +x gradlew - sudo apt-get -y install at-spi2-core jdk: openjdk11 git: depth: false addons: sonarcloud: organization: "gurkenlabs-github" services: - xvfb script: - ./gradlew fullbuild - if [ $TRAVIS_PULL_REQUEST = 'false' ]; then sonar-scanner; fi cache: directories: - '$HOME/.m2/repository' - '$HOME/.sonar/cache' - '$HOME/.gradle/caches/' - '$HOME/.gradle/wrapper/'
language: java install: true before_install: - chmod +x gradlew - sudo apt-get -y install at-spi2-core jdk: openjdk11 git: depth: false addons: sonarcloud: organization: "gurkenlabs-github" services: - xvfb script: - ./gradlew fullbuild --warning-mode all - if [ $TRAVIS_PULL_REQUEST = 'false' ]; then sonar-scanner; fi cache: directories: - '$HOME/.m2/repository' - '$HOME/.sonar/cache' - '$HOME/.gradle/caches/' - '$HOME/.gradle/wrapper/'
Print Gradle warnings in the build log.
Print Gradle warnings in the build log.
YAML
mit
gurkenlabs/litiengine,gurkenlabs/litiengine
c2f2f5bca3b4a792ac5bfeaa69c181e35e54c196
.travis.yml
.travis.yml
sudo: required language: generic services: - docker script: - docker build -t lab41/base-notebook 01_base_notebook - docker build -t lab41/tensorflow-notebook 02_deep_learning after_success: - echo "TRAVIS_BRANCH\: $TRAVIS_BRANCH"; echo "TRAVIS_REPO_SLUG\: $TRAVIS_REPO_SLUG" - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_REPO_SLUG" == "Lab41/nbserver" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker push lab41/base-notebook; fi
sudo: required language: generic services: - docker script: - docker build -t lab41/base-notebook 01_base_notebook - docker build -t lab41/tensorflow-notebook 02_deep_learning after_success: - echo "TRAVIS_BRANCH\: $TRAVIS_BRANCH"; echo "TRAVIS_REPO_SLUG\: $TRAVIS_REPO_SLUG" - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_REPO_SLUG" == "Lab41/nbserver" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" && docker push lab41/base-notebook && docker push lab41/tensorflow-notebook; fi
Add docker push lab41/tensorflow to Travis
Add docker push lab41/tensorflow to Travis
YAML
apache-2.0
kylemvz/nbserver,Lab41/nbserver,agude/nbserver,kylemvz/nbserver,Lab41/nbserver,agude/nbserver
06cb543d78eabf0686ced26e37d30504e61b5da0
.travis.yml
.travis.yml
language: haskell ghc: 7.8 sudo: required before_install: - sudo apt-get update -qq - sudo apt-get install -qq lessc install: - | cabal install hakyll export PATH=$HOME/.cabal/bin:$PATH script: - | ghc --make -threaded site ./site build notifications: email: - [email protected]
language: haskell ghc: 7.8 before_install: - wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash - | source ~/.nvm/nvm.sh nvm install 0.12 nvm use 0.12 install: - | npm install less export PATH=./node_modules/less/bin:$PATH - | cabal install hakyll export PATH=$HOME/.cabal/bin:$PATH script: - | ghc --make -threaded site ./site build notifications: email: - [email protected]
Change the tactic to get lessc.
Change the tactic to get lessc.
YAML
mit
ForNeVeR/fornever.me,ForNeVeR/fornever.me,ForNeVeR/fornever.me
848cf4ec492de41705fa478dd0a92abc369a1d9e
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.2.7 - 2.3.4 - 2.4.1 before_install: - gem update bundler env: matrix: - SPROCKETS_VERSION="~> 3.3.0" - SPROCKETS_VERSION="~> 3.7.0" - SPROCKETS_VERSION="~> 4.0.0.beta4" - EMBER_SOURCE_VERSION="~> 1.13" - EMBER_SOURCE_VERSION="~> 2.6" - EMBER_SOURCE_VERSION="~> 2.10"
language: ruby sudo: false cache: bundler rvm: - 2.2.8 - 2.3.5 - 2.4.2 before_install: - gem update bundler env: matrix: - SPROCKETS_VERSION="~> 3.3.0" - SPROCKETS_VERSION="~> 3.7.0" - SPROCKETS_VERSION="~> 4.0.0.beta4" - EMBER_SOURCE_VERSION="~> 1.13" - EMBER_SOURCE_VERSION="~> 2.6" - EMBER_SOURCE_VERSION="~> 2.10"
Update Ruby versions on Travis CI
Update Ruby versions on Travis CI
YAML
mit
tricknotes/ember-handlebars-template,tricknotes/ember-handlebars-template
21ca2d91e576435abab28cdd02b82ccc825946e7
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.0 env: - DB=sqlite - DB=mysql - DB=postgresql install: - bundle install --without development before_script: - bundle exec rake db:create db:migrate branches: only: - master addons: code_climate: repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e notifications: webhooks: urls: - http://publify_hook.ookook.fr/travisci on_success: always on_failure: never on_start: never
sudo: false language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.0 env: - DB=sqlite - DB=mysql - DB=postgresql install: - bundle install --without development before_script: - bundle exec rake db:create db:migrate script: 'bundle exec rake && cd publify_core && bundle exec rake && cd ../publify_amazon_sidebar && bundle exec rake' branches: only: - master addons: code_climate: repo_token: 8850bccc6911d74965627b1fafe753beb368fab00d33de0c7576c6598fc1220e notifications: webhooks: urls: - http://publify_hook.ookook.fr/travisci on_success: always on_failure: never on_start: never
Test all parts of Publify on Travis CI
Test all parts of Publify on Travis CI
YAML
mit
SF-WDI-LABS/publify_debugging_lab,publify/publify,drakontia/publify,SF-WDI-LABS/publify_debugging_lab,SF-WDI-LABS/publify_debugging_lab,publify/publify,drakontia/publify,publify/publify
b06829dd4c4032bbfbd5b38ce020f603c3be144c
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 sudo: false addons: apt_packages: - libbz2-dev - libhdf5-serial-dev - liblzo2-dev install: - pip install cython - pip install . - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi script: - python -m tables.tests.test_all notifications: webhooks: urls: - https://webhooks.gitter.im/e/58f8a9014ef02f6217ec on_success: change
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 sudo: false addons: apt_packages: - libbz2-dev - libhdf5-serial-dev - liblzo2-dev install: - pip install cython - pip install . - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi script: - mkdir clean_directory && cd clean_directory - python -m tables.tests.test_all notifications: webhooks: urls: - https://webhooks.gitter.im/e/58f8a9014ef02f6217ec on_success: change
Change directory to avoid picking the wrong module
Change directory to avoid picking the wrong module
YAML
bsd-3-clause
jennolsen84/PyTables,rabernat/PyTables,FrancescAlted/PyTables,jennolsen84/PyTables,gdementen/PyTables,PyTables/PyTables,andreabedini/PyTables,avalentino/PyTables,rabernat/PyTables,mohamed-ali/PyTables,joonro/PyTables,avalentino/PyTables,gdementen/PyTables,mohamed-ali/PyTables,FrancescAlted/PyTables,PyTables/PyTables,gdementen/PyTables,gdementen/PyTables,joonro/PyTables,joonro/PyTables,rabernat/PyTables,rabernat/PyTables,FrancescAlted/PyTables,avalentino/PyTables,mohamed-ali/PyTables,andreabedini/PyTables,jennolsen84/PyTables,jennolsen84/PyTables,andreabedini/PyTables,joonro/PyTables,andreabedini/PyTables,PyTables/PyTables,mohamed-ali/PyTables
9743864123419101e60782f23328a76f7d9d1b8a
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 env: - DB=postgresql script: - RAILS_ENV=test bundle exec rake --trace db:migrate spec before_script: - psql -c 'create user qm with superuser' -U postgres - psql -d template0 -c 'create extension hstore;' - psql -c 'create database qm_test owner qm' -U postgres
language: ruby rvm: - 2.0.0 env: - DB=postgresql script: - RAILS_ENV=test bundle exec rake --trace db:migrate spec before_script: - psql -c 'create user qm with superuser' -U postgres - psql -d template1 -c 'create extension hstore;' - psql -c 'create database qm_test owner qm' -U postgres
Enable hstore extension in Travis
Enable hstore extension in Travis
YAML
agpl-3.0
AsunaYuukio/quienmanda.es,AsunaYuukio/quienmanda.es,AsunaYuukio/quienmanda.es,civio/quienmanda.es,civio/quienmanda.es,AsunaYuukio/quienmanda.es,civio/quienmanda.es,civio/quienmanda.es
682e173df12ffe7e896b40af2170749b6c5da3d0
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 - openjdk7
language: java jdk: - oraclejdk7 - openjdk7 before_install: - git clone --depth 1 https://github.com/openplanets/scape-platform-datamodel.git -b scape-platform-datamodel-0.1.0 - cd scape-platform-datamodel - mvn clean install -DskipTests=true - cd ..
Add back datamodel 0.1.0 dependency build
[Travis] Add back datamodel 0.1.0 dependency build
YAML
apache-2.0
openpreserve/scape-dc-lily
14a78af7365960ed60c8270ce00098f18ba4919b
.travis.yml
.travis.yml
language: python install: - pip install stix2-validator==0.1.0 script: - stix2_validator ./examples
language: python install: - pip install stix2-validator==0.2.0 script: - stix2_validator ./examples
Test with latests version of stix2-validator.
Test with latests version of stix2-validator.
YAML
bsd-3-clause
oasis-open/cti-stix2-json-schemas
c589ace0b23b8bac6b196bcc7d3537727020c3b9
.travis.yml
.travis.yml
sudo: false cache: directories: - test/elm-stuff/build-artifacts - sysconfcpus os: - linux - osx env: matrix: - ELM_VERSION=0.18.0 TARGET_NODE_VERSION=node before_install: - if [ ${TRAVIS_OS_NAME} == "osx" ]; then brew update; brew install nvm; mkdir ~/.nvm; export NVM_DIR=~/.nvm; source $(brew --prefix nvm)/nvm.sh; fi - | # epic build time improvement - see https://github.com/elm-lang/elm-compiler/issues/1473#issuecomment-245704142 if [ ! -d sysconfcpus/bin ]; then git clone https://github.com/obmarg/libsysconfcpus.git; cd libsysconfcpus; ./configure --prefix=$TRAVIS_BUILD_DIR/sysconfcpus; make && make install; cd ..; fi install: - nvm install $TARGET_NODE_VERSION - nvm use $TARGET_NODE_VERSION - node --version - npm --version - npm install -g elm@$ELM_VERSION - mv $(npm config get prefix)/bin/elm-make $(npm config get prefix)/bin/elm-make-old - printf "#\041/bin/bash\n\necho \"Running elm-make with sysconfcpus -n 2\"\n\n$TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 elm-make-old \"\$@\"" > $(npm config get prefix)/bin/elm-make - chmod +x $(npm config get prefix)/bin/elm-make - npm install script: - npm test
sudo: false os: - linux - osx env: matrix: - ELM_VERSION=0.19.0 TARGET_NODE_VERSION=node before_install: - if [ ${TRAVIS_OS_NAME} == "osx" ]; then brew update; brew install nvm; mkdir ~/.nvm; export NVM_DIR=~/.nvm; source $(brew --prefix nvm)/nvm.sh; fi install: - nvm install $TARGET_NODE_VERSION - nvm use $TARGET_NODE_VERSION - node --version - npm --version - npm install -g elm@$ELM_VERSION script: - npm test
Upgrade Travis CI config to run 0.19
Upgrade Travis CI config to run 0.19
YAML
bsd-3-clause
rtfeldman/node-elm-compiler
2e63129cb9521cc56e690b9d83d8280a46fc89ab
.travis.yml
.travis.yml
language: node_js node_js: - '4.0' - '7.0' after_script: bash <(curl -s https://codecov.io/bash) deploy: - provider: npm email: [email protected] api_key: secure: Q4KsUHBwUgiZNez5y8Vb41YK+8gPzMNt30CwfIDYBhuiClEmTARikAAOmy6H9yD7VMKVFcF5TTu0p2hHrN359O0lFyr06qWmjtIP5dzDGjk4iXKxyRJROPDLJ4d0qznbndrhhpe+skQG8VQcZSrWQP0qNZ0DiLyWs9W0Y3aXtRk= on: tags: true node: '4.0' - provider: releases api_key: secure: bDtXQMK9A3JSeeGFJe7CZdwvvTiPodI0rm9taWwNxdb4cj14q2e+HquTqBLmg3gvOTD7BcbmcUEA1MwdtH5s+IILTZdeaA4hBGicNdB21qg1DB6NNf1J5+TFRDW7asFFKBB/uojeYm9hUqhMRPv6QeG6tbwtW6zwz1n4dCYitIg= file: - "dale-chall.js" - "dale-chall.min.js" on: tags: true node: '7.0'
language: node_js node_js: - '4.0' - '7.0' sudo: false after_script: bash <(curl -s https://codecov.io/bash) deploy: - provider: npm email: [email protected] api_key: secure: Q4KsUHBwUgiZNez5y8Vb41YK+8gPzMNt30CwfIDYBhuiClEmTARikAAOmy6H9yD7VMKVFcF5TTu0p2hHrN359O0lFyr06qWmjtIP5dzDGjk4iXKxyRJROPDLJ4d0qznbndrhhpe+skQG8VQcZSrWQP0qNZ0DiLyWs9W0Y3aXtRk= on: tags: true node: '4.0' - provider: releases api_key: secure: bDtXQMK9A3JSeeGFJe7CZdwvvTiPodI0rm9taWwNxdb4cj14q2e+HquTqBLmg3gvOTD7BcbmcUEA1MwdtH5s+IILTZdeaA4hBGicNdB21qg1DB6NNf1J5+TFRDW7asFFKBB/uojeYm9hUqhMRPv6QeG6tbwtW6zwz1n4dCYitIg= file: - "dale-chall.js" - "dale-chall.min.js" on: tags: true node: '7.0'
Add missing `sudo: false` in Travis
Add missing `sudo: false` in Travis
YAML
mit
wooorm/dale-chall
5c5ab5b5788156e8e210db678d1323040afa14d3
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly matrix: allow_failures: - php: 7.4snapshot - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_script: - travis_retry composer update $COMPOSER_OPTS script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover dist: trusty sudo: false
language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly matrix: allow_failures: - php: 7.4snapshot - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_script: - travis_retry composer update $COMPOSER_OPTS script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover group: travis_latest
Remove the deprecated sudo option and run on the latest version
Remove the deprecated sudo option and run on the latest version
YAML
mit
thephpleague/climate
59ba58b3e5f3bbc10da12c4fb3f2237edbb1beca
.travis.yml
.travis.yml
language: python os: - linux branches: only: - master - dev addons: apt: packages: - python3 - gcc - g++ - pkg-config - gdb - python3-pip - pylint - git - cmake - libglib2.0-dev before_script: - pip3 install --user --upgrade ropper retdec-python keystone-engine capstone unicorn - echo "source `pwd`/gef.py" > ~/.gdbinit script: - gdb -q -ex 'gef help' -ex 'gef config' -ex start -ex continue -ex quit /bin/ls - make lint notifications: email: recipients: - [email protected] on_success: change on_failure: always
language: python cache: pip sudo: required python: - "3.4" os: - linux branches: only: - master - dev env: - PYTHONPATH=/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages addons: apt: packages: - gcc - gdb before_script: - python3 -m pip install ropper pylint keystone-engine capstone unicorn - echo "source `pwd`/gef.py" > ~/.gdbinit script: - gdb -q -ex 'gef help' -ex 'gef config' -ex start -ex continue -ex quit /bin/ls - make lint notifications: email: recipients: - [email protected] on_success: change on_failure: always
Fix up and run lint
Travis: Fix up and run lint
YAML
mit
hugsy/gef,hugsy/gef,hugsy/gef
b8c96f813362f8bad95f9f8554914f1764504de7
.travis.yml
.travis.yml
sudo: false before_install: - export PATH=${PATH}:./vendor/bundle install: - rvm use 2.2.3 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt - $HOME/.coursier before_cache: # Cleanup the cached directories to avoid unnecessary cache updates - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete - find $HOME/.sbt -name "*.lock" -print -delete language: scala scala: - 2.12.2 env: - PROJECT=projectJVM - PROJECT=surfaceJS - PROJECT=airframeJS jdk: - oraclejdk8 script: - if [ "$TRAVIS_SCALA_VERSION" == "2.12.2" -a "$PROJECT" == "*JVM" ]; then ./sbt ++$TRAVIS_SCALA_VERSION "; coverage; ${PROJECT}/test; coverageReport"; ./sbt coverageAggregate && bash <(curl -s https://codecov.io/bash); if [ "$TRAVIS_BRANCH" == "master" ]; then ./sbt docs/publishMicrosite; fi else ./sbt ++$TRAVIS_SCALA_VERSION ${PROJECT}/test; fi matrix: include: - scala: 2.11.11 env: PROJECT=projectJVM jdk: oraclejdk8
sudo: false before_install: - export PATH=${PATH}:./vendor/bundle install: - rvm use 2.2.3 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt - $HOME/.coursier before_cache: # Cleanup the cached directories to avoid unnecessary cache updates - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete - find $HOME/.sbt -name "*.lock" -print -delete language: scala scala: - 2.12.3 env: - PROJECT=projectJVM - PROJECT=surfaceJS - PROJECT=airframeJS jdk: - oraclejdk8 script: - if [ "$TRAVIS_SCALA_VERSION" == "2.12.3" -a "$PROJECT" == "*JVM" ]; then ./sbt ++$TRAVIS_SCALA_VERSION "; coverage; ${PROJECT}/test; coverageReport"; ./sbt coverageAggregate && bash <(curl -s https://codecov.io/bash); if [ "$TRAVIS_BRANCH" == "master" ]; then ./sbt docs/publishMicrosite; fi else ./sbt ++$TRAVIS_SCALA_VERSION ${PROJECT}/test; fi matrix: include: - scala: 2.11.11 env: PROJECT=projectJVM jdk: oraclejdk8
Use Scala 2.12.3 in Travis build
Use Scala 2.12.3 in Travis build
YAML
apache-2.0
wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe
cd67a4a6b3929fe027f9073d1e48182123b6fca2
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - hhvm - nightly matrix: allow_failures: - php: hhvm - php: nightly dist: trusty install: - composer install before_deploy: - tar czvf moonmoon-$TRAVIS_TAG.tgz --exclude ".git" * before_script: - if [[ "$TRAVIS_PHP_VERSION" =~ '^[0-9]' ]]; then phpenv config-rm xdebug.ini; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then (php -S 127.0.0.1:8081 >& /dev/null &); fi - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then (hhvm -m server -p 8081 >& /dev/null &); fi script: vendor/bin/phpunit # deploy: # provider: releases # skip_cleanup: true # file: moonmoon-$TRAVIS_TAG.tgz # api_key: # secure: CHANGE-YOUR-KEY # on: # tags: true
language: php php: - 5.6 - 7.0 - 7.1 - hhvm - nightly matrix: allow_failures: - php: hhvm - php: nightly dist: trusty install: - composer install before_deploy: - tar czvf moonmoon-$TRAVIS_TAG.tgz --exclude ".git" * before_script: - if [[ "$TRAVIS_PHP_VERSION" =~ '^[0-9]' ]]; then phpenv config-rm xdebug.ini; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then (php -S 127.0.0.1:8081 >& /dev/null &); fi - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then (hhvm -m server -p 8081 >& /dev/null &); fi script: vendor/bin/phpunit cache: directories: - $HOME/.composer/cache/files # deploy: # provider: releases # skip_cleanup: true # file: moonmoon-$TRAVIS_TAG.tgz # api_key: # secure: CHANGE-YOUR-KEY # on: # tags: true
Speed up Travis build by caching composer packages
Speed up Travis build by caching composer packages
YAML
bsd-3-clause
mauricesvay/moonmoon
fb4b8063d6695e5c4f34bff61ce2967354f7f505
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
sudo: false language: node_js node_js: - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
Drop support for Node.js 8 early.
Drop support for Node.js 8 early.
YAML
mit
bigeasy/turnstile
ea47278b02931cea78e2f90fdb5efd294366e210
.travis.yml
.travis.yml
--- os: linux dist: xenial language: ruby cache: bundler rvm: - 2.7.0 - 2.6.5 - 2.5.7 - ruby-head - jruby-9.2.9.0 matrix: allow_failures: - rvm: jruby-9.2.9.0
--- os: linux dist: xenial language: ruby cache: bundler rvm: - 2.7.1 - 2.6.6 - 2.5.8 - ruby-head - jruby-9.2.11.0 matrix: allow_failures: - rvm: jruby-9.2.9.0
Test with latest Ruby versions
Test with latest Ruby versions
YAML
mit
pitluga/keepassx
dcb1184db12ccdc6f143a1338049afb021ae0d9a
.travis.yml
.travis.yml
# Travis CI Configuration language: python python: - "3.4" - "3.5" install: - pip install -r requirements.txt - pip install coveralls script: - coverage run -m nose - pycodestyle cachesimulator/*.py after_success: - coveralls
# Travis CI Configuration language: python python: - "3.4" - "3.5" - "3.6" install: - pip install -r requirements.txt - pip install coveralls script: - coverage run -m nose - pycodestyle cachesimulator/*.py after_success: - coveralls
Add Python 3.6 to CI pipeline
Add Python 3.6 to CI pipeline
YAML
mit
caleb531/cache-simulator
2ed8f9866aa096e1d410529511e7dd333fc8408d
.travis.yml
.travis.yml
language: objective-c script: - xctool test -project FBTweak.xcodeproj -scheme FBTweak -sdk iphonesimulator8.1 -destination "platform=iOS Simulator,OS=8.1,name=iPhone 6" - xctool archive -workspace FBTweakExample.xcworkspace -scheme FBTweakExample CODE_SIGN_IDENTITY="-"
language: objective-c script: - xctool test -project FBTweak.xcodeproj -scheme FBTweak -sdk iphonesimulator8.1 -destination "platform=iOS Simulator,OS=8.1,name=iPhone 6" - xctool archive -workspace FBTweakExample.xcworkspace -scheme FBTweakExample CODE_SIGNING_REQUIRED=NO
Use `CODE_SIGNING_REQUIRED=NO` to disable code signing, instead of ad-hoc signing
Use `CODE_SIGNING_REQUIRED=NO` to disable code signing, instead of ad-hoc signing
YAML
bsd-3-clause
Uberchord/Tweaks,Uberchord/Tweaks,flovilmart/Tweaks,flovilmart/Tweaks
4929dad102c49834c29764bfd3b715d824dde695
.travis.yml
.travis.yml
language: d sudo: false matrix: include: - d: dmd-nightly - d: dmd-2.094.2 - d: dmd-2.093.0 - d: dmd-2.092.1 - d: ldc-1.24.0 allow_failures: - d: dmd-nightly script: - build/ci.sh # - dub build -b ddox after_success: - bash <(curl -s https://codecov.io/bash)
language: d sudo: false matrix: include: - d: dmd-nightly - d: dmd-2.094.2 - d: dmd-2.093.0 - d: dmd-2.092.1 allow_failures: - d: dmd-nightly script: - build/ci.sh # - dub build -b ddox after_success: - bash <(curl -s https://codecov.io/bash)
Remove ldc from Travis CI configuration
Remove ldc from Travis CI configuration
YAML
bsd-3-clause
atilaneves/unit-threaded,atilaneves/unit-threaded
ed0148bfee59c091972ca5da0626ce5bec6d1405
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 script: mvn clean install -DskipTests notifications: slack: rooms: - secure: H82Q57T5nRNDfVnxzlWZ2WoeGt71oq2eJGHbqJ4wP2tIc8b02UO9bztPKFxbm9slMu0JjxZdJfnHSgNZKfPVXrTqwPYRVjKqm7m9TynIlkQabV+yCI/oRvy4Xi/Xj7/aPvZat4s/bxjrtw9KwVdpmqWvRNNSgiTqQ4teBJ1uQGs= on_success: change on_failure: always
language: java jdk: oraclejdk8 notifications: slack: rooms: - secure: H82Q57T5nRNDfVnxzlWZ2WoeGt71oq2eJGHbqJ4wP2tIc8b02UO9bztPKFxbm9slMu0JjxZdJfnHSgNZKfPVXrTqwPYRVjKqm7m9TynIlkQabV+yCI/oRvy4Xi/Xj7/aPvZat4s/bxjrtw9KwVdpmqWvRNNSgiTqQ4teBJ1uQGs= on_success: change on_failure: always
Enable running tests in Travis CI
Enable running tests in Travis CI This change removes the custom `script` command, falling back to Travis CI's default Maven script command, which, per [1] is: mvn test -B The effect is that tests should now be run, which is particularly useful for incoming pull requests. See https://github.com/bisq-network/exchange/pull/1309#issuecomment-363776458 for context. [1]: https://docs.travis-ci.com/user/languages/java/#Maven-Default-Script-Command
YAML
agpl-3.0
bitsquare/bitsquare,bisq-network/exchange,bisq-network/exchange,bitsquare/bitsquare
287fcf935377a96d9520722e8691d9b9149a26b9
.travis.yml
.travis.yml
language: c compiler: - gcc - clang matrix: include: - compiler: gcc env: ANDROID_NDK=/tmp/android-ndk before_install: - sudo apt-get update -qq - sudo apt-get install -qq libexpat1-dev libssl-dev libev-dev - wget http://dl.google.com/android/ndk/android-ndk-r8b-linux-x86.tar.bz2 - tar -xf android-ndk-r8b-linux-x86.tar.bz2 - mv android-ndk-r8b /tmp/android-ndk before_script: if [ -n "$ANDROID_NDK" ]; then cd deps; ./build_android.sh; fi script: ./waf configure $([ -z "$ANDROID_NDK" ] || echo -n '--cross-android') build test
language: c compiler: - gcc - clang matrix: include: - compiler: gcc env: ANDROID_NDK=/tmp/android-ndk before_install: - sudo apt-get update -qq - sudo apt-get install -qq libexpat1-dev libssl-dev libev-dev - wget http://dl.google.com/android/ndk/android-ndk-r8b-linux-x86.tar.bz2 - tar -xf android-ndk-r8b-linux-x86.tar.bz2 - mv android-ndk-r8b /tmp/android-ndk before_script: if [ -n "$ANDROID_NDK" ]; then cd deps; ./build_android.sh; cd ..; fi script: ./waf configure $([ -z "$ANDROID_NDK" ] || echo -n '--cross-android') build test
Fix path in Travis CI Android build.
Fix path in Travis CI Android build.
YAML
mit
BellerophonMobile/xmp3,BellerophonMobile/xmp3,BellerophonMobile/xmp3
bc674058614d284a06c47f70791373965ddcff0a
.travis.yml
.travis.yml
language: python python: "3.5" addons: apt: packages: - oracle-java8-set-default script: ./test/python/travisci.sh
language: python python: "3.5" addons: apt: packages: - oracle-java8-set-default install: - pip install flake8 # pytest # add another testing frameworks later before_script: # stop the build if there are Python syntax errors or undefined names - time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - time flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: ./test/python/travisci.sh
Add flake8 linter to the testing
Add flake8 linter to the testing http://flake8.readthedocs.io
YAML
apache-2.0
wmarshall484/streamsx.topology,IBMStreams/streamsx.topology,IBMStreams/streamsx.topology,IBMStreams/streamsx.topology,wmarshall484/streamsx.topology,ddebrunner/streamsx.topology,wmarshall484/streamsx.topology,ddebrunner/streamsx.topology,IBMStreams/streamsx.topology,wmarshall484/streamsx.topology,ddebrunner/streamsx.topology,wmarshall484/streamsx.topology,wmarshall484/streamsx.topology,wmarshall484/streamsx.topology,wmarshall484/streamsx.topology,ddebrunner/streamsx.topology,IBMStreams/streamsx.topology,IBMStreams/streamsx.topology,ddebrunner/streamsx.topology,IBMStreams/streamsx.topology,ddebrunner/streamsx.topology,ddebrunner/streamsx.topology
5fe31efd60a5f6ee09df63eeec829afca8bcf827
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk8 after_success: - mvn clean apache-rat:check test jacoco:report coveralls:report -Ptravis-jacoco
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk7 - oraclejdk8 after_success: - mvn clean apache-rat:check test jacoco:report coveralls:report -Ptravis-jacoco
Add oraclejdk7 to Travis CI builds.
Add oraclejdk7 to Travis CI builds.
YAML
apache-2.0
apache/commons-compress,apache/commons-compress,apache/commons-compress
c5b68eb7f694507498ad6eb3cae91d1946417ad7
.travis.yml
.travis.yml
sudo: required services: docker language: go install: true #Update to last docker engine before_install: - sudo apt-get update - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine before_script: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi - go get -u -v github.com/estesp/manifest-tool script: - bash gitea/build.sh after_success: - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi.yml - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi-edge.yml - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi-3-5.yml
language: go sudo: true services: - docker before_install: - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" - sudo apt-get update - sudo apt-get -y install docker-ce before_script: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi - go get -u -v github.com/estesp/manifest-tool script: - bash gitea/build.sh after_success: - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi.yml - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi-edge.yml - $GOPATH/bin/manifest-tool --docker-cfg $HOME/.docker/ push from-spec alpine-multi/alpine-multi-3-5.yml
Update docker version new method
Update docker version new method
YAML
mit
sapk/dockerfiles
250c136b003eaea64eba3ad8339a78f7d2695f81
.travis.yml
.travis.yml
language: ruby rvm: - "2.1.5" - "2.2.0" # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec addons: code_climate: repo_token: secure: "OiAufYEMH27BpR1G5Yy7il8ZVkzQ/9327ex9Jo0MljXJLeuakhm6oe/sLmR0GOhOQypKWOmCQ+CNEd9Nn3G8lOlSocxlQCpn0kAsfu8FUz6mYQWE+2x0E2V6snwP/dq40LfjTuy5gXYIID6Al0mQSphcZCgbp1jsu/8E1Apdm0A="
language: ruby rvm: - "2.1.5" - "2.2.0" # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec addons: code_climate: repo_token: secure: "TDtg1SY+50yvYL8nRhf3YG2xtyS4b7wdJddGL7BRvYHkn5jhmGAXRU9F9+IRyPLPlwwd/VX2zxClmU4hr3DAbb7C/JUscNmVUcDeiwlMOIEUIjKXT+f+TFkLLjTsXjivdX7T9oD/pzHUHB5SjqWfWyZKIo2uAiTv6zt4PYvoeUQ="
Add code climate repo token
Add code climate repo token
YAML
mit
dmandalinic/pragmatic_segmenter,diasks2/pragmatic_segmenter
08090628ba891effb7491bcf6888180284fe8c37
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" sudo: false before_install: - "npm install -g bower" - "bower install" - "npm install -g web-component-tester" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: "wct"
language: node_js node_js: - "0.12" addons: firefox: latest sudo: false before_install: - "npm install -g bower" - "bower install" - "npm install -g web-component-tester" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: "wct"
Test with latest browser version
Test with latest browser version
YAML
apache-2.0
Collaborne/paper-bottom-sheet
be5a7caa5b601aba74ce692f18794e66703bf693
.travis.yml
.travis.yml
--- language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.6 env: - PUPPET_GEM_VERSION="~> 3.0" - PUPPET_GEM_VERSION="~> 3.5.0" - PUPPET_GEM_VERSION="~> 4.1.0" matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.5.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.5.0" - rvm: 2.1.6 env: PUPPET_GEM_VERSION="~> 3.5.0" - rvm: 2.1.6 env: PUPPET_GEM_VERSION="~> 4.1.0" gemfile: .gemfile bundler_args: --without system_tests script: - "bundle exec rake validate" - "bundle exec rake lint" - "bundle exec rake spec SPEC_OPTS='--format documentation'" notifications: on_success: change on_failure: change
--- language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.6 env: - PUPPET_GEM_VERSION="~> 3.0" - PUPPET_GEM_VERSION="~> 4.0" matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.1.6 env: PUPPET_GEM_VERSION="~> 4.0" gemfile: .gemfile bundler_args: --without system_tests script: - "bundle exec rake validate" - "bundle exec rake lint" - "bundle exec rake spec SPEC_OPTS='--format documentation'" notifications: on_success: change on_failure: change
Check latest major Puppet releas on Travis CI
Check latest major Puppet releas on Travis CI
YAML
bsd-2-clause
smoeding/puppet-sendmail
68dbdec20a446cc9608c1dcbc81ab8ae7f466d66
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 - php: hhvm before_install: - wget http://get.sensiolabs.org/php-cs-fixer.phar before_script: - composer self-update - composer install --dev - mkdir -p build/cov - mkdir -p build/logs script: - ./vendor/bin/phpunit --coverage-clover build/cov/clover.xml - output=$(php php-cs-fixer.phar fix -v --dry-run); i=0; if [[ $output ]]; then while read -r line; do i=$((i+1)); done <<< "$output"; if [ $i -gt 2 ]; then exit 42; fi; false; fi; after_script: - ./vendor/bin/coveralls -v - CODECLIMATE_REPO_TOKEN=8c4056b715faa506631045ecbc23b1d92f8a04ab8d9ee39b43110afeaa232328 ./vendor/bin/test-reporter --coverage-report=build/cov/clover.xml
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 - php: hhvm before_install: - wget http://get.sensiolabs.org/php-cs-fixer.phar before_script: - composer self-update - composer install --dev - mkdir -p build/cov - mkdir -p build/logs script: - ./vendor/bin/phpunit --coverage-clover build/cov/clover.xml - output=$(php php-cs-fixer.phar fix -v --dry-run); if [[ $output ]]; then while read -r line; do echo -e "$line"; done <<< "$output"; false; fi; after_script: - ./vendor/bin/coveralls -v - CODECLIMATE_REPO_TOKEN=8c4056b715faa506631045ecbc23b1d92f8a04ab8d9ee39b43110afeaa232328 ./vendor/bin/test-reporter --coverage-report=build/cov/clover.xml
Revert "tweak command logic for checking for php-cs-fixer output. If more than 2 lines, exit with non 0 status code."
Revert "tweak command logic for checking for php-cs-fixer output. If more than 2 lines, exit with non 0 status code." This reverts commit 6b0398667391c9234aaad794a003a1c93a7ba9af.
YAML
bsd-2-clause
phergie/phergie-irc-bot-react
dcef06678dc8c4c6a588d4be81584d1ad127bf9a
.travis.yml
.travis.yml
--- notifications: email: on_success: never language: node_js node_js: - '0.10' cache: directories: - node_modules env: global: - REPORTER=Dot matrix: - BUNDLE="ember=1.2.2&jQuery=1.10.2" - BUNDLE="ember=1.2.2&jQuery=2.0.3" - BUNDLE="ember=1.3.2&jQuery=1.10.2" - BUNDLE="ember=1.3.2&jQuery=2.0.3" - BUNDLE="ember=1.4.0&jQuery=1.11.1" - BUNDLE="ember=1.4.0&jQuery=2.1.1" - BUNDLE="ember=1.5.1&jQuery=1.11.1" - BUNDLE="ember=1.5.1&jQuery=2.1.1" - BUNDLE="ember=1.6.1&jQuery=1.11.1" - BUNDLE="ember=1.6.1&jQuery=2.1.1" - BUNDLE="ember=1.7.1&jQuery=1.11.1" - BUNDLE="ember=1.7.1&jQuery=2.1.1" - BUNDLE="ember=1.8.0&jQuery=1.11.1" - BUNDLE="ember=1.8.0&jQuery=2.1.1"
language: node_js node_js: - '0.10' sudo: false cache: directories: - node_modules env: global: - REPORTER=Dot matrix: - BUNDLE="ember=1.2.2&jQuery=1.10.2" - BUNDLE="ember=1.2.2&jQuery=2.0.3" - BUNDLE="ember=1.3.2&jQuery=1.10.2" - BUNDLE="ember=1.3.2&jQuery=2.0.3" - BUNDLE="ember=1.4.0&jQuery=1.11.1" - BUNDLE="ember=1.4.0&jQuery=2.1.1" - BUNDLE="ember=1.5.1&jQuery=1.11.1" - BUNDLE="ember=1.5.1&jQuery=2.1.1" - BUNDLE="ember=1.6.1&jQuery=1.11.1" - BUNDLE="ember=1.6.1&jQuery=2.1.1" - BUNDLE="ember=1.7.1&jQuery=1.11.1" - BUNDLE="ember=1.7.1&jQuery=2.1.1" - BUNDLE="ember=1.8.0&jQuery=1.11.1" - BUNDLE="ember=1.8.0&jQuery=2.1.1" notifications: email: on_success: never
Use the new build env on Travis
Use the new build env on Travis faster vms, more ram, more cpu, better boot times docs coming soon
YAML
mit
ronnix/ember-simple-auth,simplabs/ember-simple-auth,jeffcressman/ember-simple-auth,parassaini/ember-simple-auth,jaswilli/ember-simple-auth,irnc/ember-simple-auth,stevenwu/ember-simple-auth,rmachielse/ember-simple-auth,bttf/ember-simple-auth,duggiefresh/ember-simple-auth,csantero/ember-simple-auth,quaertym/ember-simple-auth,orf/ember-simple-auth,johan--/ember-simple-auth,corrspt/ember-simple-auth,seanpdoyle/ember-simple-auth,lazybensch/ember-simple-auth,adibsaad/ember-simple-auth,iloan/ember-simple-auth,mmelvin0/ember-simple-auth,allthesignals/ember-simple-auth,romulomachado/ember-simple-auth,dknutsen/ember-simple-auth,ronnix/ember-simple-auth,barelyknown/ember-simple-auth,omniboard/ember-simple-auth,leuprechtroman/ember-simple-auth,mdehoog/ember-simple-auth,stackbuilders/ember-simple-auth,romulomachado/ember-simple-auth,martinmaillard/ember-simple-auth,johan--/ember-simple-auth,seanpdoyle/ember-simple-auth,kylemellander/ember-simple-auth,dknutsen/ember-simple-auth,csantero/ember-simple-auth,corrspt/ember-simple-auth,jaswilli/ember-simple-auth,vdveer/ember-simple-auth,rengokantai/ember-simple-auth,rengokantai/ember-simple-auth,allthesignals/ember-simple-auth,ivanvanderbyl/ember-simple-auth,stevenwu/ember-simple-auth,bttf/ember-simple-auth,bortevik/ember-simple-auth,irnc/ember-simple-auth,kevinansfield/ember-simple-auth,GerDner/ember-simple-auth,iloan/ember-simple-auth,bortevik/ember-simple-auth,parassaini/ember-simple-auth,vdveer/ember-simple-auth,martinmaillard/ember-simple-auth,jbescoyez/ember-simple-auth,orf/ember-simple-auth,dustinfarris/ember-simple-auth,leuprechtroman/ember-simple-auth,kylemellander/ember-simple-auth,lazybensch/ember-simple-auth,duggiefresh/ember-simple-auth,quaertym/ember-simple-auth,Charizard/ember-simple-auth,rmachielse/ember-simple-auth,jeffcressman/ember-simple-auth,simplabs/ember-simple-auth,adibsaad/ember-simple-auth,Charizard/ember-simple-auth,mdehoog/ember-simple-auth,kad3nce/ember-simple-auth,mmelvin0/ember-simple-auth,barelyknown/ember-simple-auth,GerDner/ember-simple-auth,ivanvanderbyl/ember-simple-auth,omniboard/ember-simple-auth,purezen/ember-simple-auth,nerdyworm/ember-simple-auth,ssendev/ember-simple-auth,HeroicEric/ember-simple-auth,jbescoyez/ember-simple-auth,clairton/ember-simple-auth,clairton/ember-simple-auth,andrei1089/ember-simple-auth,kevinansfield/ember-simple-auth,andrei1089/ember-simple-auth,ssendev/ember-simple-auth,dustinfarris/ember-simple-auth,stackbuilders/ember-simple-auth,purezen/ember-simple-auth,kad3nce/ember-simple-auth,nerdyworm/ember-simple-auth
8fc554751b4680bce6b4d0f4a732886093c218ee
.travis.yml
.travis.yml
sudo: false language: php cache: directories: - $HOME/.composer/cache/files matrix: allow_failures: - php: 7 php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - 7 before_install: - composer config -g github-oauth.github.com 8a184177873281ce443912bd9f8fc4a959f7e7bb - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then composer require satooshi/php-coveralls:dev-master --no-update; fi; install: - composer update --prefer-dist --no-interaction before_script: - mkdir -p build/logs script: - phpunit --coverage-clover build/logs/clover.xml after_script: - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi; - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar -t 3; fi; - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi;
sudo: false language: php cache: directories: - $HOME/.composer/cache/files matrix: allow_failures: - php: 7 php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - 7 before_install: - composer config -g github-oauth.github.com 8a184177873281ce443912bd9f8fc4a959f7e7bb - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then composer require satooshi/php-coveralls:^1.0 --no-update; fi; install: - composer update --prefer-dist --no-interaction before_script: - mkdir -p build/logs script: - phpunit --coverage-clover build/logs/clover.xml after_script: - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi; - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar -t 3; fi; - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi;
Fix Travis CI build for PHP 5.4-
Fix Travis CI build for PHP 5.4-
YAML
bsd-3-clause
console-helpers/svn-buddy
20c4958e8a15bffeed8ec70c891180e89dc62fed
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" dist: trusty sudo: required branches: only: before_install: - sudo apt-get install gfortran - sudo apt-get install libopenmpi-dev - sudo apt-get install openmpi-bin - sudo apt-get install imagemagick - pip install scipy - pip install future - pip install sphinx - pip install sphinx_rtd_theme - pip install recommonmark - pip install matplotlib - pip install pytest-cov - pip install codecov - cd lib/hypre/src - ./configure - make install - cd ../../.. install: - pip install -e . script: - pytest --cov=aronnax -k 'not Hypre' - codecov - pytest --cov=aronnax -k 'Hypre' - codecov
language: python python: - "2.7" - "3.6" dist: trusty sudo: required branches: only: before_install: - sudo apt-get install gfortran - sudo apt-get install libopenmpi-dev - sudo apt-get install openmpi-bin - sudo apt-get install imagemagick - pip install scipy - pip install numpy - pip install pandas - pip install xarray - pip install toolz - pip install dask - pip install future - pip install sphinx - pip install sphinx_rtd_theme - pip install recommonmark - pip install matplotlib - pip install pytest-cov - pip install codecov - cd lib/hypre/src - ./configure - make install - cd ../../.. install: - pip install -e . script: - pytest --cov=aronnax -k 'not Hypre' - codecov - pytest --cov=aronnax -k 'Hypre' - codecov
Add new dependencies to Travis
Add new dependencies to Travis
YAML
mit
edoddridge/MIM,edoddridge/aronnax
f0d414dedea70dfd0150dbb7e696ac0de5d248e6
.travis.yml
.travis.yml
language: csharp solution: ReportUnit.sln branches: only: - master install: - nuget restore ReportUnit.sln - nuget install NUnit.Runners -Version 3.6.0 -OutputDirectory NUnitRunner script: - xbuild /p:Configuration=Release ReportUnit.sln - mono ./NUnitRunner/NUnit.Runners.3.6.0/tools/nunit-console.exe ./ReportUnitTest/bin/Release/ReportUnitTest.dll
language: csharp solution: ReportUnit.sln branches: only: - master install: - nuget restore ReportUnit.sln - nuget install NUnit.Runners -Version 3.6.0 -OutputDirectory NUnitRunner script: - xbuild /p:Configuration=Release ReportUnit.sln - mono ./NUnitRunner/NUnit.ConsoleRunner.3.6.0/tools/nunit3-console.exe ./ReportUnitTest/bin/Release/ReportUnitTest.dll
Correct path to NUnit 3.6.0 runner
Correct path to NUnit 3.6.0 runner
YAML
mit
ekirmayer/reportunit,ekirmayer/reportunit,reportunit/reportunit,reportunit/reportunit,reportunit/reportunit,ekirmayer/reportunit
cb114587a9a238dbccf7570653f69a039f264b01
.travis.yml
.travis.yml
language: go env: - GIMME_OS=linux GIMME_ARCH=amd64 - GIMME_OS=linux GIMME_ARCH=arm - GIMME_OS=linux GIMME_ARCH=arm64 - GIMME_OS=darwin GIMME_ARCH=amd64 install: - go get -d -v ./... script: - go build -v ./... - zip git-get-${GIMME_OS}-${GIMME_ARCH}.zip git-get - tar czvf git-get-${GIMME_OS}-${GIMME_ARCH}.tar.gz git-get deploy: skip_cleanup: true provider: releases api_key: secure: mTgBgHo6FONIn7jAk/qVfhV2qPHA31U1J9YlNYs1qMmWwF9QjFGwU/ucfzYDGXLVFUUXL5j8oHRBPsvjyCUuiBEk3CMq6CatFgmSxeb/VBjLY3sqVC8ZKzNL5vXxw1wt6+d6VERERsfFWqnJz/nuWgzQeHJOwM8j9Gb0P/I+ndI= file_glob: true file: - git-get*.zip - git-get*.tar.gz on: repo: homburg/git-get tags: true
language: go env: - GIMME_OS=linux GIMME_ARCH=amd64 - GIMME_OS=linux GIMME_ARCH=arm - GIMME_OS=linux GIMME_ARCH=arm64 - GIMME_OS=darwin GIMME_ARCH=amd64 install: - go get -d -v ./... script: - go build -v ./... - zip git-get-${GIMME_OS}-${GIMME_ARCH}.zip git-get - tar czvf git-get-${GIMME_OS}-${GIMME_ARCH}-${TRAVIS_TAG}.tar.gz git-get deploy: skip_cleanup: true provider: releases api_key: secure: mTgBgHo6FONIn7jAk/qVfhV2qPHA31U1J9YlNYs1qMmWwF9QjFGwU/ucfzYDGXLVFUUXL5j8oHRBPsvjyCUuiBEk3CMq6CatFgmSxeb/VBjLY3sqVC8ZKzNL5vXxw1wt6+d6VERERsfFWqnJz/nuWgzQeHJOwM8j9Gb0P/I+ndI= file_glob: true file: - git-get*.zip - git-get*.tar.gz on: repo: homburg/git-get tags: true
Add tag to packaged output name
Add tag to packaged output name
YAML
mit
homburg/git-get,homburg/git-get
3fe12d957e79b372cd7c0b6af2d56c7ba514a955
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk8 after_success: - mvn clean cobertura:cobertura coveralls:report
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk7 - oraclejdk8 after_success: - mvn clean cobertura:cobertura coveralls:report
Add oraclejdk7 to Travis CI.
Add oraclejdk7 to Travis CI. git-svn-id: fd52ae19693b7be904def34076a5ebbd6e132215@1790594 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
apache/commons-jcs,apache/commons-jcs,apache/commons-jcs
16ad6202378448042a969422ddc3f049f6bb00c5
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0
sudo: required before_install: gem update --system dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0
Use latest Rubygems in Travis
Use latest Rubygems in Travis A bug in Rubgems < 2.6.9 prevents the rainbow gem from being installed. See: sickill/rainbow#44
YAML
mit
mmozuras/pronto-eslint
817e926dfba052ea6960ee806c7fee10dbd7ea52
.travis.yml
.travis.yml
language: ruby script: bundle exec rspec spec sudo: false cache: bundler env: - DB=sqlite3 - DB=sqlite3mem - DB=postgresql - DB=mysql rvm: - 2.7.0-preview1 - 2.6.3 - 2.5.5 addons: postgresql: 9.4 gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: include: - rvm: 2.6.3 gemfile: gemfiles/rails_5.2.gemfile env: DB=mariadb addons: mariadb: '10.4' before_install: - sudo systemctl stop mysql - sudo mysqld_safe --skip-grant-tables & notifications: webhooks: urls: - https://buildlight.collectiveidea.com/ on_start: always services: - mysql
language: ruby script: bundle exec rspec spec sudo: false cache: bundler env: - DB=sqlite3 - DB=sqlite3mem - DB=postgresql - DB=mysql rvm: - 2.7.1 - 2.6.6 - 2.5.8 addons: postgresql: 9.4 gemfile: - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: include: - rvm: 2.6.6 gemfile: gemfiles/rails_5.2.gemfile env: DB=mariadb addons: mariadb: '10.4' before_install: - sudo systemctl stop mysql - sudo mysqld_safe --skip-grant-tables & notifications: webhooks: urls: - https://buildlight.collectiveidea.com/ on_start: always services: - mysql
Use latest Ruby versions in CI
Use latest Ruby versions in CI
YAML
mit
collectiveidea/awesome_nested_set
f1296ed0bc150e9359b50f0ac671b4f98acca959
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.6.5 - 2.5.7 - 2.4.9 - jruby-9.2.9.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
--- os: linux dist: xenial language: ruby cache: bundler rvm: - 2.6.5 - 2.5.7 - 2.4.9 - jruby-9.2.13.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
Update Travis config, test with latest JRuby
Update Travis config, test with latest JRuby
YAML
mit
jbox-web/job-database-manager
679795399a81c10aa733f9f7f1b44cec204d6377
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 env: global: - CORE_BRANCH=master matrix: - DB=sqlite branches: only: - master - /^stable\d+(\.\d+)?$/ before_install: # - composer install - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh - bash ./before_install.sh search_lucene $CORE_BRANCH $DB script: # Test lint - cd ../core/apps/search_lucene - sh -c "if [ '$DB' = 'sqlite' ]; then ant test; fi" # Run phpunit tests - cd tests/unit - phpunit --configuration phpunit.xml # Create coverage report - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover clover.xml matrix: include: - php: 5.4 env: DB=mysql - php: 5.4 env: DB=pgsql allow_failures: - php: hhvm fast_finish: true
language: php php: - 5.4 - 5.5 - 5.6 - 7 env: global: - CORE_BRANCH=master matrix: - DB=sqlite branches: only: - master - /^stable\d+(\.\d+)?$/ before_install: # - composer install - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh - bash ./before_install.sh search_lucene $CORE_BRANCH $DB script: # Test lint - cd ../core/apps/search_lucene - sh -c "if [ '$DB' = 'sqlite' ]; then ant test; fi" # Run phpunit tests - cd tests/unit - phpunit --configuration phpunit.xml # Create coverage report - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover clover.xml matrix: include: - php: 5.4 env: DB=mysql - php: 5.4 env: DB=pgsql allow_failures: - php: hhvm fast_finish: true
Add PHP 5.6 and PHP 7 to test matrix
Add PHP 5.6 and PHP 7 to test matrix
YAML
agpl-3.0
owncloud/search_lucene,owncloud/search_lucene,owncloud/search_lucene,owncloud/search_lucene
7d0a777a39c5572e7de2d9149d07378b06e89991
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" install: - pip install -r requirements.txt script: - coverage run tests/run_tests.py after_success: - codecov
os: - linux - osx language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" install: - pip install -r requirements.txt script: - coverage run tests/run_tests.py after_success: - codecov
Test on both linux and Mac on Travis CI
Test on both linux and Mac on Travis CI
YAML
mit
gatkin/declxml
316c2d7e546ab961f425652971c4d2a46482986f
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" env: matrix: - DJANGO_VERSION=">=1.5,<1.6" - DJANGO_VERSION=">=1.6,<1.7" - DJANGO_VERSION=">=1.7,<1.8" - DJANGO_VERSION=">=1.8,<1.9" install: pip install -r requirements_test.txt Django$DJANGO_VERSION python-binary-memcached --use-mirrors script: ./.travis-runs-tests.sh
language: python python: - "2.7" - "3.4" - "3.5" env: matrix: - DJANGO_VERSION=">=1.5,<1.6" - DJANGO_VERSION=">=1.6,<1.7" - DJANGO_VERSION=">=1.7,<1.8" - DJANGO_VERSION=">=1.8,<1.9" install: pip install -r requirements_test.txt Django$DJANGO_VERSION python-binary-memcached script: ./.travis-runs-tests.sh
Remove use mirrors from pip
Remove use mirrors from pip
YAML
mit
jaysonsantos/django-bmemcached,jaysonsantos/django-bmemcached
3e50ed8fdec2c4e836d6ec2b49b1ce3a5f5fb079
.travis.yml
.travis.yml
language: node_js node_js: - "lts/*" cache: yarn
language: node_js node_js: - "lts/*" before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH="$HOME/.yarn/bin:$PATH" cache: yarn
Use latest Yarn on CI
:construction_worker: Use latest Yarn on CI
YAML
mit
gluons/vue-thailand-address
207ff1d06d0aeecff6e10e047781d84752176b34
.travis.yml
.travis.yml
language: go go: - 1.7 - tip matrix: allow_failures: - go: tip env: - DBNAME=kallax_test - DBUSER=postgres - DBPASS='' services: - postgresql before_script: - psql -c 'create database kallax_test;' -U postgres install: - go get -t -v . - go get -t -v ./generator/... script: - make test after_success: - bash <(curl -s https://codecov.io/bash)
language: go go: - 1.7 - tip matrix: allow_failures: - go: tip env: - DBNAME=kallax_test DBUSER=postgres DBPASS='' services: - postgresql before_script: - psql -c 'create database kallax_test;' -U postgres install: - go get -t -v . - go get -t -v ./generator/... script: - make test after_success: - bash <(curl -s https://codecov.io/bash)
Put all env vars in one line to avoid build matrix
Put all env vars in one line to avoid build matrix
YAML
mit
src-d/go-kallax
44f6e0499f8b455fe78646aead27a432c50e8f0d
.travis.yml
.travis.yml
language: node_js node_js: - '14' - '12' - '10' - '8' env: global: - AEROSPIKE_HOSTS=127.0.0.1:3000,127.0.0.1:3100 - OPTIONS="--timeout 2000" sudo: false os: linux dist: xenial before_script: - .travis/start_cluster.sh 2 install: - npm install script: - npm run coverage after_script: - npm run codecov notifications: email: - [email protected] - [email protected] slack: secure: BMIMHhqOMQnP7STsq/5WDoTKUlvB0pWCn6g6YnqKmVN2v2tMoTIBEmJlleMXBEL+0Ou4dLUmTmQKzzpiAw9tXtvgIjVh3luE+tM2QLJfwLqGshRemqwtF7DSzv5+UYEiZh0g18pQrk3HUJdD7BkU1LKkdjorgxC4rsnt+7Iz8Z0=
language: node_js node_js: - '15' - '14' - '12' - '10' - '8' env: global: - AEROSPIKE_HOSTS=127.0.0.1:3000,127.0.0.1:3100 - OPTIONS="--timeout 2000" sudo: false os: linux dist: xenial before_script: - .travis/start_cluster.sh 2 install: - npm install script: - npm run coverage after_script: - npm run codecov notifications: email: - [email protected] - [email protected] slack: secure: BMIMHhqOMQnP7STsq/5WDoTKUlvB0pWCn6g6YnqKmVN2v2tMoTIBEmJlleMXBEL+0Ou4dLUmTmQKzzpiAw9tXtvgIjVh3luE+tM2QLJfwLqGshRemqwtF7DSzv5+UYEiZh0g18pQrk3HUJdD7BkU1LKkdjorgxC4rsnt+7Iz8Z0=
Add Node.js 15 to test matrix
Add Node.js 15 to test matrix
YAML
apache-2.0
aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs
b768adaa98ea9d9bf0e3b790223c07c0dfc31958
.travis.yml
.travis.yml
language: php dist: bionic php: - "5.6" - "7.0" - "7.1" - "7.2" - "7.3" - "7.4" matrix: include: - php: 5.3 dist: precise - php: 5.4 dist: trusty - php: 5.5 dist: trusty install: travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
language: php dist: bionic php: - "7.1" - "7.2" - "7.3" - "7.4" matrix: include: - php: 5.3 dist: precise - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.6 dist: xenial - php: 7.0 dist: xenial install: travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
Fix PHP 5.6 and 7.0 tests
Fix PHP 5.6 and 7.0 tests
YAML
mit
thephpleague/html-to-markdown,nickcernis/html-to-markdown,thephpleague/html-to-markdown,nickcernis/html-to-markdown
fc9cd8d582d732330017e614b495de26bfab7435
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.9.3 - rbx - jruby - ruby-head env: "JRUBY_OPTS=--1.9"
rvm: - 1.9.2 - 1.9.3 # - rbx crashing :( - jruby - ruby-head env: "JRUBY_OPTS=--1.9"
Disable rbx until it gets upgraded to a version that doesn't crash all the time
Disable rbx until it gets upgraded to a version that doesn't crash all the time
YAML
mit
kenichi/celluloid,marshall-lee/celluloid,TiagoCardoso1983/celluloid,mehta/celluloid,jstoja/celluloid,dilumn/celluloid,davydovanton/celluloid,olleolleolle/celluloid,sideci-sample/sideci-sample-celluloid,celluloid/celluloid,tarcieri/celluloid,seuros/celluloid,jasonm23/celluloid
dba3d9b316c4f2e3f2fa48ea804b922a0a38a55a
docker/docker-compose.yml
docker/docker-compose.yml
# Note that mongo container is started before Orion, as Orion needs it # as dependency and reserve the order has been found problematic in some # low resource hosts # Uncomment the --smallfiles line if you host doesn't have too much free space mongo: image: mongo:2.6 #command: --smallfiles orion: build: . links: - mongo ports: - "1026:1026" command: -dbhost mongo
# Note that mongo container is started before Orion, as Orion needs it # as dependency and reserve the order has been found problematic in some # low resource hosts mongo: image: mongo:2.6 command: --smallfiles --nojournal orion: image: fiware/orion links: - mongo ports: - "1026:1026" command: -dbhost mongo
FIX Remove comment in smallfiles and build.
FIX Remove comment in smallfiles and build.
YAML
agpl-3.0
Fiware/context.Orion,telefonicaid/fiware-orion,fiwareulpgcmirror/fiware-orion,Fiware/data.Orion,McMutton/fiware-orion,telefonicaid/fiware-orion,Fiware/context.Orion,fiwareulpgcmirror/fiware-orion,telefonicaid/fiware-orion,Fiware/context.Orion,Fiware/data.Orion,jmcanterafonseca/fiware-orion,fortizc/fiware-orion,Fiware/context.Orion,telefonicaid/fiware-orion,fortizc/fiware-orion,McMutton/fiware-orion,Fiware/data.Orion,McMutton/fiware-orion,Fiware/context.Orion,fortizc/fiware-orion,telefonicaid/fiware-orion,fortizc/fiware-orion,Fiware/data.Orion,jmcanterafonseca/fiware-orion,fiwareulpgcmirror/fiware-orion,fiwareulpgcmirror/fiware-orion,fortizc/fiware-orion,McMutton/fiware-orion,jmcanterafonseca/fiware-orion,fortizc/fiware-orion,jmcanterafonseca/fiware-orion,Fiware/context.Orion,McMutton/fiware-orion,fiwareulpgcmirror/fiware-orion,jmcanterafonseca/fiware-orion,fiwareulpgcmirror/fiware-orion,McMutton/fiware-orion,Fiware/data.Orion,Fiware/data.Orion,telefonicaid/fiware-orion,jmcanterafonseca/fiware-orion,McMutton/fiware-orion
41d34e49d1244595592c514318aa046ca1a97ae9
.travis.yml
.travis.yml
language: node_js node_js: - '6' # Latest "current" version script: - npm run lint - npm run test
language: node_js node_js: - '6' # First supported version (implements the ES6 features we need) - 'nodejs' # Latest stable release script: - npm run lint - npm run test
Add latest stable to Travis build configs
Add latest stable to Travis build configs
YAML
mit
CapacitorSet/box-js,CapacitorSet/box-js
b9aaa63d5abf1cbc3eb7dccd3fd22e8eebea5032
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.0 before_install: gem install bundler -v 1.12.5 install: - bundle install --jobs=3 --retry=3 - bundle exec rake compile
sudo: false language: ruby rvm: - 2.3.0 before_install: - sudo apt-get update -qq - sudo apt-get install librsync-dev -y - gem install bundler -v 1.12.5 install: - bundle install --jobs=3 --retry=3 - bundle exec rake compile
Add librsync-dev to before_install script
Add librsync-dev to before_install script
YAML
mit
daveallie/lib_ruby_diff,daveallie/lib_ruby_diff,daveallie/lib_ruby_diff
d65f75c8b79480d9b3a0c5ae92bdcd67b66fa7cf
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_script: - mkdir ~/.shout - cp defaults/config.js ~/.shout
language: node_js node_js: - "0.10" - "0.12" - "4.0" - "4.1" before_script: - mkdir ~/.shout - cp defaults/config.js ~/.shout
Add Node.js 0.12 and 4.x support to Travis CI
Add Node.js 0.12 and 4.x support to Travis CI
YAML
mit
olivierlambert/shout,diddledan/shout,realies/lounge,FryDay/lounge,erming/shout,williamboman/shout,thelounge/lounge,rockhouse/lounge,cha2maru/shout,williamboman/lounge,MaxLeiter/lounge,metsjeesus/lounge,Audio/shout,metsjeesus/lounge,FryDay/lounge,MaxLeiter/shout,olivierlambert/shout,erming/shout,busseyl/shout,libertysoft3/lounge-autoconnect,sebastiencs/lounge,rockhouse/lounge,cha2maru/shout,Audio/shout,nickel715/shout,libertysoft3/lounge-autoconnect,astorije/shout,ScoutLink/lounge,thelounge/lounge,sebastiencs/lounge,MaxLeiter/shout,run-project/shout,FryDay/lounge,realies/lounge,run-project/shout,williamboman/lounge,harishanand95/shout_irc_bouncer_openshift,williamboman/lounge,MaxLeiter/lounge,Calinou/shout,nickel715/shout,metsjeesus/lounge,sebastiencs/lounge,williamboman/shout,rockhouse/lounge,realies/lounge,harishanand95/shout_irc_bouncer_openshift,MaxLeiter/lounge,diddledan/shout,ScoutLink/lounge,Calinou/shout,busseyl/shout,astorije/shout,ScoutLink/lounge,libertysoft3/lounge-autoconnect
aa931f7eecfe52917f29d10d36da0500a08135f3
.travis.yml
.travis.yml
language: c sudo: required install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh script: bash -ex .travis-opam.sh dist: trusty env: global: - EXTRA_DEPS="inotify" matrix: - OCAML_VERSION=4.02 PACKAGE "datakit" - OCAML_VERSION=4.03 PACKAGE "datakit" - OCAML_VERSION=4.02 PINS="github datakit-client:." PACKAGE="datakit-github" - OCAML_VERSION=4.03 PINS="github datakit-client:." PACKAGE="datakit-github" os: - linux
language: c sudo: required install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh script: bash -ex .travis-opam.sh dist: trusty env: global: - EXTRA_DEPS="inotify" matrix: - OCAML_VERSION=4.02 PACKAGE "datakit" - OCAML_VERSION=4.03 PACKAGE "datakit" - OCAML_VERSION=4.02 PACKAGE="datakit-github" PINS="github:https://github.com/samoht/ocaml-github.git datakit-client:." - OCAML_VERSION=4.03 PACKAGE="datakit-github" PINS="github:https://github.com/samoht/ocaml-github.git datakit-client:." os: - linux
Use my ocaml-gitub's fork for TravisCI
Use my ocaml-gitub's fork for TravisCI Signed-off-by: Thomas Gazagnaire <[email protected]>
YAML
apache-2.0
docker/datakit,docker/datakit,docker/datakit
7ef6b9231bca0cd9c4111685977310123f1aacbb
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" after_success: - chmod +x ./scripts/*.sh - chmod +x ./scripts/for-travis/*.sh - ./scripts/for-travis/build-and-deploy.sh env: global: - TDDBIN_ROOT_DOMAIN: tddbin.com - GH_EMAIL: [email protected] - GH_REF: github.com/tddbin/katas.git - secure: aKe+sanSie2Gj11Qk+mSr+X9Z/ddXcAYog0NMXCr5I7ZbyqaXj9Uih6ttjD36kmqyOq4IeWoyP7GoMw7iYvuZc+iZlzrnTx0iRqxyx30xUIpBU/SEcyoFj8z/iUk6JNvoqFo6qgzPV+O1GW+0P8XSsUSD+0EI0W5lz4NszMyMic=
language: node_js node_js: - "0.10" after_success: - chmod +x ./scripts/*.sh - chmod +x ./scripts/for-travis/*.sh - ./scripts/for-travis/build-and-deploy.sh env: global: - TDDBIN_ROOT_DOMAIN: tddbin.com - GH_EMAIL: [email protected] - GH_REF: github.com/tddbin/katas.git - secure: Cl//mlnwVWCkXog9KewWpZmnsRxC89RRYih+jfFNJ+/Alh4I86TBQAr9ZgdVeqMNXKqpl4FvlWcG4he36WxuH9LuWO35RlzbIcAILghOrwNiGofeD7gjZ4I5A4ikau87mHUG0K3+csSOy7cYduFw/mMiaYGpU1T+WSTsqG7p4Sk=
Update secure token, to match katas repo.
Update secure token, to match katas repo.
YAML
mit
JonathanPrince/katas,JonathanPrince/katas,cmisenas/katas,rafaelrocha/katas,rafaelrocha/katas,Semigradsky/katas,ehpc/katas,cmisenas/katas,tddbin/katas,tddbin/katas,Semigradsky/katas,ehpc/katas,tddbin/katas,cmisenas/katas,ehpc/katas,Semigradsky/katas,rafaelrocha/katas,JonathanPrince/katas
53397ba6ab552ab1a65bf130fc686bc68a8e2107
.travis.yml
.travis.yml
sudo: false language: cpp dist: xenial env: matrix: - BUILD_MATRIX_ENTRY=format - BUILD_MATRIX_ENTRY=docker-ubuntu1804 - BUILD_MATRIX_ENTRY=docker-ubuntu1910 - BUILD_MATRIX_ENTRY=docker-centos7 - BUILD_MATRIX_ENTRY=docker-centos8 script: - git reset --hard ${TRAVIS_PULL_REQUEST_SHA} - ${TRAVIS_BUILD_DIR}/scripts/travis/run.sh
sudo: false language: cpp dist: xenial env: matrix: - BUILD_MATRIX_ENTRY=format - BUILD_MATRIX_ENTRY=docker-ubuntu1804 - BUILD_MATRIX_ENTRY=docker-ubuntu1910 - BUILD_MATRIX_ENTRY=docker-centos7 # - BUILD_MATRIX_ENTRY=docker-centos8 script: - git reset --hard ${TRAVIS_PULL_REQUEST_SHA} - ${TRAVIS_BUILD_DIR}/scripts/travis/run.sh
Kill centos8 for the moment
Kill centos8 for the moment
YAML
apache-2.0
ornladios/ADIOS2,JasonRuonanWang/ADIOS2,ornladios/ADIOS2,JasonRuonanWang/ADIOS2,JasonRuonanWang/ADIOS2,JasonRuonanWang/ADIOS2,ornladios/ADIOS2,ornladios/ADIOS2,ornladios/ADIOS2,JasonRuonanWang/ADIOS2
aefad12e03156b5a16ec8eb376af3d1002159e94
.travis.yml
.travis.yml
sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly cache: directories: - vendor before_script: - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml.dist --colors --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover matrix: allow_failures: - php: hhvm - php: hhvm-nightly notifications: irc: channels: - "irc.freenode.org#php-respect" use_notice: true
sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly cache: directories: - vendor before_script: - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml.dist --colors --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover matrix: allow_failures: - php: hhvm-nightly notifications: irc: channels: - "irc.freenode.org#php-respect" use_notice: true
Remove allow failures on HHVM builds
Remove allow failures on HHVM builds
YAML
mit
ahmetgunes/Validation,Ye-Yong-Chi/Validation,maliayas/Validation,lalocespedes/Validation,rozehnal/Validation,guilhermesiani/Validation,solvire/Validation,osiux/Validation,Respect/Validation,regdos/Validation,zinovyev/Validation,thedavidmeister/Validation,jpjoao/Validation,riyan8250/Validation,hudolfhess/Validation,Respect/Validation,Whyounes/Validation,mrsoto/Validation,rogeriopradoj/Validation
cae7cf85e17de181458d9b4dfc93a997393adb56
.travis.yml
.travis.yml
osx_image: xcode7.3 language: generic matrix: include: - os: osx sudo: required env: TYPE=podspec - os: osx env: NIMBLE_RUNTIME_IOS_SDK_VERSION=9.0 TYPE=ios - os: osx env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.10 TYPE=osx - os: osx env: TYPE=swiftpm - os: linux dist: trusty sudo: required env: TYPE=swiftpm install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)" - export TOOLCHAINS=swift - if [[ "$TYPE" == "podspec" ]]; then sudo gem install bundler; bundle install; fi script: - ./test $TYPE
osx_image: xcode8 language: generic matrix: include: - os: osx sudo: required env: TYPE=podspec - os: osx env: NIMBLE_RUNTIME_IOS_SDK_VERSION=9.0 TYPE=ios - os: osx env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.10 TYPE=osx - os: osx env: TYPE=swiftpm - os: linux dist: trusty sudo: required env: TYPE=swiftpm install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)" install: - if [[ "$TYPE" == "podspec" ]]; then sudo gem install bundler; bundle install; fi script: - ./test $TYPE
Update Travis-CI to Xcode 8
Update Travis-CI to Xcode 8
YAML
apache-2.0
dgdosen/Nimble,dgdosen/Nimble,AnthonyMDev/Nimble,twobitlabs/Nimble,AnthonyMDev/Nimble,abbeycode/Nimble,AnthonyMDev/Nimble,twobitlabs/Nimble,Quick/Nimble,DanielAsher/Nimble,DanielAsher/Nimble,dgdosen/Nimble,jeffh/Nimble,jeffh/Nimble,jeffh/Nimble,phatblat/Nimble,DanielAsher/Nimble,dgdosen/Nimble,phatblat/Nimble,phatblat/Nimble,Quick/Nimble,abbeycode/Nimble,twobitlabs/Nimble,abbeycode/Nimble,Quick/Nimble,jeffh/Nimble,abbeycode/Nimble
e6c7fc6a0cea2942c1ccd8c687985b798b052b08
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: - uname -a - sudo apt-get update -qq - sudo apt-get install -qq curl protobuf-compiler libprotobuf-dev libncurses5 libc6 - sudo sh -c "curl -k https://raw.github.com/alavrik/piqi-binary/master/Linux-x86_64/piqi > /usr/bin/piqi" - sudo chmod +x /usr/bin/piqi - pip install --upgrade distribute - pip install . - pip install --upgrade -r requirements-dev.txt script: make test && make check
language: python python: - "2.6" - "2.7" install: - uname -a - sudo apt-get update -qq - sudo apt-get install -qq curl protobuf-compiler libprotobuf-dev libncurses5 libc6 - sudo sh -c "curl -k https://raw.github.com/alavrik/piqi-binary/master/Linux-x86_64/piqi > /usr/bin/piqi" - sudo chmod +x /usr/bin/piqi - pip install --upgrade distribute - python setup.py build - pip install . - pip install --upgrade -r requirements-dev.txt script: make test && make check
Install itself on Travis build
Install itself on Travis build
YAML
mit
smarkets/smk_python_sdk
50379d66e490646c92296d77673ed8223a0e6e51
.travis.yml
.travis.yml
language: ruby cache: bundler before_install: - gem install bundler - export PHANTOMJS_VERSION='2.1.1' - export PHANTOMJS_URL='https://github.com/Medium/phantomjs' - export PHANTOMJS_URL+="/releases/download/v${PHANTOMJS_VERSION}" - export PHANTOMJS_URL+="/phantomjs-${PHANTOMJS_VERSION}-linux-x86_64.tar.bz2" - > wget -q ${PHANTOMJS_URL} && tar xfv phantomjs-${PHANTOMJS_VERSION}-linux-x86_64.tar.bz2 \ --wildcards */bin/phantomjs --strip-components=2 - export PATH="`pwd`:${PATH}" before_script: - phantomjs --version - bundle --version rvm: - 2.0.0 - 2.1.0 - 2.2.0 - 2.3.0 - 2.4.0 script: bundle exec rspec spec
language: ruby cache: bundler before_install: - gem install bundler -v '< 2' - export PHANTOMJS_VERSION='2.1.1' - export PHANTOMJS_URL='https://github.com/Medium/phantomjs' - export PHANTOMJS_URL+="/releases/download/v${PHANTOMJS_VERSION}" - export PHANTOMJS_URL+="/phantomjs-${PHANTOMJS_VERSION}-linux-x86_64.tar.bz2" - > wget -q ${PHANTOMJS_URL} && tar xfv phantomjs-${PHANTOMJS_VERSION}-linux-x86_64.tar.bz2 \ --wildcards */bin/phantomjs --strip-components=2 - export PATH="`pwd`:${PATH}" before_script: - phantomjs --version - bundle --version rvm: - 2.0.0 - 2.1.0 - 2.2.0 - 2.3.0 - 2.4.0 script: bundle exec rspec spec
Use 1.x versions of bundler to keep Ruby < 2.3 support for now
Use 1.x versions of bundler to keep Ruby < 2.3 support for now
YAML
mit
oesmith/puffing-billy
a8bbdf40b29e4887ae15be2c82c7130955cd19b0
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 7.1 - 7.2 matrix: include: - php: 7.1 env: - COMPOSER_FLAGS="--prefer-lowest --prefer-stable" - php: 7.1 env: COVERAGE="--coverage-clover build/logs/clover.xml" - php: 7.2 before_install: - travis_retry composer self-update install: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit $COVERAGE after_script: - if [ "$COVERAGE" != "" ]; then vendor/bin/coveralls --verbose || true; fi
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 7.1 - 7.2 - 7.3 - 7.4 matrix: include: - php: 7.1 env: - COMPOSER_FLAGS="--prefer-lowest --prefer-stable" - php: 7.4 env: COVERAGE="--coverage-clover build/logs/clover.xml" before_install: - travis_retry composer self-update install: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpunit $COVERAGE after_script: - if [ "$COVERAGE" != "" ]; then vendor/bin/coveralls --verbose || true; fi
Test against PHP 7.3 and 7.4
Test against PHP 7.3 and 7.4
YAML
mit
egendev/message-bus
d161b85734f3b9bbfe1e28507f8065b78ed40273
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' notifications: hipchat: rooms: secure: HZrZlpzPhZYTtYoTjrBfIQx4oz75ShJ+WxerEsBJ4EQihvLePxWpf2G+LDAvJPoATHbOnuwGuw+9qCPiqu2LrtWb/eOFN41rN5rZV1qw+ogg9G7VzgGtvYwK0wEbAfSeKmmvuAbOxNKDPoimpIBx18renm09aG+FbXn5tNaL/KM=
language: node_js node_js: - '0.10' notifications: hipchat: rooms: secure: GaJWpDnyEn+M4bUA3uB29G/elOOoHyxKc0eAgG495oS6rdeV1ZyZlkxv2aWFpOxLwBBMD8wCOV/h5nEL3WUEig8FHqaeGZvNDGuR9sOpXXWJWxTTcXABWsqB+J3NHx0bRFS/6T5MQFTbrasql6Cyph7p92fJaIMqcZqqn95hs8U=
Add new secure room key
Travis: Add new secure room key
YAML
mit
efacilitation/eventric
b66e210c7ceb1d7fc19efb23190d9926695c6dfb
.travis.yml
.travis.yml
language: python install: - pip install -r docs/requirements.txt - pip install -r tests/requirements.txt python: - 2.7 - 3.3 - 3.4 - 3.5 script: - python setup.py test
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 install: - 'pip install -r tests/requirements.txt' script: - python setup.py test matrix: fast_finish: true # This is required to enable container based Travis CI infrastructure. # See http://docs.travis-ci.com/user/migrating-from-legacy/ sudo: false
Use new Travis CI container infra
Use new Travis CI container infra
YAML
mit
cdown/srt
e483fed85380ff10f69a91fe513027cff6912581
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 0.12 - 4.2 - 5 - 6 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: npm run test:all notifications: email: recipients: - [email protected] on_success: change on_failure: always env: global: - secure: dtJpzQPi6/UYsySz8cUIxja7JiiEvDhtKkKpSZa3skB1Es1NNo/tYmVHZyw4MkLpdvXuJx0020dR5ao7UTag9CZspeSimqmr5Q4AV3eBv7Da6d36Gtm5SCGfWHXTldbPYL19ai1EWPSiifQbWxlN3gew9awCFgoBvOKcZoSJQ1M= - secure: Rt/5r/rYFrlPApkVRm2eWvpIJ3ZlLi45LmJVwVp7ruEihxnO4zbjRcO++Co2zhKkjZKHbM/zDiLHGNyPt1GGAjJKdtVyPzMdEvd9Jx8G2J938UoWCAsI7q5twrP96dQcgIsya7LXNlYxnAw5P5jaFJB2ipktk3VHlm/qZXkEgSc=
sudo: false language: node_js node_js: - 4.2 - 6 - 7 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: npm run test:all notifications: email: recipients: - [email protected] on_success: change on_failure: always env: global: - secure: dtJpzQPi6/UYsySz8cUIxja7JiiEvDhtKkKpSZa3skB1Es1NNo/tYmVHZyw4MkLpdvXuJx0020dR5ao7UTag9CZspeSimqmr5Q4AV3eBv7Da6d36Gtm5SCGfWHXTldbPYL19ai1EWPSiifQbWxlN3gew9awCFgoBvOKcZoSJQ1M= - secure: Rt/5r/rYFrlPApkVRm2eWvpIJ3ZlLi45LmJVwVp7ruEihxnO4zbjRcO++Co2zhKkjZKHbM/zDiLHGNyPt1GGAjJKdtVyPzMdEvd9Jx8G2J938UoWCAsI7q5twrP96dQcgIsya7LXNlYxnAw5P5jaFJB2ipktk3VHlm/qZXkEgSc=
Update Travis config, remove Node 0.12 and 5, add Node 7
Update Travis config, remove Node 0.12 and 5, add Node 7
YAML
bsd-3-clause
ericf/react-intl
cca82021537d79c076564f3818d9917039411b9d
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - jruby-19mode services: mongodb
language: ruby bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - jruby-19mode sudo: false # Apparently the way to use container-based environment. Intuitive... services: mongodb
Use current Docker container-based Travis CI infra
Use current Docker container-based Travis CI infra
YAML
mit
skinandbones/rack-gridfs,skinandbones/rack-gridfs
24eede0f7f8601cd02edb46cf5f4c13915107f97
.travis.yml
.travis.yml
sudo: required dist: trusty language: python services: - docker matrix: include: - env: TF_TAG=0.12.0-rc1 TD_TEST_SCIPY=0 TD_TEST_GPU=0 before_install: - pwd - ls script: pwd && ls
sudo: required dist: trusty language: python services: - docker matrix: include: - env: TF_TAG=0.9.0 TD_TEST_SCIPY=0 TD_TEST_GPU=0 before_install: - docker pull tensorflow/tensorflow:$TF_TAG script: docker run --rm -v `pwd`:/root/tfdeploy -w /root/tfdeploy -e TD_TEST_SCIPY=$TD_TEST_SCIPY -e TD_TEST_GPU=$TD_TEST_GPU -e tensorflow/tensorflow:$TF_TAG python -m unittest tests
Add actual docker ci script.
Add actual docker ci script.
YAML
mit
riga/tfdeploy