Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-06-21T15:16:44Z | homepage: ''
changelog-type: ''
hash: 15605f3b48cadb39eb43dd87138e3cd3164e47c49b860b9656168b6f732350cc
test-bench-deps: {}
maintainer: Max Rabkin <max.rabkin@gmail.com>
synopsis: Haskell interface to the WordNet database
changelog: ''
basic-deps:
base: <4.8
filepath: -any
array: -any
containers: -any
all-versio... | homepage: ''
changelog-type: ''
hash: 1866659ce783bf3f1dd8572dbf85b70f21ef76abcc1a4852d5b19f68d78f2522
test-bench-deps: {}
maintainer: Max Rabkin <max.rabkin@gmail.com>
synopsis: Haskell interface to the WordNet database
changelog: ''
basic-deps:
base: ! '>=4 && <4.8'
filepath: -any
array: -any
containers: -any... |
Fix typo in Anniversary pack script | name: 'Enable Lightbearer pack'
on:
schedule:
# Run annually at 04:00 UTC on November 1st.
- cron: '0 4 1 11 *'
workflow_dispatch:
jobs:
enable-anniversary:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
... | name: 'Enable Anniversary pack'
on:
schedule:
# Run annually at 04:00 UTC on December 1st.
- cron: '0 4 1 12 *'
workflow_dispatch:
jobs:
enable-anniversary:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
... |
Update from Hackage at 2021-11-11T02:27:59Z | homepage: https://github.com/Ailrun/satyros#readme
changelog-type: ''
hash: a2204d51c461c7130c4b4db976c8f9f465d79b967e6f3a65b3ab72156abc414b
test-bench-deps:
free: -any
extra: -any
base: -any
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
satyros: -any
maintainer: jjc9310@gmail.com
sy... | homepage: https://github.com/Ailrun/satyros#readme
changelog-type: ''
hash: 706ac67cf95a5c50bcdb3c5d7291e4a057d510f9b38d2eb169e759afbc24fc94
test-bench-deps:
free: -any
extra: -any
base: -any
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
satyros: -any
maintainer: jjc9310@gmail.com
sy... |
Update from Hackage at 2017-08-08T20:37:10Z | homepage: ''
changelog-type: ''
hash: eca1ae5097a06b07e0da10db73362bbd821f73c5e99899da1ccf7d468fc57553
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.10'
vector-space: ! '>=0.7 && <0.11'
all-vers... | homepage: ''
changelog-type: ''
hash: 84bac166db7ed9ad8be43fb921dad04976346b9991039aa3ab67cdd961e5feed
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.11'
vector-space: ! '>=0.7 && <0.12'
all-vers... |
Add i18n phrases for usergroups setting | i18n:
en-US:
admin:
core:
title: Nodeca admin panel
menus:
navbar:
system: System
sidebar:
settings: Global settings
| i18n:
en-US:
admin:
core:
title: Nodeca admin panel
menus:
navbar:
system: System
sidebar:
settings: Global settings
settings:
usergroups:
group_visible_title: Group visible
group_visible_help: Boolean flag, show this group... |
Add version resolver to Release Drafter | name-template: "$NEXT_PATCH_VERSION"
tag-template: "$NEXT_PATCH_VERSION"
categories:
- title: "Added"
labels:
- "changelog: Added"
- "enhancement"
- title: "Changed"
label: "changelog: Changed"
- title: "Deprecated"
label: "changelog: Deprecated"
- title: "Removed"
label: "changelog... | name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
categories:
- title: "Added"
labels:
- "changelog: Added"
- "enhancement"
- title: "Changed"
label: "changelog: Changed"
- title: "Deprecated"
label: "changelog: Deprecated"
- title: "Removed"
label: "changelog: Re... |
Bump actions/setup-java from 2.3.1 to 2.4.0 | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... |
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
fields:
- name: date
label: Date
type: datetime
hidden: false
default:
- name: tags
label: Tags
type: text
hidden: false
default:
- name: images
label: Images
type: text
hidden: false
default: ''
| ---
hide_body: false
fields:
- name: date
label: Date
type: datetime
hidden: false
default:
- type: textarea
name: description
label: Description
- name: images
label: Images
type: text
hidden: false
default: ''
|
Split CI tasks in two | image: python:3.4.3
before_script:
- pip install tox
test:
script:
- tox
| image: python:3.4.3
before_script:
- pip install tox
test:
script:
- tox -e py34
style:
script:
- tox -e style
|
Disable Azure Pipelines for now | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package... | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- none
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package
... |
Update Gardine to 0.4 (4) | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/yauhen-l/gardine
IssueTracker: https://github.com/yauhen-l/gardine/issues
Bitcoin: bc1qz3avvmrkh93y6rq6jp9yhm8n5v78s06n8aghu4
AutoName: Gardine
RepoType: git
Repo: https://github.com/yauhen-l/gardine
Builds:
- versionName: '0.1'
versio... | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/yauhen-l/gardine
IssueTracker: https://github.com/yauhen-l/gardine/issues
Bitcoin: bc1qz3avvmrkh93y6rq6jp9yhm8n5v78s06n8aghu4
AutoName: Gardine
RepoType: git
Repo: https://github.com/yauhen-l/gardine
Builds:
- versionName: '0.1'
versio... |
Move save cache to the end of the flow | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-27-alpha
environment:
TZ: Asia/Tokyo
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "and... | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-27-alpha
environment:
TZ: Asia/Tokyo
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "and... |
Remove swift update package phase | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: '9.3.0'
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- run:
... | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: '9.3.0'
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- save_ca... |
Fix circle ci build issues | version: 2
jobs:
build:
parallelism: 4
shell: /bin/bash --login
docker:
- image: ericfreese/zsh-autosuggestions-test:latest
command: /sbin/init
steps:
- checkout
- run:
name: Running tests
command: |
for v in $(grep "^[^#]" ZSH_VERSIONS | awk "(NR + $CIRCLE_... | version: 2
jobs:
build:
parallelism: 4
shell: /bin/bash --login
docker:
- image: ericfreese/zsh-autosuggestions-test:latest
steps:
- checkout
- run:
name: Running tests
command: |
for v in $(grep "^[^#]" ZSH_VERSIONS | awk "(NR + $CIRCLE_NODE_INDEX) % $CIRCLE_NODE... |
Update from Forestry.io - Updated Forestry configuration | ---
label: colinha
hide_body: true
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
c... | ---
label: colinha
hide_body: false
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
... |
Update github action to include mariadb service | name: tests
# Run actions when pushing to the testing branch or when you create a
# PR against it
on:
push:
branches: [ testing ]
pull_request:
branches: [ testing ]
jobs:
unittest:
runs-on: ubuntu-latest
container: bonfacekilz/python2-genenetwork2:latest
steps:
# Use v1 of checkout sin... | name: tests
# Run actions when pushing to the testing branch or when you create a
# PR against it
on:
push:
branches: [ testing ]
pull_request:
branches: [ testing ]
jobs:
unittest:
runs-on: ubuntu-latest
container: bonfacekilz/python2-genenetwork2:latest
services:
mariadb:
im... |
Use default image unless necessary | version: 0.0.1.{build}-test
os:
- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.2
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.2.4
NOCOMPAT: true
- LUA_VER: 5.3.1
- LUA_VER: 5.3.1
NOCOMPAT: true
- LJ_VER: 2.0.4
- LJ_VER: 2.1
platform:
- x86
- x64
... | version: 0.0.1.{build}-test
# Use default image unless needed
#os:
#- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.2
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.2.4
NOCOMPAT: true
- LUA_VER: 5.3.1
- LUA_VER: 5.3.1
NOCOMPAT: true
- LJ_VER: 2.0.4
- LJ_V... |
Remove build configuration and platform to build default for AppVeyor |
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: X64
configuration:
- Release
build:
parallel: true ... |
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
build:
parallel: true # enable MSBuild parallel builds
project: src\bar-mgmt.sln # path to Visual Studio solution or pro... |
Use docker-make builder from okkur's gcr | steps:
- name: 'gcr.io/erfanb-223517/docker-make'
args: ['docker-build']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/txtdirect:latest', '.']
images:
- 'gcr.io/$PROJECT_ID/txtdirect:dev-$short-commit-id' | steps:
- name: 'gcr.io/okkur-230615/docker-make'
args: ['docker-build']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/txtdirect:dev-$SHORT_SHA', '.']
images:
- 'gcr.io/$PROJECT_ID/txtdirect:dev-$SHORT_SHA' |
Change become to become_user for same user | ---
- name: Upgrade all packages
yum:
name: '*'
state: latest
become: yes
| ---
- name: Upgrade all packages
yum:
name: '*'
state: latest
become_user: "{{ ansible_user_id }}"
|
Update CurrentVersion of LibreCHovid to 1.4.1 (14010) | Categories:
- Sports & Health
License: MPL-2.0
SourceCode: https://github.com/c4dt/dp3t-app-android-ch/
IssueTracker: https://github.com/c4dt/dp3t-app-android-ch/issues
AutoName: LibreCHovid
RepoType: git
Repo: https://github.com/c4dt/dp3t-app-android-ch/
Builds:
- versionName: 1.3.1+nogaen-1
versionCode: 13... | Categories:
- Sports & Health
License: MPL-2.0
SourceCode: https://github.com/c4dt/dp3t-app-android-ch/
IssueTracker: https://github.com/c4dt/dp3t-app-android-ch/issues
AutoName: LibreCHovid
RepoType: git
Repo: https://github.com/c4dt/dp3t-app-android-ch/
Builds:
- versionName: 1.3.1+nogaen-1
versionCode: 13... |
Update CV of Corona Stats to 1.0.3 (3) | Categories:
- Sports & Health
- Internet
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/CoronaStats
IssueTracker: https://gitlab.com/AuroraOSS/CoronaStats/issues
Changelog: https://gitlab.com/AuroraOSS/Coron... | Categories:
- Sports & Health
- Internet
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/CoronaStats
IssueTracker: https://gitlab.com/AuroraOSS/CoronaStats/issues
Changelog: https://gitlab.com/AuroraOSS/Coron... |
Add missing word to guidance on check failure | name: Check
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
check-news-entry:
name: news entry
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# `towncrier check` runs `git diff --name-only origin/main...`, which
... | name: Check
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
check-news-entry:
name: news entry
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# `towncrier check` runs `git diff --name-only origin/main...`, which
... |
Update CI workflow to also run on PRs | name: CI
on: push
jobs:
test:
name: Lint & Test
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@master
- name: Setup environment
id: setups
run: |-
echo "::set-output name=yarn_cache:... | name: CI
on:
push:
pull_request:
jobs:
test:
name: Lint & Test
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@master
- name: Setup environment
id: setups
run: |-
echo "::set-outp... |
Add checkout to bundle task | version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Checkout code"
task:
jobs:
- name: checkout code from Github
commands:
- checkout
- name: "Bundle"
task:
jobs:
- name: bundle gems
... | version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Bundle"
task:
jobs:
- name: bundle gems
commands:
- checkout
- bundle
- name: "Run tests"
task:
jobs:
- name: tests
com... |
Use git url by default for wundermachina. | project:
name: ansibleref
ansible:
remote: https://github.com/wunderkraut/WunderMachina.git
branch: master
revision:
buildsh:
enabled: true
branch: develop
revision:
wundertools:
branch: master
externaldrupal:
remote:
branch:
| project:
name: ansibleref
ansible:
remote: git@github.com:wunderkraut/WunderMachina.git
branch: master
revision:
buildsh:
enabled: true
branch: develop
revision:
wundertools:
branch: master
externaldrupal:
remote:
branch:
|
Install cloc for LOC metrics | boxen::personal::homebrew_packages:
- ack
- findutils
- gnu-tar
- mercurial
- forego
- graphviz
- groovy
- lcov
- imagemagick
- sqlite3
- devd
"nodejs::build::ensure": "v2.1.0"
"nodejs::nodenv::ensure": "v0.2.0"
"ruby::build::ensure": "v20160130"
"ruby::rbenv::ensure": "v1.0.0"
"python::pyenv::... | boxen::personal::homebrew_packages:
- ack
- findutils
- gnu-tar
- mercurial
- forego
- graphviz
- groovy
- lcov
- imagemagick
- sqlite3
- devd
- cloc
"nodejs::build::ensure": "v2.1.0"
"nodejs::nodenv::ensure": "v0.2.0"
"ruby::build::ensure": "v20160130"
"ruby::rbenv::ensure": "v1.0.0"
"python... |
Add aws s3 publish script | ## Customize the test machine
machine:
timezone:
Asia/Dubai # Set the timezone
# Version of ruby to use
ruby:
version:
2.2.0
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
dev.abhishekpareek.io: 127.0.0.1
## Customize dependencies
dependencies:
pre:
- gem install bundler
... | ## Customize the test machine
machine:
timezone:
Asia/Dubai # Set the timezone
# Version of ruby to use
ruby:
version:
2.2.0
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
dev.abhishekpareek.io: 127.0.0.1
## Customize dependencies
dependencies:
pre:
- gem install bundler
... |
Unify deployment sections in CirlceCI config. | machine:
services:
- docker
node:
version:
0.12.4
python:
version:
2.7.3
dependencies:
pre:
- make deps
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
test:
override:
... | machine:
services:
- docker
node:
version:
0.12.4
python:
version:
2.7.3
dependencies:
pre:
- make deps
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
test:
override:
... |
Comment out github config on sample | github:
keys:
- client_id:client_secret
mongo: mongodb://127.0.0.1/frisky
redis: 127.0.0.1 | # github:
# keys:
# - client_id:client_secret
mongo: mongodb://127.0.0.1/frisky
redis: 127.0.0.1
|
Update from Hackage at 2016-12-24T01:52:35Z | homepage: https://github.com/maoe/ghc-prof
changelog-type: ''
hash: 9327597db974c8648fe623e2213d126a96daf9041710da786b1ce1d06492f29c
test-bench-deps:
base: -any
text: -any
filepath: -any
process: -any
containers: -any
ghc-prof: -any
tasty-hunit: ! '>=0.9.1 && <0.10'
attoparsec: ! '>=0.10 && <0.14'
tem... | homepage: https://github.com/maoe/ghc-prof
changelog-type: ''
hash: 08fb1eed7c12839ec51d8e2a6347ddf02f9457c53fd211389a9875667a75d4c6
test-bench-deps:
base: -any
text: -any
filepath: -any
process: -any
containers: -any
ghc-prof: -any
tasty-hunit: ! '>=0.9.1 && <0.10'
attoparsec: ! '>=0.10 && <0.14'
tem... |
Update location for tar file | {% set name = "libharu" %}
{% set version = "2.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/libharu/libharu/archive/master.zip
sha256: 3cc03c5fc0953621e88637a8a004d1ed4c61d050502a0429caab263919b10834
build:
number: 0
requirements:
build:
- {{ compile... | {% set name = "libharu" %}
{% set version = "2.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/libharu/libharu/archive/RELEASE_{{ version.replace('.', '_') }}.tar.gz
sha256: 8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2
build:
number: 0
req... |
Move Amqp related code to OroPro namespace but keep the namepspace Oro | imports:
- { resource: config_prod.yml }
- { resource: parameters_test.yml }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: session.storage.mock_f... | imports:
- { resource: config_prod.yml }
- { resource: parameters_test.yml }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: session.storage.mock_f... |
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: true
is_partial: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: select
name: vendor
config:
source:
type: simple
options:
- YouTube
- Vimeo
label: Vendor
- ty... | ---
hide_body: true
is_partial: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: select
name: vendor
config:
source:
type: simple
options:
- YouTube
- Vimeo
label: Vendor
- ty... |
Add updated Heat template for deploying Docker image | heat_template_version: 2013-05-23
description: >
Heat template to deploy Docker containers to an existing host
resources:
nginx-01:
type: DockerInc::Docker::Container
properties:
image: nginx
docker_endpoint: 'tcp://192.168.1.207:2345' | heat_template_version: 2013-05-23
description: >
Heat template to deploy Docker containers to an existing host
resources:
nginx-01:
type: DockerInc::Docker::Container
properties:
image: nginx
docker_endpoint: 'tcp://172.16.6.18:2375'
port_specs:
- 80
port_bindings:
80... |
Add longer retention on topics | exporter:
enabled: false
image:
repositry: rbrndt/kafka-prometheus
tag: latest
pullPolicy: IfNotPresent
port: 7204
image:
repository: monasca/kafka
tag: 0.9.0.1-2.11
pullPolicy: IfNotPresent
topic_config: segment.ms=900000
service:
type: ClusterIP
port: 9092
resources:
requests:
memory... | exporter:
enabled: false
image:
repositry: rbrndt/kafka-prometheus
tag: latest
pullPolicy: IfNotPresent
port: 7204
image:
repository: monasca/kafka
tag: 0.9.0.1-2.11
pullPolicy: IfNotPresent
topic_config: segment.ms=900000,retention.ms=86400000
service:
type: ClusterIP
port: 9092
resources:
... |
Tag controllers that are used within tests with `app.rest.controller` tag. | services:
# default configuration for services in *this* file
_defaults:
# automatically injects dependencies in your services
autowire: true
# automatically registers your services as commands, event subscribers, etc.
autoconfigure: true
# this means you cannot fetch ser... | services:
# default configuration for services in *this* file
_defaults:
# automatically injects dependencies in your services
autowire: true
# automatically registers your services as commands, event subscribers, etc.
autoconfigure: true
# this means you cannot fetch ser... |
Update Price Per Unit to 1.3.8 (14) | Categories:
- Money
License: Apache-2.0
AuthorName: Brent Vollebregt
AuthorEmail: brent.vollebregt@gmail.com
AuthorWebSite: https://nitratine.net/
WebSite: https://nitratine.net/blog/post/price-per-unit/
SourceCode: https://github.com/brentvollebregt/price-per-unit
IssueTracker: https://github.com/brentvollebregt/pri... | Categories:
- Money
License: Apache-2.0
AuthorName: Brent Vollebregt
AuthorEmail: brent.vollebregt@gmail.com
AuthorWebSite: https://nitratine.net/
WebSite: https://nitratine.net/blog/post/price-per-unit/
SourceCode: https://github.com/brentvollebregt/price-per-unit
IssueTracker: https://github.com/brentvollebregt/pri... |
Add newer versions of Ruby | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- sudo apt-get install -qq lintian
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2.1
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- sudo apt-get install -qq lintian
|
Add latest rubies to Travis | language: ruby
rvm:
- 2.4.1
- 2.3.1
- 2.2
- 2.1
- 2.0
matrix:
# Rubinius periodically fails in general, and it always segfaults for RuboCop
# in particular. Until we figure out how to make it work consistently, allow
# it to fail without breaking the build.
allow_failures:
- rvm: rbx-2
include:
... | language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.2
- 2.1
- 2.0
matrix:
# Rubinius periodically fails in general, and it always segfaults for RuboCop
# in particular. Until we figure out how to make it work consistently, allow
# it to fail without breaking the build.
allow_failures:
- rvm: rbx-2
... |
Update Node version for Travis | language: node_js
node_js:
- "0.8"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- bower install
script: "grunt" | language: node_js
node_js:
- "0.10"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- bower install
script: "grunt" |
Add a sleep to allow the server to get ready | language: python
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: "python setup.py install"
script: nosetests -s
env:
- NEO4J_VERSION="3.0.7"
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
- wget dist.neo4... | language: python
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: "python setup.py install"
script: nosetests -s
env:
- NEO4J_VERSION="3.0.7"
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
- wget dist.neo4... |
Use Sphinx and more python modules from Ubuntu repo | language: python
python:
- "2.6"
before_install:
- sudo apt-get install texlive-math-extra dvipng texlive-latex-extra
- sudo easy_install -U Sphinx dateutils
script:
- cd blogweb && sudo make html
| language: python
python:
- "2.6"
before_install:
- sudo apt-get install texlive-math-extra dvipng texlive-latex-extra python-sphinx python-argparse python-dateutil python-tz
- sudo easy_install -U dateutils
script:
- cd blogweb && sudo make html
|
Allow beta build to fail. | language: rust
rust:
- 1.1.0
- beta
- nightly
sudo: false
script:
- make
- make test
- make build-check
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
| language: rust
rust:
- 1.1.0
- beta
- nightly
sudo: false
script:
- make
- make test
- make build-check
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
- rust: beta
|
Add lowest and highest dependencies tests | language: php
matrix:
include:
- php: hhvm
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true
sudo: false
cache:
directories:
- $HOME/.composer/cache
install: compos... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: deps=low
- php: 5.6
env: deps=high
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
f... |
Merge JVM & JS builds | language: scala
scala:
- 2.12.13
- 2.13.5
- 3.0.0-RC1
jdk:
- openjdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
env:
- TARGET=JVM PRE=test:compile
- ... | language: scala
scala:
- 2.12.13
- 2.13.5
- 3.0.0-RC1
jdk:
- openjdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
script:
- sbt ++$TRAVIS_SCALA_VERSION t... |
Use the new build env on Travis | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
script: bundle exec rake db:reset test:all
env:
- "RAILS_VERSION=3.1.12"
- "RAILS_VERSION=3.2.19"
- "RAILS_VERSION=4.0.8"
- "RAILS_VERSION=3.2.19 TEST_RAILS_API=true"
- "RAILS_VERSION=4.0.8 TEST_RAILS_API=true"
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
sudo: false
script: bundle exec rake db:reset test:all
env:
- "RAILS_VERSION=3.1.12"
- "RAILS_VERSION=3.2.19"
- "RAILS_VERSION=4.0.8"
- "RAILS_VERSION=3.2.19 TEST_RAILS_API=true"
- "RAILS_VERSION=4.0.8 TEST_RAILS_API=true"
|
Add node 10 to the test matrix | language: node_js
node_js:
- "6"
- "8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
| language: node_js
node_js:
- "6"
- "8"
- "10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
|
Use container-based infrastructure, and turn on caching | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
| sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
|
Fix deploy, move push script to correct place | language: r
cache: packages
sudo: false
r:
- bioc-release
- bioc-devel
warnings_are_errors: false
after_success:
- pwd
- cd ..
- git clone --depth=50 --branch=master https://github.com/bcbio/bcbio_rnaseq_output_example.git
- mkdir template
- cd template
- cp ../bcbio_rnaseq_output_example/setup.R .
- ... | language: r
cache: packages
sudo: false
r:
- bioc-release
- bioc-devel
warnings_are_errors: false
after_success:
- pwd
- cd ..
- git clone --depth=50 --branch=master https://github.com/bcbio/bcbio_rnaseq_output_example.git
- mkdir template
- cd template
- cp ../bcbio_rnaseq_output_example/setup.R .
- ... |
Remove pypy/pypy3 from allowed failures | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
matrix:
allow_failures:
- python: pypy
- python: pypy3
before_install:
- sudo apt-get update
install:
- sudo apt-get install ghc cabal-install git xcb-proto happy alex xvfb libxcb1-dev x11-apps parallel
- cabal updat... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
before_install:
- sudo apt-get update
install:
- sudo apt-get install ghc cabal-install git xcb-proto happy alex xvfb libxcb1-dev x11-apps parallel
- cabal update
- cabal install --only-dependencies --enable-tests
- cabal c... |
Test Ruby 2.6 as well | language: ruby
sudo: false
rvm:
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-19mode
| language: ruby
sudo: false
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-19mode
|
Correct typo in Travis CI file. | nguage: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
|
Update Travis with explicit emails | language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
| language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
notifications:
email:
- dave@famo.us
- fetterman@famo.us
- myles@famo.us
|
Remove Python 3.10 from tests. | dist: bionic
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
env:
- DJANGO_VERSION=2.2
- DJANGO_VERSION=3.2
# command to install dependencies
install:
- pip install django~=$DJANGO_VERSION
- pip install -r requirements.txt
- pip install python-coveralls coverage
# command to run tests
script... | dist: bionic
language: python
python:
- "3.7"
- "3.8"
- "3.9"
env:
- DJANGO_VERSION=2.2
- DJANGO_VERSION=3.2
# command to install dependencies
install:
- pip install django~=$DJANGO_VERSION
- pip install -r requirements.txt
- pip install python-coveralls coverage
# command to run tests
script:
- cover... |
Update Travis config to Go 1.6.2 | language: go
sudo: false
go:
- 1.5.4
- 1.6.1
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...
| language: go
sudo: false
go:
- 1.5.4
- 1.6.2
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...
|
Make Travis build fail upon a test failure | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: c
# Make sure CMake is installed
install:
- sudo apt-get install cmake mono-devel mono-gmcs
# Run the Build script
script:
- git submodule update --init
- mkdir cmake-build
- cd cmake-build
- cmake -DTHREADSAFE=ON -DCMAKE_BUILD_T... | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: c
# Make sure CMake is installed
install:
- sudo apt-get install cmake mono-devel mono-gmcs
# Build libgit2, LibGit2Sharp and run the tests
script:
- git submodule update --init
- mkdir cmake-build
- cd cmake-build
- cmake -DTHRE... |
Fix typo in perl version. | language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.12"
- "5.10"
- "5.08"
before_install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
install:
- cpanm --quiet --notest --installdeps .
script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -l t
-... | language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.12"
- "5.10"
- "5.8"
before_install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
install:
- cpanm --quiet --notest --installdeps .
script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -l t
- ... |
Add graphviz to CI dependecies | language: ruby
rvm:
- 2.2.5
- 2.3.0
- 2.3.1
- jruby
| before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgraphviz-dev graphviz
language: ruby
rvm:
- 2.2.5
- 2.3.0
- 2.3.1
- jruby
|
Add Ruby 2.2 to Travis CI, drop Ruby 1.9. | rvm:
- 2.1.0
- 2.0.0
- 1.9.3
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
| rvm:
- 2.2.0
- 2.1.0
- 2.0.0
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
|
Test on the latest Ruby releases in Travis | sudo: false
language: ruby
cache: bundler
branches:
only:
- master
before_install:
- gem update --system
- gem install bundler
- bundle --version
- gem --version
bundler_args: --jobs=3 --retry=3 --without changelog
script:
- bundle exec rake build
- bundle exec rake spec
matrix:
include:
- r... | sudo: false
language: ruby
cache: bundler
branches:
only:
- master
before_install:
- gem update --system
- gem install bundler
- bundle --version
- gem --version
bundler_args: --jobs=3 --retry=3 --without changelog
script:
- bundle exec rake build
- bundle exec rake spec
matrix:
include:
- r... |
Exclude fetchmail_incoming_log + fetchmail_notify_error_to_sender_test addon to prevent error in Travis related to OCA/OCB | language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
python:
- "3.6"
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
stages:
- test
jobs:
include:
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT... | language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
python:
- "3.6"
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
stages:
- linting
- test
jobs:
include:
- stage: linting
name: "pre-commit"
before_insta... |
Add git options to Travis build. | language: objective-c
install:
- npm install -g swift-playground-builder
script:
# Generate README.playground from README.md
- make
- git add .
- git commit -m"Playground update from Travis [ci skip]"
- git push
- pushd IDZSwiftCommonCrypto
- rm -rf CommonCrypto
- ./GenerateCommonCryptoModule iphonesimulator8.0 .
- c... | language: objective-c
install:
- npm install -g swift-playground-builder
script:
# Generate README.playground from README.md
- make
- git config --global push.default simple
- git commit -a -m"Playground update from Travis [ci skip]"
- git push
- pushd IDZSwiftCommonCrypto
- rm -rf CommonCrypto
- ./GenerateCommonCryp... |
Update Ruby 2.4 version in Travis config | sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
| sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
|
Move the TZ env to the main runner | language: ruby
cache:
bundler: true
directories:
- node_modules
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default
before_install: test -d node_modules || npm install
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec"
- rvm: rbx
env:... | language: ruby
cache:
bundler: true
directories:
- node_modules
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
before_install: test -d node_modules || npm install
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="r... |
Test Ruby 2.1.1 on Travis | language: ruby
after_script:
- cane
- yard stats --list-undoc
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
notifications:
email:
on_success: always
on_failure: always
| language: ruby
after_script:
- cane
- yard stats --list-undoc
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
notifications:
email:
on_success: always
on_failure: always
|
Use matrix approach for different build environments. | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -U coveralls appveyor-artifacts mock
# command to run tests
script:
nosetests --with-coverage --cover-package=asciimatics
after_success:
... | ---
sudo: false
language: python
matrix:
fast_finish: true
include:
- env: BUILD=test
python: '2.7'
- env: BUILD=test
python: '3.3'
- env: BUILD=test
python: '3.4'
- env: BUILD=test
python: '3.5'
- env: BUILD=test
python: '3.6'
- env: BUILD=test
python:... |
Use Xcode 8.3 on Travis CI | os: osx
osx_image: xcode8.0
language: cpp
compiler:
- clang
install:
- git submodule update --init --depth 1
script:
- xcodebuild -project build/PomdogTest.xcodeproj clean
- xcodebuild -project build/PomdogTest.xcodeproj
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj clean
- xcodeb... | os: osx
osx_image: xcode8.3
language: cpp
compiler:
- clang
install:
- git submodule update --init --depth 1
script:
- xcodebuild -project build/PomdogTest.xcodeproj clean
- xcodebuild -project build/PomdogTest.xcodeproj
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj clean
- xcodeb... |
Test Ruby 3 + Rails 6.1 | language: ruby
sudo: false
cache: bundler
services:
- postgresql
jdk:
- openjdk11
rvm:
- ruby-2.7
- ruby-2.6
- ruby-2.5
- jruby
gemfile:
- gemfiles/ar60.gemfile
- gemfiles/ar52.gemfile
- gemfiles/ar51.gemfile
env:
global:
- JRUBY_OPTS="--dev --debug"
matrix:
- ADAPTER="postgresql"
- AD... | language: ruby
sudo: false
cache: bundler
services:
- postgresql
jdk:
- openjdk11
rvm:
- ruby-3.0
- ruby-2.7
- ruby-2.6
- ruby-2.5
- jruby
gemfile:
- gemfiles/ar61.gemfile
- gemfiles/ar60.gemfile
- gemfiles/ar52.gemfile
- gemfiles/ar51.gemfile
env:
global:
- JRUBY_OPTS="--dev --debug"
matr... |
Build triggered on push to master | name: Build
on:
push:
branches:
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOC... | name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCK... |
Change vagrant box to vanilla centos/7. | ---
- name: vps.dev
description: Personal VPS
box: puppetlabs/centos-6.6-64-nocm
box_version: 1.0.2
cpus: 2
cpu_execution_cap: 75
ram: 1024
public_network:
bridge: "en0: Wi-Fi (AirPort)"
ip: 192.168.2.101
| ---
- name: vps.dev
description: Personal VPS
box: centos/7
box_version: "1509.01"
cpus: 2
cpu_execution_cap: 75
ram: 1024
public_network:
bridge: "en0: Wi-Fi (AirPort)"
ip: 192.168.2.101
|
Use update in Travis CI | language: php
env:
global:
- XDEBUG_MODE=coverage
matrix:
include:
- php: 7.2
env: PHPUNIT_VERSION=8
- php: 7.4
env: PHPUNIT_VERSION=9
- php: 8.0
env: PHPUNIT_VERSION=9
- php: 8.1
env: PHPUNIT_VERSION=9
sudo: false
before_install:
- if [ "$TRAVIS_PHP_VERSION" == ... | language: php
env:
global:
- XDEBUG_MODE=coverage
matrix:
include:
- php: 7.2
env: PHPUNIT_VERSION=8
- php: 7.4
env: PHPUNIT_VERSION=9
- php: 8.0
env: PHPUNIT_VERSION=9
- php: 8.1
env: PHPUNIT_VERSION=9
sudo: false
before_install:
- if [ "$TRAVIS_PHP_VERSION" == ... |
Disable xdebug in Travis CI | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script: phpunit -c phpunit.xml.dist
notifications:
email:
- info@endroid.nl
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- composer self-update && composer install --no-interaction
script:
- phpunit
notifications:
... |
Add Perl 6 v 2017.05 | language: perl6
perl6:
- latest
- '2017.04'
install:
- git clone https://github.com/WizardMac/ReadStat.git
- cd ReadStat
- ./autogen.sh
- ./configure
- make
- sudo cp .libs/*.* /usr/lib
- iconv -l
- cd ..
| language: perl6
perl6:
- latest
- '2017.05'
- '2017.04'
install:
- git clone https://github.com/WizardMac/ReadStat.git
- cd ReadStat
- ./autogen.sh
- ./configure
- make
- sudo cp .libs/*.* /usr/lib
- cd ..
|
Remove gulp from Travis build | dist: trusty
sudo: required
addons:
chrome: stable
language: node_js
node_js:
- "8"
- "10"
before_install:
- npm install --global gulp
| dist: trusty
sudo: required
addons:
chrome: stable
language: node_js
node_js:
- "8"
- "10"
|
Remove universal flag from release job | sudo: false
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- os: linux
python: 3.8
env: TOXENV=py38
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37
sudo: true
- python: "3.6"
env: TO... | sudo: false
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- os: linux
python: 3.8
env: TOXENV=py38
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37
sudo: true
- python: "3.6"
env: TO... |
Add Pull Request specific built script | language: java
branches:
only:
- master
jdk:
- oraclejdk8
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script: "mvn deploy --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true"
after_success:
- ... | language: java
branches:
only:
- master
jdk:
- oraclejdk8
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script:
- >
if [ "$TRAVIS_PULL_REQUEST" != "false" ];
then mvn verify --settings target/travis/settings.xml -Dsettings.security=target/travis/setti... |
Remove jruby, it reports java as platform :/ | script:
- bundle
- bundle exec rspec
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
- jruby-19mode
notifications:
email:
on_success: always
on_failure: always
| script:
- bundle
- bundle exec rspec
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
notifications:
email:
on_success: always
on_failure: always
|
Add port to Travis IRC notification config | language: python
python:
- 2.6
- 2.7
- pypy
install:
- python setup.py develop
- pip install Attest
script:
- python -mattest.run plastictests.tests
notifications:
irc:
channels:
- "irc.ozinger.org#hongminhee"
on_success: change
on_failure: always
| language: python
python:
- 2.6
- 2.7
- pypy
install:
- python setup.py develop
- pip install Attest
script:
- python -mattest.run plastictests.tests
notifications:
irc:
channels:
- "irc.ozinger.org:8080#hongminhee"
on_success: change
on_failure: always
|
Stop Travis from building the webpack branch | language: node_js
node_js:
- '8'
sudo: false
install:
- npm install
jobs:
include:
- stage: Test
script: npm run test
- stage: Webpack Release
script: npm run webpack
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: out
... | language: node_js
node_js:
- '8'
sudo: false
install:
- npm install
jobs:
include:
- stage: Test
script: npm run test
- stage: Webpack Release
script: npm run webpack
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: out
... |
Remove Python 2.5 from Travis builds since it fails | language: python
services:
- memcached
python:
- 2.5
- 2.6
- 2.7
install: python setup.py install
before_script:
- pip install nose
script: python bin/runtests.py
| language: python
services:
- memcached
python:
- 2.6
- 2.7
install: python setup.py install
before_script:
- pip install nose
script: python bin/runtests.py
|
Throw rubies at the wall, see what sticks | rvm:
- 1.9.3
gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.2.x
- test/gemfiles/Gemfile.rails-edge
notifications:
email: false
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.2.x
- test/gemfiles/Gemfile.rails-edge
notifications:
email: false
|
Add RabbitMQ as a service we require | language: go
go:
- 1.1
- 1.2
services:
- redis-server
install: go get -v ./...
script: go test -v ./...
| language: go
go:
- 1.1
- 1.2
services:
- rabbitmq
- redis-server
install: go get -v ./...
script: go test -v ./...
|
Update Travis: use Symfony 2.0.10 | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.9
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master
before_script: php vendor/vendors.php
script: phpunit --coverage-text | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.10
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master
before_script: php vendor/vendors.php
script: phpunit --coverage-text |
Enable fast finish in Travis | language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
- .forge-release/publish
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPP... | ---
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
- .forge-release/publish
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- ... |
Remove cache - having troubles updating nikic/php-parser due to permissions on binary | language: php
matrix:
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION='2.7.*'
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VERSION='3.0.*'
- php: hhvm
allow_failures:
- php: hhvm
cache:
di... | language: php
matrix:
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION='2.7.*'
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VERSION='3.0.*'
- php: hhvm
allow_failures:
- php: hhvm
before_inst... |
Test on new Ruby versions. | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- rbx-2
before_install:
- gem install bundler
script:
- rake spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby
before_install:
- gem install bundler
script:
- rake spec
|
Remove apt cache as it does not work | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- node
cache: apt
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- npm run benchmark
... | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- node
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- npm run benchmark
- node-gyp... |
Update Travis file to use container-based infrastructure | language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script: go build
| sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script: go build
|
Support ARM, which also means raspberry pi! | language: go
go:
- 1.4
sudo: false
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
install:
- go get -d -v ./...
script:
- go build -v ./...
before_deploy:
- "./script/prep-travis-release.sh"
- cd build
deploy:
provider: cloudfiles... | language: go
go:
- 1.4
sudo: false
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
- GIMME_OS=linux GIMME_ARCH=arm
install:
- go get -d -v ./...
script:
- go build -v ./...
before_deploy:
- "./script/prep-travis-release.sh"
- cd ... |
Update Travis file for Django 2.0 | language: python
python:
- "3.4"
- "3.5"
- "3.6"
# Needed to install python 3.5 for reasons which escape me:
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
# This, with tox-travis, and our tox.ini, will test on these Django versions
# across all our specified python versions:
env:
... | language: python
python:
- "3.4"
- "3.5"
- "3.6"
# Needed to install python 3.5 for reasons which escape me:
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
# This, with tox-travis, and our tox.ini, will test on these Django versions
# across all our specified python versions:
env:
... |
Test Chef 12 using Docker on Travis | language: ruby
script: bundle exec rake test
sudo: false
cache:
- bundler
rvm:
- 2.1
matrix:
fast_finish: true
include:
- rvm: 1.9
gemfile: gemfiles/chef-11/Gemfile
script: bundle exec rspec spec
| language: ruby
script: bundle exec rake test
sudo: false
cache:
- bundler
rvm:
- 2.1
matrix:
fast_finish: true
include:
- rvm: 1.9
gemfile: gemfiles/chef-11/Gemfile
script: bundle exec rspec spec
- rvm: 2.1
sudo: required
services:
- docker
env: CHEF_VERSION=12 KITC... |
Add tests execution to Travis CI | language: java
install: ""
script: mvn clean package | language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install: "" # Prevent Travis's default of: mvn install -DskipTests=true
script: mvn clean integration-test |
Add required dependency of emulator for Travis | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.0
- ANDROID_ABI=armeabi-v7a
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- extra-google-google_play_services
- ex... | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.0
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $... |
Use the new build environment. | language: ruby
cache: bundler
rvm:
- 2.1
- 2.0
- 1.9.3
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
email:
... | language: ruby
cache: bundler
sudo: false
rvm:
- 2.1
- 2.0
- 1.9.3
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
... |
Add support for PHP 7.3 | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tests
jobs:
i... | language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tests
j... |
Fix Travis CI build setup | language: java
script: mvn clean install
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- antonin.stefanutti@gmail.com
after_success:
- mvn verify -Ptravis,with-lib
- mvn jacoco:report -Ptravis
- mvn -N coveralls:jacoco -Ptravis | language: java
script: mvn clean verify -Pwith-lib,travis
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- antonin.stefanutti@gmail.com
after_success:
- mvn jacoco:report
- mvn -N coveralls:jacoco |
Install node dependencies on Travis | before_install:
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "cd build/jsdoc"
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
before_script:
- "./build.py plovr"
- "./build.py serve-integ... | before_install:
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "cd build/jsdoc"
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
- "npm install"
before_script:
- "./build.py plovr"
- "./bu... |
Test both gcc and clang compilers in Travis | os:
- linux
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
language: c
install:
# powercap dependency
- git clone git@github.com:powercap/powercap.git
- cd powercap
- mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=_install ..
- make
- make install
- cd ... | os:
- linux
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
language: c
compiler:
- gcc
- clang
install:
# powercap dependency
- git clone git@github.com:powercap/powercap.git
- cd powercap
- mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=_install ..
- ... |
Remove .NET Core SDK install | sudo: required
dist: xenial
dotnet: 2.2
language: csharp
mono: none
os:
- linux
- osx
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- NUGET_XMLDOC_MODE=skip
branches:
only:
- master
cache:
directories:
- /home/travis/.nuget/packages
addons:
apt:
packages:
- gettext
-... | sudo: required
dist: xenial
os:
- linux
- osx
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- NUGET_XMLDOC_MODE=skip
branches:
only:
- master
cache:
directories:
- /home/travis/.nuget/packages
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.