commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
e9182586cca7b217e9c34cb10f2bab44ddc80614
|
tasks/main.yml
|
tasks/main.yml
|
---
- name: Download
shell: "wget -O fasd.tar.gz {{ fasd_url }} chdir=/home/deploy"
- name: Extract
shell: "tar xvf fasd.tar.gz"
- name: Install
environment:
HOME: "/home/deploy"
shell: "make install chdir={{ fasd_path }}"
sudo: True
- name: Add to bash_profile
lineinfile:
line: 'eval "$(fasd --init auto)"'
dest: /home/deploy/.bash_profile
state: present
- name: Delete fasd_path
file:
path: "{{ fasd_path }}"
state: absent
- name: Delete tarfile
file:
path: "fasd.tar.gz"
state: absent
|
---
- name: Download
shell: "wget -O fasd.tar.gz {{ fasd_url }} chdir=/home/deploy"
- name: Extract
shell: "tar xvf fasd.tar.gz chdir=/home/deploy"
- name: Install
environment:
HOME: "/home/deploy"
shell: "make install chdir={{ fasd_path }}"
sudo: True
- name: Add to bash_profile
lineinfile:
line: 'eval "$(fasd --init auto)"'
dest: /home/deploy/.bash_profile
state: present
- name: Delete fasd_path
file:
path: "{{ fasd_path }}"
state: absent
- name: Delete tarfile
file:
path: "/home/deploy/fasd.tar.gz"
state: absent
|
Add /home/deploy to destination path
|
Add /home/deploy to destination path
|
YAML
|
mit
|
ngpestelos/ansible-role-fasd
|
ccf59ab12a448cd5d60f0cb4b656415c1c2a1d48
|
.kitchen.yml
|
.kitchen.yml
|
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
- name: centos-7.0
- name: debian-6.0.10
- name: debian-7.7
- name: fedora-20
- name: fedora-21
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[rsyslog::default]
- name: relp
run_list:
- recipe[rsyslog::default]
attributes:
rsyslog:
use_relp: true
# CentOS and OmniOS do not support relp
excludes:
- centos-5.10
- omnios-r151006c
- name: client
run_list:
- recipe[rsyslog_test::client]
attributes:
rsyslog:
server_ip: 10.0.0.50
- name: server
run_list:
- recipe[rsyslog_test::server]
- name: input_file_provider
run_list:
- recipe[rsyslog_test::input_file_provider]
|
---
driver:
name: vagrant
provisioner:
name: chef_zero
driver_config:
require_chef_omnibus: true
platforms:
- name: centos-5.10
- name: centos-6.6
- name: centos-7.1
- name: debian-6.0.10
run_list:
- recipe[apt]
- name: debian-7.8
run_list:
- recipe[apt]
- name: fedora-20
- name: fedora-21
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[rsyslog::default]
- name: relp
run_list:
- recipe[rsyslog::default]
attributes:
rsyslog:
use_relp: true
# CentOS and OmniOS do not support relp
excludes:
- centos-5.10
- omnios-r151006c
- name: client
run_list:
- recipe[rsyslog_test::client]
attributes:
rsyslog:
server_ip: 10.0.0.50
- name: server
run_list:
- recipe[rsyslog_test::server]
- name: input_file_provider
run_list:
- recipe[rsyslog_test::input_file_provider]
|
Update platforms and add apt
|
Update platforms and add apt
|
YAML
|
apache-2.0
|
autoclone/rsyslog,voroniys/rsyslog,voroniys/rsyslog,GannettDigital/chef-rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,WIU/rsyslog,autoclone/rsyslog,voroniys/rsyslog,chef-cookbooks/rsyslog,opscode-cookbooks/rsyslog,opscode-cookbooks/rsyslog,GannettDigital/chef-rsyslog,autoclone/rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,strebitz/rsyslog,strebitz/rsyslog,chef-cookbooks/rsyslog,WIU/rsyslog,WIU/rsyslog,GannettDigital/chef-rsyslog,chef-cookbooks/rsyslog,opscode-cookbooks/rsyslog,strebitz/rsyslog
|
f52a07994dd7282ce2a818f41de9ef4d3d75422b
|
.kitchen.yml
|
.kitchen.yml
|
---
driver:
name: vagrant
provisioner:
name: puppet_apply
manifests_path: spec/manifests
modules_path: .kitchen-modules
require_chef_for_busser: false
resolve_with_librarian_puppet: false
puppet_detailed_exitcodes: true
require_puppet_collections: true
puppet_whitelist_exit_code:
- 2
platforms:
- name: windows-2012r2
driver_plugin: vagrant
driver_config:
box: kensykora/windows_2012_r2_standard
transport:
name: winrm
elevated: true
verifier:
name: shell
suites:
- name: ssms2016
provisioner:
manifest: ssms2016.pp
verifier:
command: rspec -c -f d -I spec spec/acceptance/ssms2016_spec.rb
|
---
driver:
name: vagrant
provisioner:
name: puppet_apply
manifests_path: spec/manifests
modules_path: .kitchen-modules
require_chef_for_busser: false
resolve_with_librarian_puppet: false
puppet_detailed_exitcodes: true
require_puppet_collections: true
puppet_detailed_exitcodes: true
max_retries: 2
wait_for_retry: 70
retry_on_exit_code:
- 2 # The run succeeded, and some resources were changed.
- 6 # The run succeeded, and included both changes and failures.
platforms:
- name: windows-2012r2
driver_plugin: vagrant
driver_config:
box: kensykora/windows_2012_r2_standard
transport:
name: winrm
elevated: true
verifier:
name: shell
suites:
- name: ssms2016
provisioner:
manifest: ssms2016.pp
verifier:
command: rspec -c -f d -I spec spec/acceptance/ssms2016_spec.rb
|
Add support for retrying converge.
|
Add support for retrying converge.
|
YAML
|
apache-2.0
|
red-gate/puppet-sqlserver,red-gate/puppet-sqlserver
|
fe4b0d6394dfdacc3d0688ee3737a1341d9f10d8
|
.rubocop.yml
|
.rubocop.yml
|
# Exclude some of GitLab files
AllCops:
Exclude:
- 'spec/**/*'
- 'features/**/*'
- 'vendor/**/*'
- 'db/**/*'
- 'tmp/**/*'
- 'bin/**/*'
- 'lib/backup/**/*'
- 'lib/tasks/**/*'
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'
- 'lib/vendor/**/*'
- 'hooks/**/*'
- 'Guardfile'
Layout/DotPosition:
Enabled: false
Lint/AmbiguousBlockAssociation:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ParameterLists:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Style/Documentation:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/AccessorMethodName:
Enabled: false
Style/GuardClause:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/SpecialGlobalVars:
Enabled: false
|
# Exclude some of GitLab files
AllCops:
Exclude:
- 'spec/**/*'
- 'vendor/**/*'
- 'tmp/**/*'
- 'bin/**/*'
- 'hooks/**/*'
- 'Guardfile'
Layout/DotPosition:
Enabled: false
Lint/AmbiguousBlockAssociation:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ParameterLists:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Style/Documentation:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/AccessorMethodName:
Enabled: false
Style/GuardClause:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/SpecialGlobalVars:
Enabled: false
|
Remove files that are not used in the project
|
Remove files that are not used in the project
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
|
YAML
|
mit
|
gitlabhq/gitlab-shell,gitlabhq/gitlab-shell,gitlabhq/gitlab-shell
|
0c5becf90051168bf5666a655a5a0c70145fb5fe
|
.rubocop.yml
|
.rubocop.yml
|
# http://rubocop.readthedocs.io
# https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
require:
- rubocop-performance
- rubocop-minitest
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 2.5
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation
Layout/EmptyLineAfterMagicComment:
Enabled: false
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent
Layout/LineLength:
Enabled: false
Layout/MultilineOperationIndentation:
EnforcedStyle: indented
Layout/SpaceInsideStringInterpolation:
EnforcedStyle: space
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
# Style/Documentation:
# Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/Next:
MinBodyLength: 8
|
# http://rubocop.readthedocs.io
# https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
require:
- rubocop-performance
- rubocop-minitest
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 2.5
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation
Layout/EmptyLineAfterMagicComment:
Enabled: false
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent
Layout/LineLength:
Enabled: false
Layout/MultilineOperationIndentation:
EnforcedStyle: indented
Layout/SpaceInsideStringInterpolation:
EnforcedStyle: space
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/Next:
MinBodyLength: 8
|
Clean up the RuboCop config
|
Clean up the RuboCop config
|
YAML
|
mit
|
evanleck/rack-redic
|
1f85e99bd25192a1572b666cac57d4deff26d0bf
|
.rubocop.yml
|
.rubocop.yml
|
AllCops:
Excludes:
- tmp/*
AlignParameters:
Enabled: false
ClassLength:
Max: 110
HandleExceptions:
Enabled: false
TrivialAccessors:
ExactNameMatch: true
|
AllCops:
Excludes:
- tmp/*
AlignParameters:
Enabled: false
HandleExceptions:
Enabled: false
TrivialAccessors:
ExactNameMatch: true
|
Revert to default max class length
|
Revert to default max class length
|
YAML
|
mit
|
frbl/active_interaction,JasOXIII/active_interaction,AaronLasseigne/active_interaction,JasOXIII/active_interaction,frbl/active_interaction,orgsync/active_interaction,antoinefinkelstein/active_interaction,AaronLasseigne/active_interaction,orgsync/active_interaction,antoinefinkelstein/active_interaction
|
1369e1d0afac0aa27cfd3bc12a6b7cc334e61ce6
|
.rubocop.yml
|
.rubocop.yml
|
# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will start looking for the configuration file in the directory
# where the inspected file is and continue its way up to the root directory.
#
# See https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
AllCops:
TargetRubyVersion: 2.3
Rails:
Enabled: true
# Redmine modify string that is generated from plugin.
Style/FrozenStringLiteralComment:
Enabled: false
# Redmine does not have ApplicationRecord.
Rails/ApplicationRecord:
Enabled: false
|
# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will start looking for the configuration file in the directory
# where the inspected file is and continue its way up to the root directory.
#
# See https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
AllCops:
TargetRubyVersion: 2.3
Rails:
Enabled: true
# Redmine modify string that is generated from plugin.
Style/FrozenStringLiteralComment:
Enabled: false
# Redmine does not have ApplicationRecord.
Rails/ApplicationRecord:
Enabled: false
# 80 is too restrict.
Metrics/LineLength:
Max: 120
|
Allow line length until 120
|
Allow line length until 120
|
YAML
|
mit
|
pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt
|
068576126d7d289e86d8a0f7aeb0a777c599a9c0
|
.rubocop.yml
|
.rubocop.yml
|
# Buckaruby RuboCop configuration
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
DisplayStyleGuide: true
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/PerceivedComplexity:
Max: 8
Style/AccessorMethodName:
Enabled: false
Style/BlockDelimiters:
Exclude:
- 'spec/**/*.rb'
Style/ConditionalAssignment:
Enabled: false
Style/GuardClause:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/MutableConstant:
Enabled: false
Style/StringLiterals:
Enabled: false
|
# Buckaruby RuboCop configuration
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
DisplayStyleGuide: true
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/PerceivedComplexity:
Max: 8
Style/AccessorMethodName:
Enabled: false
Style/BlockDelimiters:
Exclude:
- 'spec/**/*.rb'
Style/ConditionalAssignment:
Enabled: false
Style/GuardClause:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/MutableConstant:
Enabled: false
Style/StringLiterals:
Enabled: false
|
Enable Metrics/BlockLength but exclude specs.
|
Enable Metrics/BlockLength but exclude specs.
|
YAML
|
mit
|
KentaaNL/buckaruby,KentaaNL/buckaruby
|
fc11089251710875ee38ae72ce7f9864da8dc5be
|
.buildkite/electron-pipeline.yml
|
.buildkite/electron-pipeline.yml
|
steps:
- group: "Electron Tests"
steps:
#
# Node 14
#
- label: "Electron 12 tests - macOS - Node 14"
timeout_in_minutes: 40
agents:
queue: macos-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
ELECTRON_VERSION: "^12.0.0"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
START_LOCAL_NPM: 1
VERBOSE: 1
commands:
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
- npm ci --no-audit --progress=false
- npx lerna bootstrap
- npm run build:electron
- defaults write com.apple.CrashReporter DialogType none
- npm run test:unit:electron-runner
- npm run test:electron
- label: "Electron 20 tests - macOS - Node 14"
timeout_in_minutes: 40
agents:
queue: macos-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
ELECTRON_VERSION: "^20.0.0"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
START_LOCAL_NPM: 1
VERBOSE: 1
commands:
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
- npm ci --no-audit --progress=false
- npx lerna bootstrap
- npm run build:electron
- defaults write com.apple.CrashReporter DialogType none
- npm run test:unit:electron-runner
- npm run test:electron
|
steps:
- group: "Electron Tests"
steps:
#
# Node 14
#
- label: "Electron {{matrix.electron_version}} tests - macOS - Node {{matrix.node_version}}"
timeout_in_minutes: 40
agents:
queue: macos-11
env:
DEVELOPER_DIR: "/Applications/Xcode12.app"
NODE_VERSION: "{{matrix.node_version}}"
ELECTRON_VERSION: "{{matrix.electron_version}}"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
START_LOCAL_NPM: 1
VERBOSE: 1
matrix:
setup:
electron_version:
- "^12.0.0"
- "^20.0.0"
node_version:
- "12"
- "14"
commands:
- node -v
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
- npm ci --no-audit --progress=false
- npx lerna bootstrap
- npm run build:electron
- defaults write com.apple.CrashReporter DialogType none
- npm run test:unit:electron-runner
- npm run test:electron
|
Add tests on Node 12, using Buildkite build matrix
|
Add tests on Node 12, using Buildkite build matrix
|
YAML
|
mit
|
bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js
|
9c864ffd913c68dfeb6a840bb2a5c7a23c8348f4
|
.circleci/k8s-general-values.yml
|
.circleci/k8s-general-values.yml
|
fullnameOverride: "web"
replicaCount: 2
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
podSecurityContext:
fsGroup: 65534 # nobody
containers:
- name: web
securityContext:
runAsUser: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 768Mi
#livenessProbe:
# path: /alive?
#readinessProbe:
# path: /ready?
|
fullnameOverride: "web"
replicaCount: 2
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
podSecurityContext:
fsGroup: 65534 # nobody
containers:
- name: web
securityContext:
runAsUser: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 1Gi
#livenessProbe:
# path: /alive?
#readinessProbe:
# path: /ready?
|
Increase memory limit to 1Gi
|
Increase memory limit to 1Gi
|
YAML
|
bsd-2-clause
|
cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web
|
b36ad25030e409d9b8339f5e379346bbe7d764f1
|
.cirrus.yml
|
.cirrus.yml
|
freebsd_instance:
image_family: freebsd-12-0
task:
prerequisites_script:
- sed -i '' 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
- pkg update -f
- pkg upgrade -y
- pkg install -y pkgconf vips libnghttp2 node npm
install_script:
- npm install --unsafe-perm
test_script:
- npm test
|
freebsd_instance:
image_family: freebsd-13-0-snap
task:
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y pkgconf vips node npm
install_script:
- npm install --unsafe-perm
test_script:
- npm test
|
Upgrade FreeBSD to version 13
|
CI: Upgrade FreeBSD to version 13
It currently provides only vips v8.8.3 so will (still) fail.
|
YAML
|
apache-2.0
|
lovell/sharp,lovell/sharp,lovell/sharp,lovell/sharp,lovell/sharp,lovell/sharp
|
d144684ca72da6afe28fda1aa19a966808245611
|
deployment/playbook.yml
|
deployment/playbook.yml
|
---
- hosts: app
become: yes
vars:
network: "{{project_name}}"
roles:
- name: docker_network
networks:
- "{{network}}"
- name: memcached
version: "1.5"
- name: forum
version: "{{app_version}}"
network: "{{project_name}}"
- name: certbot-ovh
domain: "{{inventory_hostname}}"
- name: nginx
version: "1.14"
- name: metrics
prometheus_version: latest # until they have a better taging policy
cadvisor_version: latest # ...
tasks:
# Reclaim hard drive space
- name: clean outdated docker images & stopped containers
shell: >
docker system prune --force &&
docker rmi $(docker images --quiet --filter dangling=true)
failed_when: no
...
|
---
- hosts: app
become: yes
vars:
network: "{{project_name}}"
roles:
- name: docker_network
networks:
- "{{network}}"
- name: memcached
version: "1.5"
- name: forum
version: "{{app_version}}"
network: "{{project_name}}"
- name: certbot-ovh
domain: "{{inventory_hostname}}"
- name: nginx
version: "1.14"
# - name: metrics
# prometheus_version: latest # until they have a better taging policy
# cadvisor_version: latest # ...
tasks:
# Reclaim hard drive space
- name: clean outdated docker images & stopped containers
shell: >
docker system prune --force &&
docker rmi $(docker images --quiet --filter dangling=true)
failed_when: no
...
|
Comment metrics role usage for now
|
Comment metrics role usage for now
|
YAML
|
apache-2.0
|
maur1th/naxos,maur1th/naxos,maur1th/naxos,maur1th/naxos
|
910d9dba82fae24b7fd2b3167eddf69bb4e4ef71
|
config/database.yml
|
config/database.yml
|
default: &default
host: <%= Rails.application.secrets[:database][:host] %>
adapter: postgresql
encoding: UTF8
database: <%= Rails.application.secrets[:database][:name] %>
pool: 10
reaping_frequency: 30
username: <%= Rails.application.secrets[:database][:username] %>
password: <%= Rails.application.secrets[:database][:password] %>
development: *default
test: *default
production: *default
database: <%= ENV['DATABASE_URL'] %>
|
default: &default
host: <%= Rails.application.secrets[:database][:host] %>
adapter: postgresql
encoding: UTF8
database: <%= Rails.application.secrets[:database][:name] %>
pool: 10
reaping_frequency: 30
development: *default
username: <%= Rails.application.secrets[:database][:username] %>
password: <%= Rails.application.secrets[:database][:password] %>
test: *default
username: <%= Rails.application.secrets[:database][:username] %>
password: <%= Rails.application.secrets[:database][:password] %>
production: *default
database: <%= ENV['DATABASE_URL'] %>
|
Move username and password to avoid production conflict
|
Move username and password to avoid production conflict
|
YAML
|
mit
|
ajsharma/monologue,ajsharma/monologue,ajsharma/monologue,ajsharma/monologue
|
51ccfa32606965d76159be01e81ec47409ba1d64
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.11"
|
language: node_js
node_js:
- "5.0"
- "4.2"
- "0.10"
- "0.11"
|
Test on more node versions
|
Test on more node versions
|
YAML
|
mit
|
BeeDi/node-sql,danrzeppa/node-sql,brianc/node-sql,braddunbar/node-sql
|
5d1466fc86f4b308ac7d965be7c77e9c9b51e20c
|
.travis.yml
|
.travis.yml
|
language: python
env:
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
python:
- "2.7"
- "3.3"
- "3.4"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script:
- python setup.py test
notifications:
irc: "irc.freenode.org#mezzanine"
on_success: change
on_failure: change
|
language: python
env:
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip
- DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script:
- python setup.py test
notifications:
irc: "irc.freenode.org#mezzanine"
on_success: change
on_failure: change
|
Test on Python 2.7, Django 1.8
|
Test on Python 2.7, Django 1.8
These are the versions I use by default, so we shouldn't need to exclude this combination.
|
YAML
|
bsd-2-clause
|
dsanders11/mezzanine,frankier/mezzanine,jerivas/mezzanine,readevalprint/mezzanine,dsanders11/mezzanine,mush42/mezzanine,douglaskastle/mezzanine,Cajoline/mezzanine,dovydas/mezzanine,promil23/mezzanine,ZeroXn/mezzanine,tuxinhang1989/mezzanine,saintbird/mezzanine,vladir/mezzanine,mush42/mezzanine,Cicero-Zhao/mezzanine,Cajoline/mezzanine,vladir/mezzanine,wbtuomela/mezzanine,tuxinhang1989/mezzanine,biomassives/mezzanine,sjuxax/mezzanine,douglaskastle/mezzanine,saintbird/mezzanine,ZeroXn/mezzanine,nikolas/mezzanine,promil23/mezzanine,saintbird/mezzanine,jerivas/mezzanine,dovydas/mezzanine,mush42/mezzanine,vladir/mezzanine,christianwgd/mezzanine,molokov/mezzanine,stephenmcd/mezzanine,promil23/mezzanine,stephenmcd/mezzanine,nikolas/mezzanine,ZeroXn/mezzanine,wbtuomela/mezzanine,Cicero-Zhao/mezzanine,Skytorn86/mezzanine,geodesign/mezzanine,wbtuomela/mezzanine,molokov/mezzanine,gradel/mezzanine,christianwgd/mezzanine,viaregio/mezzanine,viaregio/mezzanine,geodesign/mezzanine,stephenmcd/mezzanine,industrydive/mezzanine,gradel/mezzanine,biomassives/mezzanine,nikolas/mezzanine,eino-makitalo/mezzanine,sjuxax/mezzanine,industrydive/mezzanine,viaregio/mezzanine,industrydive/mezzanine,sjdines/mezzanine,christianwgd/mezzanine,frankier/mezzanine,Cajoline/mezzanine,ryneeverett/mezzanine,sjdines/mezzanine,spookylukey/mezzanine,ryneeverett/mezzanine,frankier/mezzanine,douglaskastle/mezzanine,readevalprint/mezzanine,spookylukey/mezzanine,geodesign/mezzanine,readevalprint/mezzanine,molokov/mezzanine,eino-makitalo/mezzanine,sjdines/mezzanine,dsanders11/mezzanine,dovydas/mezzanine,sjuxax/mezzanine,jerivas/mezzanine,eino-makitalo/mezzanine,tuxinhang1989/mezzanine,biomassives/mezzanine,ryneeverett/mezzanine,spookylukey/mezzanine,Skytorn86/mezzanine,gradel/mezzanine,Skytorn86/mezzanine
|
e8f8bb839ea7b08a8ecaae0bac8b7acf81440eda
|
.travis.yml
|
.travis.yml
|
---
sudo: false
language: ruby
rvm:
- 2.2.0
|
---
sudo: false
language: ruby
rvm:
- "1.9.3-p545"
- "2.2.4"
|
Update Travis config to use Ruby 2.2.4 and 1.9.3
|
Update Travis config to use Ruby 2.2.4 and 1.9.3
|
YAML
|
apache-2.0
|
degrim/dotnet-core-buildpack,PrashanthIBM/db2-dotnet-core-buildpack,degrim/dotnet-core-buildpack,PrashanthIBM/db2-dotnet-core-buildpack,degrim/dotnet-core-buildpack,opiethehokie/asp.net5-buildpack,degrim/dotnet-core-buildpack,opiethehokie/asp.net5-buildpack,cloudfoundry-community/asp.net5-buildpack,degrim/asp.net5-buildpack,degrim/dotnet-core-buildpack,opiethehokie/asp.net5-buildpack,opiethehokie/asp.net5-buildpack
|
c4306791952ccd6fd3d679c38a3fd27531596ea0
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '6.0.0'
before_install:
- npm config set spin false
- npm install -g bower
- npm install -g [email protected]
- npm install -g istanbul
install:
- npm i
- bower i
script:
- npm run-script test
- npm run-script coverage
env:
global:
- BROCCOLI_ENV="production"
- secure: AId2fmCn1pLzAIFs4LsI13eL2WV70U0HQVZ8sUxZKSwMkzlWnwfcqkuVeYLSkLctgu5031no0LKO77chQxT/Pu5WkmiKkeXtnvIcAhwMp/7XV1pIH1V3/aL/kuAQ4bd5A94dndFb+QjCyH1cpDFTHho7ibDgwLMPWyA4GkPL8AU=
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '6.0.0'
before_install:
- npm config set spin false
- npm install -g bower
- npm install -g [email protected]
- npm install -g istanbul
install:
- npm i
- bower i
script:
- npm run-script test
- npm run-script coverage
env:
global:
- BROCCOLI_ENV="production"
- secure: AId2fmCn1pLzAIFs4LsI13eL2WV70U0HQVZ8sUxZKSwMkzlWnwfcqkuVeYLSkLctgu5031no0LKO77chQxT/Pu5WkmiKkeXtnvIcAhwMp/7XV1pIH1V3/aL/kuAQ4bd5A94dndFb+QjCyH1cpDFTHho7ibDgwLMPWyA4GkPL8AU=
|
Update Ember CLI for Travis
|
Update Ember CLI for Travis
|
YAML
|
mit
|
wheely/ember-dialog,ajile/ember-dialog,ajile/ember-dialog,wheely/ember-dialog,ajile/ember-dialog,wheely/ember-dialog
|
2963032ff9cbbc39a1bf21af7bec46b5bcfd2819
|
.travis.yml
|
.travis.yml
|
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.11.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.11.0
fast_finish: true
branches:
only: master
notifications:
email: false
|
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.11.1
- jruby-head
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.11.1
- rvm: truffleruby
fast_finish: true
branches:
only: master
notifications:
email: false
|
Change to update jruby and add truffleruby
|
Change to update jruby and add truffleruby
|
YAML
|
mit
|
peter-murach/tty-pager
|
4b6b3fb62f5b9787f9ae4c824047658d98e09f2a
|
.travis.yml
|
.travis.yml
|
branches:
only:
- master
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.17.0
- jruby-9.2.0.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
before_install:
- rm "${BUNDLE_GEMFILE}.lock"
matrix:
fast_finish: true
|
branches:
only:
- master
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.17.0
- jruby-9.2.0.0
gemfile:
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
before_install:
- rm "${BUNDLE_GEMFILE}.lock"
matrix:
fast_finish: true
|
Remove Travis build for Rails 4.2
|
Remove Travis build for Rails 4.2
|
YAML
|
mit
|
josevalim/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources,activeadmin/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources
|
53e5f090b41f1fcdae4b31ee78e23c2da260031a
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
cache: bundler
before_install:
- gem update --system
rvm:
- 2.4.10
- 2.5.9
- 2.6.7
- 2.7.3
|
language: ruby
sudo: false
cache: bundler
before_install:
- gem update --system
rvm:
- 2.4.10
- 2.5.9
- 2.6.7
- 2.7.3
- 3.0.1
|
Add Ruby 3.0.1 to Travis.
|
Add Ruby 3.0.1 to Travis.
|
YAML
|
mit
|
KentaaNL/buckaruby,KentaaNL/buckaruby
|
fe99a23c0f8e1ae07de620fa75f0b10e86c3a935
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode9.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=SwiftyNotifications.xcworkspace
- FRAMEWORK_SCHEME="SwiftyNotifications"
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=10.3.1,name=iPhone SE"
before_install:
- rm -rf /Users/travis/Library/Developer/Xcode/DerivedData/SwiftyNotifications-*/
- rvm use $RVM_RUBY_VERSION
install:
- bundle install
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
# Build Framework in Debug and Run Tests if specified
- if [ $RUN_TESTS == "YES" ]; then
travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES test | xcpretty;
else
xcodebuild -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES build | xcpretty;
fi
after_success: slather
|
language: objective-c
osx_image: xcode9.4
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=SwiftyNotifications.xcworkspace
- FRAMEWORK_SCHEME="SwiftyNotifications"
- SDK=iphonesimulator11.4
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.4,name=iPhone 8"
- DESTINATION="OS=10.3.1,name=iPhone SE"
before_install:
- rm -rf /Users/travis/Library/Developer/Xcode/DerivedData/SwiftyNotifications-*/
- rvm use $RVM_RUBY_VERSION
install:
- bundle install
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
# Build Framework in Debug and Run Tests if specified
- if [ $RUN_TESTS == "YES" ]; then
travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES ENABLE_TESTABILITY=YES test | xcpretty;
else
xcodebuild -workspace "$WORKSPACE" -scheme "$FRAMEWORK_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=YES build | xcpretty;
fi
after_success: slather
|
Update Xcode version on ci.
|
Update Xcode version on ci.
|
YAML
|
mit
|
abdullahselek/SwiftyNotifications,abdullahselek/SwiftyNotifications,abdullahselek/SwiftyNotifications
|
9ce1d0b9d166f2987fb48ce9edcb9272ae9496c1
|
.travis.yml
|
.travis.yml
|
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev
script: ./waf configure build
|
language: c
compiler:
- gcc
- clang
before_install:
- echo "yes" | sudo add-apt-repository ppa:dns/gnu
- sudo apt-get update -qq
- sudo apt-get install -qq libmicrohttpd-dev
script: ./waf configure build
|
Use ppa in Travis config to get newer version of libmicrohttpd.
|
Use ppa in Travis config to get newer version of libmicrohttpd.
Current Ubuntu version that Travis is running has a really old version
of libmicrohttpd (0.4.6). This adds a ppa with a newer version.
|
YAML
|
mit
|
tom5760/microhttpd_utils,tom5760/microhttpd_utils
|
e55399f50b08c810e81e6aa1e1109aaaee8fb05e
|
goreleaser.yml
|
goreleaser.yml
|
build:
main: main.go
binary: hugo
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
- dragonfly
goarch:
- amd64
- 386
- arm
- arm64
fpm:
formats:
- deb
vendor: "gohugo.io"
url: "https://gohugo.io/"
maintainer: "<Bjørn Erik Pedersen [email protected]>"
description: "A Fast and Flexible Static Site Generator built with love in GoLang."
license: "Apache 2.0"
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
files:
- README.md
- LICENSE.md
release:
draft: true
|
build:
main: main.go
binary: hugo
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
- dragonfly
goarch:
- amd64
- 386
- arm
- arm64
fpm:
formats:
- deb
vendor: "gohugo.io"
homepage: "https://gohugo.io/"
maintainer: "Bjørn Erik Pedersen <[email protected]>"
description: "A Fast and Flexible Static Site Generator built with love in GoLang."
license: "Apache 2.0"
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
files:
- README.md
- LICENSE.md
release:
draft: true
|
Fix some of the fpm fields for deb
|
releaser: Fix some of the fpm fields for deb
|
YAML
|
apache-2.0
|
mdhender/hugo,digitalcraftsman/hugo,fedelibre/hugo,anthonyfok/hugo,mdhender/hugo,gohugoio/hugo,mitchchn/hugo,mitchchn/hugo,fedelibre/hugo,fedelibre/hugo,fedelibre/hugo,anthonyfok/hugo,digitalcraftsman/hugo,mdhender/hugo,gohugoio/hugo,mdhender/hugo,anthonyfok/hugo,gohugoio/hugo
|
53b5a2b552e65109347a690cc10f070ab32e1f2b
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
addons:
apt:
packages:
- jpegoptim
- optipng
- pngcrush
- graphicsmagick
before_install:
- "nvm install 0.12"
- "nvm use 0.12"
- "node -v"
- "npm -v"
- "npm install -g less requirejs autoprefixer postcss-cli"
install:
- "pip install webtest mock coverage nose-cov flake8 python-coveralls"
- "pip install -e ."
before_script: "flake8"
script: "nosetests"
after_success:
- coveralls
|
language: python
sudo: false
python:
- "2.7"
- "3.5"
addons:
apt:
packages:
- jpegoptim
- optipng
- pngcrush
- graphicsmagick
before_install:
- "nvm install 4.2.1"
- "nvm use 4.2.1"
- "node -v"
- "npm -v"
- "npm install -g less requirejs autoprefixer postcss-cli"
install:
- "pip install webtest mock coverage nose-cov flake8 python-coveralls"
- "pip install -e ."
before_script: "flake8"
script: "nosetests"
after_success:
- coveralls
|
Update node.js version used in Travis to something that isn't ancient
|
Update node.js version used in Travis to something that isn't ancient
|
YAML
|
mit
|
storborg/pyramid_frontend,storborg/pyramid_frontend,storborg/pyramid_frontend
|
f7319d2c43d5ffdb88e176a7cfa81c2434c02277
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- platform-tools
# The BuildTools version used by your project
- build-tools-25.0.3
# The SDK version used to compile your project
- android-25
# Additional components
- extra-android-m2repository
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armabi-v7a-android-19
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
# blocklist
branches:
except:
- gh-pages
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: android
android:
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
# blocklist
branches:
except:
- gh-pages
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Allow Gradle pluing to handle Android components
|
Allow Gradle pluing to handle Android components
|
YAML
|
apache-2.0
|
adstro/rx-crypto,adstro/rx-crypto
|
994647b4c2747c6fa8d32ed7c8e11e0340d10622
|
.travis.yml
|
.travis.yml
|
sudo: false
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
script:
- cover -delete && cover -test
after_success:
- cover -report coveralls
|
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
script:
- cover -delete && cover -test
after_success:
- cover -report coveralls
|
Add v5.22 to Travis, and run in container by turning off sudo
|
Add v5.22 to Travis, and run in container by turning off sudo
|
YAML
|
artistic-2.0
|
briandfoy/Test-Env,briandfoy/Test-Env
|
1592c4cb20bab2af21d0724cb6a9f7a694cf0fcd
|
.travis.yml
|
.travis.yml
|
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
|
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
|
Add ruby 2.2.0 config for Travis
|
Add ruby 2.2.0 config for Travis
|
YAML
|
mit
|
peelman/missing_validators,selaromi/missing_validators,duderamos/missing_validators,andrewgr/missing_validators
|
437ceca47e4096be28462af94e97a0bc6e715928
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
install:
- "travis_retry bundle config build.nokogiri --use-system-libraries"
- "travis_retry bundle install --retry 3"
script: bundle exec rake
git:
depth: 10
|
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
matrix:
allow_failures:
- rvm: 2.3
install:
- "travis_retry bundle config build.nokogiri --use-system-libraries"
- "travis_retry bundle install --retry 3"
script: bundle exec rake
git:
depth: 10
|
Allow 2.3 fail as it will failed currently.
|
Allow 2.3 fail as it will failed currently.
|
YAML
|
mit
|
TangMonk/wechat,Eric-Guo/wechat,Eric-Guo/wechat,wolflee/wechat-rails,wolflee/wechat-rails,skinnyworm/wechat-rails,zfben/wechat
|
b1169896853a8a347d179c6935c96978312fe894
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- lts/argon
- lts/boron
- stable
cache:
directories:
- node_modules
before_install:
- if [[ $(npm --version) == 2* ]]; then npm install -g npm@latest-3; fi
after_success:
- npm i -g coveralls
- cat coverage/remapped/lcov.info | coveralls
|
language: node_js
node_js:
- lts/argon
- lts/boron
- stable
cache:
directories:
- node_modules
after_success:
- npm i -g coveralls
- cat coverage/remapped/lcov.info | coveralls
|
Remove upgrade to npm 3 in Travis
|
Remove upgrade to npm 3 in Travis
|
YAML
|
mit
|
maxdavidson/typescript-library-boilerplate,maxdavidson/typescript-library-boilerplate
|
c89c359921fca58ff3783205f1fb6a539713f895
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '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.2'
- '5.1'
- '5.2'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Test with Node.js 5.2 on Travis CI.
|
Test with Node.js 5.2 on Travis CI.
|
YAML
|
mit
|
bigeasy/packet,bigeasy/packet
|
5d085f678fd6896fe48204a0d30a9b69e0f06eb7
|
.travis.yml
|
.travis.yml
|
language: node_js
dist: trusty
node_js:
- 10
- node
env:
- NODE_ENV=production
install:
- npm --production=false install
- npm --production=false update
sudo: false
cache:
directories:
- node_modules
jobs:
include:
- stage: test
script:
- npm run lint
- npm run docs
- npm run tap
- stage: deploy
node_js: 10
script: npm run build
before_deploy:
- VPKG=$($(npm bin)/json -f package.json version)
- export VERSION=${VPKG}-prerelease.$(date +%Y%m%d%H%M%S)
- npm --no-git-tag-version version $VERSION
- git config --global user.email "$(git log --pretty=format:'%ae' -n1)"
- git config --global user.name "$(git log --pretty=format:'%an' -n1)"
deploy:
provider: npm
skip_cleanup: true
"on":
all_branches: true
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
email: $NPM_EMAIL
api_key: $NPM_TOKEN
|
language: node_js
dist: trusty
node_js:
- 10
- node
env:
- NODE_ENV=production
install:
- npm --production=false install
- npm --production=false update
sudo: false
cache:
directories:
- ~/.cache/ms-playwright
- node_modules
jobs:
include:
- stage: test
script:
- npm run lint
- npm run docs
- npm run tap
- stage: deploy
node_js: 10
script: npm run build
before_deploy:
- VPKG=$($(npm bin)/json -f package.json version)
- export VERSION=${VPKG}-prerelease.$(date +%Y%m%d%H%M%S)
- npm --no-git-tag-version version $VERSION
- git config --global user.email "$(git log --pretty=format:'%ae' -n1)"
- git config --global user.name "$(git log --pretty=format:'%an' -n1)"
deploy:
provider: npm
skip_cleanup: true
"on":
all_branches: true
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
email: $NPM_EMAIL
api_key: $NPM_TOKEN
|
Add cached Playwright directory to Travis cache
|
Add cached Playwright directory to Travis cache
|
YAML
|
bsd-3-clause
|
LLK/scratch-render,LLK/scratch-render
|
1b8d1f940f9d8ab1e1f418e1cb1f726285027a58
|
.travis.yml
|
.travis.yml
|
language: python
env:
global:
- JEDI="jedi"
- IPYPARALLEL="ipyparallel"
- IPYTHON="ipython"
matrix:
include:
- python: 2.7
env:
JEDI="jedi==0.9" IPYPARALLEL="ipyparallel==5.2" IPYTHON="ipython<6.0"
- python: 3.4
- python: 3.5
install:
- travis_retry pip install coveralls $IPYTHON $IPYPARALLEL $JEDI
- travis_retry python setup.py install
- cd metakernel_python
- python setup.py install
- cd ..
script:
- ipcluster start -n=3 &
- nosetests --exe -v --with-doctest --with-cov --cover-package metakernel;
- ipcluster stop
after_success:
- coveralls
|
language: python
env:
global:
- JEDI="jedi"
- IPYPARALLEL="ipyparallel"
- IPYTHON="ipython"
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
install:
- travis_retry pip install coveralls $IPYTHON $IPYPARALLEL $JEDI
- travis_retry python setup.py install
- cd metakernel_python
- python setup.py install
- cd ..
script:
- ipcluster start -n=3 &
- nosetests --exe -v --with-doctest --with-cov --cover-package metakernel;
- ipcluster stop
after_success:
- coveralls
|
Stop testing python2.7; start testing python3.6
|
Stop testing python2.7; start testing python3.6
|
YAML
|
bsd-3-clause
|
Calysto/metakernel
|
166338723fb146a96643aa0ca41b85dabdba7414
|
.travis.yml
|
.travis.yml
|
language: java
script: "mvn verify"
jdk:
- oraclejdk7
- openjdk7
- openjdk8
- oraclejdk8
|
language: java
script: "mvn verify"
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
|
Remove OpenJDK 8 from the build configuration as it is not supported by Travis
|
Remove OpenJDK 8 from the build configuration as it is not supported by Travis
|
YAML
|
apache-2.0
|
ImmobilienScout24/appmon4j
|
2eaca7ae001b95ebd56f23e2145128a2cc8b9af8
|
cron.yaml
|
cron.yaml
|
cron:
- description: Refresh volues from comicvine daily
url: /tasks/volumes/refresh
schedule: every 24 hours
- description: Refresh issues hourly
url: /tasks/issues/refresh
schedule: every 60 minutes
|
cron:
- description: Refresh volues from comicvine daily
url: /tasks/volumes/refresh
schedule: every 60 minutes
- description: Refresh issues hourly
url: /tasks/issues/refresh
schedule: every 60 minutes
|
Change volume update from daily to hourly
|
Change volume update from daily to hourly
|
YAML
|
mit
|
xchewtoyx/pulldb
|
dc75047401519b47a4931a0488808ddd545305ea
|
.travis.yml
|
.travis.yml
|
### Project specific config ###
language: node_js
node_js:
- '4'
- '6'
env:
global:
- ATOM_LINT_WITH_BUNDLED_NODE="false"
os:
- linux
after_script:
- npm run lint
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh
# Needed to disable the auto-install step running `npm install`
install: true
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
git:
depth: 10
sudo: false
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
|
### Project specific config ###
language: node_js
node_js:
- '4'
- '6'
env:
global:
- ATOM_LINT_WITH_BUNDLED_NODE="false"
os:
- linux
after_script:
- npm run lint
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh
# Needed to disable the auto-install step running `npm install`
install: true
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
git:
depth: 10
sudo: false
dist: trusty
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
|
Update Travis-CI image to Trusty
|
Update Travis-CI image to Trusty
Atom beta builds on Travis-CI now require their Trusty based image to
build properly.
|
YAML
|
mit
|
AtomLinter/linter-markdown,leipert/linter-markdown
|
b1924928b6ecd273ac0422101d7624d328f84159
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: required
dist: trusty
node_js:
- '5.1'
cache:
directories:
- node_modules
before_script:
- 'export DISPLAY=:99.0'
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm install -g bower gulp
- bower install
- gulp lint
before_deploy:
- openssl aes-256-cbc -K $encrypted_7ef9aab2215d_key -iv $encrypted_7ef9aab2215d_iv
-in service-account.json.enc -out service-account.json -d
- gulp
- cp app.yaml dist/app.yaml
- LAST_TAG=`git describe --abbrev=0` || LAST_TAG="develop"; echo $LAST_TAG
- DEPLOY_VERSION=${LAST_TAG//.}
deploy:
- provider: gae
skip_cleanup: true
project: gdg-es
config: dist/app.yaml
version: develop
no_promote: true
on:
branch: develop
- provider: gae
skip_cleanup: true
project: gdg-es
config: dist/app.yaml
version: $DEPLOY_VERSION
on:
branch: master
|
language: node_js
sudo: required
dist: trusty
node_js:
- '5.1'
cache:
directories:
- node_modules
before_script:
- 'export DISPLAY=:99.0'
- sh -e /etc/init.d/xvfb start
- sleep 3
- npm install -g bower gulp
- bower install
- gulp lint
before_deploy:
- openssl aes-256-cbc -K $encrypted_7ef9aab2215d_key -iv $encrypted_7ef9aab2215d_iv
-in service-account.json.enc -out service-account.json -d
- gulp
- cp app.yaml dist/app.yaml
- LAST_TAG=`git describe --abbrev=0` || LAST_TAG="develop"; echo $LAST_TAG
- DEPLOY_VERSION=${LAST_TAG//.}
deploy:
- provider: gae
skip_cleanup: true
project: gdg-es
config: dist/app.yaml
version: develop
no_promote: true
on:
branch: develop
- provider: gae
skip_cleanup: true
project: gdg-es
config: dist/app.yaml
version: $DEPLOY_VERSION
on:
branch: master
# Temporal environment variable to fix Google Cloud SDK issue
# https://code.google.com/p/google-cloud-sdk/issues/detail?id=784#c6
env:
- CLOUDSDK_APP_USE_GSUTIL=1
|
Update Travis to fix Google Cloud SDK issue
|
Update Travis to fix Google Cloud SDK issue
|
YAML
|
mit
|
GDGSpain/gdg.es,reiaguilera/gdg.es,reiaguilera/gdg.es,GDGSpain/gdg.es
|
969b9010d55b3ce6b0f04668b3b6ccaa046dca7e
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
after_script:
- npm run coveralls
services:
- redis-server
notifications:
hipchat:
rooms:
secure: bS4/Cv5LNy+CK2kMkkWgSojHhiAiJCuhsvtPusfCm29kMvelvgsETy8DUV7eQyCMab/lVAp8rbbMQ0x0xcX9yXkk3ubesVY5RFoXUyoQkc2FMx48bMrQQfqMDDK4D0BPRUPwGj9kvAYKSZ0CD/kW56KcrPl9wsPHznjocNHKU/M=
|
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
after_script:
- npm run coveralls
services:
- redis-server
notifications:
hipchat:
rooms:
secure: bS4/Cv5LNy+CK2kMkkWgSojHhiAiJCuhsvtPusfCm29kMvelvgsETy8DUV7eQyCMab/lVAp8rbbMQ0x0xcX9yXkk3ubesVY5RFoXUyoQkc2FMx48bMrQQfqMDDK4D0BPRUPwGj9kvAYKSZ0CD/kW56KcrPl9wsPHznjocNHKU/M=
|
Stop testing on node 5 for now
|
Stop testing on node 5 for now
|
YAML
|
mit
|
tes/compoxure,tes/compoxure
|
6a8c3feae3ebec614eec0ce6417eb0d59c22b725
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.0
addons:
code_climate:
repo_token: 102f93127d467b1146e3a0a7bb10fd7d24f50824db1741314d4cf746b5f06cc9
|
language: ruby
rvm:
- 2.2.0
before_script:
- bundle exec rake db:schema:load RAILS_ENV=test
addons:
code_climate:
repo_token: 102f93127d467b1146e3a0a7bb10fd7d24f50824db1741314d4cf746b5f06cc9
|
Load database on tribes build
|
Load database on tribes build
|
YAML
|
mit
|
werein/authr,werein/authr,werein/authr
|
a1722a1d9301e3afc9ba1f269f3bcde6d7da9059
|
.travis.yml
|
.travis.yml
|
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
|
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.7.2
install:
- gem install bundler
- bundle install
script: buildr package
git:
depth: false
|
Update the version of ruby used to build project in TravisCI.
|
Update the version of ruby used to build project in TravisCI.
|
YAML
|
apache-2.0
|
realityforge/arez,realityforge/arez,realityforge/arez
|
0615db6ee036e1117518409fef82c03659b631c9
|
.travis.yml
|
.travis.yml
|
---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLISHER_LOGIN=camptocamp
- secure: "QnxL/++ocXhHHkwLvuVBKi5GFqEIQfiun6mOYZK6IygSr5edtzs4Lp20rLiJqIJ2w6GDq0W3CO/ulKslAUvVLP7Vz5Ezx6+Pb/y/SJi3BN9mPLO+544Jv3iRnZLArNT6Y61FHSt1yUOgvk01rzcmAfVq9TDa+QARWDXRroypOP8="
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email: false
|
---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLISHER_LOGIN=camptocamp
- secure: "QnxL/++ocXhHHkwLvuVBKi5GFqEIQfiun6mOYZK6IygSr5edtzs4Lp20rLiJqIJ2w6GDq0W3CO/ulKslAUvVLP7Vz5Ezx6+Pb/y/SJi3BN9mPLO+544Jv3iRnZLArNT6Y61FHSt1yUOgvk01rzcmAfVq9TDa+QARWDXRroypOP8="
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email: false
|
Use modulesync to manage meta files
|
Use modulesync to manage meta files
|
YAML
|
apache-2.0
|
camptocamp/puppet-postgis
|
917c335b53d580b7a941781a88b9bc08adec22b7
|
.travis.yml
|
.travis.yml
|
language: cpp
sudo: true
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl -y
- sudo apt-get update -d
install:
- sudo apt-get install build-essential pkg-config cmake libwxgtk2.8-dev libftdi-dev freeglut3-dev zlib1g-dev libusb-1.0-0-dev libdc1394-22-dev libavformat-dev libswscale-dev libassimp-dev libjpeg-dev libopencv-dev libgtest-dev libeigen3-dev libsuitesparse-dev libpcl-all libopenni2-dev libudev-dev gdb -y
script:
- bash .travis.sh
env:
- TASK="build"
- TASK="test"
|
language: cpp
sudo: true
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl -y
- sudo apt-get update -d
install:
- sudo apt-get install build-essential pkg-config cmake libwxgtk2.8-dev libftdi-dev freeglut3-dev zlib1g-dev libusb-1.0-0-dev libdc1394-22-dev libavformat-dev libswscale-dev libassimp-dev libjpeg-dev libopencv-dev libgtest-dev libeigen3-dev libsuitesparse-dev libpcl-all libopenni2-dev libudev-dev gdb libboost-python-dev libpython-dev -y
script:
- bash .travis.sh
env:
- TASK="build"
- TASK="test"
|
Add python deps to Travis
|
Add python deps to Travis
cc: da39a3ee5e6b4b0d3255bfef95601890afd80709@jolting
rel: https://github.com/MRPT/mrpt/pull/320
|
YAML
|
bsd-3-clause
|
MRPT/mrpt,MRPT/mrpt,MRPT/mrpt,MRPT/mrpt,MRPT/mrpt
|
750dad21868304cbe06b2039e5a8f0f561caa924
|
.travis.yml
|
.travis.yml
|
language: cpp
dist: trusty
sudo: required
only:
- master
- develop
- \/feature\/.+
- \/fix\/.+
- \/hotfix\/.+
- \/release\/.+
addons:
apt:
sources:
- ubuntu-toolchain-r-test
before_install:
- sudo apt-get update
- sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev-dev cmake html2text lcov git cmake automake1.11 build-essential libavahi-client-dev sqlite3 libsqlite3-dev libgtest-dev bluez-tools libpulse-dev libusb-1.0.0-dev cppcheck
- sudo apt-get install -f clang-format-3.6
script:
- cppcheck --force -isrc/3rd_party -isrc/3rd_party-static --quiet --error-exitcode=1 src
- ./tools/infrastructure/check_style.sh
- mkdir build && cd build
- cmake ../ -DBUILD_TESTS=ON
- make install && sudo ldconfig
after_success:
- make test
env:
global:
- LC_CTYPE=en_US.UTF-8
- CTEST_OUTPUT_ON_FAILURE=TRUE
- LD_LIBRARY_PATH=.
|
language: cpp
dist: trusty
sudo: required
only:
- master
- develop
- \/feature\/.+
- \/fix\/.+
- \/hotfix\/.+
- \/release\/.+
addons:
apt:
sources:
- ubuntu-toolchain-r-test
before_install:
- sudo apt-get update
- sudo apt-get install libssl-dev libbluetooth3 libbluetooth-dev libudev-dev cmake html2text lcov git cmake automake1.11 build-essential libavahi-client-dev sqlite3 libsqlite3-dev libgtest-dev bluez-tools libpulse-dev libusb-1.0.0-dev cppcheck
- sudo apt-get install -f clang-format-3.6
script:
- cppcheck --force -isrc/3rd_party -isrc/3rd_party-static --quiet --error-exitcode=1 src
- ./tools/infrastructure/check_style.sh
- mkdir build && cd build
- cmake ../ -DBUILD_TESTS=ON
- make install-3rd_party && make -j `nproc` install && sudo ldconfig
- make test
env:
global:
- LC_CTYPE=en_US.UTF-8
- CTEST_OUTPUT_ON_FAILURE=TRUE
- LD_LIBRARY_PATH=.
|
Add multithread and move tests into main build
|
Add multithread and move tests into main build
|
YAML
|
bsd-3-clause
|
smartdevicelink/sdl_core,smartdevicelink/sdl_core,smartdevicelink/sdl_core,smartdevicelink/sdl_core
|
06c6de5048d88de4af1f701d1384e20950bccd76
|
.travis.yml
|
.travis.yml
|
language: python
install:
- pip install tox python-coveralls
script:
- tox
after_success:
- coveralls
env:
- TOXENV=py27
|
language: python
addons:
apt:
packages:
- pkg-config
- python-dev
# PyAV depdendencies
- libavformat-dev
- libavcodec-dev
- libavdevice-dev
- libavutil-dev
- libswscale-dev
- libavresample-dev
# Pillow dependencies
- libtiff4-dev
- libjpeg8-dev
- zlib1g-dev
- libfreetype6-dev
- liblcms2-dev
install:
- pip install tox python-coveralls
script:
- tox
after_success:
- coveralls
env:
- TOXENV=py27
|
Add apt dependencies for Travis CI
|
Add apt dependencies for Travis CI
|
YAML
|
mit
|
kxz/littlebrother
|
b6e426a544617e912e58f110f9df1b26cec0e2d7
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="/home/travis/miniconda/bin:$PATH"
- conda update --yes conda
- conda install --yes python="$TRAVIS_PYTHON_VERSION" numpy scipy sympy cython nose
install:
# PySB and dependencies
- wget http://bionetgen.googlecode.com/files/BioNetGen-2.2.5-stable.zip
- unzip -q BioNetGen-2.2.5-stable.zip
- sudo ln -s `pwd`/BioNetGen-2.2.5-stable /usr/local/share/BioNetGen
- pip install git+https://github.com/pysb/pysb.git
# Biopax/Paxtools dependencies
- pip install git+https://github.com/jmuhlich/pyjnius_indra.git@master
# REACH dependencies
- pip install objectpath
# BEL dependencies
- pip install rdflib
script:
- nosetests --with-doctest
|
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="/home/travis/miniconda/bin:$PATH"
- conda update --yes conda
- conda install --yes python="$TRAVIS_PYTHON_VERSION" numpy scipy sympy cython nose
install:
# INDRA dependencies
- sudo apt-get install graphviz
- pip install pygraphviz
# PySB and dependencies
- wget http://bionetgen.googlecode.com/files/BioNetGen-2.2.5-stable.zip
- unzip -q BioNetGen-2.2.5-stable.zip
- sudo ln -s `pwd`/BioNetGen-2.2.5-stable /usr/local/share/BioNetGen
- pip install git+https://github.com/pysb/pysb.git
# Biopax/Paxtools dependencies
- pip install git+https://github.com/jmuhlich/pyjnius_indra.git@master
# REACH dependencies
- pip install objectpath
# BEL dependencies
- pip install rdflib
script:
- nosetests --with-doctest
|
Add graphviz/pygraphviz to Travi Please enter the commit message for your changes. Lines starting
|
Add graphviz/pygraphviz to Travi
Please enter the commit message for your changes. Lines starting
|
YAML
|
bsd-2-clause
|
pvtodorov/indra,johnbachman/belpy,jmuhlich/indra,johnbachman/belpy,johnbachman/indra,sorgerlab/belpy,pvtodorov/indra,johnbachman/indra,jmuhlich/indra,sorgerlab/indra,pvtodorov/indra,johnbachman/belpy,bgyori/indra,bgyori/indra,sorgerlab/belpy,sorgerlab/indra,pvtodorov/indra,bgyori/indra,sorgerlab/indra,johnbachman/indra,sorgerlab/belpy,jmuhlich/indra
|
8e854c7004c391f150e10fad04568d34f248bc9e
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '10'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
|
language: node_js
node_js: node
|
Use latest version of node for CI
|
Use latest version of node for CI
|
YAML
|
bsd-2-clause
|
jhlywa/chess.js
|
05e722c1a709af7e7e6d3d929cb9666e2310a8bb
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
# - jruby-18mode # JRuby in 1.8 mode
# - rbx-18mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# - jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
# - jruby-18mode # JRuby in 1.8 mode
# - rbx-18mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
|
Disable JRuby for regression test
|
Disable JRuby for regression test
|
YAML
|
mit
|
pjotrp/bioruby-gff3-plugin,pjotrp/bioruby-gff3-plugin
|
b046c4b1c6358bf0e76b57236be0029305e252d7
|
.travis.yml
|
.travis.yml
|
language: go
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x
- tip
matrix:
include:
- os: linux
go: 1.5.x
go: 1.6.x
before_install:
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi
script:
- while true; do echo "..."; sleep 60; done &
- go test -v -tags ci -timeout 1h ./...
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/tokens/tokens.go,examples/space/space.go"; fi
notifications:
email:
on_success: change
on_failure: always
|
language: go
os:
- linux
- osx
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
matrix:
exclude:
- os: osx
go: 1.5.x
- os: osx
go: 1.6.x
before_install:
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi
script:
- while true; do echo "..."; sleep 60; done &
- go test -v -tags ci -timeout 1h ./...
- if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/tokens/tokens.go,examples/space/space.go"; fi
notifications:
email:
on_success: change
on_failure: always
|
Revert the build matrix logic to exclude specific macOS versions from testing
|
Revert the build matrix logic to exclude specific macOS versions from testing
|
YAML
|
mit
|
muesli/toktok
|
43722d4c3b9a6060a016e7befcf1d0f225cb14a4
|
.travis.yml
|
.travis.yml
|
language: c
addons:
apt:
packages:
- xsltproc
sudo: false
script:
- make
- make test OBJDIR=../obj/
|
language: c
addons:
apt:
packages:
- xsltproc
- libxml2-utils
sudo: false
script:
- make
- make test OBJDIR=../obj/
|
Make sure Travis has xmllint available
|
Make sure Travis has xmllint available
|
YAML
|
apache-2.0
|
dontcallmedom/widlproc
|
c3463c37b5d7cba957d8ad47f73771946b6f737b
|
.travis.yml
|
.travis.yml
|
language: java
env:
global:
- MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2048m -Xms1024m"
jdk:
- oraclejdk7
sudo: false
script:
- cd releng/org.obeonetwork.m2doc.parent/
- mvn -v
- mvn clean verify
|
language: java
env:
global:
- MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2048m -Xms1024m"
jdk:
- oraclejdk7
sudo: false
script:
- cd releng/org.obeonetwork.m2doc.parent/
- mvn -v
- mvn clean verify
deploy:
provider: releases
api_key: "$GH_TOKEN"
file:
- "releng/org.obeonetwork.m2doc.update/target/org.obeonetwork.m2doc.update-0.7.0-SNAPSHOT.zip"
- "dependencies/org.apache.poi.update/target/org.apache.poi.update-0.7.0-SNAPSHOT.zip"
skip_cleanup: true
on:
tags: true
|
Add the deploy phase again with a hiden token.
|
Add the deploy phase again with a hiden token.
|
YAML
|
epl-1.0
|
nlepine/M2Doc,nlepine/M2Doc,ObeoNetwork/M2Doc,ldelaigue/M2Doc,ObeoNetwork/M2Doc,ylussaud/M2Doc,nlepine/M2Doc,ylussaud/M2Doc,ObeoNetwork/M2Doc,ldelaigue/M2Doc,ldelaigue/M2Doc
|
41ba6cc79c9596d70880601fa3ab1c72cd961f4c
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '4.0'
- '9.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
skip_cleanup: true
email: [email protected]
api_key:
secure: ZYtBEqa382TL3cc41KgP3Xj1chwQFkr33EdnBMb6SBX83BhMQnzLX6OeBZqxaTNA3rMF3IJvHhjkJLia+WaswO1YhYv+cncHjtlDmLc8FluN1Lz/WBkIimGQ01yDM8tX90VzEtp9DUbsROtpVgE0W8Mc6hVQSv4aN/3jMEYyJ6TpKY3NkIblITrqZyoy79LWfpGXYtkYhqcVhC4ouHk5S6FVVVl/jGYG5lqYkwWzcwcQ4OsNtX/vy/AVytzUe4ZXPgQ2VVJGSxDCrGfmMHt8NGIQrX3SsDr4VmbxqRBakrXj3E0mGUoNnomo33TAeQjDzlCi0YoKrxwA0U0DA3cPN7sbbPl8Gt9IYFoRAQVrCxFTefqrysaScAhJTfgUpwlh2og+h9R0z8ZV89btviyI5dP34ue4RW/BZ5S3RSXFhWvuNAKWQinucxDEUFkHk7rw/cL/Q/9RPrwjF4CEaGWgzAuBtEcLEHG7TFe5W73nS1hhIoD+3+5OJx1Hltg6Qle4agWubYkurnw81L1KAyo7/Neqgex4W9o89gtguNC8FQcefRpGdOFQr+jFmDmDvgFbdxfyFIGSTnaSyd/EWXaap63kEYlX3HozG/KSdOX4hf53jxoCg6ud1b2Lb/GPIT+73+rUThhDiQDeLYDSX2M9XtunqZ6iCHi8G6OUU+reBjg=
on:
tags: true
node: '9.0'
|
language: node_js
node_js:
- '4.0'
- '9.0'
after_script: bash <(curl -s https://codecov.io/bash)
|
Remove npm deployment from Travis
|
Remove npm deployment from Travis
|
YAML
|
mit
|
wooorm/unified-engine
|
53bfd97c397d1b880c431192d7853cf63447c9dc
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script: composer install -n
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
sudo: false
cache:
directories:
- $HOME/.composer/cache
install: composer install -n
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
|
Switch to Docker-based infrastructure on Travis
|
Switch to Docker-based infrastructure on Travis
|
YAML
|
mit
|
theofidry/twig-extension,tgalopin/twig-extension,theofidry/twig-extension,puli/twig-extension,puli/twig-extension,tgalopin/twig-extension
|
c4e5f9267a3c50ae28b19c1000b4a7b04a2a1f4c
|
.travis.yml
|
.travis.yml
|
before_script:
- bundle exec rake db:create db:schema:load
- bundle exec rake sunspot:solr:start
bundler_args: "--without assets:development:production"
language: ruby
rvm:
- 1.9.2
- 1.9.3
|
before_script:
- bundle exec rake db:migrate
- bundle exec rake sunspot:solr:start
bundler_args: "--without assets:development:production"
language: ruby
rvm:
- 1.9.2
- 1.9.3
|
Switch to schema migrate instead of schema load
|
Switch to schema migrate instead of schema load [ci skip]
|
YAML
|
bsd-3-clause
|
milafrerichs/brigade,milafrerichs/brigade,milafrerichs/brigade
|
c395d7029c46c14e9f7aeada2c9cf7947e16f274
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
install:
- pip install Cython=0.27.3
- python setup.py install
script:
- echo "No test yet"
|
language: python
python:
- 2.7
install:
- pip install Cython==0.27.3
- python setup.py install
script:
- echo "No test yet"
|
Correct cython version requirement for Travis CI
|
Correct cython version requirement for Travis CI
|
YAML
|
mit
|
muLAn-project/muLAn,muLAn-project/muLAn
|
5770084a1655ddcd9db687c975dda2e0efb40e3c
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '5'
before_script:
- jspm install
|
language: node_js
env:
global:
- secure: "NQjF+kiuN6Auvx2bF733oCkr6jvb7YuL/SPO+66miS+IKLvJJAS3cXECe8nr7lTrK2C6+n+xGA0iOT/T+AeuF1Cab9SsCpDImCEwIMBhcZ92w/iePRSSSx4oi9QDU6DDhTxtVSovJ35yBXqvgc3R4fCR04ZuemNlIYW8BDJgtp/CGcrG5Ba+sA//UjTNox2moidgxJNylCOMBF4v20+zIksqaJGFdLX0lTAxam02Jv2Bm4uXecP/OiHyTAYhrF82ZLswM+j8sr6gUF278FiDRwCv4o3eAqji2T6QDJ+mWHJUyTedw+g9JfO1YNVjxjmAQW3oFQ2Cp3tvaIhIBTsLvQtvSpBbLkbqPNjptAbasWoLc8kTOMExuizveiL2EtxEg3OrcKydEGd13Y1se2Vr4TUI2g0XvdL4XzODwS21K/deW7cO0pT8dHb2JQ0uFF5S5WJbaN0hlsIAYc+13ntZACrA6enD42IS6dlQrbSHVyc0Wm/Upia+L5vjMj+HbKZblo3sQNUGHjIBOOkfh9Ro9tle7mKI9l3SKuZT+CMQtG0xm2NiUd4zu8O0vTiLafaIkP8xdan6n8UDi81+arz4oThIC/C0K6iF+tWIoq5rMVvnsgqgNZAqZWTbhH2ut9mtXGiaEOBu49F4qGOwAgRCEugg1mSzMGAhYKkpkQRHY4I="
node_js:
- '5'
before_script:
- jspm config registries.github.auth 96445edb742bfbfdf9bdb8764c230de50218558a
- jspm install
|
Add auth token for jspm
|
Add auth token for jspm
|
YAML
|
mit
|
tonysickpony/basegame-match3,tonysickpony/basegame-match3
|
5222809377136465e890b5a9db8e52dfe7a00a28
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
- ruby-head
before_script:
- RAILS_ENV=test bundle exec rake db:schema:load
script:
- bundle exec rake test
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
|
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
- ruby-head
before_script:
- RAILS_ENV=test bundle exec rake db:schema:load
script:
- bundle exec rake test
matrix:
allow_failures:
- rvm: rbx-2
- rvm: ruby-head
|
Update to use containerized Travis infrastructure.
|
Update to use containerized Travis infrastructure.
|
YAML
|
bsd-3-clause
|
myGrid/taverna-player,myGrid/taverna-player,myGrid/taverna-player
|
aecd8467307c8c2c766b00d7a25fc02a440421c7
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3.3
- 5.3
- 5.4
before_script:
- composer install --dev
script: phpunit --coverage-text --configuration phpunit.travis.xml
notifications:
email: false
hipchat: b00ece55a12a4a46874554f64029c9@Allgemein
|
language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install:
- composer self-update
install:
- composer install --dev --prefer-source
script:
- phpunit --coverage-text --configuration phpunit.travis.xml
notifications:
email: false
hipchat: b00ece55a12a4a46874554f64029c9@Allgemein
|
Change when composer commands are run
|
Change when composer commands are run
|
YAML
|
mit
|
dotsunited/BundleFuSilexServiceProvider
|
e896f837910089e5da8639db95875c0af5d13361
|
.travis.yml
|
.travis.yml
|
language: cpp
compiler:
- clang
- gcc
before_install:
- pwd
- date -u
- uname -a
# Out-of-source build
- cd ..
- mkdir SimpleElastix-build
- cd SimpleElastix-build
before_script:
- export OMP_NUM_THREADS=2
- echo $OMP_NUM_THREADS
script:
- cmake ../SimpleElastix/SuperBuild
- make --jobs=2 | grep -v '^--' | grep -v '^Installing'
|
language: cpp
compiler:
- clang
- gcc
before_install:
- pwd
- date -u
- uname -a
# Out-of-source build
- cd ..
- mkdir SimpleElastix-build
- cd SimpleElastix-build
before_script:
- export OMP_NUM_THREADS=2
- echo $OMP_NUM_THREADS
script:
- cmake ../SimpleElastix/SuperBuild
- make --jobs=2 | grep -v '^--' | grep -v '^Installing'
notifications:
slack:
secure: h43Xu8fWhyJeuLNuvGHM5GglU5j03eDZD1obwAbe0Xccr/UyY0Cm7YA2sRtzCHKsEUaOheP6UeUuhLR9dQb0ByhDjMnEbZJViZoYzuTNaaP8Olv0GWe43CrMB2fQpOcGPfdzDNfmIrW/+kK9Yhq3Rw9UlE0O2Kk7DHebhxG2zIU=
|
Add Slack Travis CI integration
|
COMP: Add Slack Travis CI integration
|
YAML
|
apache-2.0
|
kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix,kaspermarstal/SimpleElastix
|
d74e66115594c3e1e7d7f24b01af49aa2a7e9910
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge.gemfile
exclude:
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_6.0.gemfile
- rvm: 2.4.7
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.7
gemfile: gemfiles/rails_6.0.gemfile
fast_finish: true
|
language: ruby
rvm:
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge.gemfile
exclude:
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_6.0.gemfile
- rvm: 2.4.7
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.7
gemfile: gemfiles/rails_6.0.gemfile
fast_finish: true
|
Test against latest Ruby versions
|
Test against latest Ruby versions
|
YAML
|
mit
|
jensb/route_translator,jensb/route_translator,enriclluelles/route_translator,enriclluelles/route_translator
|
238c00dd069ba6e6f83c696f4a3939c740607e43
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.1
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.2
|
Add Puppet 2.6.2 (default in Debian Sqeeze) and 3.0.2 to Travis CI config
|
Add Puppet 2.6.2 (default in Debian Sqeeze) and 3.0.2 to Travis CI config
|
YAML
|
apache-2.0
|
gini/puppet-archive
|
ddb146b5b66c5779821f2c4b35d1dafd633814bb
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.9.x
- 1.10.x
go_import_path: github.com/sclevine/spec
script:
- go test ./...
|
language: go
go:
- 1.9.x
- 1.10.x
- 1.11beta2
go_import_path: github.com/sclevine/spec
script:
- env GO111MODULE=on go test ./...
|
Add go 1.11 beta 2 to the build matrix
|
Add go 1.11 beta 2 to the build matrix
|
YAML
|
apache-2.0
|
sclevine/spec
|
81088d09bde8177912c015a725268c43c41d6775
|
.travis.yml
|
.travis.yml
|
language: ruby
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
rvm:
- 2.1.1
script:
- RAILS_ENV=test bundle exec rake --trace test_with_coveralls
before_script:
- mysql -e 'create database railskating_test'
- psql -c 'create database railskating_test;' -U postgres
notifications:
email: false
|
language: ruby
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
rvm:
- 2.1.5
script:
- RAILS_ENV=test bundle exec rake --trace test_with_coveralls
before_script:
- mysql -e 'create database railskating_test'
- psql -c 'create database railskating_test;' -U postgres
notifications:
email: false
|
Update ruby tested by Travis CI
|
Update ruby tested by Travis CI
|
YAML
|
agpl-3.0
|
haxney/railskating,haxney/railskating
|
a09f5ed3cbd00b2a2dc08e33cd647b372dc49bc3
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
- TARGET=plugin REDMINE_VERSION=4.0.3
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
addons:
chrome: stable
allow_failures:
- TARGET=redmine REDMINE_VERSION=4.0.3
|
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
- TARGET=plugin REDMINE_VERSION=4.0.3
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
addons:
chrome: stable
allow_failures:
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
|
Allow failure of redmine tests
|
Allow failure of redmine tests
|
YAML
|
mit
|
pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt
|
5d505478c2f0e6a2636e4ec027d2e2a221fc2d79
|
.travis.yml
|
.travis.yml
|
language: python
python: 2.7
install:
- pip install -r server/src/requirements.txt -r server/src/requirements_recommended.txt -r server/src/requirements_suggested.txt -r server/src/requirements_testing.txt
- python server/src/develop.py --deploy-test-db --db-engine=mysql --db-create-db --db-admin-user=root --db-admin-passwd=""
script:
- cd server/src; python develop.py
|
language: python
services:
- redis-server
python: 2.7
install:
- pip install -r server/src/requirements.txt -r server/src/requirements_recommended.txt -r server/src/requirements_suggested.txt -r server/src/requirements_testing.txt
- python server/src/develop.py --deploy-test-db --db-engine=mysql --db-create-db --db-admin-user=root --db-admin-passwd=""
script:
- cd server/src; python develop.py
|
Add redis as a service to be started in Travis
|
Add redis as a service to be started in Travis
|
YAML
|
bsd-2-clause
|
weblabdeusto/weblabdeusto,zstars/weblabdeusto,weblabdeusto/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,morelab/weblabdeusto,morelab/weblabdeusto,weblabdeusto/weblabdeusto,weblabdeusto/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,porduna/weblabdeusto,porduna/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,porduna/weblabdeusto,weblabdeusto/weblabdeusto,weblabdeusto/weblabdeusto,weblabdeusto/weblabdeusto,weblabdeusto/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,morelab/weblabdeusto,zstars/weblabdeusto,zstars/weblabdeusto,weblabdeusto/weblabdeusto,zstars/weblabdeusto,zstars/weblabdeusto,morelab/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,morelab/weblabdeusto,porduna/weblabdeusto,zstars/weblabdeusto,weblabdeusto/weblabdeusto
|
191d87d36b6d4dc07d28067da564b4c7cf3d5c00
|
.travis.yml
|
.travis.yml
|
language: objective-c
cache:
directories:
- Example/vendor/bundle
install:
- (cd Example && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Example && pod install && bundle exec rake build test)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
|
language: objective-c
cache:
directories:
- Example/vendor/bundle
install:
- (cd Example && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Example && bundle exec pod install && bundle exec rake build test)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
|
Add `bundle exec` to `pod install` command
|
Add `bundle exec` to `pod install` command
|
YAML
|
mit
|
KittenYang/UCZProgressView,kishikawakatsumi/UCZProgressView,KittenYang/UCZProgressView,kishikawakatsumi/UCZProgressView,KittenYang/UCZProgressView
|
1209b044596c694968716fe37306abd125c18117
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: required
services:
- docker
language: go
go:
- "1.11"
git:
depth: 1
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- make tools
script:
- make lint
- make test
- make vendor-status
- make website-lint
- make website-test
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip
|
dist: trusty
sudo: required
services:
- docker
language: go
go:
- "1.11.1"
git:
depth: 1
install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- make tools
script:
- make lint
- make test
- make vendor-status
- make website-lint
- make website-test
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip
|
Switch TravisCI to Go 1.11.1
|
tests/provider: Switch TravisCI to Go 1.11.1
|
YAML
|
mpl-2.0
|
Ninir/terraform-provider-aws,terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,Ninir/terraform-provider-aws,Ninir/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,Ninir/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws
|
81392a194f1bb87db1cf3ce68476dcc5a8dc18eb
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: required
node_js:
- "0.10"
install:
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"
branches:
only:
- master
|
language: node_js
sudo: required
node_js:
- "0.10"
install:
- npm install -g eslint
- npm install -g spacejam
script:
- export PATH="$HOME/.meteor:$PATH"
- cp settings.json.template settings.json
- eslint .
- spacejam test-packages --settings settings.json
before_install:
- "curl -L http://git.io/ejPSng | /bin/sh"
branches:
only:
- master
|
Update spacejam to use settings file
|
Update spacejam to use settings file
|
YAML
|
mit
|
harrybui22/meteor-gazelle,shaunstanislaus/meteor-gazelle,n1889/meteor-gazelle,yash069/meteor-gazelle,haresbarak/meteor-gazelle,kimoi/meteor-gazelle,codevlabs/meteor-gazelle,JerimyTate/meteor-gazelle,jrherr/meteor-gazelle,jrherr/meteor-gazelle,ahaym/meteor-gazelle,shaunstanislaus/meteor-gazelle,WillJHaggard/meteor-gazelle,nullren/meteor-gazelle,kimoi/meteor-gazelle,meteor-gazelle/meteor-gazelle,flaming-/meteor-gazelle,meteor-gazelle/meteor-gazelle,n1889/meteor-gazelle,codevlabs/meteor-gazelle,kimoi/meteor-gazelle,yash069/meteor-gazelle,sneakysneakysneaky/meteor-gazelle,flaming-/meteor-gazelle,nullren/meteor-gazelle,yash069/meteor-gazelle,ahaym/meteor-gazelle,sneakysneakysneaky/meteor-gazelle,nullren/meteor-gazelle,flaming-/meteor-gazelle,harrybui22/meteor-gazelle,meteor-gazelle/meteor-gazelle,JerimyTate/meteor-gazelle,codevlabs/meteor-gazelle,jrherr/meteor-gazelle,ahaym/meteor-gazelle,shaunstanislaus/meteor-gazelle,harrybui22/meteor-gazelle,haresbarak/meteor-gazelle,JerimyTate/meteor-gazelle,WillJHaggard/meteor-gazelle,sneakysneakysneaky/meteor-gazelle,n1889/meteor-gazelle,WillJHaggard/meteor-gazelle,haresbarak/meteor-gazelle
|
5b8cbdd203dfc8a6a36adb4f736c9f0a4109d951
|
.travis.yml
|
.travis.yml
|
language: c
install: sudo make install
script:
- sudo make test
- sudo make test-install
notifications:
email: false
compiler:
- clang
- gcc
|
language: c
before_install:
- which $CC
- $CC --version
# Fix an issue with clang not available system-wide; causing a failure on
# 'sudo make install'.
# See https://github.com/travis-ci/travis-ci/issues/2607
# and https://github.com/kerolasa/lelux-utiliteetit/commit/ac54004f4b319040ed24232b8cd70d3abaa7beba
- export CC=`which $CC`
install: sudo make install
script:
- sudo make test
- sudo make test-install
notifications:
email: false
compiler:
- clang
- gcc
|
Fix a Travis issue with clang
|
Fix a Travis issue with clang
See https://github.com/travis-ci/travis-ci/issues/2607
|
YAML
|
mit
|
bfontaine/gzsize,bfontaine/gzsize
|
cbe13866cb18caaaa71a702812d918dec1a6abb7
|
.travis.yml
|
.travis.yml
|
language: cpp
sudo: required
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake
- sudo apt-get install -y libtinyxml2-dev
- sudo apt-get install -y doxygen
script: cmake
|
language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake
- sudo apt-get install -y libtinyxml2-dev
- sudo apt-get install -y doxygen
script: cmake
|
Add ubuntu trusty 14.04 as default
|
Add ubuntu trusty 14.04 as default
|
YAML
|
apache-2.0
|
alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,wkrzemien/j-pet-framework,alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,alexkernphysiker/j-pet-framework
|
0856e61a4d7ac8ea7c847ceb091e3ba8cec5f07a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- "3.5"
cache:
directories:
- $HOME/.cache/pip
- assets/js/tests/elm-stuff/build-artifacts
install:
- pip install pip setuptools wheel --upgrade
- pip install -r test_requirements.txt
- pip install coveralls
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 5.0.0
- npm install
script:
- make test
- make elm-test
after_success:
- coveralls
|
sudo: false
language: python
python:
- "3.5"
cache:
directories:
- $HOME/.cache/pip
- assets/js/tests/elm-stuff/build-artifacts
- $HOME/.nvm/versions
install:
- pip install pip setuptools wheel --upgrade
- pip install -r test_requirements.txt
- pip install coveralls
- nvm install v6
- npm install
script:
- make test
- make elm-test
after_success:
- coveralls
|
Simplify Node installation on Travis CI.
|
Simplify Node installation on Travis CI.
|
YAML
|
mit
|
zsiciarz/variablestars.net,zsiciarz/variablestars.net,zsiciarz/variablestars.net
|
020a76391767ccea258e44e62e3f31f5481fcd09
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk7
- openjdk7
script: ./gradlew clean build artifactoryPublish
|
language: java
jdk:
- oraclejdk7
script: ./gradlew clean build artifactoryPublish
|
Remove open JDK from the matrix
|
Remove open JDK from the matrix
|
YAML
|
apache-2.0
|
noamt/ehcache-sizeofengine-groovy
|
751b6f1ea5fa5067dbc21ffb9b876c0c98a84d95
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- npm install -g bower
- bower install
|
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g bower
- bower install
|
Remove dependency on node 0.8
|
Remove dependency on node 0.8
|
YAML
|
mit
|
lnielsen/flight-citationformatter
|
22eff8c35eda9777b6a544ff8f4bfc0be5c4d82a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $ANDROID_EMULATOR_TARGET
- extra-google-google_play_services
- extra-android-support
- extra
- sys-img-$ANDROID_ABI-$ANDROID_EMULATOR_TARGET
licenses:
- 'android-sdk-license-.+'
before_install:
- echo yes | android update sdk --all --filter build-tools-$ANDROID_BUILD_TOOLS_VERSION --no-ui --force
before_script:
- echo no | android create avd --force -n test -t $ANDROID_EMULATOR_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew clean check :demo:connectedAndroidTest
|
sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $ANDROID_EMULATOR_TARGET
- extra-google-google_play_services
- extra-android-support
- extra
- sys-img-$ANDROID_ABI-$ANDROID_EMULATOR_TARGET
licenses:
- 'android-sdk-license-.+'
before_install:
- echo yes | android update sdk --all --filter build-tools-$ANDROID_BUILD_TOOLS_VERSION --no-ui --force
before_script:
- echo no | android create avd --force -n test -t $ANDROID_EMULATOR_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew check :demo:connectedAndroidTest
|
Remove unnecessary clean task for Travis CI
|
Remove unnecessary clean task for Travis CI
|
YAML
|
mit
|
thyrlian/AwesomeValidation,thyrlian/AwesomeValidation
|
498f8494361120980ac731f6acfaadcdbde994f2
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.1
before_install:
- composer self-update
install: composer install --dev
script: phpunit
|
language: php
php:
- 7.1
before_install:
- composer self-update
install: composer install --dev
script: vendor/bin/phpunit
|
Fix phpunit tests on Travis-CI
|
Fix phpunit tests on Travis-CI
|
YAML
|
mit
|
activecollab/bootstrap
|
51ce6c71d5fd6b5390551f14cbc487e740eeee67
|
.travis.yml
|
.travis.yml
|
language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer --prefer-source install
script:
- vendor/bin/phpunit
|
language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- wget -q https://scrutinizer-ci.com/ocular.phar
- composer --prefer-source install
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Send code coverage report to Scrutinizer
|
Send code coverage report to Scrutinizer
|
YAML
|
mit
|
cs278/serialization-helpers
|
8bfc387252ca400a7318ce7d9674519fdc646382
|
.travis.yml
|
.travis.yml
|
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
addons:
code_climate:
repo_token: 8432fd00f5d96695457d25cf9216a92f8629b8997a68bcdccc093852ec717ee5
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- composer install --dev
- phpenv rehash
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
after_success: vendor/bin/test-reporter
|
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
addons:
code_climate:
repo_token: 8432fd00f5d96695457d25cf9216a92f8629b8997a68bcdccc093852ec717ee5
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- composer install --dev
- phpenv rehash
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi'
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi'
after_success: vendor/bin/test-reporter
|
Disable coverage on hhvm, scrutinizer ocular.phar is error on hhvm
|
Disable coverage on hhvm, scrutinizer ocular.phar is error on hhvm
|
YAML
|
mit
|
herloct/pinger
|
f9ee0be092c5fac00be6c65c5f73a96a8016f785
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.12.0
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install gdal-bin libgdal-dev postgis
- sudo -u postgres psql -c "drop database if exists test_geopandas"
- sudo -u postgres psql -c "create database test_geopandas"
- sudo -u postgres psql -c "create extension postgis" -d test_geopandas
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.test.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt --use-mirrors; fi
- git clone git://github.com/pydata/pandas.git
- cd pandas
- git checkout $PANDAS_VERSION
- python setup.py install
- cd ..
script:
- py.test tests --cov geopandas -v --cov-report term-missing
after_success:
- coveralls
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.12.0
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install gdal-bin libgdal-dev
# - sudo -u postgres psql -c "drop database if exists test_geopandas"
# - sudo -u postgres psql -c "create database test_geopandas"
# - sudo -u postgres psql -c "create extension postgis" -d test_geopandas
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.test.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt --use-mirrors; fi
- git clone git://github.com/pydata/pandas.git
- cd pandas
- git checkout $PANDAS_VERSION
- python setup.py install
- cd ..
script:
- py.test tests --cov geopandas -v --cov-report term-missing
after_success:
- coveralls
|
Remove postgis from Travis CI due to gdal version conflicts
|
TST: Remove postgis from Travis CI due to gdal version conflicts
|
YAML
|
bsd-3-clause
|
micahcochran/geopandas,fonnesbeck/geopandas,geopandas/geopandas,maxalbert/geopandas,snario/geopandas,micahcochran/geopandas,scw/geopandas,jorisvandenbossche/geopandas,kwinkunks/geopandas,geopandas/geopandas,koldunovn/geopandas,geopandas/geopandas,ozak/geopandas,urschrei/geopandas,IamJeffG/geopandas,jorisvandenbossche/geopandas,jdmcbr/geopandas,ozak/geopandas,perrygeo/geopandas,jorisvandenbossche/geopandas,jdmcbr/geopandas
|
8373229b62c7cc1094aa2a69cf655b078017ee1f
|
.travis.yml
|
.travis.yml
|
dist: trusty
language: node_js
sudo: false
node_js:
- stable
- 12
|
dist: bionic
language: node_js
sudo: false
node_js:
- stable
|
Update Travis to bionic, and only check stable
|
Update Travis to bionic, and only check stable
|
YAML
|
mit
|
wub/preact-cli-plugin-typescript
|
53cfbfd94b4dfb0759e0dc9fe748e736ab49dcfa
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
go:
- 1.13
before_script:
- make setup
- make deps
script:
- make build
notifications:
email: false
|
language: go
sudo: false
go:
- 1.13
before_script:
- make deps
script:
- go build
notifications:
email: false
|
Use `go build` for temporarily
|
Use `go build` for temporarily
|
YAML
|
mit
|
Tomohiro/gyazo-cli
|
c34dfa7531eb49878dedee060d5669d8efe10dc9
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm: 2.4.1
cache: bundler
script: bundle exec rake test
addons:
postgresql: "9.6"
before_script:
- sudo apt-get install postgresql-server-dev-9.6
- git clone https://github.com/dalibo/hypopg.git
- cd hypopg
- make
- sudo make install
- psql -c 'create database dexter_test;' -U postgres
notifications:
email:
on_success: never
on_failure: change
|
language: ruby
rvm: 2.4.1
cache: bundler
script: bundle exec rake test
addons:
postgresql: "9.6"
before_script:
- sudo apt-get install postgresql-server-dev-9.6
- git clone https://github.com/HypoPG/hypopg.git
- cd hypopg
- make
- sudo make install
- psql -c 'create database dexter_test;' -U postgres
notifications:
email:
on_success: never
on_failure: change
|
Use new HypoPG location for tests
|
Use new HypoPG location for tests
|
YAML
|
mit
|
ankane/dexter
|
26d2a4f053fcf0a4a42a20f87ecc6da5111e3bad
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
branches:
only:
- master
- /^.*-alpha$/
- /^.*-beta$/
after_success: npm run coverage
|
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
branches:
only:
- master
- /^.*-alpha$/
- /^.*-beta$/
after_success: npm run coverage
|
Remove support v7 and support v9
|
Remove support v7 and support v9
|
YAML
|
mit
|
tngan/samlify,tngan/samlify,tngan/express-saml2
|
55aec5cced72d3c5443d9ee9da59f078759abc52
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 2.1.1
- 2.2
gemfile:
- Gemfile
env:
global:
- CI="travis"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.10
- MONGODB=3.0.3
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null &
notifications:
email: false
|
language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- 2.1.1
- 2.2
gemfile:
- Gemfile
env:
global:
- CI="travis"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.10
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null &
notifications:
email: false
|
Remove mongo 3.0 from the grid temporarily
|
Remove mongo 3.0 from the grid temporarily
|
YAML
|
mit
|
ElMassimo/mongoid_includes
|
222940d132ef0b9ee78d89ed4c8ecda3dd533792
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.1
|
language: ruby
rvm:
- 2.0.0
- 2.1.1
- 2.2.0
- jruby-head
|
Add more versions to Travis
|
Add more versions to Travis
|
YAML
|
mit
|
AnthonySuper/Doublesing,AnthonySuper/Doublesing,AnthonySuper/Doublesing
|
37c0e26d5c3cf73933761eface28efb668fba45e
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- '2.7'
env:
- "DJANGO_VERSION=1.8"
- "DJANGO_VERSION=1.9"
before_install:
- pip install codecov
install:
- cd testapp
- python install_deps.py
script:
- python manage.py test
after_script:
- cd ..
- rm django_tests
after_success:
- codecov
notifications:
slack:
secure: UBhOWAtUrp9sqN6hm4PWir23GK67wo3tb0Ic7tXLpvKYnACz8kjRIiLUMZjl6kftwO+hwhVQdyZ2iSD6isGfB8Q/CyKCej693N2GZ7wxl/dCGqm6CmKrTQZ7Bkwov22fe1/j8U1fhIuR2j/qkFPkvONi+fXirQqFYxmqor1I9a0=
|
language: python
sudo: false
python:
- '2.7'
env:
- "DJANGO_VERSION=1.8"
- "DJANGO_VERSION=1.9"
- "DJANGO_VERSION=master"
before_install:
- pip install codecov
install:
- cd testapp
- python install_deps.py
script:
- python manage.py test
after_script:
- cd ..
- rm django_tests
after_success:
- codecov
notifications:
slack:
secure: UBhOWAtUrp9sqN6hm4PWir23GK67wo3tb0Ic7tXLpvKYnACz8kjRIiLUMZjl6kftwO+hwhVQdyZ2iSD6isGfB8Q/CyKCej693N2GZ7wxl/dCGqm6CmKrTQZ7Bkwov22fe1/j8U1fhIuR2j/qkFPkvONi+fXirQqFYxmqor1I9a0=
|
Add running tests on master to Travis config
|
Add running tests on master to Travis config
|
YAML
|
bsd-3-clause
|
kirberich/djangae,kirberich/djangae,potatolondon/djangae,grzes/djangae,kirberich/djangae,potatolondon/djangae,grzes/djangae,grzes/djangae
|
090915bc7b965611453eb7526e4cc3eeaabee607
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo: false
script: php vendor/bin/phpunit --coverage-clover=coverage.clover
matrix:
fast_finish: true
|
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo: false
script: php vendor/bin/phpunit --coverage-clover=coverage.clover
matrix:
allow_failures:
- php: 7.0
fast_finish: true
|
Allow failures on PHP7 for now
|
Allow failures on PHP7 for now
|
YAML
|
mit
|
laravel-doctrine/fluent,guiwoda/fluent
|
1a9894077d7116d5f336fa22d19ec560c869beb0
|
.travis.yml
|
.travis.yml
|
language: android
jdk: oraclejdk7
branches:
only:
- unstable
android:
components:
- build-tools-21.1.1
- android-21
- sys-img-x86-android-21
- addon-google_apis_x86-google-21
env:
global:
# install timeout in minutes
- ADB_INSTALL_TIMEOUT=8
# Create and start the emulator
before_script:
- echo no | android create avd --force -n test -t "Google Inc.:Google APIs (x86 System Image):21" --abi default/x86
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell inout keyevent 82 &
script:
- android list target
- ./gradlew connectedAndroidTest -PdisablePreDex
|
language: android
jdk: oraclejdk7
branches:
only:
- unstable
android:
components:
- build-tools-21.1.1
- android-21
- sys-img-x86-android-21
- addon-google_apis_x86-google-21
env:
global:
# install timeout in minutes
- ADB_INSTALL_TIMEOUT=8
# Create and start the emulator
before_script:
- android list targets
- echo no | android create avd --force -n test -t "Google Inc.:Google APIs (x86 System Image):21" --abi default/x86
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell inout keyevent 82 &
script:
- android list target
- ./gradlew connectedAndroidTest -PdisablePreDex
|
Check list of target ids
|
Check list of target ids
|
YAML
|
apache-2.0
|
huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android
|
611c4d0eebe9822a6845e9d0f476b73a5034f949
|
.travis.yml
|
.travis.yml
|
language: rust
rust:
- nightly
notifications:
email:
- [email protected]
os:
- linux
before_script:
- rustc --version
- cargo --version
script:
- cargo build -v
- cargo test -v
- cargo doc -v
|
language: rust
rust:
- stable
- beta
- nightly
notifications:
email:
- [email protected]
os:
- linux
before_script:
- rustc --version
- cargo --version
script:
- cargo build -v
- cargo test -v
- cargo test --features="serde_serialization" -v
- cargo doc -v
|
Test stable and beta as well as nightly. Test serde_serialization feature.
|
Test stable and beta as well as nightly. Test serde_serialization feature.
|
YAML
|
mit
|
RustAudio/synth
|
16ab8014acb9fc73cbb304067b136f80f311abb5
|
.travis.yml
|
.travis.yml
|
language: objective-c
notifications:
slack: devlucky:0AP12qjjfc2Zxc0s9yo1cQQm
env:
global:
- FASTLANE_LANE=ci_commit
before_install:
- gem update fastlane
- gem update scan
- gem install danger --no-ri --no-doc
- gem install danger-swiftlint --no-ri --no-doc
before_script:
- danger
matrix:
include:
- osx_image: xcode8
env: FASTLANE_ENV=tvos
- osx_image: xcode8
env: FASTLANE_ENV=osx
- osx_image: xcode8
env: FASTLANE_ENV=ios93
- osx_image: xcode8
env: FASTLANE_ENV=ios10 KKP_CODECOV=true
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'Kakapo'
script:
- set -o pipefail
- fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV
- pod lib lint --quick
podfile: Podfile
after_failure:
- cat -n ~/Library/Logs/scan/*
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash
|
language: objective-c
notifications:
slack: devlucky:0AP12qjjfc2Zxc0s9yo1cQQm
env:
global:
- FASTLANE_LANE=ci_commit
before_install:
- gem update fastlane
- gem update scan
- gem install danger --no-ri --no-doc
- gem install danger-swiftlint --no-ri --no-doc
matrix:
include:
- osx_image: xcode8
env: FASTLANE_ENV=tvos
- osx_image: xcode8
env: FASTLANE_ENV=osx
- osx_image: xcode8
env: FASTLANE_ENV=ios93
- osx_image: xcode8
env: FASTLANE_ENV=ios10 KKP_CODECOV=true
before_script:
- danger
- pod lib lint --quick
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'Kakapo'
script:
- set -o pipefail
- fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV
podfile: Podfile
after_failure:
- cat -n ~/Library/Logs/scan/*
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash
|
Reduce CI build time, run danger and pod lint only in one job of the matrix
|
Reduce CI build time, run danger and pod lint only in one job of the matrix
|
YAML
|
mit
|
devlucky/Kakapo,devlucky/Kakapo
|
ccf05468079baa07caab403b510323bd8ccb86d8
|
.travis.yml
|
.travis.yml
|
sudo: false
language: android
android:
components:
- build-tools-21.1.2
- android-21
- sys-img-armeabi-v7a-android-21
- add-on
- extra
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
jdk:
- oraclejdk7
before_install:
- echo yes | android update sdk --all --filter build-tools-21.1.2 --no-ui --force
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew assemble test
|
sudo: false
language: android
android:
components:
- build-tools-22.0.1
- android-22
- sys-img-armeabi-v7a-android-22
- add-on
- extra
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
jdk:
- oraclejdk7
before_install:
- echo yes | android update sdk --all --filter build-tools-22.0.1 --no-ui --force
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew assemble test
|
Update Android SDK version for Travis config.
|
Update Android SDK version for Travis config.
|
YAML
|
mit
|
thyrlian/AwesomeValidation,thyrlian/AwesomeValidation,duaiyun1314/AwesomeValidation,java02014/AwesomeValidation
|
155a9d73662eaf1bd09651042046cc153ec434d3
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
install: ""
script: ./travis.sh
jdk:
- openjdk7
|
language: java
sudo: false
install: ""
script: ./travis.sh
jdk:
- oraclejdk8
|
Use jdk8 to build, still with jdk7 compat
|
Use jdk8 to build, still with jdk7 compat
|
YAML
|
apache-2.0
|
ajoberstar/grgit,ajoberstar/grgit
|
889197c7629121afe935df9b2d703a660bfad213
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.0
- 2.4.0
script:
- bundle exec rspec
services:
- redis-server
|
language: ruby
rvm:
- 2.1.0
- 2.4.0
- 2.5.0
- 2.6.0
script:
- bundle exec rspec
services:
- redis-server
|
Add ruby 2.5 and 2.6 ci tests
|
Add ruby 2.5 and 2.6 ci tests
|
YAML
|
mit
|
Barzahlen/gcra-ruby
|
b72a69846a04484f177ddfe37456791d1d2bf10d
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Use the container based builds for better performance
|
[Travis] Use the container based builds for better performance
|
YAML
|
mit
|
curtisgibby/glide,thephpleague/glide
|
38f7431878017b4e2ea2171a925b2c1529d2b5ce
|
.travis.yml
|
.travis.yml
|
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
env:
- AMP_DEBUG=true
before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install:
- composer update -n --prefer-dist
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
- chmod +x coveralls.phar
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- ./coveralls.phar -v
cache:
directories:
- $HOME/.composer/cache/files
|
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
env:
- AMP_DEBUG=true
before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install:
- composer update -n --prefer-dist
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
- chmod +x coveralls.phar
script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- ./coveralls.phar -v
cache:
directories:
- $HOME/.composer/cache/files
|
Disable phpdbg, because it causes segfaults
|
Disable phpdbg, because it causes segfaults
|
YAML
|
mit
|
amphp/dns
|
ffff53b8622cd5c7bf6d92ff44429650229203ce
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
script:
- npm test
- npm run build
- npm run build:customised
|
language: node_js
node_js:
- "4"
- "5"
- "6"
script:
- npm test
- npm run build
- npm run build:customised
|
Remove Node 0.12 from Travis because ESLint 3.0 do not support it.
|
Remove Node 0.12 from Travis because ESLint 3.0 do not support it.
|
YAML
|
mit
|
sapegin/react-styleguidist,styleguidist/react-styleguidist,bluetidepro/react-styleguidist,styleguidist/react-styleguidist,styleguidist/react-styleguidist,sapegin/react-styleguidist
|
a01830d9e7857a6affbaf27addd9835ec366dd84
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: go
go:
- 1.5.3
go_import_path: github.com/vmware/harbor
service:
- mysql
- docker
env: GO15VENDOREXPERIMENT=1 DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
install:
- sudo apt-get update && sudo apt-get install -y libldap2-dev
- go get -d github.com/docker/distribution
- go get -d github.com/docker/libtrust
- go get -d github.com/go-sql-driver/mysql
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt
before_script:
# create tables and load data
- mysql < ./Deploy/db/registry.sql -uroot --verbose
script:
- go list ./... | grep -v /vendor/ | xargs -L1 fgt golint
- go list ./... | grep -v 'vendor' | xargs -L1 go vet
- go list ./... | grep -v 'vendor' | xargs -L1 go test -v
- docker version
- docker-compose version
|
sudo: required
language: go
go:
- 1.5.3
go_import_path: github.com/vmware/harbor
service:
- mysql
- docker
env: GO15VENDOREXPERIMENT=1 DB_HOST=127.0.0.1 DB_PORT=3306 DB_USR=root DB_PWD=
install:
- sudo apt-get update && sudo apt-get install -y libldap2-dev
- go get -d github.com/docker/distribution
- go get -d github.com/docker/libtrust
- go get -d github.com/go-sql-driver/mysql
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt
before_script:
# create tables and load data
- mysql < ./Deploy/db/registry.sql -uroot --verbose
script:
- go list ./... | grep -v /vendor/ | xargs -L1 fgt golint
- go list ./... | grep -v 'vendor' | xargs -L1 go vet
- go list ./... | grep -v 'vendor' | xargs -L1 go test -v
- docker version
- docker-compose version
|
Revert "use Trusty Beta image"
|
Revert "use Trusty Beta image"
This reverts commit b3075e46c2e4fad8159b2b5cfc4c90826383ef2e.
|
YAML
|
apache-2.0
|
wy65701436/harbor,wy65701436/harbor,steven-zou/harbor,wemeya/harbor,reasonerjt/harbor,steven-zou/harbor,wknet123/harbor,wemeya/harbor,wknet123/harbor,wemeya/harbor,wknet123/harbor,steven-zou/harbor,reasonerjt/harbor,steven-zou/harbor,wemeya/harbor,wemeya/harbor,wknet123/harbor,reasonerjt/harbor,reasonerjt/harbor,wknet123/harbor,reasonerjt/harbor,wy65701436/harbor,wy65701436/harbor,wy65701436/harbor,steven-zou/harbor,wknet123/harbor,wy65701436/harbor,reasonerjt/harbor,steven-zou/harbor,wemeya/harbor
|
acc26d298b837f9c005bd6733a10adea649055cf
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
l1atform=iOS Simulator,name=iPhone 6,OS=10.2inguage: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild clean build test -workspace Example/SGauge.xcworkspace -scheme SGauge-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform:iOS Simulator, id:E40727B3-41FB-4D6E-B4CB-BFA87109EB12, OS:10.2, name:iPhone 7' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- pod lib lint
notifications:
email:
recipients:
- [email protected]
on_success: never # [always|never|change]
on_failure: change # [always|never|change]
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
l1atform=iOS Simulator,name=iPhone 6,OS=10.2inguage: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild clean build test -workspace Example/SGauge.xcworkspace -scheme SGauge-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator, id=E40727B3-41FB-4D6E-B4CB-BFA87109EB12, OS=10.2, name=iPhone 7' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- pod lib lint
notifications:
email:
recipients:
- [email protected]
on_success: never # [always|never|change]
on_failure: change # [always|never|change]
|
Use iOS 10.2 simulator for testing
|
Use iOS 10.2 simulator for testing
|
YAML
|
mit
|
luiswdy/SGauge,luiswdy/SGauge,luiswdy/SGauge
|
cb57d25ed7efc5306d8a8834cffa208ef3c29d5d
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.3.0
- jruby-19mode
- rbx
env:
global:
- JRUBY_OPTS='-Xcext.enabled=true'
- COVERAGE=1
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx
services:
- redis-server
notifications:
irc:
channels:
- 'chat.freenode.net#resque'
on_success: change
on_failure: change
deploy:
provider: rubygems
api_key:
secure: dM97lL/jTu14mEHD2Ih/vQfZ8cWJWb+DQ8UKZjkD2JfYtvwEAlkPG9RrrDkSHb5qkYxG2VAhjyx/0MZJ0TsVL6wrLMC9gcJb3yomw2Sch2Noj68tEndiSUHnxrB9gKzbhHbjLQXDqYf4Hco9/PHHQp4piFPJhLzNZRehIuTJPcA=
gem: resque-scheduler
on:
tags: true
repo: resque/resque-scheduler
rvm: 2.3.0
all_branches: true
|
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.3.1
- jruby-9.1.1.0
env:
global:
- JRUBY_OPTS='-Xcext.enabled=true'
- COVERAGE=1
matrix:
allow_failures:
- rvm: jruby-9.1.1.0
services:
- redis-server
notifications:
irc:
channels:
- 'chat.freenode.net#resque'
on_success: change
on_failure: change
deploy:
provider: rubygems
api_key:
secure: dM97lL/jTu14mEHD2Ih/vQfZ8cWJWb+DQ8UKZjkD2JfYtvwEAlkPG9RrrDkSHb5qkYxG2VAhjyx/0MZJ0TsVL6wrLMC9gcJb3yomw2Sch2Noj68tEndiSUHnxrB9gKzbhHbjLQXDqYf4Hco9/PHHQp4piFPJhLzNZRehIuTJPcA=
gem: resque-scheduler
on:
tags: true
repo: resque/resque-scheduler
rvm: 2.3.1
all_branches: true
|
Update the ruby versions checked on Travis
|
Update the ruby versions checked on Travis
|
YAML
|
mit
|
resque/resque-scheduler,playtestcloud/resque-scheduler,xldenis/resque-scheduler,guizmaii/resque-scheduler,carsonreinke/resque-scheduler,xldenis/resque-scheduler,guizmaii/resque-scheduler,resque/resque-scheduler,resque/resque-scheduler,carsonreinke/resque-scheduler,playtestcloud/resque-scheduler,xldenis/resque-scheduler,carsonreinke/resque-scheduler,guizmaii/resque-scheduler,playtestcloud/resque-scheduler
|
55516445085716995222b8452cc42f4419611191
|
.travis.yml
|
.travis.yml
|
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
php:
- "7.3"
env:
global:
- ADDITIONAL_CONFIG=config.travis.neon
- DEBUG_MODE=1
services:
- mysql
install:
- travis_retry composer install --no-progress --prefer-dist
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- mysql -e "create database IF NOT EXISTS paf_test;" -uroot
- php bin/console app:database:init --drop-all-tables -d
script:
- phpunit --configuration test/phpunit.xml --coverage-text
notifications:
email:
- "[email protected]"
|
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
php:
- "7.3"
env:
global:
- CONFIG%FILE=config.travis.neon
- DEBUG_MODE=1
services:
- mysql
install:
- travis_retry composer install --no-progress --prefer-dist
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- mysql -e "create database IF NOT EXISTS paf_test;" -uroot
- php bin/console app:database:init --drop-all-tables -d
script:
- phpunit --configuration test/phpunit.xml --coverage-text
notifications:
email:
- "[email protected]"
|
Fix global config file specification
|
Fix global config file specification
|
YAML
|
mit
|
Thoronir42/paf,Thoronir42/paf,Thoronir42/paf,Thoronir42/paf
|
50521e29c3d9695c63e05b2e040851408ba40554
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
services:
- redis-server
before_script:
- npm install -g grunt-cli
|
language: node_js
node_js:
- 5.11
services:
- redis-server
before_script:
- npm install -g grunt-cli
|
Update to node >= 5.11
|
Update to node >= 5.11
|
YAML
|
mit
|
simonswain/straw,simonswain/straw
|
9de5ac5e2c7fb24aa0fcc6f57f2ab4f8bff3296e
|
.travis.yml
|
.travis.yml
|
sudo: required
language: go
services:
- docker
env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.0
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
# reinstall docker-compose at specific version
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
script:
- docker-compose build
- docker-compose up test
|
sudo: required
language: go
services:
- docker
env:
global:
- DOCKER_VERSION=1.10.1-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.0
before_install:
# list docker-engine versions
- apt-cache madison docker-engine
# upgrade docker-engine to specific version
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
# reinstall docker-compose at specific version
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
script:
- docker-compose build
- docker-compose run test
|
Read status code on exit.
|
Read status code on exit.
|
YAML
|
mit
|
timehop/teleport,pagarme/teleport,pagarme/teleport
|
a25ce6a3fad5f617d83e96da84e92d9f80b76836
|
.travis.yml
|
.travis.yml
|
sudo: false
os:
- linux
- osx
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- DJANGO="django1.6"
- DJANGO="django1.7"
- DJANGO="django1.8"
- DJANGO="django1.9"
install:
- pip install tox --use-mirrors
script:
- tox -e ${DJANGO}
|
sudo: false
os:
- linux
- osx
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- DJANGO="django1.6"
- DJANGO="django1.7"
- DJANGO="django1.8"
- DJANGO="django1.9"
install:
- pip install tox
script:
- tox -e ${DJANGO}
|
Fix issue where `pip install --use-mirrors ...` doesn't work in Python 3.5
|
Fix issue where `pip install --use-mirrors ...` doesn't work in Python 3.5
|
YAML
|
bsd-2-clause
|
pombredanne/django-classy-settings,funkybob/django-classy-settings
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.