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
0fe453562783bf7760353fb7bdbc138696d512fd
sample_input.yml
sample_input.yml
--- time_limit: 1000000 graph: - "0, 1, 2, 4, 2, 1" - "1, 0, 2, 2, 3, 0" - "2, 2, 0, 0, 1, 3" - "4, 2, 0, 0, 1, 0" - "2, 3, 1, 1, 0, 5" - "1, 0, 3, 0, 5, 0" passenger: price: 10 taxi: prices: '5..100' benchmark_price: 20
--- time_limit: 1000000 graph: - "0, 1, 2, 4, 2, 1" - "1, 0, 2, 2, 3, 0" - "2, 2, 0, 0, 1, 3" - "4, 2, 0, 0, 1, 0" - "2, 3, 1, 1, 0, 5" - "1, 0, 3, 0, 5, 0" passenger: price: 20 taxi: prices: '5..100' benchmark_price: 20
Tweak sample input to produce more varied results
Tweak sample input to produce more varied results Fixed price taxi gets more fares
YAML
mit
vencha90/taxi-sim,vencha90/taxi-sim
1717647c819128e5c6268bd8b6e94a5062ee27a7
.github/workflows/rubocop-challenger.yml
.github/workflows/rubocop-challenger.yml
name: rubocop-challenger on: workflow_dispatch: jobs: run: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: 2.7.6 - run: git config remote.origin.url "git@github.com:${GITHUB_REPOSITOR...
name: rubocop-challenger on: workflow_dispatch: jobs: run: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: 2.7.6 - run: git config remote.origin.url "git@github.com:${GITHUB_REPOSITOR...
Fix bug: wrong way to pass access token
Fix bug: wrong way to pass access token
YAML
mit
r7kamura/rspec-json_matcher
2c779e3b3a8b5e7096c46ea0ea51e5e506e99e64
.github/workflows/test_python_module.yml
.github/workflows/test_python_module.yml
name: Test Python Module on: push: branches: [ master ] workflow_dispatch: jobs: test-python-module: name: Test Python module runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] steps: - name: Check o...
name: Test Python Module on: push: branches: [ master ] workflow_dispatch: jobs: test-python-module: name: Test Python module runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] steps: - name: Configu...
Configure Python version with matrix
Configure Python version with matrix
YAML
mpl-2.0
KAMI911/lactransformer
db6f0d195a8ca3f6a3e61e0330c427cb69383577
packages/vi/vinyl-vectors.yaml
packages/vi/vinyl-vectors.yaml
homepage: http://github.com/githubuser/vinyl-vectors#readme changelog-type: '' hash: 9041e428ebfbeab0c5ea164b6e2c8e917a54c5dc44207cdfb37587571cd4d913 test-bench-deps: {} maintainer: example@example.com synopsis: Initial project template from stack changelog: '' basic-deps: base: ! '>=4.7 && <5' text: ! '>=0.8.0.0' ...
homepage: http://github.com/andrewthad/vinyl-vectors changelog-type: '' hash: f4c2ce7307f41d03ea057ff57e7f139f500146417325d56039b97693bb14e799 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Vectors for vinyl vectors changelog: '' basic-deps: base: ! '>=4.7 && <5' text: ! '>=0.8.0.0' constrain...
Update from Hackage at 2015-12-04T21:36:49+0000
Update from Hackage at 2015-12-04T21:36:49+0000
YAML
mit
commercialhaskell/all-cabal-metadata
b21430e23b0ab706c7551bad5d9cccc2cdabe77f
roles/logrotate/tasks/main.yml
roles/logrotate/tasks/main.yml
--- - name: set logrotate interval to daily sudo: yes lineinfile: dest: /etc/logrotate.conf regexp: '^weekly' line: "daily" - name: set logrotate retention period to 7 days sudo: yes lineinfile: dest: /etc/logrotate.conf regexp: '^rotate 4' line: "rotate 7" - name: configure mesos logr...
--- - name: set logrotate interval to daily sudo: yes lineinfile: dest: /etc/logrotate.conf regexp: '^weekly' line: "daily" - name: set logrotate retention period to 7 days sudo: yes lineinfile: dest: /etc/logrotate.conf regexp: '^rotate 4' line: "rotate 7" - name: configure mesos logr...
Use copy module vs. file (bug)
Use copy module vs. file (bug)
YAML
apache-2.0
mehulsbhatt/microservices-infrastructure,kenjones-cisco/microservices-infrastructure,eirslett/microservices-infrastructure,remmelt/microservices-infrastructure,huodon/microservices-infrastructure,liangyali/microservices-infrastructure,cmgc/microservices-infrastructure,datascienceinc/mantl,Parkayun/microservices-infrast...
5dcfac9249b6f64aa1f915629bb6515085b2a3b6
recipes/python-patch/meta.yaml
recipes/python-patch/meta.yaml
{% set name = "patch" %} {% set version = "1.16" %} {% set sha256 = "c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f" %} package: name: python-{{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.zip url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name...
{% set name = "patch" %} {% set version = "1.16" %} {% set sha256 = "c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f" %} package: name: python-{{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.zip url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name...
Add quotes around license file
Add quotes around license file
YAML
bsd-3-clause
chrisburr/staged-recipes,Juanlu001/staged-recipes,synapticarbors/staged-recipes,cpaulik/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,guillochon/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,barkls/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-rec...
6e535101bfdb294bf46745508163b9a6b2c2f9ac
metadata/com.dosse.dozeoff.yml
metadata/com.dosse.dozeoff.yml
Categories: - Connectivity - System License: GPL-3.0-or-later AuthorName: Federico Dossena AuthorEmail: info@fdossena.com AuthorWebSite: https://fdossena.com/ WebSite: https://fdossena.com/?p=dozeoff/i.frag SourceCode: https://github.com/adolfintel/DozeOff IssueTracker: https://github.com/adolfintel/DozeOff/issues ...
Categories: - Connectivity - System License: GPL-3.0-or-later AuthorName: Federico Dossena AuthorEmail: info@fdossena.com AuthorWebSite: https://fdossena.com/ WebSite: https://fdossena.com/?p=dozeoff/i.frag SourceCode: https://github.com/adolfintel/DozeOff IssueTracker: https://github.com/adolfintel/DozeOff/issues ...
Update DozeOff to 1.1 (2)
Update DozeOff to 1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
5c57dce8abe706322981be513fd16a822e0ff163
roles/rhosp/tasks/packages.yml
roles/rhosp/tasks/packages.yml
--- - shell: yum localinstall -y http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm - shell: rhos-release -D 7-director - shell: yum clean all - yum: name=yum-utils state=latest when: not undercloud - shell: yum-config-manager --enable rhelosp-rhel-7-server-opt when: not u...
--- - shell: yum localinstall -y http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm - shell: rhos-release -P 7-director - shell: yum clean all - yum: name=yum-utils state=latest when: not undercloud - shell: yum-config-manager --enable rhelosp-rhel-7-server-opt when: not u...
Use puddles rather than poodles
Use puddles rather than poodles
YAML
mit
ryansb/workstation,ryansb/workstation,ryansb/workstation
7c598064aa3240336eeb8c8b815ad18c9c65dc49
tasks/diff.yml
tasks/diff.yml
- name: Install DiffMerge homebrew_cask: name=diffmerge become: true - name: Install diff-so-fancy package package: name=diff-so-fancy
- name: Install DiffMerge homebrew_cask: name=diffmerge - name: Install diff-so-fancy package package: name=diff-so-fancy
Remove privilege escalation for DiffMerge install
Remove privilege escalation for DiffMerge install
YAML
mit
frankhinek/mac-setup
1710b503b4b404f8ca90f23129298d18d883c2bf
roles/common/handlers/main.yml
roles/common/handlers/main.yml
--- - name: update timezone command: dpkg-reconfigure --frontend noninteractive tzdata - name: refresh CAs command: update-ca-certificates - name: reload haproxy service: name=haproxy state=reloaded - name: apply-sysctl shell: "cat /etc/sysctl.conf /etc/sysctl.d/*.conf | sysctl -e -p -" - name: update grub ...
--- - name: update timezone command: dpkg-reconfigure --frontend noninteractive tzdata - name: refresh CAs command: update-ca-certificates - name: reload haproxy service: name=haproxy state=reloaded register: hareload failed_when: hareload|failed and "service not found" not in hareload.stderr - name: apply...
Handle haproxy reload when no haproxy installed
Handle haproxy reload when no haproxy installed The handler fires for all when upgrading openssl, but not all systems have haproxy. This used to be handled in the restart haproxy handler, but was lost when that handler was collapsted into the reload haproxy handler.
YAML
mit
knandya/ursula,persistent-ursula/ursula,blueboxgroup/ursula,davidcusatis/ursula,nirajdp76/ursula,allomov/ursula,edtubillara/ursula,greghaynes/ursula,paulczar/ursula,lihkin213/ursula,channus/ursula,ddaskal/ursula,lihkin213/ursula,j2sol/ursula,MaheshIBM/ursula,ryshah/ursula,persistent-ursula/ursula,kennjason/ursula,zrs23...
e936572019fcb9cf1e359d7bcabb52bb525de265
setup-consul.yml
setup-consul.yml
--- - name: Install and configure consul server hosts: consul-server roles: - consul.install - consul.server tags: - consul-server - name: Install and configure consul client hosts: consul-agent roles: - consul.install - consul.agent tags: - consul-client - name: Configure cons...
--- - name: Install and configure consul server hosts: consul-server roles: - consul.install - consul.server tags: - consul-server - name: Install and configure consul client hosts: consul-agent roles: - consul.install - consul.agent tags: - consul-agent - name: Configure consu...
Rename consul-client tag to consul-agent tag
Rename consul-client tag to consul-agent tag
YAML
apache-2.0
webscal3r/fastdata-ansible
defea50dddb3e592de393a573cbd660ef34e6db4
scripts/ci/run_dcats.build.yml
scripts/ci/run_dcats.build.yml
--- platform: linux image: docker:///cloudfoundry/diego-pipeline inputs: - name: deployments-runtime - name: diego-docker-cache-release params: BOSH_USER: ~ BOSH_PASSWORD: ~ BOSH_TARGET: ~ DOCKER_REGISTRY_ACCEPTANCE_TESTS_MANIFEST: ~ run: path: diego-docker-cache-release/scripts/ci/run_drats
--- platform: linux image: docker:///cloudfoundry/diego-pipeline inputs: - name: deployments-runtime - name: diego-docker-cache-release params: BOSH_USER: ~ BOSH_PASSWORD: ~ BOSH_TARGET: ~ DOCKER_REGISTRY_ACCEPTANCE_TESTS_MANIFEST: ~ run: path: diego-docker-cache-release/scripts/ci/run_dcats
Rename DRATS to DCATS in CI scripts
Rename DRATS to DCATS in CI scripts [#96857610] Signed-off-by: Georgi Sabev <cd7643e50243a10153b49cb72b4bdbf8b48cb045@gmail.com>
YAML
apache-2.0
cloudfoundry-incubator/diego-docker-cache-release,cloudfoundry-incubator/docker-registry-release,cloudfoundry-incubator/docker-registry-release,cloudfoundry-incubator/docker-registry-release,cloudfoundry-incubator/diego-docker-cache-release,cloudfoundry-incubator/diego-docker-cache-release
9e9d0946f010a951d3928b0b1aecc75436eeaa27
metadata/fr.chenry.android.freshrss.yml
metadata/fr.chenry.android.freshrss.yml
Categories: - Internet - Reading License: GPL-3.0-or-later SourceCode: https://git.feneas.org/christophehenry/freshrss-android IssueTracker: https://git.feneas.org/christophehenry/freshrss-android/issues Changelog: https://git.feneas.org/christophehenry/freshrss-android/blob/develop/CHANGELOG.md AutoName: FreshRSS...
Categories: - Internet - Reading License: GPL-3.0-or-later SourceCode: https://git.feneas.org/christophehenry/freshrss-android IssueTracker: https://git.feneas.org/christophehenry/freshrss-android/issues Changelog: https://git.feneas.org/christophehenry/freshrss-android/blob/develop/CHANGELOG.md AutoName: FreshRSS...
Update FreshRSS to 1.2.0-rc3 (8)
Update FreshRSS to 1.2.0-rc3 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f354e3efd6d750e3d6cf74a4b3133680fc1df5c8
metadata/xyz.myachin.saveto.yml
metadata/xyz.myachin.saveto.yml
Categories: - Navigation License: CDDL-1.0 SourceCode: https://notabug.org/Umnik/SaveTo IssueTracker: https://notabug.org/Umnik/SaveTo/issues AutoName: Save to… RepoType: git Repo: https://notabug.org/Umnik/SaveTo.git Builds: - versionName: '1.0' versionCode: 1 commit: '1.0' subdir: app gradle: ...
Categories: - Navigation License: CDDL-1.0 SourceCode: https://notabug.org/Umnik/SaveTo IssueTracker: https://notabug.org/Umnik/SaveTo/issues AutoName: Save to… RepoType: git Repo: https://notabug.org/Umnik/SaveTo.git Builds: - versionName: '1.0' versionCode: 1 commit: '1.0' subdir: app gradle: ...
Update Save to… to 1.8 (8)
Update Save to… to 1.8 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
7aa4f366515629a78a1812683e559a49216bc5a5
keps/sig-release/0000-anago-to-krel-migration/kep.yaml
keps/sig-release/0000-anago-to-krel-migration/kep.yaml
title: Anago to Krel Migration authors: - "@saschagrunert" owning-sig: sig-release reviewers: - @justaugustus approvers: - @justaugustus creation-date: 2020-09-22 status: implementable
title: Anago to Krel Migration authors: - "@saschagrunert" owning-sig: sig-release reviewers: - "@justaugustus" approvers: - "@justaugustus" creation-date: 2020-09-22 status: implementable
Fix username quoting in krel KEP metadata
sig-release: Fix username quoting in krel KEP metadata
YAML
apache-2.0
kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements
8c67aa1536599e05aef29c750b976d1e4039c7cb
.github/workflows/merge-dependabot-upgrades.yml
.github/workflows/merge-dependabot-upgrades.yml
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
Bump ridedott/merge-me-action from 2.9.67 to 2.9.68
Bump ridedott/merge-me-action from 2.9.67 to 2.9.68 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.67 to 2.9.68. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits...
YAML
mit
Ocramius/CodeGenerationUtils
c9cbe5766de9debd96aaa1492538d0391a541fde
.github/workflows/merge-dependabot-upgrades.yml
.github/workflows/merge-dependabot-upgrades.yml
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
Bump ridedott/merge-me-action from 2.9.71 to 2.9.73
Bump ridedott/merge-me-action from 2.9.71 to 2.9.73
YAML
mit
Ocramius/OcraCachedViewResolver
a2807d0b449a4e6540cf3ae452b05ea8c5de93b6
packages/ar/arbor-postgres.yaml
packages/ar/arbor-postgres.yaml
homepage: https://github.com/arbor/arbor-postgres#readme changelog-type: markdown hash: daa233d972abff115d666e7831e0109904f6d984ea1b130df73ad4869fd185a3 test-bench-deps: {} maintainer: mayhem@arbor.net synopsis: Convenience types and functions for postgresql-simple. changelog: ! '# Changelog for arbor-postgres ## U...
homepage: https://github.com/arbor/arbor-postgres#readme changelog-type: markdown hash: 4e27af6ea01b61e0e531b44320b738bb17eb319b69fe97a9bf3ea51f9b8b296f test-bench-deps: {} maintainer: mayhem@arbor.net synopsis: Convenience types and functions for postgresql-simple. changelog: ! '# Changelog for arbor-postgres ## U...
Update from Hackage at 2018-11-20T00:08:37Z
Update from Hackage at 2018-11-20T00:08:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
cf767eb01014fe79d93fb8167be3b8f6ab0a0b7e
config/jobs/kubernetes/client-go/client-go-presubmits.yaml
config/jobs/kubernetes/client-go/client-go-presubmits.yaml
presubmits: kubernetes/client-go: - name: pull-client-go-build always_run: true decorate: true path_alias: k8s.io/client-go spec: containers: - image: golang:1.14.4 env: - name: GO111MODULE value: "on" command: - go args: - build ...
presubmits: kubernetes/client-go: - name: pull-client-go-build always_run: true decorate: true path_alias: k8s.io/client-go spec: containers: - image: golang:1.15.8 env: - name: GO111MODULE value: "on" command: - go args: - build ...
Update to newest golang version 1.16
Update to newest golang version 1.16 Signed-off-by: Davanum Srinivas <36003aec7ba325a16727bc9a176c12d2776a8ce4@gmail.com>
YAML
apache-2.0
dims/test-infra,dims/test-infra,monopole/test-infra,cblecker/test-infra,cjwagner/test-infra,cjwagner/test-infra,kubernetes/test-infra,cjwagner/test-infra,BenTheElder/test-infra,michelle192837/test-infra,fejta/test-infra,BenTheElder/test-infra,dims/test-infra,pwittrock/test-infra,michelle192837/test-infra,jessfraz/test-...
32484ab242069e8bbeaa3be911075c87e5750211
packages/hm/hmatrix-tests.yaml
packages/hm/hmatrix-tests.yaml
homepage: https://github.com/albertoruiz/hmatrix changelog-type: text hash: 891f2c1fe3dd304596a049f465ebc822ae3f543d04d7523e83973de62578ab52 test-bench-deps: base: ==4.* hmatrix-tests: -any HUnit: -any random: -any QuickCheck: ! '>=2' maintainer: Alberto Ruiz <aruiz@um.es> synopsis: Tests for hmatrix changelo...
homepage: https://github.com/albertoruiz/hmatrix changelog-type: text hash: e42e99dc0f1faf6b537302c84207881a09ba20c3a1e8de227277c768742de087 test-bench-deps: base: ==4.* hmatrix-tests: -any HUnit: -any random: -any QuickCheck: ! '>=2' maintainer: Alberto Ruiz <aruiz@um.es> synopsis: Tests for hmatrix changelo...
Update from Hackage at 2016-11-02T20:32:13Z
Update from Hackage at 2016-11-02T20:32:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
0fe3a4e1c40ba6b2f4409e86319b868b3d731ec2
Ansiblefile.yml
Ansiblefile.yml
- src: jtyr.environment path: roles - src: https://github.com/picotrading/ansible-sudo.git name: jtyr.sudo path: roles - src: https://github.com/willshersystems/ansible-sshd name: willshersystems.sshd version: 0.4.0 path: roles - src: https://github.com/weareinteractive/ansible-vim.git name: franklinki...
- src: jtyr.environment path: roles - src: https://github.com/picotrading/ansible-sudo.git name: jtyr.sudo path: roles - src: https://github.com/willshersystems/ansible-sshd name: willshersystems.sshd version: 0.4.0 path: roles - src: https://github.com/weareinteractive/ansible-vim.git name: franklinki...
Use my fork of eddyhub.virtualbox
Use my fork of eddyhub.virtualbox
YAML
bsd-2-clause
kostyrevaa/workstation
c1d2c54533017949a370a890c166fa51eb01b391
releasenotes/notes/remove-fedora-44af79f3e061e8d6.yaml
releasenotes/notes/remove-fedora-44af79f3e061e8d6.yaml
--- upgrade: - Fedora based Docker images were removed. Feodra based Docker images were deprecated as of the Newton release cycle.
--- upgrade: - Fedora based Docker images were removed. Fedora based Docker images were deprecated as of the Newton release cycle.
Fix spelling mistake in remove-fedora release note
Fix spelling mistake in remove-fedora release note TrivialFix Change-Id: I223201e545abbedff52b1d4404f79757d173d2f2
YAML
apache-2.0
coolsvap/kolla,stackforge/kolla,rahulunair/kolla,intel-onp/kolla,stackforge/kolla,mrangana/kolla,mrangana/kolla,openstack/kolla,dardelean/kolla-ansible,stackforge/kolla,openstack/kolla,GalenMa/kolla,nihilifer/kolla,nihilifer/kolla,coolsvap/kolla,rahulunair/kolla,intel-onp/kolla,GalenMa/kolla,dardelean/kolla-ansible,coo...
203f4948dcd900c1a821c938c5e0ff9c6cd8870d
packages/mi/midair.yaml
packages/mi/midair.yaml
homepage: '' changelog-type: '' hash: cd55082e650778b05fd7fd357e81ffe1596194fc4f3f51c72422b5f9c9ea7ac6 test-bench-deps: {} maintainer: '' synopsis: Hot-swappable FRP changelog: '' basic-deps: stm: ! '>=2.2.0.1 && <2.5' base: ! '>=4.8 && <4.9' containers: ! '>0.4.0.0 && <0.6' safe: ! '>=0.3 && <0.4' all-versions...
homepage: '' changelog-type: '' hash: 6d9d9ea008fe6ded8df490d7e9520048f54539fd3e9cced75095992ce5fff85a test-bench-deps: {} maintainer: '' synopsis: Hot-swappable FRP changelog: '' basic-deps: stm: ! '>=2.2.0.1 && <2.5' base: ! '>=4.8 && <4.9' containers: ! '>0.4.0.0 && <0.6' safe: ! '>=0.3 && <0.4' all-versions...
Update from Hackage at 2016-03-10T04:42:03+0000
Update from Hackage at 2016-03-10T04:42:03+0000
YAML
mit
commercialhaskell/all-cabal-metadata
1b304acb4433c5c348717c219f95d91725498da8
.forestry/front_matter/templates/tool.yml
.forestry/front_matter/templates/tool.yml
--- pages: - tool/test.md hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tools name: tools config: use_select: true source...
--- pages: - tool/test.md hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tools name: tools config: use_select: true source...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic
7ff035728b062624d75aaa39778acf8a6161ff25
packages/ve/vector-bytes-instances.yaml
packages/ve/vector-bytes-instances.yaml
homepage: https://github.com/k0001/vector-bytes-instances changelog-type: '' hash: 40900add9119dc817abfbaae27264026aa156352963b252660d147a182c60b51 test-bench-deps: base: -any vector-bytes-instances: -any tasty-quickcheck: -any tasty: -any vector: -any bytes: -any maintainer: renzocarbonara¡gmail!com synops...
homepage: https://github.com/k0001/vector-bytes-instances changelog-type: markdown hash: 964c58429e1eb4ecdd150ba2ab55beb5daccb72dff2268b7b6af6c4eddcb3190 test-bench-deps: base: -any vector-bytes-instances: -any tasty-quickcheck: -any tasty: -any vector: -any bytes: -any maintainer: ren¡ren!zone synopsis: Se...
Update from Hackage at 2018-05-22T14:05:36Z
Update from Hackage at 2018-05-22T14:05:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
40108ff5cb9a06fc214424ddf237e90dda027fe5
.github/workflows/add-labels-priority.yml
.github/workflows/add-labels-priority.yml
name: Add Pull Request Labels and Assign to Project on: pull_request_target: types: [opened] jobs: triage: runs-on: ubuntu-latest steps: - uses: ericcornelissen/labeler@label-based-on-status with: repo-token: ${{ secrets.GITHUB_TOKEN }} assign-to-project: runs-on: ubuntu-...
name: Add Pull Request Labels and Assign to Project on: pull_request_target: types: [opened] jobs: triage: runs-on: ubuntu-latest steps: - uses: ericcornelissen/labeler@label-based-on-status with: repo-token: ${{ secrets.GITHUB_TOKEN }} assign-to-project: runs-on: ubuntu-...
Fix workflow file syntax error
Fix workflow file syntax error
YAML
cc0-1.0
simple-icons/simple-icons,danleech/simple-icons,simple-icons/simple-icons
81ea5409e0b902e3b77500fadf05e652b4d7bd48
.github/workflows/close-stale-support.yml
.github/workflows/close-stale-support.yml
name: Mark and close stale support issues on: schedule: - cron: '32 1 * * *' jobs: stale: runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 18...
name: Mark and close stale support issues on: schedule: - cron: '32 1 * * *' jobs: stale: runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 18...
Set close status to not planned for auto closed support issues
Set close status to not planned for auto closed support issues
YAML
mit
composer/composer,staabm/composer
6255a457103f2c694db97551b8f6b8fbbc15e324
.cirrus.yml
.cirrus.yml
task: name: stable x86_64-unknown-freebsd-11 freebsd_instance: image: freebsd-11-3-stable-amd64-v20190801 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y - . $HOME/.cargo/env - rustup default stable test_script: - . $HOME/.car...
task: name: stable x86_64-unknown-freebsd-11 freebsd_instance: image: freebsd-11-3-stable-amd64-v20190801 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y - . $HOME/.cargo/env - rustup default stable test_script: - . $HOME/.car...
Test FreeBSD 12 on latest nightly
Test FreeBSD 12 on latest nightly
YAML
apache-2.0
rust-lang/libc,rust-lang/libc,rust-lang/libc
a57875e026d669ef1e351204ac84dd18538da36f
.gitpod.yml
.gitpod.yml
--- image: file: .gitpod/Dockerfile context: .gitpod checkoutLocation: gopherbot workspaceLocation: . tasks: - init: git clone https://github.com/lnxjedi/robot.skel.git ../robot.skel - command: make && ln -s ../gopherbot/gopherbot ../robot.skel/gopherbot
--- image: file: .gitpod/Dockerfile context: .gitpod checkoutLocation: gopherbot workspaceLocation: . tasks: - init: git clone https://github.com/lnxjedi/robot.skel.git ../robot.skel && ln -s ../gopherbot/gopherbot ../robot.skel/gopherbot - command: make
Create link on init only
Create link on init only
YAML
mit
uva-its/gopherbot,parsley42/gopherbot,uva-its/gopherbot,parsley42/gopherbot,uva-its/gopherbot,parsley42/gopherbot,uva-its/gopherbot,parsley42/gopherbot
d43b0e7db8ea7c9960040c02b6b63c9104f6c4e2
packages/wa/wai-session-postgresql.yaml
packages/wa/wai-session-postgresql.yaml
homepage: https://github.com/hce/postgresql-session changelog-type: '' hash: 98b132a4e43609078ef1f6b97166c643073f343cc5ca05a83f559096a0fa9835 test-bench-deps: base: -any postgresql-session: -any maintainer: Hans-Christian Esperer hc@hcesperer.org synopsis: PostgreSQL backed Wai session store changelog: '' basic-dep...
homepage: https://github.com/hce/postgresql-session changelog-type: '' hash: 15c36e0bbb6759ccea12e08514931ad921f40ae90232ade3f63dde156b99d203 test-bench-deps: base: -any postgresql-session: -any maintainer: Hans-Christian Esperer hc@hcesperer.org synopsis: PostgreSQL backed Wai session store changelog: '' basic-dep...
Update from Hackage at 2015-11-25T09:36:27+0000
Update from Hackage at 2015-11-25T09:36:27+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f41d8ff9f18295857535dd2dfa149c8ba8609a28
packages/de/deferred-folds.yaml
packages/de/deferred-folds.yaml
homepage: https://github.com/metrix-ai/deferred-folds changelog-type: '' hash: e667336d4c42b5ef612f7ed8281e18414632a40013e85f8fa2adb0c90d2346cf test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Abstractions over deferred folds changelog: '' basic-deps: base: ! '>=4.7 && <5' foldl: ! '>=1...
homepage: https://github.com/metrix-ai/deferred-folds changelog-type: '' hash: 996ff703e50aba10778bf0e8a8408d4fcc7d26fa9501e07980483bde2d811952 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Abstractions over deferred folds changelog: '' basic-deps: base: ! '>=4.7 && <5' foldl: ! '>=1...
Update from Hackage at 2018-05-02T11:22:17Z
Update from Hackage at 2018-05-02T11:22:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
52adbc02d9e4782ed71a3057d6af21a9a15f7875
packages/hs/hs-php-session.yaml
packages/hs/hs-php-session.yaml
homepage: https://github.com/elblake/hs-php-session changelog-type: '' hash: 5355cdb191d8dc4ac52df6acb186ca1a81ddfa243dd81e9208ae21c76ba7ee78 test-bench-deps: {} maintainer: edwardlblake@gmail.com synopsis: PHP session and values serialization changelog: '' basic-deps: bytestring: ! '>=0.10.0.0' base: ==4.* all-ver...
homepage: https://codeberg.org/elblake/hs-php-session changelog-type: '' hash: 88c75908f71543da12b1ddfa7106948f0ed6f67979e31b12106d85b1c7c941b6 test-bench-deps: {} maintainer: edwardlblake@gmail.com synopsis: PHP session and values serialization changelog: '' basic-deps: bytestring: '>=0.10.0.0' base: ==4.* all-ver...
Update from Hackage at 2022-07-04T09:06:46Z
Update from Hackage at 2022-07-04T09:06:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
0db6144c2328480f222e48f1feaa2975d6c6f707
.travis.yml
.travis.yml
language: c compiler: - gcc - java before_install: - pwd - sudo apt-get update - sudo apt-get install maven2 mysql-server-5.5 openjdk-7-jdk libcurl4-openssl-dev nginx libjansson-dev subversion pngcrush python3-pillow libtool automake autoconf autotools-dev language-pack-en python3.3-dev python3-se...
language: c compiler: - gcc - java before_install: - pwd - sudo apt-get update - sudo apt-get install maven2 mysql-server-5.5 openjdk-7-jdk libcurl4-openssl-dev nginx libjansson-dev subversion pngcrush libtool automake autoconf autotools-dev language-pack-en python3-setuptools libglib2.0-dev ...
Remove dependencies which are not found on Travis CI.
Remove dependencies which are not found on Travis CI.
YAML
agpl-3.0
andreasrosdal/freeciv-web,tltneon/freeciv-web,tltneon/freeciv-web,andreasrosdal/freeciv-web,tltneon/freeciv-web,tltneon/freeciv-web,andreasrosdal/freeciv-web,andreasrosdal/freeciv-web,tltneon/freeciv-web,adaxi/freeciv-web,andreasrosdal/freeciv-web,adaxi/freeciv-web,adaxi/freeciv-web,adaxi/freeciv-web,adaxi/freeciv-web,...
d5dbe475ef9e50cf5201671d732472ea8211ab40
.travis.yml
.travis.yml
language: node_js sudo: false before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install branches: only: - gh-pages - /.*/ node_js: 4 addons: firefox: latest apt: sources: - google-chrome packages: - google...
language: node_js sudo: required dist: trusty before_script: - npm install web-component-tester - npm install bower - 'export PATH=$PWD/node_modules/.bin:$PATH' - bower install branches: only: - gh-pages - /.*/ node_js: 4 addons: firefox: latest apt: sources: - google-chrome packages...
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
YAML
mit
Juicy/juicy-tile-list,Juicy/juicy-tile-list
82ad6f00e02abc5584a470600fdda66759aeaa24
.travis.yml
.travis.yml
language: node_js node_js: - "iojs-v1" - "iojs-v2" - "0.12" - "0.11" script: "make test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
language: node_js node_js: - "0.11" - "0.12" - "iojs-v1" - "iojs-v2" - "iojs-v3" - "4.0" script: "make test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
Test on Node.js 4.0, iojs 3.0
Test on Node.js 4.0, iojs 3.0
YAML
mit
koajs/bodyparser
56c72f87c93c6e287ab2eacb15f5cbaacbb7fd29
.travis.yml
.travis.yml
language: php php: - '5.4' - '5.5' - '5.6' services: mongodb before_script: phpenv config-add .travis.ini install: - composer install --no-interaction
language: php php: - '5.4' - '5.5' - '5.6' services: mongodb before_script: - phpenv config-add .travis.ini - composer install --no-interaction
Change composer install to before_script
Change composer install to before_script
YAML
apache-2.0
as3io/modlr-persister-mongodb,zarathustra323/modlr-persister-mongodb
d1ab9f1631308cd7318fd331db81d5501d767815
.travis.yml
.travis.yml
language: ruby sudo: required rvm: - 2.2 - 2.3 - 2.4 - 2.5 before_install: # work around https://github.com/travis-ci/travis-ci/issues/8969 - travis_retry gem update --system install: - sudo apt-get update -qq - sudo apt-get install libpcap-dev -qq - bundle install --path vendor/bundle --jobs=3 --ret...
language: ruby sudo: required rvm: - 2.2 - 2.3 - 2.4 - 2.5 matrix: # allow 2.5 to fail until Travis CI is fixed. # See travis-ci/travis-ci#8969 allow_failures: - rvm: 2.5 before_install: # work around https://github.com/travis-ci/travis-ci/issues/8969 - travis_retry gem update --system install: ...
Allow 2.5 to fail until Travis CI bug is fixed.
Allow 2.5 to fail until Travis CI bug is fixed. See travis-ci/travis-ci#8969
YAML
mit
sdaubert/packetgen
dcbbf1a32600f3c8883cf484cf41adda763eab41
.travis.yml
.travis.yml
language: objective-c before_install: - chmod a+x ./Assets/.scripts/install.sh - chmod a+x ./Assets/.scripts/build.sh install: - "./Assets/.scripts/install.sh" script: - "./Assets/.scripts/build.sh" notifications: slack: secure: QLqfhvR6bJlM9fNxCFxd6YyPgMvbMuGGfZalbDEFaITov9kUdyLfo31tFDhXv/B22YK2kw6lY/fphwYECv0Kh...
language: objective-c before_install: - chmod a+x ./Assets/.scripts/install.sh - chmod a+x ./Assets/.scripts/build.sh install: - "./Assets/.scripts/install.sh" script: - "./Assets/.scripts/build.sh" notifications: slack: whoa-algebraic:yzX3m1PELlhUpmrrYbdszXTO
Add back unencrypted throw away token.
Add back unencrypted throw away token.
YAML
mit
whoa-algebraic/game-off-2016,virtuoushub/game-off-2016,whoa-algebraic/game-off-2016,virtuoushub/game-off-2016,virtuoushub/game-off-2016,whoa-algebraic/game-off-2016
996a340e681bf8af7bab78164d73fd7a801881c1
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - "7" - "6" - "4"
language: node_js cache: yarn node_js: - stable - "8" - "6" - "4"
Update Node.js versions on Travis CI
Update Node.js versions on Travis CI
YAML
mit
postcss/sugarss
83e8c7b244dda3ba26d8945a8cd0d108a13df578
.travis.yml
.travis.yml
language: php before_script: composer install --dev --prefer-source --no-interaction script: phpunit --coverage-text
language: php php: - 5.3 - 5.6 - 7 install: - composer install --prefer-source --no-interaction script: - phpunit --coverage-text
Test against different PHP versions
Test against different PHP versions
YAML
mit
clue/phar-composer
7f51741cda1065b96ec34376406c36942cc6c08e
.travis.yml
.travis.yml
sudo: false cache: directories: - extlib/ - $HOME/.cpanm/ - $HOME/.grails/ - jbrowse-download/ language: groovy script: - ant gwtc && ./grailsw refresh-dependencies --stacktrace && ./grailsw test-app --stacktrace - node web-app/jbrowse/src/dojo/dojo.js load=build --require "web-app/jbrowse/src...
sudo: false language: groovy cache: directories: - extlib/ - $HOME/.cpanm/ - $HOME/.grails/ - jbrowse-download/ script: - ant gwtc && ./grailsw refresh-dependencies --stacktrace && ./grailsw test-app --stacktrace - node web-app/jbrowse/src/dojo/dojo.js load=build --require "web-app/jbrowse/src...
Move language above the cache line
Move language above the cache line
YAML
bsd-3-clause
erasche/Apollo,erasche/Apollo,erasche/Apollo,erasche/Apollo,erasche/Apollo
5f6d80c19657c67ac683fdb704275d4df42f90dc
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - nightly - hhvm dist: trusty # upgrade to container-based travis sudo: false matrix: fast_finish: true include: - php: 5.3 dist: precise before_script: - composer self-update - composer install --dev script: - vendor/bin/phpunit --cov...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly - hhvm dist: trusty # upgrade to container-based travis sudo: false matrix: fast_finish: true include: - php: 5.3 dist: precise before_script: - composer self-update - composer install --dev script: - vendor/b...
Test library against PHP versions 7.1 and 7.2
Test library against PHP versions 7.1 and 7.2
YAML
mit
bzikarsky/gelf-php
67205ca1b77b6592308e5af639dd033feb8e00eb
.travis.yml
.travis.yml
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_install: - composer self-update - composer install --dev -n --prefer-source - phpenv rehash - mkdir -p build/logs script: - ./vendor/bin/phpunit -c phpunit.xml.dist after_script: - php vendor/bin/coveralls notificat...
--- sudo: false language: php php: - '5.3' - '5.4' - '5.5' - '5.6' - '7.0' - hhvm before_install: - composer self-update - composer install --dev -n --prefer-source - phpenv rehash - mkdir -p build/logs script: - ./vendor/bin/phpunit -c phpunit.xml.dist after_script: - php vendor/bin/coveralls n...
Update email & slack notifications
Update email & slack notifications
YAML
lgpl-2.1
maxmind/geoip-api-php,maxmind/geoip-api-php,maxmind/geoip-api-php
131ff4b6942c7d08b6421eaceaaf1115f603e353
.travis.yml
.travis.yml
sudo: false language: node_js os: linux jobs: - node_js: "10.4.0" - node_js: "10.9.0" - node_js: "10" - node_js: "12.0.0" - node_js: "12.5.0" - node_js: "12.9.0" - node_js: "12.11.0" - node_js: "12.16.0" - node_js: "12" - node_js: "14.0.0" - node_js: "14" - node_js: "14" os: windows dist:...
sudo: false language: node_js os: linux jobs: - node_js: "10.4.0" - node_js: "10" - node_js: "12.0.0" - node_js: "12.5.0" - node_js: "12.9.0" - node_js: "12.11.0" - node_js: "12" - node_js: "14.0.0" - node_js: "14" - node_js: "16.0.0" - node_js: "16" - node_js: "16" os: windows dist: xeni...
Update Travis matrix for nodejs v16
Update Travis matrix for nodejs v16
YAML
isc
laverdet/isolated-vm,laverdet/isolated-vm,laverdet/isolated-vm,laverdet/isolated-vm
5033c01fe96ef32026cefced7ff5328b61183873
.travis.yml
.travis.yml
rvm: - 2.1.2 before_install: gem update --remote bundler before_script: - "bundle exec rake db:migrate" script: - "bundle exec rspec"
rvm: - 2.1.2 before_install: gem update --remote bundler before_script: - "bundle exec rake db:migrate" script: - "bundle exec rspec" notifications: webhooks: https://ci.neighbor.ly/projects/a0073d78-eb37-4fc1-8dfd-e2420d39e948/status
Add Travis CI webhooks url
Add Travis CI webhooks url
YAML
mit
FromUte/dune-balanced
1cf2020577510f6a2272b31ffde3046c9be5c8e6
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 install: travis_retry pip install -r test-requirements.txt notifications: hipchat: rooms: secure: d6epHVu66eXiHb86oXH8//Ck4HI0EfEverIHveU4iUVaNF5U3UpQeVCaSMvKVq5AaCTYKH4nAblMt70DS1XxreJ1sIvxOIJnIQ6h1Adbm3fJ5z+VjddLfIPyNqowbmSe1M5Zfb0vwyVM0h...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 install: travis_retry pip install -r test-requirements.txt script: nosetests
Remove hipchat notifications from CI
Remove hipchat notifications from CI
YAML
mit
overplumbum/bugsnag-python,bugsnag/bugsnag-python,bugsnag/bugsnag-python,overplumbum/bugsnag-python
4b4ae28bc03c8137587b5acc9da8182636561a41
.travis.yml
.travis.yml
--- language: php php: - 5.6 - 7.0 - 7.1 - nightly addons: postgresql: "9.6" code_climate: repo_token: $CODECLIMATE_API_TOKEN services: - postgresql - redis-server cache: directories: - node_modules - ~/.composer/cache sudo: false dist: trusty notifications: slack: mentedigi...
--- language: php php: - 5.6 - 7.0 - 7.1 - nightly addons: postgresql: "9.6" code_climate: repo_token: $CODECLIMATE_API_TOKEN services: - postgresql - redis-server cache: directories: - node_modules - ~/.composer/cache sudo: false dist: trusty notifications: slack: mentedigi...
Remove heroku deploy and set it in heroku
:green_heart: Remove heroku deploy and set it in heroku
YAML
mit
doesangueorg/doesangue-core,doesangueorg/doesangue-core,doesangueorg/doesangue-core
a838f4d55c1904ab14675dc930626a3bb203bc53
.travis.yml
.travis.yml
--- language: node_js node_js: - "4" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary - EMBER_TRY_SCENARIO=ember-data-release - EMBER_TRY_SCENARIO=ember-data-beta ...
--- language: node_js node_js: - "4" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary - EMBER_TRY_SCENARIO=ember-data-release - EMBER_TRY_SCENARIO=ember-data-beta ...
Allow failures in ember beta and ember-data beta
Allow failures in ember beta and ember-data beta
YAML
mit
rmmmp/emberfire-utils,rmmmp/emberfire-utils
2de0480ee73e48fceaf7869e8230f764a9f14558
.travis.yml
.travis.yml
language: python python: - "2.7" - "pypy" before_install: - sudo rm -f /etc/boto.cfg # command to install dependencies install: - pip install . # command to run tests script: gsutil version -l && gsutil test -u
language: python python: - "2.7" - "pypy" before_install: - sudo rm -f /etc/boto.cfg # command to install dependencies install: - pip install . # command to run tests script: - gsutil version -l - gsutil -o 'GSUtil:default_project_id=999999999' test -u
Make tests run with a dummy default project ID.
Make tests run with a dummy default project ID. TravisCI switched the image they use for their GCE instances, and the underlying images had different setups with regard to Boto configuration files; the image's default project ID was being picked up before, and with the prior fix to remove /etc/boto.cfg, the project ID...
YAML
apache-2.0
fishjord/gsutil,GoogleCloudPlatform/gsutil,GoogleCloudPlatform/gsutil,BrandonY/gsutil
15c0837b3b4306efcb18479c88679df1c074fbf0
.travis.yml
.travis.yml
language: rust matrix: include: - rust: stable - rust: beta - rust: nightly - rust: nightly name: "master docs to gh-pages" script: cargo doc --no-deps deploy: local-dir: target/doc provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN ...
language: rust matrix: include: - rust: stable - rust: beta - rust: nightly - name: "master doc to gh-pages" rust: nightly if: branch = master script: - cargo doc --no-deps - curl -O https://raw.githubusercontent.com/alexcrichton/rust-travis-deploy/master/travis-deplo...
Test out deploy keys for gh-pages
Test out deploy keys for gh-pages
YAML
apache-2.0
alexcrichton/cfg-if
0b57fcae59d34cd73bf4bef4711f3008523ae93b
.travis.yml
.travis.yml
language: cpp os: - linux - osx compiler: - clang notifications: email: false env: matrix: - JULIAVERSION="juliareleases" - JULIAVERSION="julianightlies" before_install: - curl http://julialang.org/install-julia.sh | sh -s $JULIAVERSION - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi sc...
language: julia os: - linux - osx julia: - release - nightly notifications: email: false before_install: - curl http://julialang.org/install-julia.sh | sh -s $JULIAVERSION - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi script: - julia --check-bounds=yes -e 'versioninfo(); Pkg.init(); P...
Update Travis to use Julia Language Support
Update Travis to use Julia Language Support
YAML
mit
JuliaIO/LightXML.jl,JuliaLang/LightXML.jl,JuliaPackageMirrors/LightXML.jl,samoconnor/LightXML.jl
6d26a3f11e4558f8bd9ded7d07597ae76fe82336
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 env: - RESQUE_CLIENT_TYPE=predis - RESQUE_CLIENT_TYPE=credis - RESQUE_CLIENT_TYPE=phpredis - RESQUE_CLIENT_TYPE=phpiredis before_script: - sh -c "if [ $RESQUE_CLIENT_TYPE == 'phpredis' ]; then ant phpredis; fi" - sh -c "if [ $RESQUE_CLIENT_TYPE == 'phpredis' ]; the...
language: php php: - 5.3 - 5.4 - 5.5 env: - RESQUE_CLIENT_TYPE=predis - RESQUE_CLIENT_TYPE=credis - RESQUE_CLIENT_TYPE=phpredis - RESQUE_CLIENT_TYPE=phpiredis before_script: - sh -c "if [ $RESQUE_CLIENT_TYPE == 'phpredis' ]; then ant phpredis; fi" - sh -c "if [ $RESQUE_CLIENT_TYPE == 'phpredis' ]; ...
Support for uploading external code coverage
Support for uploading external code coverage
YAML
mit
vend/php-resque,innogames/php-resque
972afd70a183596a2293324152d39116855cf002
.travis.yml
.travis.yml
language: node_js node_js: - "iojs-v2" - "iojs-v3" sudo: false
language: node_js node_js: - "iojs-v2" - "iojs-v3" - "4" sudo: false
Add node v4 to Travis matrix
Add node v4 to Travis matrix
YAML
mit
ide/jest,alvinsj/jest,ide/jest,Daniel15/jest,machadoum/jest,facebook/jest,blainekasten/jest,wmyers/jest,facebook/jest,razh/jest,yungsters/jest,mpontus/jest,yungsters/jest,alvinsj/jest,sampepose/jest,carmenlau/jest,gagoman/jest,silentroach/jest,ide/jest,ncuillery/jest,mpontus/jest,aaron-goshine/jest,sampepose/jest,aaron...
d0e6001c0afda7bfc660182b50c03b7588162ef3
.travis.yml
.travis.yml
language: csharp mono: latest dotnet: 2.0.3 solution: QuickbooksSync.sln install: - dotnet restore script: - export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ - dotnet build -c Release --no-restore - dotnet test -c Release --no-build
language: csharp mono: latest dotnet: 2.0.0 solution: QuickbooksSync.sln install: - dotnet restore script: - dotnet build -c Release --no-restore ./src/QbXml/QbXml.csproj - dotnet build -c Release --no-restore ./test/QbXml.Tests/QbXml.Tests.csproj - export FrameworkPathOverride=/usr/lib/mono/4.5/ - dotnet msb...
Build dotnet core assemblies first, then build full framework assemblies after setting FrameworkPathOverride
Build dotnet core assemblies first, then build full framework assemblies after setting FrameworkPathOverride
YAML
mit
jsgoupil/quickbooks-sync,jsgoupil/quickbooks-sync
805889618712c46525d375f2a8bed0e04f73c21c
.travis.yml
.travis.yml
os: linux dist: trusty sudo: false group: edge language: python python: - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 - 3.6-dev - nightly # == 3.7-dev - &pypy2 pypy2.7-5.8.0 - &pypy3 pypy3.5-5.8.0 jobs: fast_finish: true allow_failures: - python: *pypy2 - python: *pypy3 env: BLUEBERRYPY_CONFIG: '{}' ...
os: linux dist: trusty sudo: false group: edge language: python python: - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 - 3.6-dev - nightly # == 3.7-dev - &pypy2 pypy2.7-5.8.0 - &pypy3 pypy3.5-5.8.0 jobs: fast_finish: true env: BLUEBERRYPY_CONFIG: '{}' cache: pip addons: postgresql: 9.6 apt: packages: ...
Remove PyPy envs from allowed to fail list
Remove PyPy envs from allowed to fail list
YAML
bsd-3-clause
open-craft-guild/blueberrypy,open-craft-guild/blueberrypy
8729bb4d0549125e3245f5f5a1f8d62d678bd7aa
.travis.yml
.travis.yml
# Send builds to container-based infrastructure # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false language: node_js cache: yarn: true directories: - node_modules node_js: # LTS version(s) - "8" env: matrix: - TRAVIS_WEBPACK_VERSION="2" - TRAVIS_WEBPACK_VERSION="3" - ...
# Send builds to container-based infrastructure # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false language: node_js cache: yarn: true directories: - node_modules node_js: # LTS version(s) - "8" - "10" - "12" env: matrix: - TRAVIS_WEBPACK_VERSION="2" - TRAVIS_WEBPAC...
Increase test matrix to node 10 & 12
Increase test matrix to node 10 & 12
YAML
mit
usabilityhub/rails-erb-loader,usabilityhub/rails-erb-loader
44bc4aefc8d546443e641d1fe8d17a535f91a5b0
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" env: - PANDAS_VERSION=0.17.1 - PANDAS_VERSION=0.18.1 - PANDAS_VERSION=0.19.1 before_script: - pip install codecov - pip install nose-parameterized # command to install dependencies install: - pip install --upgrade pip - pip install requests - pip...
language: python python: - "2.7" - "3.4" - "3.5" env: - PANDAS_VERSION="pandas>=0.18,<0.19" - PANDAS_VERSION="pandas" before_script: - pip install codecov - pip install nose-parameterized # command to install dependencies install: - pip install --upgrade pip - pip install requests - pip install -...
Drop 0.17 support and test latest pandas release
CI: Drop 0.17 support and test latest pandas release
YAML
bsd-3-clause
J535D165/recordlinkage,J535D165/recordlinkage
8c91ff92cfdb0af16a0fe080a9c595ac49c0acc2
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - "0.11" - "0.10"
Remove Travis config entries for old versions of Node
Remove Travis config entries for old versions of Node
YAML
mit
davidbkemp/jsqubits,davidbkemp/jsqubits
1ac4e0be53a91feb7a61caef1eb7a3497f8e229f
.travis.yml
.travis.yml
sudo: false language: python python: 2.7 env: matrix: - TOXENV=py27-json - TOXENV=py34-json - TOXENV=py35-json - TOXENV=py27-ujson - TOXENV=py34-ujson - TOXENV=py35-ujson addons: apt: packages: - python - python-dev - python-virtualenv install: - pip install tox script: - tox notificatio...
sudo: false language: python python: - '2.7' - '3.4' - '3.5' env: - TOXENV=py-json - TOXENV=py-ujson install: pip install tox script: tox -e $TOXENV notifications: email: false
Fix Python 3.5 tests on Travis
Fix Python 3.5 tests on Travis
YAML
mit
aldanor/blox
0261981087b6c456e13176cdf11023f7be9925b3
.travis.yml
.travis.yml
language: go sudo: false go: - 1.5 - release install: - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cover - go get github.com/hailiang/gosweep - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls script: - go get -v ./... - go test -v ...
language: go sudo: false go: - 1.5 - release install: - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cover - go get github.com/hailiang/gosweep - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls script: - go get -v ./... - go test -v ...
Use canonical $GOPATH variable instead of hardcode
Use canonical $GOPATH variable instead of hardcode
YAML
bsd-2-clause
goxmpp/goxmpp
76660d2306a12cbac09a6433fea7e124e1f9a56e
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - SYMFONY_VERSION=2.5.* matrix: include: - php: 5.5 env: SYMFONY_VERSION=2.3.* - php: 5.5 env: SYMFONY_VERSION=2.4.* - php: 5.5 env: SYMFONY_VERSION=2.* before_install: - composer require symfony/routing:${SYMFONY_...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false cache: directories: - $HOME/.composer/cache env: - SYMFONY_VERSION=2.5.* matrix: include: - php: 5.5 env: SYMFONY_VERSION=2.3.* - php: 5.5 env: SYMFONY_VERSION=2.4.* - php: 5.5 env: SYMFONY_VERSION=2.* ...
Use new Travis docker based env and caching
Use new Travis docker based env and caching
YAML
mit
aheinz-sg/Routing,sustmi/Routing,ZnanyLekarz/Routing,pk16011990/Routing,timplunkett/Routing
acfd9b45f04bce3073e98640648602842a5af156
.travis.yml
.travis.yml
language: php php: - '7.1' - '7.2' - '7.3' - nightly jobs: allow_failures: - php: nightly install: - composer install --dev script: - composer ci
language: php php: - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly jobs: allow_failures: - php: nightly install: - composer install --dev --ignore-platform-reqs script: - composer ci
Enable testing on PHP 7.4 beta and PHP 8.0 nightly
Enable testing on PHP 7.4 beta and PHP 8.0 nightly
YAML
mit
LucidTaZ/minimax
852050c47099a54a1c7f3050ef49eee62586df64
.travis.yml
.travis.yml
language: java jdk: - openjdk-ea - openjdk14 - openjdk13 - openjdk11 - openjdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNK...
language: java jdk: - openjdk-ea - openjdk14 - openjdk11 - openjdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNKJ62wLBIOC/wvD\...
Drop OpenJDK 13 on Travis CI Fixes gh-102
Drop OpenJDK 13 on Travis CI Fixes gh-102
YAML
apache-2.0
mybatis/velocity-scripting,hazendaz/velocity-scripting
9d3dc243716957ac03b91bd9fac3990a7eb3a734
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm env: matrix: - ES_COMPOSER_NODEV=no - ES_COMPOSER_NODEV=yes install: - /bin/bash ansible/provision.sh before_script: - mkdir -p build/logs - echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini script: - phpunit ...
language: php php: - 5.4 - 5.5 - 5.6 - hhvm env: matrix: - ES_COMPOSER_NODEV=no - ES_COMPOSER_NODEV=yes install: - /bin/bash ansible/provision.sh before_script: - mkdir -p build/logs - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension=memcache.so" >> ~/.phpenv/versions/$(ph...
Exclude memcache installation for hhvm
Exclude memcache installation for hhvm
YAML
mit
webdevsHub/Elastica,0x46616c6b/Elastica,revinate/Elastica,ewgRa/Elastica,kartikm/Elastica,giovannialbero1992/Elastica,miniplay/Elastica,p365labs/Elastica,pborreli/Elastica,fubuki/Elastica,JustinHook/Elastica,piotrantosik/Elastica,stof/Elastica,giovannialbero1992/Elastica,markeilander/Elastica,Southparkfan/Elastica,stof...
5309388c7a1156291b03088c6f3af3968454f24d
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 android: components: - extra-android-support - extra-android-m2repository - extra-google-m2repository # We need "tools" for build-tools. See https://github.com/travis-ci/travis-ci/issues/5036 - tools - build-tools-23.0.2 licenses: - 'android-sdk-license-...
language: android jdk: oraclejdk8 android: components: - extra-android-support - extra-android-m2repository - extra-google-m2repository # We need "tools" for build-tools. See https://github.com/travis-ci/travis-ci/issues/5036 - tools - build-tools-23.0.2 licenses: - 'android-sdk-license-...
Build with jdk8 to resolve major-minor-version build issue
Build with jdk8 to resolve major-minor-version build issue
YAML
apache-2.0
journeyapps/zxing-android-embedded
07d1617ce99e82cd81e3dae58c12d8d83f45ba92
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: - pip install -r requirements.pip --use-mirrors - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm env: - DJANGO_SETTINGS_MODULE=settings.travis before_script: - psql -c 'create database edtrac;' -U postgres - git submodule ...
language: python python: - "2.7" # command to install dependencies install: - pip install -r requirements.pip --use-mirrors - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm env: - DJANGO_SETTINGS_MODULE=settings.travis before_script: - psql -c 'create database edtrac;' -U postgres - git submodule ...
Use local settings for Travis because test has bad db credentials.
Use local settings for Travis because test has bad db credentials.
YAML
bsd-3-clause
unicefuganda/edtrac,unicefuganda/edtrac,unicefuganda/edtrac
8b0482030c30616a5aadcf85eed73eca22e4ddcb
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 5 on Travis CI.
Test with latest Node.js 5 on Travis CI.
YAML
mit
bigeasy/reactor
88174fd665cd8b1c344457abb41d17f4e320e8c1
.travis.yml
.travis.yml
--- language: ruby rvm: - 2.1.2 script: # - bundle exec rspec resume.rb - bundle exec rspec spec/ --no-drb --format progress
--- language: ruby rvm: - 2.1.2 script: - bundle exec rspec resume.rb - bundle exec rspec spec/ --no-drb --format progress
Test resume file on Travis
Test resume file on Travis
YAML
mit
agrimm/resume,paulfioravanti/resume,agrimm/resume
02131ca1aa9b48ddbb9d8dfba3d0a16523e55c07
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.4" - "3.3" - "3.2" - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install python3 - pip install coverage - pip install codecov - pip3 install mypy-lang install: - "pip install -r requirements-dev.txt" script: - "mypy --py2 --silent-impor...
language: python python: - "3.7-dev" - "3.6" - "3.5" - "3.4" - "3.3" - "3.2" - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install python3 - pip install coverage - pip install codecov - pip3 install mypy-lang install: - "pip install -r requirements-dev.txt" script: - "m...
Add python 3.6 and 3.7-dev to Travis CI config file
Add python 3.6 and 3.7-dev to Travis CI config file
YAML
apache-2.0
farzadghanei/navdoon
836aeecb91a363f713c7cc903a5d0a8a832b9a34
pkg/dart_internal/pubspec.yaml
pkg/dart_internal/pubspec.yaml
name: dart_internal version: 0.2.3 repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal description: >- This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an instance of generic type B with the...
name: dart_internal version: 0.2.4 repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal description: >- This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an instance of generic type B with the...
Update dart_internal to allow SDK 2.17.
Update dart_internal to allow SDK 2.17. Change-Id: Ic3295690f9f4cf2d0a84cfbba59b7cd107c22f4f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/230000 Auto-Submit: Bob Nystrom <afede3a9ebedb865bee78398feff6fbe97068f17@google.com> Reviewed-by: Alexander Thomas <29642742b6693024c89de8232f2e2542cf7eedf7@google.com...
YAML
bsd-3-clause
dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk
2eac25ac89d2a6c700448949e26e31b07bcd3d4c
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode before_install: gem install bundler before_script: - sh -c "if [ '$DB' = 'pg' ]; then psql -c 'create database acts_as_ordered_tree_test;' -U postgres; fi" env: - DB=sqlite3 #- DB=mysql - DB=pg DBCONF=config.travis.yml gemfile: ...
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode before_install: gem install bundler before_script: - sh -c "if [ '$DB' = 'pg' ]; then psql -c 'create database acts_as_ordered_tree_test;' -U postgres; fi" env: - DB=sqlite3 #- DB=mysql - DB=pg DBCONF=config.travis.yml gemfile: - gemfiles...
Drop support for ruby 1.9.2
Drop support for ruby 1.9.2
YAML
mit
ebakan/acts_as_ordered_tree,take-five/acts_as_ordered_tree
c67f5c3ea50d770d1ae4e6f2ed536a52d18a091b
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev script: phpunit -c phpunit.xml --coverage-text after_script: - if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev script: phpunit -c phpunit.xml --coverage-text after_script: - if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/...
Remove PHP 5.6 from allow failures.
Remove PHP 5.6 from allow failures. Signed-off-by: crynobone <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
YAML
mit
orchestral/optimize
8aa72ea62b900dc4fb2de76c79615cc67c8c3169
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" addons: apt: packages: - npm install: - python setup.py deps_install script: - python setup.py lint - python setup.py test
language: python python: - "2.7" - "3.4" - "3.5" addons: apt: packages: - npm before_install: - nvm install node install: - python setup.py deps_install script: - python setup.py lint - python setup.py test
Use latest Node version on Travis CI.
Use latest Node version on Travis CI.
YAML
bsd-2-clause
nvdv/vprof,nvdv/vprof,nvdv/vprof
daae41686e860777d621b15a22b6d98f0ef5150c
.travis.yml
.travis.yml
language: go go: - 1.7 - 1.8 - 1.9 - tip compiler: - g++ before_install: - TESSERACT=4.00.00dev LEPTONICA=1.74.2 sudo ./test/script/setup.sh env: - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib before_script: - go get github.com/otiai10/mint script: - go test -v - go test -r...
language: go go: - 1.7 - 1.8 - 1.9 - tip services: - docker compiler: - g++ before_install: - TESSERACT=4.00.00dev LEPTONICA=1.74.2 sudo ./test/script/setup.sh env: - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib before_script: - go get github.com/otiai10/mint script: - go te...
Add runtime tests on Travis-CI
Add runtime tests on Travis-CI
YAML
mit
otiai10/gosseract,otiai10/gosseract,otiai10/gosseract,otiai10/gosseract
cd39887039f3596388b0a042245e9735b6d3d93f
.travis.yml
.travis.yml
language: java arch: - ppc64le - amd64 before_install: - if [ $TRAVIS_CPU_ARCH = ppc64le ]; then sudo apt-get install maven ; fi
language: java arch: - ppc64le - amd64 before_install: - if [ $TRAVIS_CPU_ARCH = ppc64le ]; then sudo apt-get install maven ; fi cache: directories: - $HOME/.m2
Improve Travis CI build Performance
Improve Travis CI build Performance
YAML
mit
gturri/aXMLRPC,timroes/aXMLRPC,gturri/aXMLRPC
719c45fe5c30800b84452247ef92f1413ac2d52b
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: jruby-1.7.16 script: bundle exec rspec -fs --color --order rand spec notifications: webhooks: http://requestb.in/14h19sy1
sudo: false language: ruby cache: bundler rvm: - jruby-1.7.16 - jruby-head script: bundle exec rspec -fs --color --order rand spec notifications: webhooks: http://requestb.in/14h19sy1 matrix: allow_failures: - rvm: jruby-head
Test jruby-head (and allow failures)
Test jruby-head (and allow failures)
YAML
mit
travis-ci/travis-tasks,jantman/travis-tasks,travis-ci/travis-tasks
8de03e4797404fc438604b383072f3a786ab8a4a
.travis.yml
.travis.yml
script: # By default Travis CI executes './gradlew build connectedCheck' if no 'script:' section found. - ./gradlew clean build connectedCheck language: android jdk: - oraclejdk8 android: components: - tools - build-tools-26.0.1 - android-26 - extra-android-m2repository # System image ne...
script: # By default Travis CI executes './gradlew build connectedCheck' if no 'script:' section found. - ./gradlew clean build connectedCheck language: android jdk: - oraclejdk8 android: components: - tools - build-tools-26.0.1 - android-26 - extra-android-m2repository # System image ne...
Upgrade emulator API to 24
Upgrade emulator API to 24
YAML
apache-2.0
literacyapp-org/literacyapp-appstore
6f7cb121a4b8e9ba865d244cdc6d8ad37a575ee7
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.11" - "0.10" - "0.12" - "4.0" - "4.1" before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
sudo: false language: node_js node_js: - "0.11" - "0.10" - "0.12" - "4.0" - "4.1" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat...
Update compiler to gcc 4.8 .
Update compiler to gcc 4.8 .
YAML
mit
cliffano/ae86
380a4e838879e50235787ed35981df56c26d1d12
.travis.yml
.travis.yml
language: node_js node_js: 8 cache: yarn: true directories: - node_modules matrix: include: - os: linux dist: trusty sudo: true addons: apt: packages: - rpm - g++-multilib - libxss-dev:i386 - snapd - os: osx osx_image: xcode8.3 branch...
language: node_js node_js: 8 cache: yarn: true directories: - node_modules matrix: include: - os: linux dist: trusty sudo: true addons: apt: packages: - rpm - g++-multilib - libxss-dev:i386 - snapd - os: osx osx_image: xcode8.3 branch...
Disable e2e tests in builds
Disable e2e tests in builds
YAML
mit
RocketChat/Rocket.Chat.Electron,RocketChat/Rocket.Chat.Electron,RocketChat/Rocket.Chat.Electron
8e21ebefe1623b7c3ce0e262e3817073373782bb
.travis.yml
.travis.yml
language: android env: global: - ADB_INSTALL_TIMEOUT=8 # 8 minutes (2 minutes by default) android: components: - tools - platform-tools - build-tools-24.0.1 - android-24 - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository - sys-img-armea...
language: android env: global: - ADB_INSTALL_TIMEOUT=16 # 8 minutes (2 minutes by default) android: components: - tools - platform-tools - build-tools-24.0.1 - android-24 - android-22 - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository ...
Change timeout, add android-24 and android-22
Change timeout, add android-24 and android-22
YAML
apache-2.0
voghDev/ProgressButtonView
f945e28d309c164093ec7606005b6578a3d90a9b
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 git: depth: 25 before_install: - make install dependencies script: make test # whitelist branches: only: - master
language: php php: - 5.4 - 5.5 git: depth: 1 install: - npm install -g grunt-cli - npm install - grunt install script: grunt test notifications: email: false
Update Travis CI config (commands, notifications)
Update Travis CI config (commands, notifications)
YAML
bsd-2-clause
MUNComputerScienceSociety/ABALookup,MUNComputerScienceSociety/ABALookup,MUNComputerScienceSociety/ABALookup
6d2c81138e5ffd4d0102ec0595a0184d6063e109
.travis.yml
.travis.yml
language: python # http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS before_install: travis_retry sudo ./bootstrap/ubuntu.sh install: "travis_retry pip install tox coveralls" script: "travis_retry tox" after_success: '[ "$TOXENV" == "cover" ] && coveralls' # using separate envs with different TOXENVs...
language: python # http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS before_install: travis_retry sudo ./bootstrap/ubuntu.sh install: "travis_retry pip install tox coveralls" script: "travis_retry tox" after_success: '[ "$TOXENV" == "cover" ] && coveralls' # using separate envs with different TOXENVs...
Revert "Remove support for python2.6"
Revert "Remove support for python2.6" This reverts commit dee1b7f04921aa5b6e193f20681ef1883db09046.
YAML
apache-2.0
BillKeenan/lets-encrypt-preview,skynet/letsencrypt,wteiken/letsencrypt,luorenjin/letsencrypt,brentdax/letsencrypt,jsha/letsencrypt,bestwpw/letsencrypt,twstrike/le_for_patching,rlustin/letsencrypt,rutsky/letsencrypt,sapics/letsencrypt,hsduk/lets-encrypt-preview,stewnorriss/letsencrypt,g1franc/lets-encrypt-preview,riseof...
6b37d1d49bbab0a7a79be15956d6f665ea7d57fc
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm install: travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit run notifications: slack: andela:TeaB0c7SsX2IUwH8XR4Ehmh9
language: php php: - 5.5.9 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm install: travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit run notifications: slack: andela:TeaB0c7SsX2IUwH8XR4Ehmh9
Test starting from 5.5.9 version
Test starting from 5.5.9 version
YAML
mit
andela/suyabay,andela/suyabay,andela/suyabay
aa82abe80ad026b80ca43097293c1e9f8caade5c
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.11' - '0.12' - '4.0' - '5.0' - iojs sudo: false after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov deploy: provider: releases api_key: secure: P6zTOafeMF3tVmK/GdNZ1tnJH4sioRN3s0VWfCepazy7RGBd/Gv3eI4Vgg/N4Y9ulacCKqJYGJYbS+qOrJBTYpZU+bo5dL/ftN5YN5Tj...
language: node_js node_js: - '0.10' - '0.11' - '0.12' - '4.0' - '5.0' - iojs sudo: false after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov deploy: - provider: npm email: tituswormer@gmail.com api_key: secure: lQfUtgnBXsX+HZlwTRYdcvTEI1T/axHQWJaFESdSaDSUn4j2NzTQRq/L6zy6GPj1RW5j3q...
Add npm deployment to Travis
Add npm deployment to Travis
YAML
mit
wooorm/mdast-yaml-config,akagomez/remark-yaml-meta,wooorm/remark-yaml-config
7b2af021b0499a32bffc8c2524d9fe6d96c792d2
.travis.yml
.travis.yml
language: python sudo: false python: - "3.6" cache: directories: - "$HOME/.pip-cache/" install: - "pip install flake8 --cache-dir $HOME/.pip-cache" - "pip install coverage --download-cache $HOME/.pip-cache" before_script: - "flake8 galena.py tests" script: - "coverage run -m unittest discover" a...
language: python sudo: false python: - "3.6" cache: directories: - "$HOME/.pip-cache/" install: - "pip install flake8 --cache-dir $HOME/.pip-cache" - "pip install coverage --cache-dir $HOME/.pip-cache" before_script: - "flake8 galena.py tests" script: - "coverage run -m unittest discover" after_...
Fix pip syntax error again
Fix pip syntax error again
YAML
bsd-3-clause
Remolten/galena
62d022a82079801240a38de8f1bbcef8f1cb04cc
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "stable" - "6"
sudo: false language: node_js node_js: - "stable" - "10" - "8"
Drop support for Node 6
Drop support for Node 6
YAML
mit
emgeee/gulp-standard
42729db5fabbb9335e603c11966cd5b82e7d39c2
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.7-dev" env: - DJANGO_VERSION=1.8.19 - DJANGO_VERSION=1.9.13 - DJANGO_VERSION=1.10.8 - DJANGO_VERSION=1.11.15 - DJANGO_VERSION=2.0.8 - DJANGO_VERSION=2.1 install: - pip install pipenv - pipenv install --dev - pipenv install Django==$DJANGO_VERSION scr...
language: python python: - "3.5" - "3.6" env: - DJANGO_VERSION=1.8.19 - DJANGO_VERSION=1.9.13 - DJANGO_VERSION=1.10.8 - DJANGO_VERSION=1.11.15 - DJANGO_VERSION=2.0.8 - DJANGO_VERSION=2.1 install: - pip install pipenv - pipenv install --dev - pipenv install Django==$DJANGO_VERSION script: - pipen...
Remove Python 3.7 for now
Remove Python 3.7 for now
YAML
mit
easy-as-python/django-webmention
58e2e222f9407d83233a8830b87603286814361a
.travis.yml
.travis.yml
language: ruby script: "rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - ree
language: ruby script: "rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ree
Add Rubinius to Travis build
Add Rubinius to Travis build
YAML
mit
xeron/twilio-ruby,twilio/twilio-ruby,MadBomber/twilio-ruby,jarodreyes/twilio-ruby,eloyesp/twilio-ruby,philnash/twilio-ruby,mypizza/twilio-ruby-private,hzchirs/twilio-ruby,sai43/twilio-ruby,dddaisuke/twilio-ruby,imranraja85/twilio-ruby,ShanaLMoore/Magic-8-text,dattyle/twilio-ruby,ashleydonohoe/twilio-ruby
7644f3cbc38d09c94d06954041575d053b8e8a43
.travis.yml
.travis.yml
sudo: true dist: xenial #services: # - docker #language: python #python: # - "3.4" script: # Get command line help - boot/bionitio-boot.sh -h
sudo: true dist: xenial #services: # - docker #language: python #python: # - "3.4" script: # Get command line help - boot/bionitio-boot.sh -h # Create a new repository using Python - boot/bionitio-boot.sh -i python -n skynet -c BSD-3-Clause -g cyberdyne -a 'Miles Bennett Dyson' -e 'miles@cyberdyne.com'
Add a test to create a new repository
Add a test to create a new repository
YAML
mit
biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,bionitio-team/bionitio,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool
543e8e3df2e96922d3912814751d644acb21dd97
.travis.yml
.travis.yml
language: php sudo: false php: - 7.1 - 7.2 env: MONGODB_SERVER= cache: directories: - $HOME/.composer/cache services: mongodb before_install: echo 'extension=mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini install: composer install --prefer-dist script: bin/php...
language: php sudo: false php: - 7.1 - 7.2 - 7.3 env: MONGODB_SERVER= cache: directories: - $HOME/.composer/cache services: mongodb before_install: echo 'extension=mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini install: composer install --prefer-dist scrip...
Add PHP 7.3 to Travis build
Add PHP 7.3 to Travis build Probably want to add 7.4 soon, also.
YAML
mit
pmishev/DoctrineExtensions
bf11d1cab2272808884ea2a334451f7ba64bf0de
.travis.yml
.travis.yml
language: python python: - "3.3" - "3.4" - "3.5" - "3.5-dev" - "nightly" script: python test.py
language: python python: - "3.3" - "3.4" - "3.5" - "3.5-dev" - "nightly" sudo: false script: python tests.py
Use containers on Travis, fix name of test runner
Use containers on Travis, fix name of test runner
YAML
mit
XeryusTC/search
07a6a084255cf4dc5699ed2e78a0d6ed57237efb
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./tests/lint.sh git: depth: 5
language: php php: - 5.4 - 5.5 - 5.6 - hhvm sudo: false env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./tests/lint.sh git: depth: 5
Use the container-based infrastructure on Travis
Use the container-based infrastructure on Travis
YAML
apache-2.0
duncan3dc/phpexcel,duncan3dc/phpexcel
256225411583a72b46bef11f5e90388c87e60a04
packages/se/servant-csharp.yaml
packages/se/servant-csharp.yaml
homepage: https://github.com/cutsea110/servant-csharp.git changelog-type: '' hash: a56cc5dadbccd1eef6b2fef9f6a952e82821d5ae0beeebf3b316e0253a550a67 test-bench-deps: {} maintainer: cutsea110@gmail.com synopsis: Generate servant client library for C# changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '...
homepage: https://github.com/cutsea110/servant-csharp.git changelog-type: '' hash: d50607de43d7061df9b8f74c0e11649797c8438b9e31756b1e53cc111bac3190 test-bench-deps: {} maintainer: cutsea110@gmail.com synopsis: Generate servant client library for C# changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '...
Update from Hackage at 2016-04-22T22:24:12+0000
Update from Hackage at 2016-04-22T22:24:12+0000
YAML
mit
commercialhaskell/all-cabal-metadata
9187dd8542b1360ae71d38fdfc0718ae545c0700
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.1 - 2.1.5 - 2.0.0 - jruby-head - jruby-9.0.0.0.pre1 - jruby-1.7.9 services: - redis-server env: global: - REDIS_URL="redis://127.0.0.1:6379/0" - JRUBY_OPTS="--dev" notifications: email: false
language: ruby rvm: - 2.2.1 - 2.1.5 - 2.0.0 - jruby-head - jruby-9.0.0.0.pre1 services: - redis-server env: global: - REDIS_URL="redis://127.0.0.1:6379/0" - JRUBY_OPTS="--dev" notifications: email: false
Remove jruby 1.7.9 from Travis
Remove jruby 1.7.9 from Travis
YAML
mit
lipanski/slow-down,lipanski/slow-down
2ab0b6e4c6b0471469b7334a49e58d9bb21313f9
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 addons: chrome: stable dist: trusty sudo: required matrix: fast_finish: true allow_failures: - env: TEST_TYPE=examples CAPA="browserName:chrome,platform:Windows 10,screenResolution:1680x1050" env: - TEST_TYPE=acceptance-test - TEST_TYPE=examples CAPA="browserName:chr...
language: java jdk: - openjdk8 addons: chrome: stable dist: xenial sudo: required matrix: fast_finish: true allow_failures: - env: TEST_TYPE=examples CAPA="browserName:chrome,platform:Windows 10,screenResolution:1680x1050" env: - TEST_TYPE=acceptance-test - TEST_TYPE=examples CAPA="browserName:chrom...
Change dist to xenial with openjdk, so recent chrome will work again
Change dist to xenial with openjdk, so recent chrome will work again
YAML
apache-2.0
fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures
720f84cc452be08869f4324e571ad91276c45577
.travis.yml
.travis.yml
language: ruby jdk: - oraclejdk7 services: - mongodb rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: rbx-19mode - rvm: rbx-18mode
language: ruby jdk: - oraclejdk7 services: - mongodb rvm: - 1.9.3 - 2.1.6 - 2.2.2 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: rbx-19mode - rvm: rbx-18mode - rvm: 2.1.6 - rvm: 2.2.2
Drop old ruby support and test against 2.1.6 and 2.2.2
Drop old ruby support and test against 2.1.6 and 2.2.2
YAML
mit
jwkoelewijn/mordor
d238159d760973a2db542aefe224965582f6f6fd
.travis.yml
.travis.yml
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Use the pre-release builds of chefdk
Use the pre-release builds of chefdk
YAML
apache-2.0
opscode-cookbooks/heartbeat,opscode-cookbooks/heartbeat,cla-rce/heartbeat,chef-cookbooks/heartbeat,chef-cookbooks/heartbeat,stem/heartbeat,stem/heartbeat,cla-rce/heartbeat
3c7e00aa5917bda487d1888cdb83683d34ea0dd0
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - env: "RAILS_VERSION=master" - rvm: ruby-head
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - ruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - env: "RAILS_VERSION=master" - rvm: ruby-head
Test against Ruby 2.1.1, not 2.1.0
Test against Ruby 2.1.1, not 2.1.0
YAML
mit
Arjeno/leases
1e9338c98fe95d378a5d0590eb250763eb286b1e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm inst...
sudo: false language: node_js node_js: - '4' - '6' - '8' - '10' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: -...
Build with Node.js 10 on Travis CI.
Build with Node.js 10 on Travis CI.
YAML
mit
bigeasy/hash,bigeasy/hash,bigeasy/hash,bigeasy/hash
fad6f38a471409c622aab5858c74999b3263bec5
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "iojs"
language: node_js node_js: - "0.10" - "0.12" - "iojs-v1.8.1"
Set io.js version to 1.8.1 since webworker-threads does not work for io.js 2.0.0
Set io.js version to 1.8.1 since webworker-threads does not work for io.js 2.0.0
YAML
mit
andywer/threadpool-js