commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
dff4f43365c738f25eb952bdb72768ce6b35d160
packages/re/relation.yaml
packages/re/relation.yaml
homepage: https://www.github.com/haskell-works/relation/ changelog-type: '' hash: 862c09e1d19c852e04b008f154e499771b1e65dfe7085fffddc8f4dda8a5b8e5 test-bench-deps: base: ! '>=4 && <5' hspec: ! '>=2.4 && <3' hedgehog: ! '>=0.5 && <0.7' relation: -any hw-hspec-hedgehog: ! '>=0.1.0.4 && <0.2' maintainer: John Ky...
homepage: https://www.github.com/haskell-works/relation/ changelog-type: '' hash: ec4042134ba972ba28604dca254bfdd834fb7f4aeca2aa9dae3fd4ae04b5c911 test-bench-deps: base: ! '>=4 && <5' hspec: ! '>=2.4 && <3' hedgehog: ! '>=0.5 && <0.7' relation: -any hw-hspec-hedgehog: ! '>=0.1.0.4 && <0.2' maintainer: John Ky...
Update from Hackage at 2019-05-12T06:10:57Z
Update from Hackage at 2019-05-12T06:10:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
3e0f34d14865956e0ce10af53f28369d53323dc5
tests/api.suite.yml
tests/api.suite.yml
class_name: ApiTester modules: enabled: - Asserts - \Helper\Api - \Helper\DataSetup - REST: url: http://localhost:8000 depends: PhpBrowser
class_name: ApiTester modules: enabled: - Asserts - \Helper\Api - \Helper\DataSetup - REST: url: http://localhost:8000 depends: PhpBrowser - PhpBrowser: url: http://localhost:8000 timeout: 60
Fix timeout in API tests
Fix timeout in API tests When run on PHP 7.0 and MySQL in Travis CI sometimes the API tests fail with a timeout; it seems that the tests are slower in that environment, so the timeout has to be increased in that case. Increasing the timeout simply gives slower tests more time to finish the requests, but it does not a...
YAML
agpl-3.0
desaintmartin/gallery,desaintmartin/gallery,desaintmartin/gallery
4ab903d0b43c540d1bbc716a780ff2985153c2ff
schema/Link.schema.yaml
schema/Link.schema.yaml
title: Link '@id': stencila:Link extends: Entity role: secondary status: unstable category: prose description: A hyperlink to other pages, sections within the same document, resources, or any URL. properties: content: '@id': stencila:content description: The textual content of the link. type: array it...
title: Link '@id': stencila:Link extends: Entity role: secondary status: unstable category: prose description: A hyperlink to other pages, sections within the same document, resources, or any URL. properties: content: '@id': stencila:content description: The textual content of the link. type: array it...
Use consistent `@id` for title property
fix(Link): Use consistent `@id` for title property
YAML
apache-2.0
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
ab68d8405edc207eecded61ceb7dcb2c8c139452
sites.yaml
sites.yaml
sites: - name: Bundeshaushalt slug: bund tagline: "Der Bundeshaushalt enthält Angaben zu den Ausgaben und Einnahmen der Bundesregierung." source: Bundesministerium der Finanzen (Bundeshaushalt-Info) source_url: http://bundeshaushalt-info.de data_url: http://opendatalabs.org/de/haushalt extern...
sites: - name: Bundeshaushalt slug: bund tagline: "Der Bundeshaushalt enthält Angaben zu den Ausgaben und Einnahmen der Bundesregierung." source: Bundesministerium der Finanzen (Bundeshaushalt-Info) source_url: http://bundeshaushalt-info.de data_url: http://opendatalabs.org/de/haushalt extern...
Add API details to Berlin OpenSpending
Add API details to Berlin OpenSpending
YAML
mit
Opendatal/offenerhaushalt.de,Opendatal/offenerhaushalt.de,Opendatal/offenerhaushalt.de
1e05da5974c43de55dc8e7c1974b714316ff1479
hieradata/role/nginx.yaml
hieradata/role/nginx.yaml
--- profile::apps::nginx::listeners: 'monitor': ports: 80 proxy: 'http://co-u1604-idbp01.local.familyroberson.com:3000' 'puppet': port: 80 proxy: 'http://co-u1604-pmp01.local.familyroberson.com' 'vcsa': port: 80 proxy: 'https://co-vcsa-p01.local.familyroberson.com/ui/' 'unifi': port:...
--- profile::apps::nginx::listeners: 'monitor': ports: 80 proxy: 'http://co-u1604-idbp01.local.familyroberson.com:3000' 'puppet': port: 80 proxy: 'http://co-u1604-pmp01.local.familyroberson.com' 'vcsa': port: 443 proxy: 'https://co-vcsa-p01.local.familyroberson.com/ui/' 'unifi': port...
Set port 443 from 80.
Set port 443 from 80.
YAML
apache-2.0
cdrobey/puppet-repo,cdrobey/puppet-repo
a3ef68d91c60c9d451450ae0e371e25402bb4c6f
tests/vars/zuul.yml
tests/vars/zuul.yml
--- nodepool_rdo_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/rdo" nodepool_pypi_mirror: "http://{{ zuul_site_mirror_fqdn }}:8080/pypi/simple" nodepool_mirror_host: "{{ zuul_site_mirror_fqdn }}" nodepool_npmjs_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/registry.npmjs/" nodepool_cbs_centos_proxy: "http://{{ zuul...
--- nodepool_rdo_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/rdo" nodepool_pypi_mirror: "http://{{ zuul_site_mirror_fqdn }}:8080/pypi/simple" nodepool_mirror_host: "{{ zuul_site_mirror_fqdn }}" nodepool_npmjs_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/registry.npmjs/" nodepool_cbs_centos_proxy: "http://{{ zuul...
Fix wheel url for CentOS
[CI] Fix wheel url for CentOS CentOS wheels do not differentiate between minor versions atm. Change-Id: I5365c813bab5e3205fd34eb64dc3337f192d67d4
YAML
apache-2.0
stackforge/kolla,stackforge/kolla,openstack/kolla,stackforge/kolla,openstack/kolla
0406ef8b5506b02ee8be3008d1cc91e3bd838949
packages/ma/machines-directory.yaml
packages/ma/machines-directory.yaml
homepage: http://github.com/aloiscochard/machines-directory changelog-type: '' hash: 0e85e707bdd315d83fe7cfc6f1823a9ffe9bc3892a783672cdd067d66768beae test-bench-deps: {} maintainer: alois.cochard@gmail.com synopsis: Directory (system) utilities for the machines library changelog: '' basic-deps: base: ! '>=4.6 && <5' ...
homepage: http://github.com/aloiscochard/machines-directory changelog-type: '' hash: e1a80f7026f8269f44667873102533fd1b1401fa60ed820219f7470f4d41dfb8 test-bench-deps: {} maintainer: alois.cochard@gmail.com synopsis: Directory (system) utilities for the machines library changelog: '' basic-deps: base: ! '>=4.6 && <5' ...
Update from Hackage at 2017-03-08T22:32:24Z
Update from Hackage at 2017-03-08T22:32:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
8cf68c63d97ad2b2996cd96b976a2a92ad7fd050
stack.yaml
stack.yaml
resolver: lts-9.6 extra-deps: - configurator-ng-0.0.0.1 - critbit-0.2.0.0 - hjsonpointer-1.1.1 - hjsonschema-1.5.0.1 - Ranged-sets-0.3.0 - protolude-0.2.2 - hasql-1.1 - hasql-pool-0.4.3 - hasql-transaction-0.5.2 - jose-0.7.0.0 ghc-options: postgrest: -O2 -Werror -Wall -fwarn-identities -fno-warn-r...
resolver: lts-9.6 extra-deps: - configurator-ng-0.0.0.1 - critbit-0.2.0.0 - hjsonpointer-1.1.1 - hjsonschema-1.5.0.1 - Ranged-sets-0.3.0 - protolude-0.2.2 - hasql-1.1 - hasql-pool-0.4.3 - hasql-transaction-0.5.2 - jose-0.7.0.0 - postgresql-libpq-0.9.4.1 ghc-options: postgrest: -O2 -Werror -Wall ...
Fix segmentation fault/access violation on windows 10
Fix segmentation fault/access violation on windows 10 This was reported in https://gitter.im/begriffs/postgrest?at=5b7431eb5b07ae730ac083af and according to https://ghc.haskell.org/trac/ghc/ticket/13112#comment:25 this is an issue with linking in postgresql-libpq. The 0.9.4.1 version contains a patch(https://github.co...
YAML
mit
diogob/postgrest,steve-chavez/postgrest,steve-chavez/postgrest,begriffs/postgrest
439e775042a0db88f0b0ae515fea94d7ce986112
operations/bits-service-alicloud.yml
operations/bits-service-alicloud.yml
--- - type: replace path: /instance_groups/name=bits/jobs/name=bits-service/properties/bits-service/app_stash value: directory_key: "((resource_directory_key))" fog_connection: &alicloud-config aliyun_accesskey_id: "((alibaba_access_key_id))" aliyun_accesskey_secret: "((alibaba_secret_access_key...
--- - type: replace path: /instance_groups/name=bits/jobs/name=bits-service/properties/bits-service/app_stash value: directory_key: "((resource_directory_key))" fog_connection: &alicloud-config provider: aliyun aliyun_accesskey_id: "((alibaba_access_key_id))" aliyun_accesskey_secret: "((al...
Fix ops file for alibaba blobstore
Fix ops file for alibaba blobstore [#157928837]
YAML
apache-2.0
cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci
566df3ae1c07da10c41c05f3cc087700f563be60
snap/snapcraft.yaml
snap/snapcraft.yaml
name: bjarkan architectures: [amd64] version: '1.2.0' summary: Command line bluetooth utility description: | A command line bluetooth utility that allows you to completely manage all things bluetooth. Scanning, pairing, listing of devices. grade: stable confinement: strict apps: bjarkan: command: env GI_TYP...
name: bjarkan architectures: [amd64] version: '1.2.0' summary: Command line bluetooth utility description: | A command line bluetooth utility that allows you to completely manage all things bluetooth. Scanning, pairing, listing of devices. grade: stable confinement: strict apps: bjarkan: command: env GI_TYP...
Connect to the bluez interface
Connect to the bluez interface
YAML
bsd-3-clause
willdeberry/pybtCLI,willdeberry/bjarkan
1c19c7bd5ed052f304a84086320d031d3ff4edc8
recipes/asyncqt/meta.yaml
recipes/asyncqt/meta.yaml
{% set name = "asyncqt" %} {% set version = "0.7.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8b1507c968c85cf0b7eee5d2a887162d38af15fb8c5b1ec25beed6025d7383ac build: skip: True ...
{% set name = "asyncqt" %} {% set version = "0.7.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8b1507c968c85cf0b7eee5d2a887162d38af15fb8c5b1ec25beed6025d7383ac build: noarch: pyt...
Make package noarch [skip travis][skip appveyor]
Make package noarch [skip travis][skip appveyor]
YAML
bsd-3-clause
Juanlu001/staged-recipes,chrisburr/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,asmeurer/staged-recipes,johanneskoester/...
5f9330b1cc935ca52286dd54549761075e691372
metadata/org.koitharu.kotatsu.yml
metadata/org.koitharu.kotatsu.yml
AntiFeatures: - NonFreeNet Categories: - Reading - Multimedia License: GPL-3.0-or-later AuthorName: Koitharu SourceCode: https://github.com/nv95/Kotatsu IssueTracker: https://github.com/nv95/Kotatsu/issues Name: Kotatsu AutoName: Kotatsu RepoType: git Repo: https://github.com/nv95/Kotatsu.git Builds: - versi...
AntiFeatures: - NonFreeNet Categories: - Reading - Multimedia License: GPL-3.0-or-later AuthorName: Koitharu SourceCode: https://github.com/nv95/Kotatsu IssueTracker: https://github.com/nv95/Kotatsu/issues Name: Kotatsu AutoName: Kotatsu RepoType: git Repo: https://github.com/nv95/Kotatsu.git Builds: - versi...
Update Kotatsu to 1.1.2 (367)
Update Kotatsu to 1.1.2 (367)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e5ba76ac9854645ee2f2dd125a561a666ca54999
tasks/wn.yaml
tasks/wn.yaml
--- - name: Set the SGE qmaster node action: copy dest={{SGE_ROOT}}/default/common/act_qmaster content={{sge_server_name}} notify: - restart {{EXEC_SERVICE}}
--- - name: create default directories file: path={{SGE_ROOT}}/default/common/ state=directory when: ansible_os_family == "RedHat" - name: Set the SGE qmaster node action: copy dest={{SGE_ROOT}}/default/common/act_qmaster content={{sge_server_name}} notify: - restart {{EXEC_SERVICE}}
Add creation of default directory for RedHat systems
Add creation of default directory for RedHat systems
YAML
apache-2.0
grycap/ansible-role-sge
ddb61a0687c32a3b8d0d0a34bfec789bd1350985
packages/components-grid/.travis.yml
packages/components-grid/.travis.yml
language: node_js sudo: false node_js: - "4.2.2"
language: node_js sudo: false node_js: - "4" - "5"
Use latest node version on Travis
Use latest node version on Travis
YAML
mit
suitcss/suit,suitcss/suit
4d09aa4738234f2acae3cd7f780dd8d5e41ab8b3
packages/cz/czipwith.yaml
packages/cz/czipwith.yaml
homepage: https://github.com/lspitzner/czipwith/ changelog-type: markdown hash: 083d072adef7b70e313d494d20d34ff3128313b8b799f018cf5950d86bb6e6ef test-bench-deps: czipwith: -any base: ! '>=4.7 && <4.11' transformers: ! '>=0.4.1.0 && <666' maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de> synopsis: CZipWith cla...
homepage: https://github.com/lspitzner/czipwith/ changelog-type: markdown hash: 30751c5a92488304863f20403cd8e9d4fee2b5def0b656a3d979aa3331a09c00 test-bench-deps: czipwith: -any base: ! '>0 && <666' transformers: ! '>=0.4.1.0 && <666' maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de> synopsis: CZipWith class a...
Update from Hackage at 2018-04-05T16:37:04Z
Update from Hackage at 2018-04-05T16:37:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
b0920e1f96cffc856bc22752caacdf34c6952916
packages/re/rerebase.yaml
packages/re/rerebase.yaml
homepage: https://github.com/nikita-volkov/rerebase changelog-type: '' hash: 51e84d66d7e0b8c20a12da651870be1474f8bcd9e1a6e7c3249a05bcf21732d9 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Reexports from "base" with a bunch of other standard libraries changelog: '' basic-deps: rebas...
homepage: https://github.com/nikita-volkov/rerebase changelog-type: '' hash: 669c88483ec7d7a307921d35a62c02122987b52d5ee995141c2040f1b2942dc4 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Reexports from "base" with a bunch of other standard libraries changelog: '' basic-deps: rebas...
Update from Hackage at 2018-05-30T05:57:41Z
Update from Hackage at 2018-05-30T05:57:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
09d5b0be19697ebf4045af20839a48fb66fedb4d
packages/we/weighted.yaml
packages/we/weighted.yaml
homepage: https://github.com/oisdk/weighted changelog-type: '' hash: 09549fd9b00accedec3f237f0b03e618ba9dd7bfb167d5a552b1a5b682985e32 test-bench-deps: {} maintainer: mail@doisinkidney.com synopsis: Writer monad which uses semiring constraint changelog: '' basic-deps: base: ! '>=4.9 && <5' semiring-num: ! '>=0.5.1.1...
homepage: https://github.com/oisdk/weighted changelog-type: '' hash: ec064b241ad7e0bcb691a94b993b68954c0a5fb1373534e4e7cdd3058790bb82 test-bench-deps: {} maintainer: mail@doisinkidney.com synopsis: Writer monad which uses semiring constraint changelog: '' basic-deps: base: ! '>=4.9 && <5' semiring-num: ! '>=0.9' ...
Update from Hackage at 2017-02-10T13:47:59Z
Update from Hackage at 2017-02-10T13:47:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
63d7c5745e2df0d2bbe1c6bc863572892678dd56
llvm-dev/tasks/main.yml
llvm-dev/tasks/main.yml
--- - name: Add the llvm APT key apt_key: url=http://llvm.org/apt/llvm-snapshot.gpg.key state=present - name: Add the Ubuntu Toolchain test PPA apt_repository: repo=ppa:ubuntu-toolchain-r/test state=present when: ansible_distribution_release == "precise" - name: Add the llvm PPA apt_repository: repo="deb http...
--- - name: Add the llvm APT key apt_key: url=http://llvm.org/apt/llvm-snapshot.gpg.key state=present - name: Add the Ubuntu Toolchain test PPA apt_repository: repo=ppa:ubuntu-toolchain-r/test state=present when: ansible_distribution_release == "precise" - name: Add the llvm PPA apt_repository: repo="deb http...
Update LLVM/Clang to 3.6, add Ubuntu alternatives settings.
Update LLVM/Clang to 3.6, add Ubuntu alternatives settings.
YAML
mit
tomku/ansible-roles
47cf964ae60dad75bcbc63adcba782eac1ea8304
.gitlab-ci.yml
.gitlab-ci.yml
# Copyright (c) 2016, Reed O'Brien # All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. image: golang:1.7 # services: # - postgres stages: - build - test # - deploy metalint: image: golang:1.7 stage: build script: - go ...
# Copyright (c) 2016, Reed O'Brien # All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. image: golang:1.7 # services: # - postgres stages: - build - test # - deploy metalint: image: golang:1.7 stage: build script: - ech...
Update ci runner to explore
Update ci runner to explore
YAML
bsd-3-clause
reedobrien/wps,reedobrien/wps
d208dcd2c273fb499bb8020033926ef8dedb4668
.gitlab-ci.yml
.gitlab-ci.yml
image: ubuntu:16.10 stages: - build before_script: - apt-get update - apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev emscripten build-essential cmake 'build linux': stage: build script: - make artifacts: paths: - build/innojam9 'build web': stage: buil...
image: trzeci/emscripten stages: - build before_script: - apt-get update - apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev emscripten build-essential cmake 'build linux': stage: build script: - make artifacts: paths: - build/innojam9 'build web': stage:...
Use other docker file with modern emscripten available.
Use other docker file with modern emscripten available.
YAML
mit
Prior99/igj10
d5050439ba484dc6495e3c53458d12800ed4acd4
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - test - qa # Cache Maven output cache: key: "$CI_BUILD_REF_NAME" untracked: true # Compile the code, must succeed before we start testing. build: stage: build script: "mvn clean compile -B" # Run the quick test suite (Unit tests mostly) quicktests: stage: test scr...
stages: - build - test - qa # Compile the code, must succeed before we start testing. build: stage: build script: "mvn -B clean compile" # Run the quick test suite (Unit tests mostly) quicktests: stage: test script: "mvn -B test --fail-at-end" artifacts: paths: - target/jac...
Use artifacts instead of unreliable for SonarQube build step.
JBT-52: Use artifacts instead of unreliable for SonarQube build step.
YAML
apache-2.0
Johnnei/JavaTorrent
1a8dadad9aba2a01c5fabfa129e952336a04e98c
.gitlab-ci.yml
.gitlab-ci.yml
image: docker:18 stages: - build services: - docker:dind variables: GIT_DEPTH: 1 DOCKER_DRIVER: overlay2 before_script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY build-tags: stage: build script: - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_BEFORE_SHA || true - d...
image: docker:19 stages: - build services: - docker:dind variables: GIT_DEPTH: 1 DOCKER_DRIVER: overlay2 before_script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY build-tags: stage: build script: - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_BEFORE_SHA || true - d...
Upgrade CI build to Docker 19
Upgrade CI build to Docker 19
YAML
agpl-3.0
flosse/openfairdb,flosse/openfairdb
f2f3ca0c0b613dd15fae087f5b5189c946a01b90
.gitlab-ci.yml
.gitlab-ci.yml
stages: - test test-linux-386: stage: test tags: - docker-capsule-32 script: - npm i test-macos-amd64: stage: test tags: - docker-capsule-64 script: - npm i
stages: - test test-windows-amd64: stage: test tags: - msbuild script: - npm i test-linux-386: stage: test tags: - docker-capsule-32 script: - npm i test-macos-amd64: stage: test tags: - docker-capsule-64 script: - npm i test-macos-amd64: stage: test tags: - darw...
Add macos & windows tests
Add macos & windows tests
YAML
mit
itchio/node-shoom,itchio/node-shoom,itchio/node-shoom
fd6794b1b905685fb54159c189f1e07585107598
.gitlab-ci.yml
.gitlab-ci.yml
--- default: before_script: - ruby -v - which ruby - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" test:2.4: image: 'ruby:2.4' script: - bundle exec rake - cd test/integration && bundle install - bundle exec ruby api.rb test:2.5: image: 'ruby:2.5...
--- stages: - test - coverage default: before_script: - ruby -v - which ruby - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" .tests: script: - bundle exec rake - cd test/integration && bundle install - bundle exec ruby api.rb stage: test test:...
Add coverage stage on ci
Add coverage stage on ci
YAML
mit
spk/money-open-exchange-rates
349608b88650025f45f17a8948d7d1a2230afa57
.gitlab-ci.yml
.gitlab-ci.yml
image: jacob9230/linter before_script: - npm install --global --quiet eslint stylelint - npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss - node -v - npm -v - php -v code_quality: script: - stylelint "./src/assets/styles/**/*.scss" ...
image: jacob9230/linter before_script: - npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss - node -v - npm -v - php -v code_quality: script: - stylelint "./src/assets/styles/**/*.scss" - eslint "./src/assets/scripts/**/*.js" - phpl...
Remove global install for eslint & stylelint; it's taken care of by the Docker image
Remove global install for eslint & stylelint; it's taken care of by the Docker image
YAML
mit
JacobDB/new-site,JacobDB/new-site,JacobDB/new-site,revxx14/new-site,revxx14/new-site
d8907c4d503f09f854b4218102947eecb80a772b
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - echo $TOTO_VAR rustbuild-1.5: image: waxzce/rust:1.5 script: - rustc -V - cargo build rustbuild-1.6: image: waxzce/rust:1.6 script: - rustc -V - cargo build rustbuild-1.7: image: waxzce/rust:1.7 script: - rustc -V - cargo build
before_script: - echo $TOTO_VAR rustbuild-1.5: image: waxzce/rust:1.5 script: - rustc -V - cargo build - cargo test rustbuild-1.6: image: waxzce/rust:1.6 script: - rustc -V - cargo build - cargo test rustbuild-1.7: image: waxzce/rust:1.7 script: - rustc -V - cargo build...
Add unit testing to CI
Add unit testing to CI
YAML
agpl-3.0
sozu-proxy/sozu,sozu-proxy/sozu,sozu-proxy/sozu
3c28a97f7a9a4c9d5b01dfce91aa2a1fcc725dc9
.gitlab-ci.yml
.gitlab-ci.yml
image: haskell:8.2.2 services: - postgres:9.4 variables: POSTGRES_DB: betty_test POSTGRES_USER: betty POSTGRES_PASSWORD: betty cache: untracked: true paths: - $(pwd)/.stack/ before_script: - export STACK_ROOT=$(pwd)/.stack - apt-get update -qq && apt-get install -qq -y m4 libpq-dev - cp secret...
image: haskell:8.2 services: - postgres:9.4 variables: POSTGRES_DB: betty_test POSTGRES_USER: betty POSTGRES_PASSWORD: betty cache: untracked: true paths: - $(pwd)/.stack/ before_script: - export STACK_ROOT=$(pwd)/.stack - apt-get update -qq && apt-get install -qq -y m4 libpq-dev - cp secrets....
Use GHC 8.2 in Gitlab CI.
Use GHC 8.2 in Gitlab CI.
YAML
agpl-3.0
sajith/betty-web
5a03e6db315092b4da584320850023c8bea53080
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - deploy image: alpine:latest build:dev: stage: build except: - release - master - /^release-.*$/ script: - apk update - apk add nodejs nodejs-npm git - npm install - npm install cli/ - npm run-script build artifacts: paths: - build/ expire_in:...
stages: - build - deploy image: alpine:latest build:dev: stage: build except: - release - master - /^release-.*$/ script: - apk update - apk add nodejs nodejs-npm git - npm install - npm install cli/ - npm run-script build artifacts: paths: - build/ expire_in:...
Create .ssh directory during build
Create .ssh directory during build
YAML
mit
elor/tuvero
8860b8571ad56fc8a01d938fed49e4fe8faf2cc6
.gitlab-ci.yml
.gitlab-ci.yml
tests: stage: test image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing-extra script: - make -j`nproc` local-libgumbo - make -j`nproc` build-all USE_LOCAL_LIBGUMBO=1 DEBUG=1 - make -j`nproc` --output-sync=line check-all USE_LOCAL_LIBGUMBO=1 # - make clean check-luaro...
test-system-libgumbo: stage: test image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing script: - apt-get update - apt-get install -qy libgumbo-dev - make -j`nproc` build-all DEBUG=1 - make -j`nproc` --output-sync=line check-all test-local-libgumbo: stage: test ...
Add CI target for running tests with dynamically linked bindings
Add CI target for running tests with dynamically linked bindings
YAML
apache-2.0
craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo
11b6222a037e06fabd763c0c1f3ad921d7ef48c0
.gitlab-ci.yml
.gitlab-ci.yml
image: docker:latest services: - docker:dind variables: DOCKER_DRIVER: overlay stages: - build - release build: stage: build script: - ./bin/build.sh release: stage: release script: - lein test - ./bin/release.sh
image: docker:latest services: - docker:dind variables: DOCKER_DRIVER: overlay stages: - build - release build: stage: build script: - ./bin/build.sh release: stage: release script: - ./bin/release.sh
Remove test run in release step
Remove test run in release step
YAML
epl-1.0
treppo/yorck-ratings-v2
10337fb20d3330485ccab98d64b485a647c73987
packages/fu/functor-products.yaml
packages/fu/functor-products.yaml
homepage: https://github.com/mstksg/functor-products#readme changelog-type: markdown hash: cc5e526b5f3694d33a89044578e4fe74e4e05dd01d5d96bc57be06d6d98a1883 test-bench-deps: {} maintainer: justin@jle.im synopsis: General functor products for various Foldable instances changelog: | Changelog ========= Version 0.1....
homepage: https://github.com/mstksg/functor-products#readme changelog-type: markdown hash: 2db6766ea39c96af679b60e951d6704fa900ecf92517406d561b799f0243b89f test-bench-deps: {} maintainer: justin@jle.im synopsis: General functor products for various Foldable instances changelog: | Changelog ========= Version 0.1....
Update from Hackage at 2019-10-22T22:11:42Z
Update from Hackage at 2019-10-22T22:11:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
856d5a3b22ca22b563fb79d32a485b6146fe5c01
packages/ho/hoauth2-tutorial.yaml
packages/ho/hoauth2-tutorial.yaml
homepage: https://github.com/freizl/hoauth2 changelog-type: '' hash: 30a4a4bb24534123b420c86155f352ab672a70c574d7fdb817c0e6ee234cebdc test-bench-deps: {} maintainer: Haisheng Wu <freizl@gmail.com> synopsis: Tutorial for using hoauth2 changelog: '' basic-deps: warp: '>=3.2 && <3.4' hoauth2-tutorial: -any bytestrin...
homepage: https://github.com/freizl/hoauth2 changelog-type: '' hash: a812079a9735eef844871602e0da3575b4a0efffc98966d2fe2681fd6717e5b8 test-bench-deps: {} maintainer: Haisheng Wu <freizl@gmail.com> synopsis: Tutorial for using hoauth2 changelog: '' basic-deps: warp: '>=3.2 && <3.4' hoauth2-tutorial: -any bytestrin...
Update from Hackage at 2022-09-18T16:42:05Z
Update from Hackage at 2022-09-18T16:42:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
e9f77631e68c62335c427aeaf1419aa61bb9a5a4
app/cron.yaml
app/cron.yaml
cron: - description: update counts url: /tasks/count schedule: every 10 minutes - description: sitemap ping url: /sitemap/ping?search_engine=google schedule: every 15 minutes
cron: - description: update counts url: /tasks/count schedule: every 30 minutes - description: sitemap ping url: /sitemap/ping?search_engine=google schedule: every 15 minutes
Decrease the frequency of entity counting (to one count every 30 minutes).
Decrease the frequency of entity counting (to one count every 30 minutes).
YAML
apache-2.0
namanjain236/personfinder,google/personfinder,AwesomeTurtle/personfinder,clobrano/personfinder,AwesomeTurtle/personfinder,google/personfinder,ominux/personfinder,gauribhoite/personfinder,clobrano/personfinder,groschovskiy/personfinder,g19-hs/personfinder,clobrano/personfinder,gimite/personfinder,google/personfinder,goo...
956b87d0dfc9f77f504af15f250c1f3949a8a2b4
.cirrus.yml
.cirrus.yml
# Run tasks with the dart SDK installed by default container: dockerfile: tool/Dockerfile task: pub_cache: folder: $HOME/.pub-cache environment: CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af] dart_version_script: dart --version...
# Run tasks with the dart SDK installed by default container: dockerfile: tool/Dockerfile memory: 12G cpu: 4 task: pub_cache: folder: $HOME/.pub-cache environment: CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af] dart_version...
Increase CPU and build memory
CI: Increase CPU and build memory
YAML
mit
simolus3/drift,simolus3/drift,simolus3/moor,simolus3/moor,simolus3/drift,simolus3/moor,simolus3/moor,simolus3/moor,simolus3/moor,simolus3/drift,simolus3/drift,simolus3/drift,simolus3/moor,simolus3/drift
c9d614adbce300b3ce847493847f6bd6d7bc3a3b
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0 - 2.3.1 - ruby-head script: bundle exec rake test matrix: allow_failures: - rvm: ruby-head
sudo: false language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.0 - 2.3.1 - ruby-head script: bundle exec rails test matrix: allow_failures: - rvm: ruby-head
Add Continuous Integration with Travis CI
Add Continuous Integration with Travis CI
YAML
mit
casi/flatshare_app,casi/flatshare_app,casi/flatshare_app,casi/flatshare_app
8b29bfa74b2ace9fee02cd46d30a62fdaecff016
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.4" - "3.5" install: pip install nose script: nosetests
sudo: false language: python python: - "2.6" - "2.7" - "3.4" - "3.5" install: pip install nose script: nosetests
Use Travis' new container infrastructure
Use Travis' new container infrastructure
YAML
isc
jonashaag/httpauth
a08936c0e45bbfbda75667233016765b5112bcd2
.travis.yml
.travis.yml
# https://travis-ci.org/dr-prodigy/python-holidays language: python sudo: required dist: xenial python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - pypy - pypy3 env: - DATEUTIL=python-dateutil==2.7.0 - DATEUTIL=python-dateutil install: - pip install $DATEUTIL - python setup.py inst...
# https://travis-ci.org/dr-prodigy/python-holidays language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - pypy - pypy3 env: - DATEUTIL=python-dateutil==2.7.0 - DATEUTIL=python-dateutil install: - pip install $DATEUTIL - python setup.py install - pip install flake8 ...
Revert "Fix for Py3.7 on TravisCI"
Revert "Fix for Py3.7 on TravisCI"
YAML
mit
ryanss/holidays.py,ryanss/python-holidays,dr-prodigy/python-holidays
9925637f81eb66e10ac0860e2be1606542d008d9
.travis.yml
.travis.yml
sudo: required services: - docker language: java jdk: - oraclejdk8 before_install: - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml # fire up a IBM MQ container to run the integration tests against - docker-comp...
sudo: required services: - docker language: java jdk: - oraclejdk8 before_install: - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml # fire up a IBM MQ container to run the integration tests against - docker-comp...
Remove JMS core cloning from Travis config
Remove JMS core cloning from Travis config Fix #5
YAML
apache-2.0
AbsaOSS/spring-cloud-stream-binder-ibm-mq,AbsaOSS/spring-cloud-stream-binder-ibm-mq
01a9ff144e409744541536c20058704bcb7b481e
.travis.yml
.travis.yml
language: node_js dist: trusty node_js: - 6.1 sudo: required addons: apt: sources: - google-chrome packages: - google-chrome-stable - google-chrome-beta before_install: - apt-get update - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - google-chrome...
language: node_js dist: trusty node_js: - 6.1 sudo: required addons: apt: sources: - google-chrome packages: - google-chrome-stable - google-chrome-beta before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - google-chrome --version install:...
Revert "this is so not going to work :poop:"
Revert "this is so not going to work :poop:" This reverts commit dd4ce2645ec91a84556d67343e41bd607b56c7ba.
YAML
mit
arranbartish/angular-cli-seed,arranbartish/angular-cli-seed,arranbartish/angular-cli-seed
5c092ead08acbb914e8b87a0ee6673854b3a2157
.travis.yml
.travis.yml
language: python python: - "3.3" before_install: - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends libssh-4 - sudo apt-get install -qq --no-install-recommends openssl - sudo apt-get install -qq --no-install-recommends openssh-client - sudo apt-get install -qq --no-install-recommen...
language: python python: - "3.3" - "3.4" before_install: - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends libssh-4 - sudo apt-get install -qq --no-install-recommends openssl - sudo apt-get install -qq --no-install-recommends openssh-client - sudo apt-get install -qq --no-instal...
Add Python 3.4 to Travis CI test matrix
Add Python 3.4 to Travis CI test matrix
YAML
isc
daemotron/controlbeast,daemotron/controlbeast
e7a19c0e27ff26778e46f224809b766390252fcc
.travis.yml
.travis.yml
osx_image: xcode7.1 language: objective-c env: global: - LANG=en_US.UTF-8 before_install: - brew update - brew outdated xctool || brew upgrade xctool script: # Carthage - xctool clean build -project Async.xcodeproj -scheme "Async iOS" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO - xctool clean build -project As...
osx_image: xcode7.1 language: objective-c env: global: - LANG=en_US.UTF-8 before_install: - brew update - brew outdated xctool || brew upgrade xctool script: # Carthage - xctool clean build -project Async.xcodeproj -scheme "Async iOS" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO - xctool clean build -project As...
Disable CocoaPods build on Travis CI
Disable CocoaPods build on Travis CI
YAML
mit
2h4u/Async,kostiakoval/Async,kostiakoval/Async,duemunk/Async,2h4u/Async,duemunk/Async,kostiakoval/Async,2h4u/Async,duemunk/Async
a05c3a40e2cf2166d1c19a5e9b92a79971d05950
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.11' - '0.12' after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
language: node_js node_js: - '0.11' - '0.12' after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Remove v0.10 due to unknown error
Remove v0.10 due to unknown error
YAML
mit
skellyjs/skellyjs,skellyjs/skellyjs
629b3b892af994037fa67e21dc196ea74abf4b87
.travis.yml
.travis.yml
language: go os: - linux - osx go: - 1.2.x - 1.3.x - 1.4 - 1.5.x - 1.6.x - 1.7.x - 1.8.x - 1.9.x - tip notifications: email: on_success: change on_failure: always
language: go os: - linux - osx go: - 1.2.x - 1.3.x - 1.4 - 1.5.x - 1.6.x - 1.7.x - 1.8.x - 1.9.x - "1.10.x" - tip matrix: exclude: - os: osx go: 1.2.x - os: osx go: 1.3.x - os: osx go: 1.4 - os: osx go: 1.5.x ...
Test against Go <1.7 on Linux only, as Travis-CI has issues with older versions on macOS
Test against Go <1.7 on Linux only, as Travis-CI has issues with older versions on macOS
YAML
agpl-3.0
muesli/regommend
51972394f2753af63e37e1a618ae98637e7b7ead
.travis.yml
.travis.yml
sudo: false language: java notifications: hipchat: ec8fcfa661addc56a361a8ef536320@integrations jdk: - oraclejdk8 script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true travis
language: java matrix: include: - os: linux sudo: false jdk: oraclejdk8 - os: osx osx_image: xcode9.1 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true travis notifications: hipchat: ec8fcfa661addc56a3...
Add support for building on OSX (as well as Linux) on Travis CI
[feature] Add support for building on OSX (as well as Linux) on Travis CI
YAML
lgpl-2.1
windauer/exist,eXist-db/exist,ambs/exist,ambs/exist,dizzzz/exist,lcahlander/exist,eXist-db/exist,adamretter/exist,wolfgangmm/exist,opax/exist,eXist-db/exist,RemiKoutcherawy/exist,ambs/exist,ljo/exist,ljo/exist,lcahlander/exist,opax/exist,wolfgangmm/exist,RemiKoutcherawy/exist,dizzzz/exist,hungerburg/exist,dizzzz/exist,...
1af055e1b9a1bc69d322b35c85f3c92292e6dcb5
.travis.yml
.travis.yml
before_install: gem install bundler -v 1.14.3 cache: bundler gemfile: - gemfiles/rails3.2.gemfile - gemfiles/rails4.x.gemfile - gemfiles/rails5.x.gemfile - gemfiles/sinatra1.x.gemfile language: ruby matrix: allow_failures: # json 1.8.3 fails to build under 2.4.0 - rvm: 2.4.0 gemfile: gemfiles/ra...
before_install: gem install bundler -v 1.14.3 cache: bundler gemfile: - gemfiles/rails3.2.gemfile - gemfiles/rails4.x.gemfile - gemfiles/rails5.x.gemfile - gemfiles/sinatra1.x.gemfile language: ruby matrix: allow_failures: # json 1.8.3 fails to build under 2.4.0 - rvm: 2.4.0 gemfile: gemfiles/ra...
Remove Ruby 2.1 from testing.
Remove Ruby 2.1 from testing. Ruby 2.1 is no longer officially maintained.
YAML
mit
codeschool/rapporteur,envylabs/rapporteur,envylabs/rapporteur
0b072fc3536e3d050bd9095fb8f9caac7823b72b
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "1.2" after_success: npm run coveralls
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: npm run coveralls
Test io.js instead of a specific version
Test io.js instead of a specific version
YAML
mit
jstransformers/jstransformer-uglify-js
f8d654d116f05a5f97d6c9d0fa62cc7f1c38a241
.travis.yml
.travis.yml
language: c compiler: - gcc before_install: - wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.tar.gz -O /tmp/cmake.tar.gz - tar xzf /tmp/cmake.tar.gz - export PATH=$PWD/cmake-3.3.1-Linux-x86_64/bin/:$PATH - export LD_LIBRARY_PATH=$PWD/build/dist/lib:$LD_LIBRARY_PATH - sudo pip install cpp-cove...
language: c compiler: - gcc before_install: - wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.tar.gz -O /tmp/cmake.tar.gz - tar xzf /tmp/cmake.tar.gz - export PATH=$PWD/cmake-3.3.1-Linux-x86_64/bin/:$PATH - export LD_LIBRARY_PATH=$PWD/build/dist/lib:$LD_LIBRARY_PATH - sudo pip install cpp-cove...
Use the cmake scripts instead of command line
Use the cmake scripts instead of command line
YAML
bsd-3-clause
hildjj/COSE-C,jimsch/COSE-C,cose-wg/COSE-C,cose-wg/COSE-C,hildjj/COSE-C,cose-wg/COSE-C,jimsch/COSE-C,jimsch/COSE-C,hildjj/COSE-C
fcd5149e4a93c49f2c90dde3875aadae0d1238e6
.travis.yml
.travis.yml
language: c compiler: gcc before_script: - wget http://saffire-lang.org/travis/libicu-dev_4.8.1.1-3_amd64.deb - wget http://saffire-lang.org/travis/libicu48_4.8.1.1-3_amd64.deb - sudo dpkg -i libicu48_4.8.1.1-3_amd64.deb - sudo dpkg -i libicu-dev_4.8.1.1-3_amd64.deb - sudo mkdir -p /usr/share/saffire/modules ...
language: c compiler: - clang - gcc before_script: - wget http://saffire-lang.org/travis/libicu-dev_4.8.1.1-3_amd64.deb - wget http://saffire-lang.org/travis/libicu48_4.8.1.1-3_amd64.deb - sudo dpkg -i libicu48_4.8.1.1-3_amd64.deb - sudo dpkg -i libicu-dev_4.8.1.1-3_amd64.deb - sudo mkdir -p /usr/share/...
Add clang to the build matrix
Add clang to the build matrix
YAML
bsd-3-clause
Drarok/saffire,saffire/saffire,Drarok/saffire,Drarok/saffire,jaytaph/saffire,saffire/saffire,jaytaph/saffire,jaytaph/saffire,jaytaph/saffire,steazzalini/saffire,Drarok/saffire,saffire/saffire,steazzalini/saffire,steazzalini/saffire,saffire/saffire,Drarok/saffire,steazzalini/saffire,saffire/saffire,steazzalini/saffire,j...
ea30584b2aa2b605e01dbca1cc30f3fb136b990a
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - master env: - dependencies=lowest - dependencies=highest matrix: allow_failures: - php: master env: dependencies=lowest - php: master env: dependencies=highest before_script: - phpenv config-rm xdebug.ini - composer self-update - if [ "$dependenc...
language: php php: - 7.1 - 7.2 - master env: - dependencies=lowest - dependencies=highest matrix: allow_failures: - php: master env: dependencies=lowest - php: master env: dependencies=highest before_script: - phpenv config-rm xdebug.ini - composer self-update - if [ "$dependenc...
Add vendor/ directory to Travis cache
Add vendor/ directory to Travis cache
YAML
mit
phpstan/phpstan,phpstan/phpstan,phpstan/phpstan,phpstan/phpstan
b8352d326763d31953718d519d0ba263fcbf9ed8
.travis.yml
.travis.yml
language: node_js node_js: - 0.11 - 0.12 - 4.0 sudo: false script: - npm run ci notifications: email: - kimmobrunfeldt@gmail.com
language: node_js node_js: - 4.0 - 4.1 sudo: false script: - npm run ci notifications: email: - kimmobrunfeldt@gmail.com
Use only latest nodejs versions with latest assert library
Use only latest nodejs versions with latest assert library
YAML
mit
kimmobrunfeldt/arr-xor
b21f6d3e4d1bd12e85a07426ca53e810aaa3bacf
.travis.yml
.travis.yml
language: go go: - 1.6.x - 1.7.x sudo: false script: - export GOROOT=/usr/local/go - export GOPATH=$HOME/go - export PATH=$PATH:$GOROOT/bin:$GOPATH/bin install: - git clone https://github.com/bitgo/prova $GOPATH/src/github.com/bitgo/prova - cd $GOPATH/src/github.com/bitgo/prova - go get -u github.co...
language: go go: - 1.8.x - 1.9.x sudo: false script: - export GOROOT=/usr/local/go - export GOPATH=$HOME/go - export PATH=$PATH:$GOROOT/bin:$GOPATH/bin install: - git clone https://github.com/bitgo/prova $GOPATH/src/github.com/bitgo/prova - cd $GOPATH/src/github.com/bitgo/prova - go get -u github.co...
Use GO versions 1.8 and 1.9 in Travis testing.
Use GO versions 1.8 and 1.9 in Travis testing.
YAML
isc
BitGo/prova,BitGo/prova
3ae47e2eebc6e6772fd8da3a7fbb68c1c2e05673
.travis.yml
.travis.yml
language: php matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 fast_finish: true cache: directories: - $HOME/.composer/cache before_install: - phpenv config-rm xdebug.ini || return 0 - travis_retry composer self-update install: - tra...
language: php matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 env: PHP_CS_FIXER_IGNORE_ENV=1 IGNORE_PLATFORM_REQS=--ignore-platform-reqs # awful ugly hack fast_finish: true cache: directories: - $HOME/.composer/cache before_insta...
Add temp fix for php-cs-fixer mess
Add temp fix for php-cs-fixer mess
YAML
mit
BrainMaestro/composer-git-hooks
c39cd026d7eb69e9bd776b1f531e6911156a5136
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "3.6-dev" # 3.6 development branch - "nightly" # currently points to 3.7-dev install: "pip install -r requirements.txt" script: - "python manage.py test" - "python -m pylint fat"
language: python python: - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "3.6-dev" # 3.6 development branch - "nightly" # currently points to 3.7-dev install: "pip install -r requirements.txt" script: - "python manage.py test" - "python manage.py migrate && python manage.py loaddata fixtures/dem...
Add continuous integration for fixtures
Add continuous integration for fixtures
YAML
bsd-3-clause
softwaresaved/fat,softwaresaved/fat,softwaresaved/fat,softwaresaved/fat
da95bf93de14440c2de9ec0b9f913f1b738f0362
.travis.yml
.travis.yml
language: php sudo: false git: depth: 2 cache: directories: - $HOME/.composer/cache env: matrix: - PREFER_LOWEST="" - PREFER_LOWEST="--prefer-lowest" php: - 7.1 - 7.0 - 5.6 - nightly - hhvm before_install: - composer self-up - composer config --global github-oauth.github.com $GITHU...
language: php sudo: false cache: directories: - $HOME/.composer/cache env: matrix: - PREFER_LOWEST="" - PREFER_LOWEST="--prefer-lowest" php: - 7.1 - 7.0 - 5.6 - nightly - hhvm before_install: - composer self-up - composer config --global github-oauth.github.com $GITHUB_OAUTH_TOKEN in...
Remove git depth setting for Travis
Remove git depth setting for Travis
YAML
mit
burntromi/exception-generator,burntromi/exception-generator
80af209a003624f19bf648df73601b682bfa4fe3
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12"
language: node_js node_js: - "0.12" - "4.0" - "4.1"
Update Node versions at Travis
Update Node versions at Travis Dropped support for Node 0.10. There's no `execSync`...
YAML
mit
austinsc/react-gooey,austinsc/react-gooey
a06ae3cc37f37543ed4c3e783019061ab3875ebe
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 - openjdk11 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java jdk: - oraclejdk8 - openjdk11 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
Remove obsolete Travis CI configuration
Remove obsolete Travis CI configuration Remove the `sudo` configuration, the builds run now always in the same (new) infrastructure regardless of the configuration.
YAML
apache-2.0
zaproxy/zap-api-java
8d14bb9ded220fe022c4c6907590917412add7dd
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head - jruby-head sudo: false before_install: gem install bundler cache: bundler script: bundle exec rspec
language: ruby rvm: - 2.2.10 - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head - jruby-head sudo: false before_install: gem install bundler cache: bundler script: bundle exec rspec
Support for latest ruby versions
Support for latest ruby versions
YAML
mit
0exp/evil_events,0exp/evil_events
5ea40476a17b92c2f17bde49531c434f7ed3f974
opt/nitor/template-snippets/policy_baking.yaml
opt/nitor/template-snippets/policy_baking.yaml
# Copyright 2016 Nitor Creations Oy # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wr...
# Copyright 2016 Nitor Creations Oy # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wr...
Add allow decode authorization message
Add allow decode authorization message
YAML
apache-2.0
NitorCreations/aws-utils,NitorCreations/aws-utils,NitorCreations/aws-utils,NitorCreations/aws-utils
a7295e103023e12152fc0940906071b18356def3
.travis.yml
.travis.yml
dist: xenial sudo: false language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "pypy2.7-6.0" - "pypy3.5" env: - CASS_DRIVER_NO_CYTHON=1 addons: apt: packages: - build-essential - python-dev - pypy-dev - libc-ares-dev - libev4 - libev-dev install: - pip install --up...
dist: xenial sudo: false language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" - "pypy2.7-6.0" - "pypy3.5" env: - CASS_DRIVER_NO_CYTHON=1 addons: apt: packages: - build-essential - python-dev - pypy-dev - libc-ares-dev - libev4 - libev-dev install: - pip in...
Upgrade importlib-metadata to a much newer version
PYTHON-1294: Upgrade importlib-metadata to a much newer version
YAML
apache-2.0
datastax/python-driver,datastax/python-driver
5a1442981e197dee7363a0ae3936aaf0942bb1f5
.travis.yml
.travis.yml
language: node_js node_js: - '7' - '8' - '9' - '10' after_success: - npm run coveralls
language: node_js node_js: - '7' - '8' - '9' - '10' - '11' after_success: - npm run coveralls
Use Node.js 11 for testing
Use Node.js 11 for testing Signed-off-by: Takuya Noguchi <b6ff22f4ae6fe3ca1371a0ef8d104f1c4bca551b@gmail.com>
YAML
mit
hustcc/timeago.js,hustcc/timeago.js,hustcc/timeago.js
e6282a7cc577290a53b298334fca4d7538ded66f
.travis.yml
.travis.yml
sudo: false language: go go: - 1.7.x - 1.8.x - master install: - go get -t -v ./... script: - go test -v -race ./... matrix: allow_failures: - go: master fast_finish: true
sudo: false language: go go: - 1.8.x - 1.11.x - master install: - go get -t -v ./... script: - go test -v -race ./... matrix: allow_failures: - go: master fast_finish: true
Drop go 1.7.x tests, add go 1.11.x
Drop go 1.7.x tests, add go 1.11.x
YAML
apache-2.0
abbot/go-http-auth
edb4dd6c8a176b7c653e5559e8e5ac4dc7ecccef
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.3 script: - xcodebuild clean test -project Yopuy.xcodeproj -scheme Yopuy
language: objective-c osx_image: xcode8.3 before_install: - gem install jazzy --version 0.7.5 script: - xcodebuild clean test -project Yopuy.xcodeproj -scheme Yopuy - jazzy --output docs/ deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: docs on: branch: master
Update CI builds to deploy documentation
Update CI builds to deploy documentation
YAML
mit
lukesutton/yopuy
522b7e76ac3edf766b06109fc42e2b277762b0ce
.travis.yml
.travis.yml
language: ruby rvm: - "2.0.0" - "2.1.4" script: rake
language: ruby rvm: - "2.0.0" - "2.1.4" - "2.2.0" - "ruby-head" script: rake
Test newer rubies as well
Test newer rubies as well
YAML
mit
pombredanne/gem-compare,fedora-ruby/gem-compare
ba4553e225472163cdf992071d2132ff2a2752f3
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" before_install: - "sudo apt-get update -qq" - "sudo apt-get install -y python-setuptools python-all" install: - "pip install lxml" - "pip install pytest" - "pip install stdeb" - "python setup.py develop" - python setup.py --command-packages=stdeb.command bdist_...
language: python python: - "2.6" - "2.7" before_install: - "sudo apt-get update -qq" - "sudo apt-get install -y python-setuptools python-all debhelper" install: - "pip install lxml" - "pip install pytest" - "pip install stdeb" - "python setup.py develop" - python setup.py --command-packages=stdeb.comm...
Add deb helper for building
Add deb helper for building
YAML
mpl-2.0
IndiciumSRL/wirecurly
7cabf6492455f2f5f63b7ae47fd8810e4e42c17f
.travis.yml
.travis.yml
sudo: false language: php php: - 7.1 - 7.2 - nightly matrix: fast_finish: true allow_failures: - php: nightly env: matrix: - PREFER_LOWEST = "--prefer-lowest --prefer-stable" - PREFER_LOWEST = "" before_script: - travis_retry composer self-update - travis_ret...
sudo: false language: php php: - 7.1 - 7.2 - nightly matrix: fast_finish: true allow_failures: - php: nightly env: matrix: - PREFER_LOWEST = "--prefer-lowest --prefer-stable" - PREFER_LOWEST = "" before_script: - travis_retry composer self-update - travis_ret...
Fix Travis + Codecov integration
Fix Travis + Codecov integration
YAML
mit
tuupola/slim-basic-auth
2de810e601bc1303c2f3c2321c7412e7e081afee
.travis.yml
.travis.yml
language: ruby # Apparently sudo is required to test on Rubinius and JRuby-head sudo: required # See https://docs.travis-ci.com/user/languages/ruby/#Rubinius dist: trusty rvm: # MRI - ruby-head - 2.7 - 2.6 - 2.5 - 2.4 - 2.3 - 2.2 - 2.1 - 1.9.3 - 1.8.7 - ree # JRuby - jruby-head - jruby-...
language: ruby # Apparently sudo is required to test on Rubinius and JRuby-head sudo: required # See https://docs.travis-ci.com/user/languages/ruby/#Rubinius dist: trusty rvm: # MRI - ruby-head - 2.7 - 2.6 - 2.5 - 2.4 - 2.3 - 2.2 - 2.1 - 1.9.3 - 1.8.7 - ree # JRuby - jruby-head - jruby-...
Fix rubinius target to rbx-3 in CI, add truffle versions
Fix rubinius target to rbx-3 in CI, add truffle versions
YAML
mit
ms-ati/docile
7b7e1226a2b6cb25f153dd854229546abce49fa4
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4 - 5 - 6 - env: - MONGOOSE_VERSION=3.8 - matrix: include: - node_js: 4 env: MONGOOSE_VERSION=4 include: - node_js: 4 env: MONGOOSE_VERSION=3.7 include: - node_js: 4 env: MONGOOSE_VERSION=3.6 include: - node_js: 4 env: MONGOOSE_VERSIO...
language: node_js node_js: - 0.12 - 4 - 5 - 6 - env: - MONGOOSE_VERSION=3.8 - matrix: - env: MONGOOSE_VERSION=4 - env: MONGOOSE_VERSION=3.7 - env: MONGOOSE_VERSION=3.6 - env: MONGOOSE_VERSION=3.5 - env: MONGOOSE_VERSION=3.4 - env: MONGOOSE_VERSION=3.3 - env: MONGOOSE_VERSION=3.2 - env: MONGOOSE_VERSIO...
Test against everything lets see what works
Test against everything lets see what works
YAML
bsd-3-clause
GetStream/stream-node
2e70f7caebe8e9bec0263be80b0e3f4db0ff0f71
.travis.yml
.travis.yml
language: python notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/06cf2c44aa8e55ab06c8 on_success: always on_failure: always on_start: false python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 before_install: - sudo apt-get update - sudo apt-get install wget build-...
sudo : false language: python notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/06cf2c44aa8e55ab06c8 on_success: always on_failure: always on_start: false addons: apt: packages: python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 install: - pip install pep8 ...
Switch to container based infrastructure
Switch to container based infrastructure
YAML
bsd-3-clause
BinPy/BinPy,BinPy/BinPy
93e8791ae165711780b0cddd6fff140764c8ce1c
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.0.0 - 2.1.0 # Don't install local development gems on Travis bundler_args: --without development # Only test master branches: only: - master script: bundle exec rspec --color --format progress
rvm: - 1.9.3 - 2.0.0 - 2.1.0 # Don't install local development gems on Travis, use parallel gem downloads bundler_args: --without development --jobs 7 # Only test master branches: only: - master script: bundle exec rspec --color --format progress
Use parallel downloaders for bundler on Travis
Use parallel downloaders for bundler on Travis
YAML
apache-2.0
sethvargo/chef-api,sethvargo/chef-api
ec2e87d911d4825bfc910dd29b1d258acd0ca3bf
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" # command to install dependencies install: - "pip install ." - "pip install -r testing-requirements.txt" - "pip install python-coveralls" # command to run tests script: - tests/run_tests.sh after_success: - coveralls --base_dir tests
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" env: - TORNADO_VERSION = ">= 4.0" - TORNADO_VERSION = "== 3.2.2" # command to install dependencies install: - "pip install ." - "pip install -r testing-requirements.txt" - "pip install python-coveralls" # command to run tests script: - tests/r...
Update Travis CI tests to test tornado 4 and 3
Update Travis CI tests to test tornado 4 and 3
YAML
apache-2.0
virtuald/greenado,virtuald/greenado
f8a5aa4e2f2d360634b5902882ad8173b57de314
.travis.yml
.travis.yml
# Check on http://lint.travis-ci.org/ after modifying it! Originally # modified from https://gist.github.com/dan-blanchard/7045057 language: python python: - "2.7" env: - NUMPY_VERSION=1.8 - NUMPY_VERSION=1.7 before_install: - wget http://repo.continuum.io/miniconda/Miniconda-2.2.2-Linux-x86_64.sh -O miniconda...
# Check on http://lint.travis-ci.org/ after modifying it! Originally # modified from https://gist.github.com/dan-blanchard/7045057 language: python python: - "2.7" env: - NUMPY_VERSION=1.8 - NUMPY_VERSION=1.8 USE_CYTHON=True - NUMPY_VERSION=1.7 before_install: - wget http://repo.continuum.io/miniconda/Minico...
Add another build that regenerates '.c' files from '.pyx'.
TST: Add another build that regenerates '.c' files from '.pyx'.
YAML
bsd-3-clause
jdrudolph/scikit-bio,colinbrislawn/scikit-bio,anderspitman/scikit-bio,jairideout/scikit-bio,wdwvt1/scikit-bio,jensreeder/scikit-bio,gregcaporaso/scikit-bio,xguse/scikit-bio,johnchase/scikit-bio,jensreeder/scikit-bio,colinbrislawn/scikit-bio,johnchase/scikit-bio,corburn/scikit-bio,jairideout/scikit-bio,jdrudolph/scikit-...
e506ea61be4b3776337c17ff6463e1551789ae26
.travis.yml
.travis.yml
sudo: false language: python dist: xenial python: - "2.7" after_success: - codecov virtualenv: system_site_packages: true install: - pip install -r requirements.txt - pip install --editable . - pip install codecov pytest-cov script: - py.test --cov-report xml --cov=certidude tests/ cache: directories: ...
sudo: false language: python dist: trusty python: - "2.7" after_success: - codecov virtualenv: system_site_packages: true install: - pip install -r requirements.txt - pip install --editable . - pip install codecov pytest-cov script: - py.test --cov-report xml --cov=certidude tests/ cache: directories: ...
Revert back to trusty for Travis, xattr package broken in xenial
Revert back to trusty for Travis, xattr package broken in xenial
YAML
mit
laurivosandi/certidude,plaes/certidude,plaes/certidude,plaes/certidude,laurivosandi/certidude,laurivosandi/certidude,laurivosandi/certidude,plaes/certidude
a8ace053ce1f4ac3b926a2eef210007ec6f2832b
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 notifications: disabled: true
language: ruby rvm: - 1.9.3 - 2.0.0 before_script: "sh -c 'cd spec/dummy && rake db:test:load'" notifications: disabled: true
Add `before_script` section for TravisCI
Add `before_script` section for TravisCI
YAML
mit
lexmag/wizardry,lexmag/wizardry
9915c72d1a979a1b6daada4d8e61e4f4db7622a9
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 1.8.7 - 2.0.0 - 2.1.0 - jruby-18mode - jruby-19mode - rbx-2 env: - RACK_VERSION=1.4.1 - RAILS_VERSION=2.3.15 - RAILS_VERSION=3.2.0 - RAILS_VERSION=4.0.0 before_install: - '[ "$TRAVIS_RUBY_VERSION" = "2.1.0" ] && gem install bundler -v ">= 1.5.1" --c...
language: ruby cache: bundler sudo: false rvm: - 1.8.7 - 2.0.0 - 2.1.0 - jruby-18mode - jruby-19mode - rbx-2 env: - RACK_VERSION=1.4.1 - RAILS_VERSION=2.3.15 - RAILS_VERSION=3.2.0 - RAILS_VERSION=4.2.0 before_install: - '[ "$TRAVIS_RUBY_VERSION" = "2.1.0" ] && gem install bundler -v ">= 1.5.1" --c...
Test Rackstash against Rails 4.2.0 instead of 4.0.0
Test Rackstash against Rails 4.2.0 instead of 4.0.0
YAML
mit
planio-gmbh/rackstash
d8baf0b9e730f6bcd0184efc49f73482255ce609
.travis.yml
.travis.yml
sudo: false language: python python: 3.6 cache: pip before_install: pip install flit install: flit install --deps production --extras test script: pytest -m offline jobs: include: - python: 2.7 before_install: - sudo apt-get -y install python3-pip python3-setuptools - sudo pip3 install flit insta...
sudo: false language: python python: 3.6 cache: pip before_install: pip install flit install: flit install --deps production --extras test script: pytest -m offline jobs: include: - python: 2.7 before_install: - sudo apt-get -y install python3-pip python3-setuptools - sudo pip3 install flit insta...
Put automatic GitHub releases in the draft state
Put automatic GitHub releases in the draft state This is done so that I can edit the description as needed, before publishing
YAML
bsd-3-clause
carpedm20/fbchat
7d91d8ce6e3c9da1b74222d6d6fec9b3f6f14fb0
.travis.yml
.travis.yml
language: cpp addons: apt: packages: - gfortran - libblas-dev - liblapack-dev compiler: - clang - gcc script: - make -e realclean - bash make.sh -cp2k -j - make -e samples - make -e test - bash test.sh
language: cpp addons: apt: packages: - gfortran - libblas-dev - liblapack-dev compiler: - clang - gcc script: - make -e realclean - bash make.sh -cp2k -j - make -e cp2k - make -e test - bash test.sh
Disable building the SMM sample in Travis-CI for now since Clang fails to build the code.
Disable building the SMM sample in Travis-CI for now since Clang fails to build the code.
YAML
bsd-3-clause
egeor/libxsmm,maxhutch/libxsmm,maxhutch/libxsmm,hfp/libxsmm,egeor/libxsmm,egeor/libxsmm,hfp/libxsmm,egeor/libxsmm,hfp/libxsmm,hfp/libxsmm,egeor/libxsmm,hfp/libxsmm,hfp/libxsmm,maxhutch/libxsmm,egeor/libxsmm,maxhutch/libxsmm
cdc3ab09a18376b9b66b86ea000873cc14998d61
.travis.yml
.travis.yml
language: ruby bundler_args: --without development rvm: - "1.9.3" services: postgresql before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database open_food_web_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare ...
language: ruby bundler_args: --without development rvm: - "1.9.3" services: postgresql before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database open_food_web_test;' -U postgres script: - RAILS_ENV=...
Set up xvfb for Travis
Set up xvfb for Travis
YAML
agpl-3.0
KosenkoDmitriy/openfoodnetwork,openfoodfoundation/openfoodnetwork,Em-AK/openfoodnetwork,KateDavis/openfoodnetwork,ltrls/openfoodnetwork,Matt-Yorkley/openfoodnetwork,MikeiLL/openfoodnetwork,Matt-Yorkley/openfoodnetwork,ltrls/openfoodnetwork,Matt-Yorkley/openfoodnetwork,lin-d-hop/openfoodnetwork,stveep/openfoodnetwork,Ka...
cd7f66631367cdf21c3aca403ae7a48fd53a6e31
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm branches: only: - master - develop before_script: - curl http://getcomposer.org/installer | php - php composer.phar install --dev --prefer-source script: vendor/bin/phpunit
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - nightly branches: only: - master - develop before_script: - curl http://getcomposer.org/installer | php - php composer.phar install --dev --prefer-source script: vendor/bin/phpunit
Include night PHP builds (PHP7)
Include night PHP builds (PHP7)
YAML
bsd-3-clause
swestcott/MonologExtension
a6f1faef5bcbf7bedfb0fedb92b1601326996925
.travis.yml
.travis.yml
language: node_js node_js: - "8" - "9" dist: trusty addons: chrome: stable after_success: npm run coverage
language: node_js node_js: - "8" - "9" - "10" dist: trusty addons: chrome: stable after_success: npm run coverage
Update to include node 10
Update to include node 10
YAML
mit
Cox-Automotive/alks.js,Cox-Automotive/alks.js,Cox-Automotive/alks.js
306ac62b75933e06c2ae5fb02135ec33bd1c4639
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 after_success: - > [ "${TRAVIS_PULL_REQUEST}" = "false" ] || [ "${TRAVIS_RUBY_VERSION}" = "1.9.3" ] && PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} \ bundle exec pronto run -f github_status github_pr -c origin/${TRAVIS_BRANCH}
sudo: required dist: trusty language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 after_success: - > [ "${TRAVIS_PULL_REQUEST}" != "false" ] && [ "${TRAVIS_RUBY_VERSION}" = "1.9.3" ] && PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} \ bundle exec pronto run -f github_status github_pr -c origin/${TRAVIS_BRANCH}...
Fix Travis build for PRs by changing "= false ||" to "!= false &&"
Fix Travis build for PRs by changing "= false ||" to "!= false &&"
YAML
mit
mvz/pronto,aergonaut/pronto,mmozuras/pronto,prontolabs/pronto
fc0324f1f066b15d660abcff6ceac5499ab21db6
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby bundler_args: --without local_development script: bundle exec rake rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby-19mode - rbx-2 - ruby-head - jruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head notifications: recipients: - timo.roess...
sudo: false cache: bundler language: ruby bundler_args: --without local_development script: bundle exec rake rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby-19mode - rbx-2 - ruby-head - jruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head notifications: recipients: - timo.roess...
Add @chastell to Travis notifications
Add @chastell to Travis notifications
YAML
mit
apuratepp/reek,skywinder/reek,nTraum/reek,tansaku/reek,troessner/reek,nTraum/reek,andyw8/reek,weby/reek,apuratepp/reek,andyw8/reek,andyw8/reek,weby/reek,skywinder/reek,weby/reek,apuratepp/reek,HParker/reek,tansaku/reek,troessner/reek,HParker/reek,tansaku/reek,skywinder/reek,HParker/reek
ea649e6e76bb88bc982aa5007d59345019c6b3a8
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4.4" - "6.3" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/coverage/buster-istanbul/lcov.info ...
sudo: false language: node_js node_js: - "4.4" - "6.3" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build after_success - cat .bob/coverage/buster-istan...
Update Travis config to latest. Move Coveralls submission to after_success .
Update Travis config to latest. Move Coveralls submission to after_success .
YAML
mit
cliffano/nestor-buildlight
956baa7629bb689f236131ad05f5db01173d07e4
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 xcode_project: Aware.xcodeproj xcode_scheme: Aware
language: objective-c osx_image: xcode8 xcode_project: Aware.xcodeproj xcode_scheme: Aware script: xcodebuild -project Aware.xcodeproj -scheme Aware test
Use xcodebuild directly for build script
Use xcodebuild directly for build script
YAML
mit
josh/Aware
bf0a0ffedc09b347925b600c712a5869f50763f1
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_script: - composer install --dev script: - phpunit after_script: - php vendor/bin/coveralls
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 before_script: - composer install --dev script: - phpunit after_script: - php vendor/bin/coveralls
Add support PHP 7 for CI
Add support PHP 7 for CI
YAML
bsd-3-clause
Sleuthhound/fenom,vgrish/fenom
c0860c5e998eb298fdce85a87efab4b06db57ecd
.travis.yml
.travis.yml
sudo: required language: node_js node_js: - node cache: directories: - $HOME/.npm - node_modules script: - bash ./deploy.sh
sudo: required language: node_js node_js: - node cache: yarn: true directories: - node_modules script: - bash ./deploy.sh
Use `yarn` instead of `npm`
Use `yarn` instead of `npm`
YAML
mit
preco21/electron-docs,preco21/electron-docs
46c475305670d1b6f57976afeb215ebfe2c3a9f3
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk7 env: global: - DITA_OT_VERSION=2.3 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
sudo: false language: java jdk: - oraclejdk7 env: global: - DITA_OT_VERSION=2.3.1 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
Update DITA-OT version used for CI builds
Update DITA-OT version used for CI builds
YAML
apache-2.0
dita-ot/docs,infotexture/docs,shaneataylor/docs,infotexture/docs,shaneataylor/docs
87c480d415a1673202ad0a4912f5b2f94ed336b2
.travis.yml
.travis.yml
sudo: false language: python python: - '2.6' - '2.7' - '3.3' - '3.4' - '3.5' - 'pypy' - 'pypy3' # command to install dependencies install: - pip install -r test_requirements.txt - pip install -e . - pip install coveralls # command to run tests script: - python setup.py test...
sudo: false language: python python: - '2.6' - '2.7' - '3.3' - '3.4' - '3.5' - 'pypy' - 'pypy3' before_install: - wheel version # command to install dependencies install: - pip install -r test_requirements.txt - pip install -e . - pip install coveralls # command to run tes...
Print the name of the built wheel
Print the name of the built wheel
YAML
bsd-3-clause
WoLpH/portalocker
116697b5aa418533c64dd14cb34193a566ebcb68
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli - npm install -g bower - npm install - bower install - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli - npm install -g bower - npm install - bower install - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" branches: except: - release
Exclude release branch from CI
Exclude release branch from CI
YAML
mpl-2.0
Aniort/axe-core,jasonkarns/axe-core,jasonkarns/axe-core,dylanb/axe-core,dequelabs/axe-core,Aniort/axe-core,dequelabs/axe-core,dylanb/axe-core,ricksbrown/axe-core,ricksbrown/axe-core,yzen/axe-core,dequelabs/axe-core,yzen/axe-core,dequelabs/axe-core
d2dd6426e43e6c1b8e40acc9249eb87ae32fcbcb
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" branches: only: - master - develop env: global: - secure: "LbcaSrPsBZEur3QqmGkzHz4b+vUfWmdV5nuO8zxGKDJiJGJdOrruEF8vDzS0hqJX6cFVpa73iBKbRdGNVHV4zjDw3jC3wSzplWa1ACzyJrO2DZi3tqbNYDLdclXRhIYrnru+iO9ThFPMNzoLGpJPgRLOfebnf2fixO4cJmtIEgU=" before_install: - npm install -g grunt-...
sudo: false language: node_js node_js: - "0.10" branches: only: - master - develop env: global: - secure: "LbcaSrPsBZEur3QqmGkzHz4b+vUfWmdV5nuO8zxGKDJiJGJdOrruEF8vDzS0hqJX6cFVpa73iBKbRdGNVHV4zjDw3jC3wSzplWa1ACzyJrO2DZi3tqbNYDLdclXRhIYrnru+iO9ThFPMNzoLGpJPgRLOfebnf2fixO4cJmtIEgU=" before_install: - npm insta...
Switch to container based builds
Switch to container based builds
YAML
mit
hpautonomy/login-page,hpe-idol/login-page,hpe-idol/login-page,hpe-idol/login-page,hpautonomy/login-page,hpautonomy/login-page
e6ceab9a3711dc5ea6d0e2346e3ff04b0a16195e
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.0 cache: bundler bundler_args: --without production install: - bundle install --path vendor/bundle - bundle exec rails db:reset db:migrate RAILS_ENV=test script: - bundle exec rspec - bundle exec rubocop
language: ruby rvm: - 2.4.0 cache: bundler bundler_args: --without production install: - bundle install --path vendor/bundle - bundle exec rails db:reset db:migrate RAILS_ENV=test script: - bundle exec rspec - bundle exec rubocop branches: only: - master
Build only on master branch events
Build only on master branch events
YAML
mit
zinovyev/luncher,zinovyev/luncher,zinovyev/luncher
7d5db307bc9c423798d36cd64a387143c8a14b4a
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 env: - DJANGO=1.3.7 - DJANGO=1.4.5 - DJANGO=1.5.1 - DJANGO=master install: - pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django - pip install -r tests/requirements.txt - python setup.py -q install script: - coverage run ...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 env: - DJANGO=1.3.7 - DJANGO=1.4.5 - DJANGO=1.5.1 - DJANGO=master install: - pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django - pip install -r tests/requirements.txt - python setup.py -q install script: - coverage run ...
Make master support experimental back
Make master support experimental back
YAML
mit
artofhuman/django-geoip,futurecolors/django-geoip,ecugol/django-geoip
79ad15c69d1bb1b818c5fad9df3c6d7fdb9c7e9e
.travis.yml
.travis.yml
language: ruby rvm: - 2.5.1 script: ./script/htmlproofer.sh env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # route your build to the container-based infrastructure for a faster build cache: bundler # caching bundler gem packages will speed up build
language: ruby rvm: - 2.5.1 script: ./script/htmlproofer.sh - bundle exec jekyll build # If we want to check our website too, uncomment the line below # - ./script/htmlproofer.sh env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # route your build to the c...
Remove htmlproofer from CI check
Remove htmlproofer from CI check
YAML
apache-2.0
kev-chien/website,pioneers/website,kev-chien/website,pioneers/website,pioneers/website,kev-chien/website,kev-chien/website,pioneers/website,pioneers/website,kev-chien/website
6d30d65aee397a004ac8f3802fb11b4048dada39
.travis.yml
.travis.yml
language: c compiler: - gcc - clang install: - "sudo apt-get update -qq" - "sudo apt-get install -qq python3" - "sudo apt-get install -qq check" script: "autoreconf --install && ./configure PYTHON_VERSION=3.2 && make && make check"
language: c compiler: - gcc - clang install: - "sudo apt-get update -qq" - "sudo apt-get install -qq python3 python3-dev" - "sudo apt-get install -qq check" script: "autoreconf --install && ./configure PYTHON_VERSION=3.2 && make && make check"
Add install of python3-dev dependency for Travis
Add install of python3-dev dependency for Travis
YAML
mit
robo9k/q3py,robo9k/q3py,robo9k/q3py
586d10b2807d5a39a56eabfd3546e91ac1bb34fd
.travis.yml
.travis.yml
sudo: false language: python python: - "3.6" - "3.7" - "3.8" - "3.9" - "pypy3" install: pip install Markdown script: python test.py
dist: focal language: python python: - "3.6" - "3.7" - "3.8" - "3.9" - "pypy3" install: pip install Markdown script: python test.py
Switch Travis builds to Focal
Switch Travis builds to Focal
YAML
bsd-3-clause
mitya57/python-markdown-math,mitya57/python-markdown-math
5ca655d0b2f30606641fd5207ca602d38d13e807
.travis.yml
.travis.yml
language: java jdk: - oraclejdk9 install: true script: - mvn --errors clean verify - bash <(curl -s https://codecov.io/bash) -f com.io7m.junreachable.core/target/site/jacoco/jacoco.xml notifications: irc: "chat.freenode.net#io7m"
language: java jdk: - oraclejdk9 install: true script: - mvn --errors clean verify site - bash <(curl -s https://codecov.io/bash) -f com.io7m.junreachable.core/target/site/jacoco/jacoco.xml notifications: irc: "chat.freenode.net#io7m"
Update Travis CI and primogenitor
Update Travis CI and primogenitor
YAML
isc
io7m/junreachable
b482ceebef4ed1c7bb1500cebd5b4e818d2c8edc
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.2 xcode_project: Haneke.xcodeproj xcode_scheme: Haneke branches: only: - master
language: objective-c osx_image: xcode7.2 xcode_project: Haneke.xcodeproj xcode_scheme: Haneke xcode_sdk: iphonesimulator9.2 branches: only: - master
Add xcode_sdk to Travis config
Add xcode_sdk to Travis config
YAML
apache-2.0
yoller/HanekeSwift,szehnder/HanekeSwift,meteochu/HanekeSwift,pollarm/HanekeSwift,Haneke/HanekeSwift,szehnder/HanekeSwift,yoller/HanekeSwift,Haneke/HanekeSwift,meteochu/HanekeSwift,dcharbonnier/HanekeSwift,pollarm/HanekeSwift,dcharbonnier/HanekeSwift
b5d01f75059343ccd7f354e023be8e9193e044a8
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4.0" - "6.0" - "8.0" after_success: - yarn coverage cache: yarn: true directories: - node_modules
sudo: false language: node_js node_js: - "4" - "6" - "8" after_success: - yarn coverage cache: yarn: true directories: - node_modules
Test only the latest versions of LTS releases
Test only the latest versions of LTS releases
YAML
mit
pegjs/pegjs,pegjs/pegjs
0e800072b64e12b3529cd76aa8282ea150b06df3
.travis.yml
.travis.yml
sudo: false language: python cache: pip python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch install: "pip install -r requirements/dev.txt" services: - postgresql - redis-server addons: postgresql: "9.4" before_script: # Install JS dependencies - npm install -g ...
sudo: false language: python cache: pip python: - "2.7" - "3.4" - "3.6" - "nightly" # 3.7 development branch install: - "pip install -r requirements/dev.txt" - "pip install flake8" services: - postgresql - redis-server addons: postgresql: "9.4" before_script: # stop the build if there are Python...
Remove EOL versions of Python, add Flake8
Travis: Remove EOL versions of Python, add Flake8 Python 2.6 end of life was five years ago and 3.3 end of life was last year.
YAML
mit
mwielgoszewski/doorman,mwielgoszewski/doorman,mwielgoszewski/doorman,mwielgoszewski/doorman
3b6d51b66bfa6c7413a1923192dcb1ce557d3ba7
.travis.yml
.travis.yml
os: - osx language: ruby rvm: - 2.2.1 before_install: gem install bundler -v 1.10.6 cache: bundler
language: ruby rvm: - 2.0.0 - 2.1.6 - 2.2.2 before_install: gem install bundler -v 1.10.6 cache: bundler
Test multiple versions of ruby.
Test multiple versions of ruby.
YAML
mit
jcampbell05/xcake,asifmohd/xcake,asifmohd/xcake,jcampbell05/xcake,jcampbell05/xcake,asifmohd/xcake,jcampbell05/xcake
a6569e5de17fad4d3d3cfc3cc147a3cfb71c3ff6
.travis.yml
.travis.yml
--- language: scala script: "sbt 'set scriptedLaunchOpts := Seq(\"-Xms384m\", \"-Xmx384m\", \"-XX:MaxPermSize=64m\")' scripted" scala: - 2.9.2 before_script: - "echo JAVA_HOME $JAVA_HOME" - "echo 'which java' `which java`" - "echo JAVA_OPTS $JAVA_OPTS" - "export JAVA_OPTS=-Xmx512m"
--- language: scala script: "sbt 'set scriptedLaunchOpts := Seq(\"-Xms384m\", \"-Xmx384m\", \"-XX:MaxPermSize=128m\")' scripted" scala: - 2.9.2 before_script: - "echo JAVA_HOME $JAVA_HOME" - "echo 'which java' `which java`" - "echo JAVA_OPTS $JAVA_OPTS" - "export JAVA_OPTS=-Xmx512m"
Adjust PermGen for Travis CI.
Adjust PermGen for Travis CI.
YAML
apache-2.0
digimead/sbt-osgi-manager