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 |
|---|---|---|---|---|---|---|---|---|---|
d3646367272c580188c3134b13dc5217cea973eb | packages/te/tempi.yaml | packages/te/tempi.yaml | homepage: http://github.com/dktr0/tempi
changelog-type: ''
hash: 55b436847e9609d74d49acf88f4e3e3bc8b10a0f89f79e39466f8bbbb182fb01
test-bench-deps: {}
maintainer: David Ogborn <ogbornd@mcmaster.ca>
synopsis: For representing musical tempi
changelog: ''
basic-deps:
base: '>=4.8 && <5'
time: '>=1.8.0.2 && <1.9'
all-versions:
- 1.0.0.0
- 1.0.1.0
- 1.0.1.1
author: David Ogborn
latest: 1.0.1.1
description-type: haddock
description: A Haskell library for representing musical tempi, with a basic representation
consisting of three orthogonal components (frequency,time,count of elapsed cycles/beats).
Basic purpose is to allow multiple Haskell-based live coding languages to share
a common representation of tempo.
license-name: BSD-3-Clause
| homepage: http://github.com/dktr0/tempi
changelog-type: ''
hash: 700561f0c7a4cf1a3e00d321bfc9c0937365f956b4cd0937f16744c3b23657fd
test-bench-deps: {}
maintainer: David Ogborn <ogbornd@mcmaster.ca>
synopsis: For representing musical tempi
changelog: ''
basic-deps:
base: '>=4.8 && <5'
time: '>=1.8.0.2 && <1.9'
all-versions:
- 1.0.0.0
- 1.0.1.0
- 1.0.1.1
- 1.0.2.0
author: David Ogborn
latest: 1.0.2.0
description-type: haddock
description: A Haskell library for representing musical tempi, with a basic representation
consisting of three orthogonal components (frequency,time,count of elapsed cycles/beats).
Basic purpose is to allow multiple Haskell-based live coding languages to share
a common representation of tempo.
license-name: BSD-3-Clause
| Update from Hackage at 2020-04-27T05:20:04Z | Update from Hackage at 2020-04-27T05:20:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ae1897e2ea0fc7bdfa9a9404e9341d5cf02a068a | .decent_ci-Linux.yaml | .decent_ci-Linux.yaml | compilers:
- name: "clang"
version: "3.5"
cmake_extra_flags: -DUSE_LIB_CXX:BOOL=OFF -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: "gcc"
version: "4.8"
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: cppcheck
compiler_extra_flags: --enable=all -I include --inline-suppr
| compilers:
- name: "clang"
version: "3.5"
cmake_extra_flags: -DUSE_LIB_CXX:BOOL=OFF -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: "gcc"
version: "4.8"
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: cppcheck
compiler_extra_flags: --enable=all -I include --inline-suppr
| Update to force CI rebuild | Update to force CI rebuild
| YAML | bsd-3-clause | bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language |
7b8c05feb71e877db6b737f767682d1ba09fd24d | packages/co/colorful-monoids.yaml | packages/co/colorful-monoids.yaml | homepage: https://github.com/minad/colorful-monoids#readme
changelog-type: ''
hash: ad2fc49dbdd8075474f75e98a6d332263960d1c38600170b79e42d5ca78f4c63
test-bench-deps:
colorful-monoids: -any
base: ! '>=4.8 && <5'
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Styled console text output using ANSI escape sequences.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.2.0.0
- 0.2.0.1
- 0.2.1.0
- 0.2.1.1
- 0.2.1.2
author: Daniel Mendler <mail@daniel-mendler.de>
latest: 0.2.1.2
description-type: haddock
description: This library provides styled text output using ANSI escape sequences.
The colored text is modeled as nested Colored values, which form a Monoid. As a
result the colored code has a relatively concise form.
license-name: MIT
| homepage: https://github.com/minad/colorful-monoids#readme
changelog-type: ''
hash: 61dafaf4ae5f07964db297a4d1ef7afd5de702a60cc32ca66c7fa90415e48851
test-bench-deps:
colorful-monoids: -any
base: '>=4.8 && <5'
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Styled console text output using ANSI escape sequences.
changelog: ''
basic-deps:
base: '>=4.8 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.2.0.0
- 0.2.0.1
- 0.2.1.0
- 0.2.1.1
- 0.2.1.2
- 0.2.1.3
author: Daniel Mendler <mail@daniel-mendler.de>
latest: 0.2.1.3
description-type: haddock
description: This library provides styled text output using ANSI escape sequences.
The colored text is modeled as nested Colored values, which form a Monoid. As a
result the colored code has a relatively concise form.
license-name: MIT
| Update from Hackage at 2020-06-17T18:23:36Z | Update from Hackage at 2020-06-17T18:23:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5e299954b63f87da229355f5e40f24d401503ede | manifests/app-autoscaler/operations.d/020-bosh-set-stemcells.yml | manifests/app-autoscaler/operations.d/020-bosh-set-stemcells.yml | ---
- type: replace
path: /stemcells
value:
- alias: default
os: ubuntu-xenial
version: "621.123"
| ---
- type: replace
path: /stemcells
value:
- alias: default
os: ubuntu-bionic
version: "1.61"
| Switch autoscaler to bionic stemcell | Switch autoscaler to bionic stemcell
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
b6e00793b62a763069df258907f59dec35bed917 | Resources/config/config.yml | Resources/config/config.yml | stof_doctrine_extensions:
default_locale: en_US
orm:
default:
timestampable: true
sluggable: true
fos_user:
db_driver: orm
firewall_name: main
user_class: "Dime\TimetrackerBundle\Entity\User"
jms_serializer:
handlers:
datetime:
default_format: "Y-m-d H:i:s"
default_timezone: "UTC"
property_naming:
separator: _
lower_case: true
metadata:
cache: file
debug: "%kernel.debug%"
file_cache:
dir: "%kernel.cache_dir%/serializer"
auto_detection: true
fos_rest:
routing_loader:
default_format: json
include_format: false
param_fetcher_listener: true
body_listener: true
allowed_methods_listener: true
view:
view_response_listener: 'force'
formats:
json: true
xml: true
format_listener:
rules:
- { path: '^/api', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: false }
- { path: '^/', priorities: [ 'html', '*/*'], fallback_format: html, prefer_extension: false }
sensio_framework_extra:
view:
annotations: false
router:
annotations: true
parameters:
# overwrite default pagination parameters
pagination:
offset: 0
limit: 10
| stof_doctrine_extensions:
default_locale: en_US
orm:
default:
timestampable: true
sluggable: true
fos_user:
db_driver: orm
firewall_name: main
user_class: "Dime\TimetrackerBundle\Entity\User"
jms_serializer:
handlers:
datetime:
default_format: "Y-m-d H:i:s"
default_timezone: "UTC"
property_naming:
separator: _
lower_case: true
metadata:
cache: file
debug: "%kernel.debug%"
file_cache:
dir: "%kernel.cache_dir%/serializer"
auto_detection: true
fos_rest:
routing_loader:
default_format: json
include_format: false
param_fetcher_listener: true
body_listener: true
allowed_methods_listener: true
view:
view_response_listener: 'force'
formats:
json: true
xml: true
format_listener:
rules:
- { path: '^/api', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: false }
- { path: '^/', stop: true }
sensio_framework_extra:
view:
annotations: false
router:
annotations: true
parameters:
# overwrite default pagination parameters
pagination:
offset: 0
limit: 10
| Format Listener now stops listening to / and instead only listens to /api | Modified: Format Listener now stops listening to / and instead only listens to /api
| YAML | mit | stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime |
a4c959d51ea5fde60ecbb5016bc710ef3bd90bfd | examples/3d-mhd.yaml | examples/3d-mhd.yaml | initial_walls:
x: [42]
y: [42]
z: [74]
intra_node_shape: [64,64,128]
monitor_interval: 20
mpi_grid_shape: [2,2,1]
temporal_blocking_interval: 1
#mpi_grid_shape: [32,54,48]
| initial_walls:
x: [42]
y: [42]
z: [42]
intra_node_shape: [64,64,64]
monitor_interval: 20
mpi_grid_shape: [2,2,2]
temporal_blocking_interval: 1
#mpi_grid_shape: [32,54,48]
| Update the shape for local execution; for deadlock test | Update the shape for local execution; for deadlock test
| YAML | mit | nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura |
add018741151ba99f803c036bae9da6021060c17 | packages/po/polysemy-kvstore.yaml | packages/po/polysemy-kvstore.yaml | homepage: ''
changelog-type: markdown
hash: 7ef4abed58783c6142e14ff16c1e5e32dbdd913d607aa4259cbc40431fa2f7f6
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: KVStore effect for polysemy.
changelog: |
# Changelog for polysemy-kvstore
## v0.1.1.0
* Add `runKVStoreAsKVStore` and `runKVStoreAsKVStoreSem`.
## v0.1.0.0
* Imported `KVStore` effect from polysemy-zoo.
basic-deps:
base: '>=4.7 && <5'
containers: -any
polysemy: '>=1.3.0.0 && <1.7'
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Daniel Firth
latest: 0.1.1.0
description-type: markdown
description: |
# polysemy-kvstore
KVStore effect for polysemy, originally taken from
[polysemy-zoo](https://hackage.haskell.org/package/polysemy-zoo).
license-name: MIT
| homepage: ''
changelog-type: markdown
hash: d7016144ed6bfce89d6df18af47cf18020574d286ec743b42c8e9be83097e1e5
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: KVStore effect for polysemy.
changelog: |
# Changelog for polysemy-kvstore
## v0.1.2.0
* Add `runKVStoreAsKVStore` and `runKVStoreAsKVStoreSem`.
## v0.1.0.0
* Imported `KVStore` effect from polysemy-zoo.
basic-deps:
base: '>=4.7 && <5'
containers: -any
polysemy: '>=1.3.0.0 && <1.7'
all-versions:
- 0.1.0.0
- 0.1.2.0
author: Daniel Firth
latest: 0.1.2.0
description-type: markdown
description: |
# polysemy-kvstore
KVStore effect for polysemy, originally taken from
[polysemy-zoo](https://hackage.haskell.org/package/polysemy-zoo).
license-name: MIT
| Update from Hackage at 2021-07-16T17:49:35Z | Update from Hackage at 2021-07-16T17:49:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ab2463be3f3df2473d483109eb8113d4a618e8d3 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
script: ./gradlew test
| language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=
| Update Travis-CI settings for adding a build task "uploadArchives" | Update Travis-CI settings for adding a build task "uploadArchives"
| YAML | apache-2.0 | argius/minestra |
d090e6f690152026e92f8b4489980f7bdc7e83a6 | .travis.yml | .travis.yml | language: objective-c
script:
- bundle exec rake
# - bundle exec rake ci
| language: objective-c
rvm: system
install:
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
script:
- bundle exec rake ci
| Use to system ruby and enable cookbook_spec on Travis | Use to system ruby and enable cookbook_spec on Travis
Now safe to do since Travis is running Mavericks [#69812122]
| YAML | mit | pivotal-sprout/sprout-postgresql |
988a0ceee4b0d200630ab04cf97fa66dabd91985 | .travis.yml | .travis.yml | language: java
install: true
script: mvn deploy
after_script: mvn site site:deploy
notifications:
email:
- d.madama@gmail.com
- simoneg@apache.org
| language: java
install: true
script: mvn deploy
after_script: mvn site site:deploy
notifications:
email:
- d.madama@gmail.com
- simoneg@apache.org
| Use spaces instead of tabs | Use spaces instead of tabs | YAML | apache-2.0 | madama/jalia |
d1c1cad2de554364d9fbf6e497791792d5fca8a3 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.2.7
- DJANGO=1.3.1
- DJANGO=1.4.3
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q django-dynamic-fixture==1.6.4
script:
- make test
| language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.2.7
- DJANGO=1.3.1
- DJANGO=1.4.3
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q django-dynamic-fixture==1.6.4
- pip install -e .
script:
- make test
| Install contact_recipients before running tests | Install contact_recipients before running tests
test settings cannot be found otherwise.
| YAML | bsd-2-clause | bennylope/django-contact-recipients |
8198584f45f3e2e1b613ae38dbbd957a68a67de9 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
script:
- gradle clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password | language: java
jdk:
- oraclejdk7
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
script:
- ./gradlew clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password | Fix broken Travis build related to gradle | Fix broken Travis build related to gradle
gh-4
| YAML | unlicense | StarTrackDevKL/announcement-board,StarTrackDevKL/announcement-board,rashidi/announcement-board,rashidi/announcement-board,StarTrackDevKL/announcement-board,rashidi/announcement-board |
0dbfe6250ee6258e33aeb95f5d29a25f713b9d1c | .travis.yml | .travis.yml | language: objective-c
os: osx
osx_image: xcode7.3
env:
matrix:
- TEST_TYPE=iOS
- TEST_TYPE=OSX
- TEST_TYPE=tvOS
before_install:
- |
gem install xcpretty -N --no-ri --no-rdoc
script:
- |
if [ "$TEST_TYPE" = iOS ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher -destination "platform=iOS Simulator,name=iPhone 6 Plus" -enableCodeCoverage YES | xcpretty
elif [ "$TEST_TYPE" = OSX ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher-OSX -sdk macosx -enableCodeCoverage YES | xcpretty
elif [ "$TEST_TYPE" = tvOS ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher-tvOS -destination "platform=tvOS Simulator,name=Apple TV 1080p" -enableCodeCoverage YES | xcpretty
fi
after_success:
- |
if [ "$TEST_TYPE" = iOS ] || [ "$TEST_TYPE" = OSX ] || [ "$TEST_TYPE" = tvOS ]; then
bash <(curl -s https://codecov.io/bash)
fi
| language: objective-c
os: osx
osx_image: xcode8
env:
matrix:
- TEST_TYPE=iOS
- TEST_TYPE=OSX
- TEST_TYPE=tvOS
before_install:
- |
gem install xcpretty -N --no-ri --no-rdoc
script:
- |
if [ "$TEST_TYPE" = iOS ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher -destination "platform=iOS Simulator,name=iPhone 6 Plus" -enableCodeCoverage YES | xcpretty
elif [ "$TEST_TYPE" = OSX ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher-OSX -sdk macosx -enableCodeCoverage YES | xcpretty
elif [ "$TEST_TYPE" = tvOS ]; then
set -o pipefail
xcodebuild clean test -workspace Kingfisher.xcworkspace -scheme Kingfisher-tvOS -destination "platform=tvOS Simulator,name=Apple TV 1080p" -enableCodeCoverage YES | xcpretty
fi
after_success:
- |
if [ "$TEST_TYPE" = iOS ] || [ "$TEST_TYPE" = OSX ] || [ "$TEST_TYPE" = tvOS ]; then
bash <(curl -s https://codecov.io/bash)
fi
| Use Xcode 8 image for CI | Use Xcode 8 image for CI
| YAML | mit | onevcat/Kingfisher,Ashok28/Kingfisher,farice/VennCache,Ashok28/Kingfisher,onevcat/Kingfisher,pNre/Kingfisher,Ashok28/Kingfisher,farice/VennCache,tomaskraina/Kingfisher,tomaskraina/Kingfisher,tomaskraina/Kingfisher,pNre/Kingfisher,pNre/Kingfisher,farice/VennCache |
b12421046db1ce60a1f2f0c026d2492fe6a53a0f | roles/common/handlers/main.yml | roles/common/handlers/main.yml | ---
- name: refresh CAs
command: update-ca-certificates
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart remote_syslog
service: name=remote_syslog state=restarted
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata
- name: apply-sysctl
shell: "cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p -"
| ---
- name: refresh CAs
command: update-ca-certificates
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart remote_syslog
service: name=remote_syslog state=restarted
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata
- name: apply-sysctl
shell: "cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p -"
- include: ssh.yml
| Make sshd handlers visible by the common role. | Make sshd handlers visible by the common role.
The new sshd task was calling a handler which was not in
scope - make sure the handler is included.
| YAML | mit | channus/ursula,wupeiran/ursula,pgraziano/ursula,edtubillara/ursula,allomov/ursula,andrewrothstein/ursula,allomov/ursula,msambol/ursula,pbannister/ursula,lihkin213/ursula,blueboxjesse/ursula,panxia6679/ursula,blueboxjesse/ursula,jwaibel/ursula,MaheshIBM/ursula,rongzhus/ursula,kennjason/ursula,fancyhe/ursula,ddaskal/ursula,EricCrosson/ursula,ddaskal/ursula,jwaibel/ursula,greghaynes/ursula,aldevigi/ursula,ryshah/ursula,msambol/ursula,masteinhauser/ursula,andrewrothstein/ursula,paulczar/ursula,aldevigi/ursula,fancyhe/ursula,masteinhauser/ursula,narengan/ursula,aldevigi/ursula,zrs233/ursula,mjbrewer/ursula,dlundquist/ursula,channus/ursula,rongzhus/ursula,mjbrewer/ursula,sivakom/ursula,wupeiran/ursula,zrs233/ursula,panxia6679/ursula,panxia6679/ursula,lihkin213/ursula,ryshah/ursula,lihkin213/ursula,jwaibel/ursula,sivakom/ursula,MaheshIBM/ursula,edtubillara/ursula,ddaskal/ursula,pbannister/ursula,andrewrothstein/ursula,masteinhauser/ursula,kennjason/ursula,zrs233/ursula,retr0h/ursula,knandya/ursula,wupeiran/ursula,knandya/ursula,masteinhauser/ursula,nirajdp76/ursula,persistent-ursula/ursula,persistent-ursula/ursula,wupeiran/ursula,retr0h/ursula,zrs233/ursula,persistent-ursula/ursula,davidcusatis/ursula,j2sol/ursula,knandya/ursula,edtubillara/ursula,blueboxgroup/ursula,channus/ursula,sivakom/ursula,pbannister/ursula,panxia6679/ursula,ddaskal/ursula,greghaynes/ursula,MaheshIBM/ursula,narengan/ursula,ryshah/ursula,paulczar/ursula,twaldrop/ursula,rongzhus/ursula,persistent-ursula/ursula,nirajdp76/ursula,nirajdp76/ursula,j2sol/ursula,fancyhe/ursula,allomov/ursula,blueboxgroup/ursula,greghaynes/ursula,davidcusatis/ursula,pgraziano/ursula,kennjason/ursula,fancyhe/ursula,narengan/ursula,pgraziano/ursula,ryshah/ursula,blueboxgroup/ursula,narengan/ursula,EricCrosson/ursula,nirajdp76/ursula,blueboxjesse/ursula,mjbrewer/ursula,twaldrop/ursula,retr0h/ursula,msambol/ursula,rongzhus/ursula,j2sol/ursula,edtubillara/ursula,channus/ursula,twaldrop/ursula,blueboxjesse/ursula,pgraziano/ursula,dlundquist/ursula,dlundquist/ursula,knandya/ursula,j2sol/ursula,davidcusatis/ursula,EricCrosson/ursula,lihkin213/ursula,twaldrop/ursula,blueboxgroup/ursula,paulczar/ursula |
60c441e2fd03c2ff7bc11aaea3f96f719460eedb | .travis.yml | .travis.yml | notifications:
email:
on_success: never
on_failure: never
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
matrix:
allow_failures:
- php: 7.0
before_script:
- echo Start travis
- echo Current dir is `pwd`
- echo Home dir is `echo ~`
- wget https://packages.zendframework.com/pyrus.phar
- php pyrus.phar . channel-discover packages.zendframework.com
- php pyrus.phar . install zf2/Zend_Framework#Standard
- php pyrus.phar install pear/PHP_CodeSniffer
- phpenv rehash
- wget https://scrutinizer-ci.com/ocular.phar
script:
- phpcs -i
- phpcs --standard=PEAR /home/travis/build/thulin82/innebandybokning
- phpunit
after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover | notifications:
email:
on_success: never
on_failure: never
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
matrix:
allow_failures:
- php: 7.0
before_script:
- echo Start travis
- echo Current dir is `pwd`
- echo Home dir is `echo ~`
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
- wget https://scrutinizer-ci.com/ocular.phar
script:
- phpcs -i
- phpcs --standard=PEAR /home/travis/build/thulin82/innebandybokning
- phpunit
after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover | Abort try to get PHP 7.0 working | Abort try to get PHP 7.0 working
| YAML | mit | thulin82/innebandybokning,thulin82/innebandybokning |
b9bb0278aa05c1a625f4d61dbec941a2f23c9139 | .travis.yml | .travis.yml | sudo: true
dist: xenial
#services:
# - docker
#language: python
#python:
# - "3.4"
script:
# Get command line help
- boot/bionitio-boot.sh -h
# Create a new repository using Python
- boot/bionitio-boot.sh -i python -n skynet -c BSD-3-Clause -g cyberdyne -a 'Miles Bennett Dyson' -e 'miles@cyberdyne.com'
| sudo: true
dist: xenial
#services:
# - docker
#language: python
#python:
# - "3.4"
script:
# Get command line help
- boot/bionitio-boot.sh -h
# Create a new repository using Python
- boot/bionitio-boot.sh -i python -n skynet -c BSD-3-Clause -a 'Miles Bennett Dyson' -e 'miles@cyberdyne.com' -l logfile
| Remove github account name and add log file output | Remove github account name and add log file output
| YAML | mit | biotool-paper/biotool,bionitio-team/bionitio,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool |
de33931f90c41f4dee03be4537c7c37667ae110c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
services:
- redis
before_script:
- psql -U postgres -c 'CREATE DATABASE dummy_test'
- bundle exec rake db:migrate RAILS_ENV=test
| sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
services:
- redis
before_script:
- psql -U postgres -c 'CREATE DATABASE dummy_test'
- bundle exec rake db:migrate RAILS_ENV=test
| Use container-based infrastructure, and turn on caching | Travis: Use container-based infrastructure, and turn on caching
| YAML | mit | jackii/citizen,opennorth/citizen_budget_model,opennorth/citizen_budget_model,jackii/citizen,jackii/citizen,opennorth/citizen_budget_model |
9bfd9ad401db73843f82552ea496373e85e1f4a6 | .travis.yml | .travis.yml | sudo: no
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install --upgrade pip wheel setuptools
- pip install -r requirements-dev.txt
- python setup.py develop
script:
- flake8 pyaspeller
- py.test --cov=pyaspeller tests
- python setup.py check -rm
after_success:
coveralls | sudo: no
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- pip install --upgrade pip wheel setuptools
- pip install -r requirements-dev.txt
- python setup.py develop
script:
- flake8 . --filename=__init__.py --ignore=F401
- flake8 . --exclude=__init__.py
- flake8 pyaspeller
- py.test --cov=pyaspeller tests
- python setup.py check -rm
after_success:
coveralls | Add ignoring of F401 for __init__ file. | Add ignoring of F401 for __init__ file.
| YAML | apache-2.0 | oriontvv/pyaspeller |
e842a38299118b098d7ac071e400af0cf5bcfe0f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree | language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- jruby-head
- ree
- ruby-head
- rbx-18mode
# - rbx-19mode
| Add more rubies. And no development gems. For Travis CI | Add more rubies. And no development gems. For Travis CI
| YAML | mit | benknowles/customerio-ruby,customerio/customerio-ruby |
343d3bb5569f0edaccb9799b2ebe9fc2c6c9bb7c | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
env:
- DOCKER_VERSION=0.7.6
- DOCKER_VERSION=0.8.0
matrix:
allow_failures:
- python: '3.2'
- python: '3.3'
install: script/travis-install
script:
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
deploy:
provider: pypi
user: orchard
password:
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
on:
tags: true
repo: orchardup/fig
| language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
env:
- DOCKER_VERSION=0.8.0
- DOCKER_VERSION=0.8.1
matrix:
allow_failures:
- python: '3.2'
- python: '3.3'
install: script/travis-install
script:
- pwd
- env
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
deploy:
provider: pypi
user: orchard
password:
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
on:
tags: true
repo: orchardup/fig
| Remove unsupported Docker 0.7.6 from Travis | Remove unsupported Docker 0.7.6 from Travis
| YAML | apache-2.0 | d2bit/compose,swoopla/compose,tpounds/compose,bdwill/docker.github.io,aduermael/docker.github.io,lmesz/compose,shin-/docker.github.io,mrfuxi/compose,thaJeztah/docker.github.io,heroku/fig,marcusmartins/compose,LuisBosquez/docker.github.io,gdevillele/docker.github.io,gdevillele/docker.github.io,Yelp/docker-compose,twitherspoon/compose,JimGalasyn/docker.github.io,joaofnfernandes/docker.github.io,xydinesh/compose,denverdino/docker.github.io,jzwlqx/denverdino.github.io,jeanpralo/compose,moxiegirl/compose,jgrowl/compose,alexisbellido/docker.github.io,joaofnfernandes/docker.github.io,hoogenm/compose,LuisBosquez/docker.github.io,thaJeztah/docker.github.io,shubheksha/docker.github.io,uvgroovy/compose,rillig/docker.github.io,ekristen/compose,sebglazebrook/compose,pspierce/compose,jessekl/compose,uvgroovy/compose,xydinesh/compose,jessekl/compose,LuisBosquez/docker.github.io,danix800/docker.github.io,mindaugasrukas/compose,ChrisChinchilla/compose,hypriot/compose,menglingwei/denverdino.github.io,alunduil/fig,dockerhn/compose,shin-/docker.github.io,ph-One/compose,phiroict/docker,ggtools/compose,prologic/compose,josephpage/compose,KalleDK/compose,shin-/docker.github.io,calou/compose,mdaue/compose,RobertNorthard/compose,shakamunyi/fig,docker-zh/docker.github.io,amitsaha/compose,ph-One/compose,thaJeztah/compose,sanscontext/docker.github.io,troy0820/docker.github.io,heroku/fig,schmunk42/compose,hypriot/compose,JimGalasyn/docker.github.io,denverdino/compose,glogiotatidis/compose,danix800/docker.github.io,aanand/fig,dopry/compose,GM-Alex/compose,benhamill/compose,prologic/compose,alexisbellido/docker.github.io,alexisbellido/docker.github.io,denverdino/denverdino.github.io,jzwlqx/denverdino.github.io,viranch/compose,dilgerma/compose,sebglazebrook/compose,shin-/compose,rillig/docker.github.io,MSakamaki/compose,jorgeLuizChaves/compose,DoubleMalt/compose,ggtools/compose,ain/compose,mnowster/compose,cclauss/compose,jrabbit/compose,shin-/compose,TomasTomecek/compose,zhangspook/compose,vlajos/compose,GM-Alex/compose,kojiromike/compose,rgbkrk/compose,anweiss/docker.github.io,nerro/compose,docker/docker.github.io,rillig/docker.github.io,phiroict/docker,danix800/docker.github.io,BSWANG/denverdino.github.io,goloveychuk/compose,mchasal/compose,aanand/fig,TheDataShed/compose,simonista/compose,TomasTomecek/compose,londoncalling/docker.github.io,TheDataShed/compose,mbailey/compose,anweiss/docker.github.io,mbailey/compose,thieman/compose,tpounds/compose,shubheksha/docker.github.io,genki/compose,docker/docker.github.io,dilgerma/compose,johnstep/docker.github.io,amitsaha/compose,brunocascio/compose,lmesz/compose,ouziel-slama/compose,menglingwei/denverdino.github.io,alexisbellido/docker.github.io,ChrisChinchilla/compose,VinceBarresi/compose,philwrenn/compose,rgbkrk/compose,troy0820/docker.github.io,vdemeester/compose,ionrock/compose,michael-k/docker-compose,jorgeLuizChaves/compose,menglingwei/denverdino.github.io,au-phiware/compose,pspierce/compose,viranch/compose,bobphill/compose,KevinGreene/compose,Dakno/compose,docker-zh/docker.github.io,screwgoth/compose,nhumrich/compose,BSWANG/denverdino.github.io,dockerhn/compose,johnstep/docker.github.io,anweiss/docker.github.io,josephpage/compose,lukemarsden/compose,bbirand/compose,sanscontext/docker.github.io,Katlean/fig,noironetworks/compose,michael-k/docker-compose,ouziel-slama/compose,twitherspoon/compose,bcicen/fig,lukemarsden/compose,denverdino/docker.github.io,thaJeztah/compose,tangkun75/compose,jonaseck2/compose,bdwill/docker.github.io,LuisBosquez/docker.github.io,dbdd4us/compose,ekristen/compose,artemkaint/compose,feelobot/compose,aduermael/docker.github.io,jzwlqx/denverdino.github.io,ZJaffee/compose,menglingwei/denverdino.github.io,schmunk42/compose,bdwill/docker.github.io,mark-adams/compose,menglingwei/denverdino.github.io,sdurrheimer/compose,jzwlqx/denverdino.github.io,MSakamaki/compose,dopry/compose,gtrdotmcs/compose,alexandrev/compose,BSWANG/denverdino.github.io,denverdino/denverdino.github.io,londoncalling/docker.github.io,gtrdotmcs/compose,mark-adams/compose,unodba/compose,phiroict/docker,au-phiware/compose,alexisbellido/docker.github.io,gdevillele/docker.github.io,j-fuentes/compose,docker-zh/docker.github.io,abesto/fig,phiroict/docker,Chouser/compose,cgvarela/compose,denverdino/docker.github.io,funkyfuture/docker-compose,troy0820/docker.github.io,sanscontext/docker.github.io,thieman/compose,thaJeztah/docker.github.io,cclauss/compose,rstacruz/compose,anweiss/docker.github.io,docker-zh/docker.github.io,JimGalasyn/docker.github.io,rillig/docker.github.io,shubheksha/docker.github.io,gdevillele/docker.github.io,runcom/compose,browning/compose,denverdino/docker.github.io,londoncalling/docker.github.io,talolard/compose,danix800/docker.github.io,iamluc/compose,bsmr-docker/compose,joaofnfernandes/docker.github.io,albers/compose,thaJeztah/docker.github.io,goloveychuk/compose,ionrock/compose,jzwlqx/denverdino.github.io,tangkun75/compose,joeuo/docker.github.io,saada/compose,VinceBarresi/compose,runcom/compose,cgvarela/compose,rstacruz/compose,mrfuxi/compose,browning/compose,KalleDK/compose,joeuo/docker.github.io,andrewgee/compose,troy0820/docker.github.io,anweiss/docker.github.io,jonaseck2/compose,joeuo/docker.github.io,dnephin/compose,moxiegirl/compose,docker/docker.github.io,johnstep/docker.github.io,aduermael/docker.github.io,bbirand/compose,johnstep/docker.github.io,jiekechoo/compose,andrewgee/compose,ralphtheninja/compose,bfirsh/fig,sdurrheimer/compose,joaofnfernandes/docker.github.io,funkyfuture/docker-compose,mosquito/docker-compose,denverdino/denverdino.github.io,swoopla/compose,ZJaffee/compose,jrabbit/compose,shakamunyi/fig,albers/compose,noironetworks/compose,benhamill/compose,aduermael/docker.github.io,denverdino/docker.github.io,KevinGreene/compose,mohitsoni/compose,joaofnfernandes/docker.github.io,Katlean/fig,BSWANG/denverdino.github.io,talolard/compose,charleswhchan/compose,unodba/compose,shubheksha/docker.github.io,johnstep/docker.github.io,phiroict/docker,Dakno/compose,denverdino/denverdino.github.io,marcusmartins/compose,gdevillele/docker.github.io,kikkomep/compose,qzio/compose,Yelp/docker-compose,sanscontext/docker.github.io,bdwill/docker.github.io,londoncalling/docker.github.io,simonista/compose,zhangspook/compose,BSWANG/denverdino.github.io,bcicen/fig,bfirsh/fig,docker-zh/docker.github.io,jiekechoo/compose,bobphill/compose,iamluc/compose,Chouser/compose,mdaue/compose,vdemeester/compose,charleswhchan/compose,thaJeztah/docker.github.io,JimGalasyn/docker.github.io,DoubleMalt/compose,alexandrev/compose,saada/compose,mnuessler/compose,hoogenm/compose,tiry/compose,RobertNorthard/compose,calou/compose,vlajos/compose,nhumrich/compose,mindaugasrukas/compose,dnephin/compose,mohitsoni/compose,artemkaint/compose,dbdd4us/compose,sanscontext/docker.github.io,docker/docker.github.io,shubheksha/docker.github.io,LuisBosquez/docker.github.io,kojiromike/compose,alunduil/fig,tiry/compose,mnuessler/compose,ralphtheninja/compose,denverdino/denverdino.github.io,denverdino/compose,jgrowl/compose,mnowster/compose,shin-/docker.github.io,d2bit/compose,mosquito/docker-compose,heroku/fig,philwrenn/compose,screwgoth/compose,j-fuentes/compose,mchasal/compose,ain/compose,abesto/fig,joeuo/docker.github.io,brunocascio/compose,shin-/docker.github.io,nerro/compose,bcicen/fig,JimGalasyn/docker.github.io,docker/docker.github.io,joeuo/docker.github.io,londoncalling/docker.github.io,genki/compose,bdwill/docker.github.io,glogiotatidis/compose,qzio/compose,feelobot/compose,bsmr-docker/compose,kikkomep/compose,jeanpralo/compose |
fb8398e5b421b66db848ba266f80825e65ee10e5 | .travis.yml | .travis.yml | language: java
script: mvn clean package -P strict
after_success:
- mvn jacoco:report coveralls:report
jdk:
- oraclejdk7
- oraclejdk8
branches:
only:
- master
sudo: false
| language: java
script: mvn clean package -P strict
after_success:
- mvn jacoco:report coveralls:report
jdk:
- oraclejdk7
- oraclejdk8
branches:
only:
- master
sudo: false
cache:
directories:
- $HOME/.m2
| Configure caching on Travis CI | Configure caching on Travis CI
| YAML | apache-2.0 | vbauer/jconditions |
ed77413c540408be4c5b63bf54a814299363aeb9 | .travis.yml | .travis.yml | # Copyright 2018, The max Contributors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
language: cpp
matrix:
include:
- os: linux
compiler: clang
- stage: build
script: cd Projects/Clang\ X86\ Make && make
- stage: test
script: Projects/Clang\ X86\ Make/maxAutomatedTests
- os: linux
compiler: clang
- stage: build
script: cd Projects/Clang\ X86-64\ Make && make
- stage: test
script: Projects/Clang\ X86-64\ Make/maxAutomatedTests
- os: linux
compiler: gcc
- stage: build
script: cd Projects/GCC\ X86\ Make && make
- stage: test
script: Projects/GCC\ X86\ Make/maxAutomatedTests
- os: linux
compiler: gcc
- stage: build
script: cd Projects/GCC\ X86-64\ Make && make
- stage: test
script: Projects/GCC\ X86064\ Make/maxAutomatedTests
- os: osx
compiler: clang
| # Copyright 2018, The max Contributors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
language: cpp
matrix:
include:
- os: linux
compiler: clang
- stage: build
script: cd Projects/Clang\ X86\ Make && make
- stage: test
script: Projects/Clang\ X86\ Make/maxAutomatedTests
- os: linux
compiler: clang
- stage: build
script: cd Projects/Clang\ X86-64\ Make && make
- stage: test
script: Projects/Clang\ X86-64\ Make/maxAutomatedTests
- os: linux
compiler: gcc
- stage: build
script: cd Projects/GCC\ X86\ Make && make
- stage: test
script: Projects/GCC\ X86\ Make/maxAutomatedTests
- os: linux
compiler: gcc
- stage: build
script: cd Projects/GCC\ X86-64\ Make && make
- stage: test
script: Projects/GCC\ X86064\ Make/maxAutomatedTests
#- os: osx
#compiler: clang
| Comment out OSX for now from Travis CI builds | Comment out OSX for now from Travis CI builds
| YAML | bsd-3-clause | ProgramMax/max |
0c6e7d1603b33f9e0a86b42a6e36d7460565845f | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
global:
- CI=true
matrix:
- WITH_NOKOGIRI=true
- WITH_NOKOGIRI=false
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
global:
- CI=true
matrix:
- WITH_NOKOGIRI=true
- WITH_NOKOGIRI=false
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
| Add Ruby 2.1.0 to Travis CI mix. | Add Ruby 2.1.0 to Travis CI mix.
| YAML | unlicense | ruby-rdf/sparql-client,ckristo/sparql-client |
d6a92364dfd99b01b8b1ce3460ee87c5919bd93b | .travis.yml | .travis.yml | before_script: rvm get head
language: objective-c #Used for Swift or Objective-c
osx_image: xcode8
script: xcodebuild -project Friend Finder/Friend-Finder.xcodeproj -scheme Friend-Finder -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test
| before_script: rvm get head
language: objective-c #Used for Swift or Objective-c
osx_image: xcode8
script: xcodebuild -project Friend\ Finder/Friend-Finder.xcodeproj -scheme Friend-Finder -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test
| Add escape for directory " " | Add escape for directory " "
| YAML | mit | nonamesoftwaredev/friend-finder,nonamesoftwaredev/friend-finder |
91be3e7b0b318ff536a5ba4bbaaa3eb28b44503b | .travis.yml | .travis.yml | language: objective-c
script: xcodebuild -sdk iphonesimulator -scheme SwiftRSS_Example clean test | language: objective-c
install:
- gem install --no-ri --no-rdoc xcpretty
script: xcodebuild -sdk iphonesimulator -scheme SwiftRSS_Example clean test | xcpretty -c | Revert "remove xcpretty for now" | Revert "remove xcpretty for now"
This reverts commit e467d2814e07766958017d94133e8bdf996174ed.
| YAML | mit | pristap/SwiftRSS,rjsamson/SwiftRSS,rjsamson/SwiftRSS,pristap/SwiftRSS,tibo/SwiftRSS,rjsamson/SwiftRSS,pristap/SwiftRSS,rjsamson/SwiftRSS |
280101e0e9a91a10c4689256ae28ebbe205dc770 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
- hhvm-3.18
# - hhvm-nightly
dist: trusty
sudo: required
matrix:
fast_finish: true
# allow_failures:
# - php: hhvm-nightly
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" ]]; then composer require --dev --no-update phpunit/phpunit 6.*; else composer require --dev --no-update phpunit/phpunit ~5; fi
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
before_script:
# - bash tests/before.sh
- composer install --prefer-source --no-interaction --ignore-platform-reqs
- composer dumpautoload -o
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash) | language: php
php:
# - 7.0
# - 7.1
- hhvm-3.15
# - hhvm-nightly
dist: trusty
sudo: required
matrix:
fast_finish: true
# allow_failures:
# - php: hhvm-nightly
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" ]]; then composer require --dev --no-update phpunit/phpunit 6.*; else composer require --dev --no-update phpunit/phpunit ~5; fi
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
- if [[ $TRAVIS_PHP_VERSION = hhvm ]]; then echo 'hhvm.php7.all = On' >> /etc/hhvm/php.ini; fi
before_script:
# - bash tests/before.sh
- composer install --prefer-source --no-interaction --ignore-platform-reqs
- composer dumpautoload -o
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash) | Enable PHP7 mode for hhvm and disable testing for PHP for now, until tests with hhvm are OK. | Enable PHP7 mode for hhvm and disable testing for PHP for now, until tests with hhvm are OK.
| YAML | apache-2.0 | frankmayer/ArangoDB-PHP-Core,frankmayer/ArangoDB-PHP-Core |
efee85445161249396a34b259d923107b8260bd8 | .travis.yml | .travis.yml | language: python
python:
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- python YouKnowShit/CheckFile.py | language: python
python:
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- python YouKnowShit/CheckFile.py
notifications:
slack: jiangtianyu:s5kgWEw0Mmf0PhlYniLoT8Sv | Add Slack notification for TravisCI | Add Slack notification for TravisCI
| YAML | mit | jiangtianyu2009/PiSoftCake |
d2f72fcbe4b3ec3cea5032c4c9fb13a45c97e2e7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
gemfile:
- gemfiles/rails-3.x.gemfile
- gemfiles/rails-4.x.gemfile
- gemfiles/rails-head.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails-head.gemfile
script: bundle exec rspec
notifications:
slack:
secure: SFTem6vmK6EHR3mH1RS8VwTcCh45Q9uLNbekMIQAEAdbha3ni5YEsv5RnOJrwlFe6B5y0ryLnf4ocmI2yRNZSF+MbMlyGs5ANqxdAZsk56domNmxeS1I7ezSLlM+a5kjD3RBUIOXY2+RZxjUTBQMXVJ4vJrz76IzWhR2U5Lkp/I=
| language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
gemfile:
- gemfiles/rails-3.x.gemfile
- gemfiles/rails-4.x.gemfile
- gemfiles/rails-head.gemfile
matrix:
exclude:
- rvm: ruby-head
gemfile: gemfiles/rails-3.x.gemfile
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails-head.gemfile
script: bundle exec rspec
notifications:
slack:
secure: SFTem6vmK6EHR3mH1RS8VwTcCh45Q9uLNbekMIQAEAdbha3ni5YEsv5RnOJrwlFe6B5y0ryLnf4ocmI2yRNZSF+MbMlyGs5ANqxdAZsk56domNmxeS1I7ezSLlM+a5kjD3RBUIOXY2+RZxjUTBQMXVJ4vJrz76IzWhR2U5Lkp/I=
| Exclude CI: ruby-head with rails-3.x | Exclude CI: ruby-head with rails-3.x
| YAML | mit | magnet-inc/blue_print,magnet-inc/blue_print |
9687e269700f4bf5f39f1f2fe8ef278ebd305035 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
| language: node_js
node_js:
- "6"
- "7"
- "8"
| Remove Node 4 from Travis | Remove Node 4 from Travis
| YAML | mit | mcollina/aedes-persistence |
46749cb7cb64b373448a69093dce0205ee7d4f49 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
- TOX_ENV=py2.7-django1.6
- TOX_ENV=flake8
install:
- pip install tox
script:
- tox -e $TOX_ENV
| language: python
python:
- "2.7"
env:
- TOX_ENV=py2.7-django1.6
- TOX_ENV=py3.3-django1.6
- TOX_ENV=flake8
install:
- pip install tox
script:
- tox -e $TOX_ENV
| Add Python 3 to Travis build | Add Python 3 to Travis build
| YAML | bsd-3-clause | paulcwatts/django-whippedcream |
35d5fd501fc7042e5865f557bf3e8667eec274a2 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
fast_finish: true
services:
- redis-server
before_install:
- travis_retry composer self-update
install: travis_retry composer install --no-interaction --prefer-source --no-suggest
script: vendor/bin/phpunit
| language: php
sudo: false
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
fast_finish: true
allow_failutres:
- php: 7.3
services:
- redis-server
before_install:
- travis_retry composer self-update
install: travis_retry composer install --no-interaction --prefer-source --no-suggest
script: vendor/bin/phpunit
| Allow PHP 7.3 to fail util it's released | Allow PHP 7.3 to fail util it's released
| YAML | bsd-3-clause | mako-framework/framework |
a201b860411781a1bd1fce1d591a698627f69034 | .travis.yml | .travis.yml | language: python
dist: trusty
python:
- 2.7
- 3.4
- 3.5
- 3.6
- nightly
matrix:
allow_failures:
- python: nightly
fast_finish: true
before_install:
- pip install --upgrade pip
install:
- pip install .[test]
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v
after_success:
- coveralls
| language: python
dist: trusty
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- nightly
matrix:
allow_failures:
- python:
- nightly
- 3.7
fast_finish: true
before_install:
- pip install --upgrade pip
install:
- pip install .[test]
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v
after_success:
- coveralls
| Add 3.7 to allowed failures | Add 3.7 to allowed failures
| YAML | mit | michael-lazar/rtv,michael-lazar/rtv,michael-lazar/rtv |
f1f974caa19c4d75708845dbfe6759e1c46477af | .travis.yml | .travis.yml | language: sh
sudo: false
before_script:
- mkdir shunit2 && curl -L https://api.github.com/repos/kward/shunit2/tarball | tar -xz -C shunit2 --strip-components 1
script:
- bash test.sh | language: sh
sudo: false
os:
- linux
- osx
before_script:
- mkdir shunit2 && curl -L https://api.github.com/repos/kward/shunit2/tarball | tar -xz -C shunit2 --strip-components 1
script:
- bash test.sh | Test on osx and linux | Test on osx and linux
| YAML | mit | pmbarrett314/os-info |
63d78f6d35becb1312dfd6315e3c2906543ba392 | .travis.yml | .travis.yml | addons:
postgresql: "9.3"
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
before_install:
- sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev
language: node_js
node_js:
- "0.10"
notifications:
irc:
channels:
- "irc.freenode.org#cartodb"
use_notice: true
| addons:
postgresql: "9.3"
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
before_install:
- sudo add-apt-repository ppa:cartodb/cairo
- sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev
language: node_js
node_js:
- "0.10"
notifications:
irc:
channels:
- "irc.freenode.org#cartodb"
use_notice: true
| Use cartodb's ppa to use a more recent libcairo2-dev version | Use cartodb's ppa to use a more recent libcairo2-dev version
| YAML | bsd-3-clause | CartoDB/Windshaft,CartoDB/Windshaft,wsw0108/Windshaft,wsw0108/Windshaft,CartoDB/Windshaft,wsw0108/Windshaft |
5df19a41037e6f41027ae717b9cecb974427b91e | .travis.yml | .travis.yml | language: python
dist: xenial
sudo: false
cache:
pip: true
directories:
- $HOME/.m2
- $HOME/.npm
services:
- mysql
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -U pip wheel coveralls
- pip install -r requirements/development.txt
- pip install -r requirements/production.txt
- npm install
before_script:
- mysql -e 'CREATE DATABASE pyophase;'
# command to run tests
script:
- export PYTHONWARNINGS=all
- python manage.py check
- python manage.py makemigrations --dry-run --check
# Test against SQLite
- coverage run manage.py test
# Test against MySQL
- coverage run manage.py test --settings pyophase.settings_travis
after_success:
coveralls
| language: python
cache:
pip: true
directories:
- $HOME/.m2
- $HOME/.npm
services:
- mysql
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -U pip wheel coveralls
- pip install -r requirements/development.txt
- pip install -r requirements/production.txt
- npm install
before_script:
- mysql -e 'CREATE DATABASE pyophase;'
# command to run tests
script:
- export PYTHONWARNINGS=all
- python manage.py check
- python manage.py makemigrations --dry-run --check
# Test against SQLite
- coverage run manage.py test
# Test against MySQL
- coverage run -a manage.py test --settings pyophase.settings_travis
after_success:
coveralls
| Remove depricated sudo, xenial is now the default, append coverage results | Remove depricated sudo, xenial is now the default, append coverage results
| YAML | agpl-3.0 | d120/pyophase,d120/pyophase,d120/pyophase,d120/pyophase |
6c5cd5a471e4cc6c932c61401bb2e0f4278fdf35 | .travis.yml | .travis.yml | language: php
php: [5.5, 5.6, 7.0, hhvm]
sudo: false
cache:
directories:
- $HOME/.composer/cache
- bin
- vendor
matrix:
include:
- php: 5.5
env: DEPENDENCIES='low'
before_script:
- composer selfupdate
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
- if [ "$DEPENDENCIES" = "low" ]; then composer update --prefer-lowest; fi;
script:
- bin/phpunit
| language: php
php: [5.5, 5.6, 7.0]
sudo: false
cache:
directories:
- $HOME/.composer/cache
- bin
- vendor
matrix:
include:
- php: 5.5
env: DEPENDENCIES='low'
before_script:
- composer selfupdate
- if [ "$DEPENDENCIES" != "low" ]; then composer update; fi;
- if [ "$DEPENDENCIES" = "low" ]; then composer update --prefer-lowest; fi;
script:
- bin/phpunit
| Drop support for HHVM for now | Drop support for HHVM for now
| YAML | bsd-3-clause | ingenerator/behat-support |
541a335e5fb73859cffa7ec44f275f11c22f19ad | .travis.yml | .travis.yml | language: ruby
script: bundle exec rake --trace
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode # currently in active development, may or may not work for your project
- ruby-head
env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development SKIP_RCOV=true
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
script: bundle exec rake --trace
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode # currently in active development, may or may not work for your project
- ruby-head
env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development
notifications:
irc: "irc.freenode.org#adhearsion"
| Revert "[BUGFIX] Skip coverage on Travis" | Revert "[BUGFIX] Skip coverage on Travis"
This reverts commit 17591fb3b1f45792db714dc485729c25978b6210.
| YAML | mit | adhearsion/adhearsion,adhearsion/adhearsion,renemendoza/adhearsion,renemendoza/adhearsion,cloudvox/adhearsion,adhearsion/adhearsion,renemendoza/adhearsion,adhearsion/adhearsion,cloudvox/adhearsion,kares/adhearsion,cloudvox/adhearsion,kares/adhearsion,cloudvox/adhearsion |
046a970d228756b3f5c5b4b0b89e4ac26813e403 | .travis.yml | .travis.yml | language: go
env:
- GO111MODULE=on
go:
- '1.11'
- '1.12'
- '1.13'
- '1.14'
- 'master'
| language: go
env:
- GO111MODULE=on
go:
- '1.12'
- '1.13'
- '1.14'
- 'master'
| Drop Go 1.11 support, modules not working | Drop Go 1.11 support, modules not working
| YAML | apache-2.0 | mikepea/go-jira-ui |
f5830aeaa831edf82e6cb0cb5afc62292dd5fa02 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
sudo: false
matrix:
allow_failures:
- php: hhvm
- php: nightly
before_script:
- composer self-update
- composer install --no-progress --prefer-source
# TODO: Fix JavaScript, then use JSCS and JSHint.
# - npm install -g jscs
# - npm install -g jshint
script:
# TODO: Fix JavaScript, then use JSCS and JSHint.
# - jshint src
# - jscs src
- find src \( -name '*.php' \) -exec php -lf {} \;
- phpunit
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
sudo: false
matrix:
allow_failures:
- php: hhvm
- php: nightly
before_script:
- composer self-update
- composer install --no-progress --prefer-source
# TODO: Fix JavaScript, then use JSCS and JSHint.
# - npm install -g jscs
# - npm install -g jshint
script:
# TODO: Fix JavaScript, then use JSCS and JSHint.
# - jshint src
# - jscs src
- find src \( -name '*.php' \) -exec php -lf {} \;
- phpunit
notifications:
slack: inpsyde:Qr1HAtG5koIbTu0nnwWYofSj
| Make Travis CI notify us via Slack. | Make Travis CI notify us via Slack.
| YAML | mit | inpsyde/multilingual-press,inpsyde/multilingual-press |
93130dab9f06b1dcaaca8fc6b9d651bec4ed49d0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
before_script:
- chmod +x ./script/cibuild
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./script/cibuild
# branch whitelist, for GitHub Pages
branches:
only:
- master
- /pages-(.*)/ # test every branch which starts with "pages-"
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
sudo: false # route build to container-based infrastructure for faster build
| language: ruby
rvm:
- 2.7.4
before_script:
- chmod +x ./script/cibuild
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./script/cibuild
# branch whitelist, for GitHub Pages
branches:
only:
- master
- /pages-(.*)/ # test every branch which starts with "pages-"
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
sudo: false # route build to container-based infrastructure for faster build
| Update ruby version to 2.7.4 to accomodate jekyll | Update ruby version to 2.7.4 to accomodate jekyll
| YAML | mit | cmey/cmey.github.io,cmey/cmey.github.io |
beb2017d71b0ef62f9834033ea14905e71edc2c0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- ree
- ruby-head
- rbx-18mode
- rbx-19mode | language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- ree
- rbx-18mode
- rbx-19mode | Remove ruby-head from build environments. | Remove ruby-head from build environments.
| YAML | mit | mhat/zephyr |
c124c6c0027edcaef59acd81a2fc8a34d989f577 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r requirements/test.txt"
# command to run tests
script:
coverage run -m nose
flake8
after_success:
coveralls
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r requirements/test.txt"
# command to run tests
script:
- coverage run -m nose
- flake8
after_success:
coveralls
| Put coverage and flake8 on separate lines | Put coverage and flake8 on separate lines
| YAML | mit | jessamynsmith/pipwrap,jessamynsmith/pipwrap,jessamynsmith/pipreq,jessamynsmith/pipreq |
e630176a2f87ad610f2686785e3e1d8aa1880df9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- jruby
env:
- "TEST_ADAPTER=postgresql TEST_OWNER=postgres TEST_USERNAME=postgres"
- "TEST_ADAPTER=mysql TEST_USERNAME=root TEST_ENCODING=utf8"
- "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8"
- "TEST_ADAPTER=sqlite3 TEST_DATABASE=':memory:'"
script: "rake spec"
notifications:
email:
- jonathan.tron@metrilio.com
| language: ruby
rvm:
- 1.9.3
- jruby-18mode
- jruby-19mode
env:
- "TEST_ADAPTER=postgresql TEST_OWNER=postgres TEST_USERNAME=postgres"
- "TEST_ADAPTER=mysql TEST_USERNAME=root TEST_ENCODING=utf8"
- "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8"
- "TEST_ADAPTER=sqlite3 TEST_DATABASE=':memory:'"
matrix:
exclude:
- rvm: jruby-18mode
env: "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8"
- rvm: jruby-19mode
env: "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8"
script: "rake spec"
notifications:
email:
- jonathan.tron@metrilio.com
| Test both 1.8 and 1.9 mode in jruby and exclude mysql2 test on jruby | Test both 1.8 and 1.9 mode in jruby and exclude mysql2 test on jruby
| YAML | mit | mrbrdo/sequel-rails,zBMNForks/sequel-rails,TalentBox/sequel-rails,jarredholman/sequel-rails,amaniak/sequel-rails,jarredholman/sequel-rails,zBMNForks/sequel-rails,amaniak/sequel-rails,TalentBox/sequel-rails |
bd1b55ea910a0f0d35cd5ee74992cc0f8efdbead | .travis.yml | .travis.yml | language: python
python:
- '3.5'
install:
- pip install -e .
- pip install -r requirements.txt
services:
- redis-server
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- cp engine.conf.inc engine.conf
- py.test --cov=scoring_engine tests
- codeclimate-test-reporter
- pycodestyle --show-source --ignore=E501,E402 ./
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT | language: python
python:
- '3.5'
install:
- pip install -e .
- pip install -r requirements.txt
services:
- redis-server
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- cp engine.conf.inc engine.conf
- py.test --cov=scoring_engine --cov-report=xml:coverage.xml tests
- pycodestyle --show-source --ignore=E501,E402 ./
after_script:
- >
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then \
./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT ;\
else \
exit 0 ;\
fi
| Fix codeclimate code coverage stats | Fix codeclimate code coverage stats
| YAML | mit | pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine |
b8826f8df0a7286f3a533a05ef54ad4eb0997d68 | .travis.yml | .travis.yml | language: ruby
script: bundle exec rspec spec
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- ree
| language: ruby
script: bundle exec rake
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- ree
| Make Travis just run rake | Make Travis just run rake
| YAML | mit | alphagov/ghost,bjeanes/ghost |
77602d228faa86563c1d714746505f7f47ce704b | .travis.yml | .travis.yml | script: "bundle exec rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- rbx-2.0
- ree
| script: "bundle exec rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- rbx
- ree
| Revert "Test against Rubinius 2.0" | Revert "Test against Rubinius 2.0"
This reverts commit 8d4ee842f419d83e49559024e41c150767033530.
| YAML | mit | 0xCCD/travis-ci,0xCCD/travis-ci |
268963d5520730cf650fc1bd49479c541df21958 | hieradata/bgo/modules/calico.yaml | hieradata/bgo/modules/calico.yaml | ---
calico::debug: false
# Reflector settings
calico::reflector::client_defaults:
peer_as: 65501
local_as: 65501
calico::reflector::clients:
c1:
peer_ipv4: '172.18.0.103'
c2:
peer_ipv4: '172.18.0.104'
c3:
peer_ipv4: '172.18.0.105'
gw:
peer_ipv4: "%{hiera('netcfg_trp_gateway')}"
# compute node settings
calico::compute::peer_defaults:
peer_as: 65501
local_as: 65501
local_ipv4: "%{ipaddress_trp1}"
calico::compute::peers:
rr1:
peer_ipv4: "%{hiera('netcfg_trp_gateway')}"
| ---
calico::debug: false
# Reflector settings
calico::reflector::client_defaults:
peer_as: 65501
local_as: 65501
calico::reflector::clients:
c1:
peer_ipv4: '172.18.0.103'
c2:
peer_ipv4: '172.18.0.104'
c3:
peer_ipv4: '172.18.0.105'
gw:
peer_ipv4: "%{hiera('netcfg_trp_gateway')}"
# compute node settings
calico::compute::peer_defaults:
peer_as: 65501
local_as: 65501
local_ipv4: "%{ipaddress_transport1}"
calico::compute::peers:
rr1:
peer_ipv4: "%{hiera('netcfg_trp_gateway')}"
| Test hiera merge for peer default | Test hiera merge for peer default
| YAML | apache-2.0 | mikaeld66/himlar,norcams/himlar,TorLdre/himlar,eckhart/himlar,tanzr/himlar,eckhart/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,norcams/himlar,raykrist/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,norcams/himlar,eckhart/himlar,norcams/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,eckhart/himlar,tanzr/himlar,mikaeld66/himlar,raykrist/himlar,tanzr/himlar,mikaeld66/himlar,TorLdre/himlar |
44bdecf9bedfbbfbfc9e43480c6130ddc364db98 | data/transition-sites/monitor.yml | data/transition-sites/monitor.yml | ---
site: monitor
whitehall_slug: monitor
title: Monitor
redirection_date: 31st May 2014
homepage: https://www.gov.uk/government/organisations/monitor
tna_timestamp: 20140106173514
host: www.monitor.gov.uk
furl: www.gov.uk/monitor
aliases:
- monitor.gov.uk
- monitor-nhsft.gov.uk
- monitor-nhsft.org.uk
- www.monitor-nhsft.gov.uk
- www.monitor-nhsft.org.uk
# Used for file downloads
options: --query-string code
| ---
site: monitor
whitehall_slug: monitor
title: Monitor
redirection_date: 31st May 2014
homepage: https://www.gov.uk/government/organisations/monitor
tna_timestamp: 20140106173514
host: www.monitor.gov.uk
furl: www.gov.uk/monitor
aliases:
- monitor.gov.uk
- monitor-nhsft.gov.uk
- monitor-nhsft.org.uk
- www.monitor-nhsft.gov.uk
- www.monitor-nhsft.org.uk
# Used for file downloads
options: --query-string code id
| Add missing query string param | [Monitor] Add missing query string param
eg http://www.monitor.gov.uk/sites/all/modules/fckeditor/plugins/ktbrowser/_openTKFile.php?id=44724
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
5a1290626b29cd1677d548757a9ab520ffb8663b | .github/workflows/ci-workflow.yml | .github/workflows/ci-workflow.yml | name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16 ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: mvn -B install --no-transfer-progress
publish-snapshot:
needs: build
if: env.IS_SNAPSHOT
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up settings.xml for GitHub Packages
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
run: mvn -v && mvn -B -P requireSnapshot --no-transfer-progress deploy -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
# Check if version is a SNAPSHOT - grep returns 0 if the pattern is found, otherwise 1
IS_SNAPSHOT: $(grep -A 1 "<artifactId>kryo.*</artifactId>" pom.xml | grep SNAPSHOT)
| name: CI
on:
push:
branches:
- master
env:
# Check if version is a SNAPSHOT - grep returns 0 if the pattern is found, otherwise 1
IS_SNAPSHOT: $(grep -A 1 "<artifactId>kryo.*</artifactId>" pom.xml | grep SNAPSHOT)
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16 ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: mvn -B install --no-transfer-progress
publish-snapshot:
needs: build
if: env.IS_SNAPSHOT
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up settings.xml for GitHub Packages
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
run: mvn -v && mvn -B -P requireSnapshot --no-transfer-progress deploy -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| Add GitHub actions for CI and PR builds | Add GitHub actions for CI and PR builds
| YAML | bsd-3-clause | EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo |
46a4b744598ece568c919e334caac479c90c3b4a | .github/workflows/style-check.yml | .github/workflows/style-check.yml | name: Style Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Find changed files
run:
echo "_CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }} -- '*.py' | tr -s '\n' ' ' )" >> ${GITHUB_ENV}
- name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide@0.15.3
with:
reporter: 'github-pr-review'
path: "${{ env._CHANGED_FILES }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| name: Style Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install style guide libs
run:
pip install flake8 wemake-python-styleguide
- name: Run style guide on changed files
run:
git diff -u | flake8 --diff
# For now, let's comment out the automated WPS style guide
# - name: Find changed files
# run:
# echo "_CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }} -- '*.py' | tr -s '\n' ' ' )" >> ${GITHUB_ENV}
# - name: wemake-python-styleguide
# uses: wemake-services/wemake-python-styleguide@0.15.3
# with:
# reporter: 'github-pr-review'
# path: "${{ env._CHANGED_FILES }}"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| Disable automated WPS guide and manually run it only on changed portions of the code | Disable automated WPS guide and manually run it only on changed portions of the code
| YAML | mit | PMEAL/OpenPNM |
07d7f7c15017228eb9098a9ef03fe7193130a6ee | packages/li/lines-of-action.yaml | packages/li/lines-of-action.yaml | homepage: https://github.com/jxv/lines-of-action#readme
changelog-type: ''
hash: 39c09ac169b0eb8306a670fe8d18baa76ee2d2f82807875d7894c7e233716a17
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Lines of Action, 2-player strategy board game
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
containers: ! '>=0.5 && <0.6'
mtl: ! '>=2.2.2 && <3'
safe: ! '>=0.3 && <0.4'
all-versions:
- '0.0.0'
author: Joe Vargas
latest: '0.0.0'
description-type: markdown
description: ! '# lines-of-action
[Wikipedia](https://en.wikipedia.org/wiki/Lines_of_Action)'
license-name: MIT
| homepage: https://github.com/jxv/lines-of-action#readme
changelog-type: ''
hash: c649ee4484d685ad7716fc876f20981a82f720eb25d0200479a4157f50e0faa3
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Lines of Action, 2-player strategy board game
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
containers: ! '>=0.5 && <0.6'
mtl: ! '>=2.2.2 && <3'
safe: ! '>=0.3 && <0.4'
all-versions:
- '0.0.0'
- '0.0.1'
author: Joe Vargas
latest: '0.0.1'
description-type: markdown
description: ! '# lines-of-action
[Wikipedia](https://en.wikipedia.org/wiki/Lines_of_Action)'
license-name: MIT
| Update from Hackage at 2018-06-16T07:07:53Z | Update from Hackage at 2018-06-16T07:07:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a46bcab81a4924b47d33d5ef02f7f0daa361dfd5 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- composer install --no-progress --prefer-source
script:
- vendor/bin/phpunit
| language: php
php:
- 7.3
- 7.4
before_script:
- composer install --no-progress --prefer-source
script:
- vendor/bin/phpunit
| Update Travis config to match upported PHP versionS. | Update Travis config to match upported PHP versionS.
| YAML | mit | mnapoli/FrontYAML |
f69108869e7c63aad079bf1b65655791752c28c8 | .travis.yml | .travis.yml | language: node_js
sudo: false
dist: trusty
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
node_js: "6"
addons:
postgresql: "9.6"
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.6"
- node_js: "5"
addons:
postgresql: "9.6"
- node_js: "6"
addons:
postgresql: "9.1"
dist: precise
- node_js: "6"
addons:
postgresql: "9.2"
- node_js: "6"
addons:
postgresql: "9.3"
- node_js: "6"
addons:
postgresql: "9.4"
- node_js: "6"
addons:
postgresql: "9.5"
| language: node_js
sudo: false
dist: trusty
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.6"
- node_js: "5"
addons:
postgresql: "9.6"
- node_js: "6"
addons:
postgresql: "9.1"
dist: precise
- node_js: "6"
addons:
postgresql: "9.2"
- node_js: "6"
addons:
postgresql: "9.3"
- node_js: "6"
addons:
postgresql: "9.4"
- node_js: "6"
addons:
postgresql: "9.5"
- node_js: "6"
addons:
postgresql: "9.6"
| Remove default and normalize Travis-CI matrix | Remove default and normalize Travis-CI matrix
Removes the default node 6 / PG 9.6 combination and adds it to the
Travis-CI matrix of combinations. That way all combinations are
defined in a single place.
| YAML | mit | cricri/node-postgres,brianc/node-postgres,brianc/node-postgres |
57cb0dcac0e9a51b6a5287a0672d30f6827fdc3d | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.1
- 7.0
- 5.6
- hhvm
install:
- composer install
after_script:
- CODECLIMATE_REPO_TOKEN=2c24b220853ff7a472533fb97563518380403febe199edfb84094d2f23e40f1e ./vendor/bin/test-reporter
| sudo: false
language: php
php:
- 7.2
- 7.1
- 7.0
- 5.6
- hhvm
install:
- composer install
after_script:
- CODECLIMATE_REPO_TOKEN=2c24b220853ff7a472533fb97563518380403febe199edfb84094d2f23e40f1e ./vendor/bin/test-reporter
| Add php 7.2 for testing | Add php 7.2 for testing | YAML | mit | VIPnytt/SitemapParser |
fc4ecb24b1777c4f55ff463c2c983daa924ece9b | .travis.yml | .travis.yml | language: go
go: 1.2
script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/cloudflare/redoctober
- go test github.com/cloudflare/redoctober...
- go vet github.com/cloudflare/redoctober...
notifications:
email:
recipients:
- nick@cloudflare.com
- kyle@cloudflare.com
on_success: never
on_failure: change
| sudo: false
language: go
go: 1.4
script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/cloudflare/redoctober
- go test github.com/cloudflare/redoctober...
- go vet github.com/cloudflare/redoctober...
notifications:
email:
recipients:
- nick@cloudflare.com
- kyle@cloudflare.com
on_success: never
on_failure: change
| Migrate Travis to containerised builds; bump Go version | Migrate Travis to containerised builds; bump Go version
- Migrate Travis: see http://docs.travis-ci.com/user/migrating-from-legacy/
- Bump Go version from 1.2 to 1.4: Go 1.2 is outdated
| YAML | bsd-2-clause | Bren2010/redoctober,ejcx/redoctober,ejcx/redoctober,Bren2010/redoctober |
d2ff67e8e6d89f94a0ed1e05e696621904ef452a | .travis.yml | .travis.yml | # http://conda.pydata.org/docs/travis.html
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.4"
- "3.5"
- "3.6"
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numexpr numpy python-dateutil scipy setuptools pytest pytest-cov coverage
- source activate test-environment
- pip install coveralls
- python setup.py install
script: pytest --cov=empymod/empymod
after_success: coveralls
| # http://conda.pydata.org/docs/travis.html
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.4"
- "3.5"
- "3.6"
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numexpr numpy python-dateutil scipy setuptools pytest pytest-cov
- source activate test-environment
- pip install coveralls
- python setup.py install
script: pytest --cov=empymod
after_success: coveralls
| Remove coverage, undo last commit | Remove coverage, undo last commit
| YAML | apache-2.0 | prisae/empymod,prisae/empymod |
7b482389a3ec46a0f1dd2ead050f061d3128166b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
virtualenv:
system_site_packages: true
before_install:
- git clone https://github.com/ColinDuquesnoy/pyqode-core.git
- cd pyqode-core
- python setup.py install
- cd ..
- sudo apt-get update
- sudo apt-get install -qq python-pyside --fix-missing
- sudo apt-get install -qq python-qt4 --fix-missing
- sudo apt-get install -qq python3-pyside --fix-missing
- sudo apt-get install -qq python3-pyqt4 --fix-missing
- sudo apt-get install -qq python-pygments --fix-missing
- sudo apt-get install -qq python3-pygments --fix-missing
- pip install jedi
- pip install pep8
- pip install pyflakes
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- python test.py --PyQt
- python test.py --PySide
| language: python
python:
- "2.7"
- "3.2"
virtualenv:
system_site_packages: true
before_install:
- git clone https://github.com/ColinDuquesnoy/pyqode-core.git
- cd pyqode-core
- python setup.py install
- cd ..
- sudo apt-get update
- sudo apt-get install -qq python-pyside --fix-missing
- sudo apt-get install -qq python-qt4 --fix-missing
- sudo apt-get install -qq python3-pyside --fix-missing
- sudo apt-get install -qq python3-pyqt4 --fix-missing
- sudo apt-get install -qq python-pygments --fix-missing
- sudo apt-get install -qq python3-pygments --fix-missing
- pip install jedi
- pip install pep8
- pip install pyflakes
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- python test.py --PyQt
- python test.py --PySide
| Remove python 3.3: for an unknown reason , PyQt4 nor PySide can be properly imported using python 3.3 (this works fine on a real computer) | Remove python 3.3: for an unknown reason , PyQt4 nor PySide can be properly imported using python 3.3 (this works fine on a real computer)
| YAML | mit | zwadar/pyqode.python,mmolero/pyqode.python,pyQode/pyqode.python,pyQode/pyqode.python |
2be2e942959b8106ce28bf379099291688badaef | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- pypy
before_install:
- git submodule update --init --recursive
- git clone --recursive git://github.com/maxmind/libmaxminddb
- cd libmaxminddb
- ./bootstrap
- ./configure
- make
- sudo make install
- sudo ldconfig
- cd ..
- pip install -e git+https://github.com/maxmind/MaxMind-DB-Reader-python#egg=maxminddb
install:
- pip install -r requirements.txt
- pip install requests_mock pylint coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi
script:
- coverage run --source=geoip2 setup.py test
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint geoip2; fi
after_success:
- coveralls
notifications:
email:
recipients:
- dev-ci@maxmind.com
on_success: change
on_failure: always
| ---
language: python
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- pypy
before_install:
- git submodule update --init --recursive
- git clone --recursive git://github.com/maxmind/libmaxminddb
- cd libmaxminddb
- ./bootstrap
- ./configure
- make
- sudo make install
- sudo ldconfig
- cd ..
- pip install -e git+https://github.com/maxmind/MaxMind-DB-Reader-python#egg=maxminddb
install:
- pip install -r requirements.txt
- pip install requests_mock pylint coveralls
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi"
script:
- coverage run --source=geoip2 setup.py test
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint geoip2; fi"
after_success:
- coveralls
notifications:
email:
on_failure: always
on_success: change
recipients:
- dev-ci@maxmind.com
slack:
rooms:
secure: "FZLn7HZnM6GOtIU7+W6tY6zd2y0K4C1ZgIOAiGscWvJydn+Xr63GCT21EPPe9QCulQHz88CWALMD7ZrDdsh6nV0gx0IeE+wq4w7NZYjLokvxs+UMYwuwl57MMrqd7e4byZDC4BLvTQTCvpOHOd8dCHwDXmuBcuyE8zB+Wkndn0I=\n"
| Add email & slack notifications | Add email & slack notifications
| YAML | apache-2.0 | maxmind/GeoIP2-python,maxmind/GeoIP2-python |
f45efbde2b6689db2a31667294355639c0d3c30b | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libqt4-dev
script:
- qmake
- make
- cd tests
- for i in ./tst_*; do ./$i; done
| language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
sudo: false
addons:
apt:
packages:
- libqt4-dev
script:
- qmake && make
- cd tests
- for i in ./tst_*; do ./$i; done
| Migrate to container-based Travis infrastructure | Migrate to container-based Travis infrastructure | YAML | mit | sjinks/qt_socketconnector,sjinks/qt_socketconnector |
a754a2b5ae0cda15eef5060f13cb991511c2a72e | .travis.yml | .travis.yml | # Travis CI Build.
# HOME path: /home/travis
# Git clone path: /home/travis/build/osom8979/tbag
language: cpp
cache:
apt: true
compiler: gcc
before_install:
- export THREAD_NUM=4
- export TPARTY_HOME=$HOME/tparty
- sudo apt-get -qq update
- sudo apt-get install -y git cmake
install:
- echo $PWD
- pushd .
- git clone https://github.com/osom8979/tparty.git $TPARTY_HOME
- cd $TPARTY_HOME
- echo 'tinyxml2' >> cache
- echo 'spdlog' >> cache
- echo 'ncurses' >> cache
- ./install.sh
- popd
script:
- mkdir build
- cd build
- cmake ..
- make -j$THREAD_NUM
- ./tester
notifications:
email:
on_success: always
on_failure: always
| # Travis CI Build.
# HOME path: /home/travis
# Git clone path: /home/travis/build/osom8979/tbag
language: cpp
cache:
apt: true
compiler: gcc
before_install:
- export THREAD_NUM=4
- export TPARTY_HOME=$HOME/tparty
- export LD_LIBRARY_PATH=$TPARTY_HOME/local/lib:$LD_LIBRARY_PATH
- sudo apt-get -qq update
- sudo apt-get install -y git cmake
install:
- echo $PWD
- pushd .
- git clone https://github.com/osom8979/tparty.git $TPARTY_HOME
- cd $TPARTY_HOME
- echo 'tinyxml2.sh' >> cache
- echo 'spdlog.sh' >> cache
- echo 'ncurses.sh' >> cache
- ./install.sh -y
- popd
script:
- mkdir build
- cd build
- cmake ..
- make -j$THREAD_NUM
- ./tester
notifications:
email:
on_success: always
on_failure: always
| Fix the error of tparty build script. | Fix the error of tparty build script.
| YAML | mit | osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag |
05cfa4c08e5c0a5489adf1a635aecb9eec860ec6 | .travis.yml | .travis.yml | language: python
matrix:
allow_failures:
- os: osx
include:
- os: linux
python: 2.7
cache: pip
env: TOXENV=py27
- os: osx
language: generic
cache: pip
env: TOXENV=py27
- os: linux
python: 3.6
cache: pip
env: TOXENV=py36
- os: osx
cache: pip
language: generic
env: TOXENV=py36
addons:
apt:
packages:
- python-imdbpy
- python-notify2
install:
- pip install -r requirements.txt
script:
- cd $TRAVIS_BUILD_DIR/
- flake8 --select E,W --max-line-length=140 --ignore E722 jarviscli/
- cd jarviscli/
- python -m unittest discover
| language: python
matrix:
allow_failures:
- os: osx
include:
- os: linux
python: 2.7
cache: pip
env: TOXENV=py27
- os: osx
language: generic
cache: pip
env: TOXENV=py27
- os: linux
python: 3.6
cache: pip
env: TOXENV=py36
- os: osx
cache: pip
language: generic
env: TOXENV=py36
addons:
apt:
packages:
- python-imdbpy
- python-notify2
before_install:
- if [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py27"]]; then
brew install python;
fi
- if [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py36"]]; then
brew install python3;
fi
install:
- if [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py27"]]; then
pip2 install -r requirements.txt;
elif [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py27"]]; then
pip3 install -r requirements.txt;
else
pip install -r requirements.txt;
fi
script:
- cd $TRAVIS_BUILD_DIR/
- flake8 --select E,W --max-line-length=140 --ignore E722 jarviscli/
- cd jarviscli/
- if [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py27"]]; then
python2 -m unittest discover
elif [["$TRAVIS_OS_NAME" == "osx"] && ["$TOXENV" == "py27"]]; then
python3 -m unittest discover
else
python -m unittest discover
fi
| Test different versions for python on osx | Test different versions for python on osx
| YAML | mit | sukeesh/Jarvis,sukeesh/Jarvis,appi147/Jarvis,sukeesh/Jarvis,appi147/Jarvis,sukeesh/Jarvis |
9d99e3c1d870c215bce46557006148e87c615241 | .travis.yml | .travis.yml | %YAML 1.1
---
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- pypy
install:
- pip install -e .
- pip install -r test-requirements.txt
- pip install tornado
script: nosetests
after_success:
- coveralls
deploy:
provider: pypi
user: aweber
password:
secure: fdn7NjeIHeo51VHhp+6LnviRYJtfd7As0dCMcwGf1X/STvKbTqp1b8usq9QjSacakde+ZdFsuNM1sImw/yUlft0ZbxksBE98sO+q6qdSMVnQyNtXSyc0Rifw5yyx3/lBdqI0JDGDnMzNWSL1CF5csX1GeUAZguP3kgiV3D8yChA=
distributions: "sdist bdist_wheel"
on:
python: 2.7
tags: true
all_branches: true
| language: python
python:
- '2.7'
- '3.3'
- '3.4'
- pypy
install:
- pip install -e .
- pip install -r test-requirements.txt
- pip install tornado
script: nosetests
after_success:
- coveralls
deploy:
provider: pypi
user: sprockets
password:
secure: qzSC7nsNS1rnDKgiZe2GiojMznf35GLzUeqlf5HESYiKDIlXLIpdxS1Ii9G+afnJH1cGT9dheDUvlRzwZ3eDsZHbVYjKtj/uvy8j4x8H+N66Zvm1AMdGvF4sDCUo01DdbsSe7Xh77VY3kV0AgHb8UZuXOgXcdN0kYJjfWuUWTl0=
distributions: "sdist bdist_wheel"
on:
python: 2.7
tags: true
all_branches: true
| Switch to sprockets pypi user. | Switch to sprockets pypi user.
| YAML | bsd-3-clause | sprockets/sprockets.mixins.correlation |
1673faf3632b1de946a647df7c67bc55049a7988 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '8'
- '10'
script: 'npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
| language: node_js
node_js:
- '8'
- '10'
- '12'
script: 'npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
| Drop node.js 6 support, add 12 (semver-major) | Drop node.js 6 support, add 12 (semver-major)
| YAML | bsd-3-clause | papandreou/node-pngcrush |
d38e0a6778f82c29a397df73edf1e40a8b47f588 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
matrix:
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*
global:
- COMPOSER_DISCARD_CHANGES=true
- COMPOSER_NO_INTERACTION=1
- COMPOSER_DISABLE_XDEBUG_WARN=1
before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update && composer -V
- composer require "orchestra/testbench:${TESTBENCH_VERSION}" --no-update -v
install:
- travis_retry composer update --prefer-dist
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry php vendor/bin/coveralls
notifications:
email:
on_success: never
on_failure: change
| language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
matrix:
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*
allow_failures:
- TESTBENCH_VERSION=3.4.*
global:
- COMPOSER_DISCARD_CHANGES=true
- COMPOSER_NO_INTERACTION=1
- COMPOSER_DISABLE_XDEBUG_WARN=1
before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update && composer -V
- composer require "orchestra/testbench:${TESTBENCH_VERSION}" --no-update -v
install:
- travis_retry composer update --prefer-dist
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry php vendor/bin/coveralls
notifications:
email:
on_success: never
on_failure: change
| Add Laravel 5.4 to Travis matrix | Add Laravel 5.4 to Travis matrix | YAML | mit | Lykegenes/laravel-locale-switcher |
50be1c8ff5b1a9d22206946911ba9dd60baaf773 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
| language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
| Add io.js testing in Travis | Add io.js testing in Travis
| YAML | mit | resin-io/resin-network-config |
f6a4cbb614b29dbe20b60e57509998119c7d0c43 | .travis.yml | .travis.yml | language: python
cache:
directories:
- $HOME/.cache/pip
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7.7
- DJANGO=1.8.1
before_install:
- sudo apt-get install libgeoip-dev
install:
- pip install -q Django==$DJANGO
- pip install -e .[testing]
- start_cms_project.py testing testing_dir/ --without-people --without-faqs --without-jobs --skip-frontend
script: coverage run --source=cms --omit='*migrations*' testing_dir/manage.py test cms
notifications:
slack: onespacemedia:NufeDxb1m4D0UkuQh1O0m9qt
email: false
after_success:
- coveralls
| language: python
cache:
directories:
- $HOME/.cache/pip
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=1.7.7
- DJANGO=1.8.1
before_install:
- sudo apt-get install libgeoip-dev
install:
- pip install -q Django==$DJANGO
- pip install -e .[testing]
- start_cms_project.py testing testing_dir/ --without-people --without-faqs --without-jobs --skip-frontend
script: coverage run --source=cms --omit='*migrations*' testing_dir/manage.py test cms
notifications:
slack: onespacemedia:NufeDxb1m4D0UkuQh1O0m9qt
email: false
after_success:
- coveralls
| Remove Python 3.2 from the testing matrix. | Remove Python 3.2 from the testing matrix. | YAML | bsd-3-clause | lewiscollard/cms,lewiscollard/cms,jamesfoley/cms,jamesfoley/cms,danielsamuels/cms,danielsamuels/cms,danielsamuels/cms,jamesfoley/cms,dan-gamble/cms,dan-gamble/cms,jamesfoley/cms,dan-gamble/cms,lewiscollard/cms |
f4e7236c3704e11bb3cc157e6f9de057f04e474e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
| language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
before_install: gem install bundler -v 1.10.6
| Install bundler > 1.10 before running CI | Install bundler > 1.10 before running CI
| YAML | mit | tacahilo/proc_net-tcp,hfm/proc_net-tcp,hfm/proc_net-tcp,tacahilo/proc_net-tcp |
eeea416c105b2f21024230e5e9fcb887ee0f1fe5 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
script: phpunit tests
| language: php
php:
- 5.4
- 5.5
- 5.6
script: phpunit tests
| Remove 5.3 version from tests | Remove 5.3 version from tests
| YAML | mit | PHPAlgorithms/Dijkstra-s-algorithm,ventaquil/Dijkstra-s-algorithm |
ecfe35b6d0b7eb9d1514ec0bf52e23a3a564d11b | .travis.yml | .travis.yml | language: ruby
cache: bundler
os:
- linux
rvm:
- jruby
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
jobs:
include:
- os: osx
rvm: "2.5"
- os: osx
rvm: "2.6"
- stage: deploy
if: repo = travis-ci/travis.rb and branch = master and type = push
os: linux
rvm: "2.6"
deploy:
provider: rubygems
api_key:
secure: KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g=
gem: travis
edge: true
script:
- bundle exec rake
- gem build travis.gemspec
- gem install travis-*.gem
| language: ruby
cache: bundler
os:
- linux
rvm:
- jruby
- "2.4"
- "2.5"
- "2.6"
- "2.7"
jobs:
include:
- rvm: "2.3"
before_script:
- gem install faraday -v 1.0.1
- os: osx
rvm: "2.5"
- os: osx
rvm: "2.6"
- stage: deploy
if: repo = travis-ci/travis.rb and branch = master and type = push
os: linux
rvm: "2.6"
deploy:
provider: rubygems
api_key:
secure: KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g=
gem: travis
edge: true
script:
- bundle exec rake
- gem build travis.gemspec
- gem install travis-*.gem
| Install compat version of faraday for Ruby 2.3 | Install compat version of faraday for Ruby 2.3
| YAML | mit | travis-ci/travis.rb,travis-ci/travis.rb,travis-ci/travis.rb |
220538bf13233e97e57f49054ace5b7392f8f4d3 | .travis.yml | .travis.yml | branches:
only:
- master
- /release-.*/
language: cpp
os:
- linux
- osx
compiler:
- gcc
- clang
dist: trusty
sudo: false
addons:
apt:
packages:
- automake
- autoconf
- libtool
- pkg-config
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake autoconf libtool; fi
script: ./super-test.sh -j2 quick # limit parallelism due to limited memory on Travis
| branches:
only:
- master
- /release-.*/
language: cpp
os:
- linux
- osx
compiler:
- gcc
- clang
dist: trusty
sudo: false
addons:
apt:
packages:
- automake
- autoconf
- libtool
- pkg-config
script: ./super-test.sh -j2 quick # limit parallelism due to limited memory on Travis
| Fix Travis build: Homebrew now complains that these are already installed. | Fix Travis build: Homebrew now complains that these are already installed.
| YAML | mit | mologie/capnproto,mologie/capnproto,mologie/capnproto |
2df23b068b7928a4937c5324a8a2d20bdb55b342 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
install: npm install
script: grunt test
notifications:
email:
on_success: never
on_failure: change
| language: node_js
node_js:
- 0.8
install: npm install grunt-cli -g && npm install
script: grunt test
notifications:
email:
on_success: never
on_failure: change
| Install grunt-cli before the dependencies | Install grunt-cli before the dependencies
| YAML | mit | lenniboy/paginator-pageable-merge |
7bacb0f3c601cb4e78ff76812c78f0d3da1cb7d5 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
- ruby-head-clang
- jruby-9.0
- jruby-head
- rbx-3.26
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: ruby-head-clang
install:
- bundle install --retry=3
before_install:
# Needed until https://github.com/travis-ci/travis-ci/issues/5477 is fixed
- "export JRUBY_OPTS='--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false'"
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
- gem install bundler
| sudo: required
dist: trusty
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
- ruby-head-clang
- jruby-9.0
- jruby-9.1
- jruby-head
- rbx-3.26
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: ruby-head-clang
install:
- bundle install --retry=3
before_install:
# Needed until https://github.com/travis-ci/travis-ci/issues/5477 is fixed
- "export JRUBY_OPTS='--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false'"
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
- gem install bundler
| Add newest JRuby minor version | Add newest JRuby minor version
| YAML | lgpl-2.1 | mvz/gir_ffi,mvz/gir_ffi,mvz/gir_ffi |
4d18a247d4016618670a9ac830c30c4834ecfec4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- rbx
gemfile:
- gemfiles/rails_3_0.gemfile
- gemfiles/rails_3_1.gemfile
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_2.gemfile
matrix:
exclude:
- rvm: 2.2
gemfile: gemfiles/rails_3_0.gemfile
- rvm: 2.2
gemfile: gemfiles/rails_3_1.gemfile
- rvm: 2.2
gemfile: gemfiles/rails_3_2.gemfile
allow_failures:
- rvm: jruby-19mode
- rvm: rbx
- rvm: ruby-head
fast_finish: true
notifications:
email: false
| language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- rbx
gemfile:
- gemfiles/rails_3_0.gemfile
- gemfiles/rails_3_1.gemfile
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_2.gemfile
matrix:
exclude:
- rvm: ruby-head
gemfile: gemfiles/rails_3_0.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_3_1.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_3_2.gemfile
- rvm: 2.2
gemfile: gemfiles/rails_3_0.gemfile
- rvm: 2.2
gemfile: gemfiles/rails_3_1.gemfile
- rvm: 2.2
gemfile: gemfiles/rails_3_2.gemfile
allow_failures:
- rvm: jruby-19mode
- rvm: rbx
- rvm: ruby-head
fast_finish: true
notifications:
email: false
| Exclude CI builds on ruby-head for rails 3.* | Exclude CI builds on ruby-head for rails 3.*
| YAML | mit | nambrot/jbuilder,suryasnath/Venture,rails/jbuilder,sue445/jbuilder,ASnow/jbuilder,WellframeInc/jbuilder,jasnow/jbuilder,maclover7/jbuilder,vincentwoo/jbuilder,odedniv/jbuilder |
257c969014ff2b58d17e52f63609cb519d567b8d | .travis.yml | .travis.yml | {
"language": "objective-c",
"osx_image": "xcode9",
"env": "SCHEME=\"MantleSample\" DESTINATION=\"platform=iOS Simulator,name=iPhone 6S\" RUN_TESTS=\"YES\" SEND_TO_COVERALLS=\"YES\"",
"script": [
"if [ $RUN_TESTS == \"YES\" ]; then travis_retry xcodebuild -workspace \"MantleSample.xcworkspace\" -scheme \"$SCHEME\" -destination \"$DESTINATION\"; else travis_retry xcodebuild -workspace \"MantleSample.xcworkspace\" -scheme \"$SCHEME\" -destination \"$DESTINATION\" build; fi"
],
"after_success": [
"if [ $SEND_TO_COVERALLS == \"YES\" ]; then echo \"Send to coveralls\" slather fi"
],
"global_env": "LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8",
"os": "osx"
}
| {
"language": "swift",
"osx_image": "xcode9",
"xcode_project": "MantleSample.xcworkspace",
"os": "osx"
}
| Change to basic continuous integration file | Change to basic continuous integration file | YAML | mit | emreozdil/MantleSample,emreozdil/MantleSample |
7246f4e7fd62a0ce5b2e8a1718a750fdc11f0926 | .travis.yml | .travis.yml | language: c++
sudo: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- make
- g++-5
before_install:
# Use GCC 5
- export CXX="g++-5" CC="gcc-5"
install:
# Install Boost 1.61
- cd ..
- wget https://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.tar.bz2
- tar --bzip2 -xf boost_1_61_0.tar.bz2
- cd boost_1_61_0
- ./bootstrap.sh
- sudo ./b2 install
- sudo ldconfig
- cd ../BFGenerator
script:
- make test
| language: c++
sudo: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- make
- g++-5
before_install:
# Use GCC 5
- sudo update-alternatives --remove-all gcc
- sudo update-alternatives --remove-all g++
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 10
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 10
- sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 20
- sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 20
- sudo update-alternatives --set cc /usr/bin/gcc
- sudo update-alternatives --set c++ /usr/bin/g++
install:
# Install Boost 1.61
- cd ..
- wget https://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.tar.bz2
- tar --bzip2 -xf boost_1_61_0.tar.bz2
- cd boost_1_61_0
- ./bootstrap.sh
- sudo ./b2 install
- sudo ldconfig
- cd ../BFGenerator
script:
- make test
| Use "update-alternatives" to set GCC 5. | Use "update-alternatives" to set GCC 5.
| YAML | mit | Kruecke/BFGenerator |
214b2ac5b5db43adfd3d424d1f654602a1d058f0 | .travis.yml | .travis.yml | sudo: required
dist: xenial
language: python
python:
- "3.6"
before_install:
- sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python3
- wget 'https://github.com/bazelbuild/bazel/releases/download/0.27.0/bazel-0.27.0-installer-linux-x86_64.sh'
- chmod +x bazel-0.27.0-installer-linux-x86_64.sh
- ./bazel-0.27.0-installer-linux-x86_64.sh --user
- rm -f bazel-0.27.0-installer-linux-x86_64.sh
addons:
apt:
update: true
script:
- ~/bin/bazel test //analyzer/src/...
| sudo: required
dist: xenial
language: python
python:
- "3.6"
before_install:
- sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python3
- wget 'https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-installer-linux-x86_64.sh'
- chmod +x bazel-0.28.1-installer-linux-x86_64.sh
- ./bazel-0.28.1-installer-linux-x86_64.sh --user
- rm -f bazel-0.28.1-installer-linux-x86_64.sh
addons:
apt:
update: true
script:
- ~/bin/bazel test //analyzer/src/...
| Upgrade Bazel in Travis CI build environment to version 0.28.1. | Upgrade Bazel in Travis CI build environment to version 0.28.1.
| YAML | apache-2.0 | google-research/turkish-morphology,google-research/turkish-morphology |
3958403d41fc96e4e4cec33cdff4a41a369ba179 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
script:
- bundle exec rake test_app
- bundle exec rake spec
cache:
- bundler
| language: ruby
rvm:
- 2.1
- 2.2
script:
- bundle exec rake test_app
- bundle exec rake spec
| Remove caching of bundler as that is not available for public projects | Remove caching of bundler as that is not available for public projects
| YAML | bsd-3-clause | berkes/spree_billing_sisow,berkes/spree_billing_sisow |
1635edfeee01b6b03ed472ec916579e6d5df9420 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
before_install:
- npm install -g gulp
- npm install
script:
- gulp ci
| language: node_js
node_js:
- 0.12
- 4.0
- 4.1
- 4.2
before_install:
- npm install -g gulp
- npm install
script:
- gulp ci
| Update CI for node 4.x | Update CI for node 4.x
| YAML | bsd-3-clause | radify/stationmaster,radify/stationmaster |
9cbc92c2fd72c81fe5f36881ad7a7b3dbef3926e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.7-dev"
- "pypy3.5"
install:
- pip install -e .
- pip install --upgrade pytest pytest-cov codacy-coverage
script: py.test -v --color=yes --cov-report xml --cov=canopen test/
after_script: python-codacy-coverage
| dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.7"
- "3.8-dev"
- "pypy3.5"
install:
- pip install -e .
- pip install --upgrade pytest pytest-cov codacy-coverage
script: py.test -v --color=yes --cov-report xml --cov=canopen test/
after_script: python-codacy-coverage
| Make Travis test on Python 3.7 and 3.8. | Make Travis test on Python 3.7 and 3.8.
| YAML | mit | christiansandberg/canopen,christiansandberg/canopen |
9b909d3255dc32a06ef5ea14288f12184095bce3 | .travis.yml | .travis.yml | branches:
only:
- master
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0"
notifications:
email:
- dejan@golja.org
| branches:
only:
- master
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.1.0"
notifications:
email:
- dejan@golja.org
| Fix build error: excluded non supported ruby version from Puppet 3.0.0 and Puppet 3.1.0 | Fix build error: excluded non supported ruby version from Puppet 3.0.0 and Puppet 3.1.0
| YAML | apache-2.0 | hundredacres/golja-s3cmd,hundredacres/golja-s3cmd,n1tr0g/golja-s3cmd,n1tr0g/golja-s3cmd |
73cf5c91e46f06d3f2a7c495bb22f2005b07134b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
notifications:
webhooks:
urls:
- https://lita-freenode.herokuapp.com/travis
| language: ruby
rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
services:
- redis-server
notifications:
webhooks:
urls:
- https://lita-freenode.herokuapp.com/travis
| Configure Travis to start Redis. | Configure Travis to start Redis.
| YAML | mit | jimmycuadra/lita-urban-dictionary |
7d0a5ff3fc81ef7bb93e3fe9d4659452a1e36c4f | .travis.yml | .travis.yml | language: ruby
rvm:
- "ruby-2.1.0"
script:
- "bundle exec brakeman -z --skip-files config/initializers/secret_token.rb"
- "bundle exec rake db:migrate"
- "bundle exec rake spec:travisci"
env:
global:
- RAILS_ENV=ci
matrix:
- TEST_SUITE=unit
- TEST_SUITE=acceptance_1
- TEST_SUITE=acceptance_2
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 800x600x16"
- "gem install bundler"
before_script:
- "cp config/database.yml.ci config/database.yml"
- "cp config/initializers/secret_token.rb.ci config/initializers/secret_token.rb"
- "cp config/initializers/devise.rb.ci config/initializers/devise.rb"
| language: ruby
rvm:
- "ruby-2.1.1"
script:
- "bundle exec brakeman -z --skip-files config/initializers/secret_token.rb"
- "bundle exec rake db:migrate"
- "bundle exec rake spec:travisci"
env:
global:
- RAILS_ENV=ci
matrix:
- TEST_SUITE=unit
- TEST_SUITE=acceptance_1
- TEST_SUITE=acceptance_2
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 800x600x16"
- "gem install bundler"
before_script:
- "cp config/database.yml.ci config/database.yml"
- "cp config/initializers/secret_token.rb.ci config/initializers/secret_token.rb"
- "cp config/initializers/devise.rb.ci config/initializers/devise.rb"
| Set ruby version to 2.1.1 when building on Travis-CI. | Set ruby version to 2.1.1 when building on Travis-CI.
| YAML | mit | amatriain/feedbunch,jmwenda/feedbunch,amatriain/feedbunch,amatriain/feedbunch,jmwenda/feedbunch,amatriain/feedbunch,jmwenda/feedbunch |
78857c85ebca254665aaae33e1dbd20b2579b51e | .travis.yml | .travis.yml | script: 'rake'
rvm:
- 1.8.7
- 1.9.2
| script: 'rake'
rvm:
- 1.9.2
- 1.9.3
| Remove 1.8.7 from test suite. | Remove 1.8.7 from test suite.
| YAML | mit | peter-murach/loaf,piotrmurach/loaf,peter-murach/loaf,piotrmurach/loaf,piotrmurach/loaf,piotrmurach/loaf |
c805d2b7ea4da1c73f2a40b722ce43efe545ae8d | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
before_install:
- npm install -g npm@latest
notifications:
email:
recipients:
- kalyons@mit.edu
on_success: never
on_failure: always
| language: node_js
node_js:
- "node"
before_install:
- npm install -g npm@latest
notifications:
email:
recipients:
- kevinandrewlyons@gmail.com
on_success: never
on_failure: always
| Update config.yml with new e-mail | Update config.yml with new e-mail
| YAML | mit | kalyons11/web,kalyons11/web |
af462dd51958a5963254e780e7843fa8ff00cfea | .travis.yml | .travis.yml | language: python
env:
- PHONOPY_VERSION=2.7.0
install:
- python -mpip install phonopy==$PHONOPY_VERSION
- python -mpip install pytest pytest-cov
- python -mpip install codecov coverage
script: python -mpytest tests -ra --cov=./ --log-level=DEBUG
after_success:
- codecov
| language: python
env:
- PHONOPY_VERSION=2.7.0
- PHONOPY_VERSION=2.8.0
install:
- python -mpip install phonopy==$PHONOPY_VERSION
- python -mpip install pytest pytest-cov
- python -mpip install codecov coverage
script: python -mpytest tests -ra --cov=./ --log-level=DEBUG
after_success:
- codecov
| Modify to test also phonopy 2.8.0 | Modify to test also phonopy 2.8.0
| YAML | mit | yuzie007/upho,yuzie007/ph_unfolder |
3c532c26171fe33869f1e4823f1cfb3ac5392de9 | .travis.yml | .travis.yml | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libboost-all-dev
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
# customize me!
- git clone https://github.com/czipperz/vick-move
- cd ..
script:
- ./testing.sh
| language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- hvr-ghc
packages:
- g++-4.8
- libboost-all-dev
- software-properties-common
- cabal-install
- ghc
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
- git clone https://github.com/czipperz/vick-move
- cd ..
script:
- ./testing.sh
| Remove references to Makefiles oops | Remove references to Makefiles oops
| YAML | mpl-2.0 | czipperz/vick-move |
70f395b6570b3eaee62a739e830468bc14edfdb2 | .travis.yml | .travis.yml | language: java
branches:
excludes:
- gh-pages
notifications:
email: false
before_install:
- wget http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
- tar -zxf android-sdk_r21.0.1-linux.tgz
- export ANDROID_HOME=~/builds/lexs/webimageloader/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- TOOLS=$(android list sdk --no-ui | grep "Android SDK Platform-tools" | cut -d"-" -f1)
- android update sdk --filter "$TOOLS" --no-ui --force
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
- android update sdk --filter "$SDK" --no-ui --force | language: java
branches:
excludes:
- gh-pages
notifications:
email: false
before_install:
- wget http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
- tar -zxf android-sdk_r21.0.1-linux.tgz
- export ANDROID_HOME=~/builds/lexs/webimageloader/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
- TOOLS=$(android list sdk --no-ui | grep "Android SDK Platform-tools" | cut -d"-" -f1)
- android update sdk --filter "$TOOLS" --no-ui --force
- SDK=$(android list sdk --no-ui | grep ", API 16," | cut -d"-" -f1)
- android update sdk --filter "$SDK" --no-ui --force
- pwd
- ls
- ls /home/travis/builds/lexs/webimageloader/android-sdk-linux
- ls /home/travis/builds/lexs/webimageloader/android-sdk-linux/platform-tools | Add some nice debug output | Add some nice debug output
| YAML | apache-2.0 | lexs/webimageloader |
85539ee3421b57e6f14c32f435b9b6eed54aff80 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
before_install: gem install bundler --no-document
| language: ruby
rvm:
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
| Remove unnecessary step to fix CI | Remove unnecessary step to fix CI
It seems bundler is installed by travis without any setting
https://travis-ci.org/github/yuya-takeyama/flagship/jobs/678123423
```
$ gem install bundler --no-document
ERROR: Error installing bundler:
bundler requires Ruby version >= 2.3.0.
The command "gem install bundler --no-document" failed and exited with 1 during .
```
| YAML | mit | yuya-takeyama/flagship,yuya-takeyama/flagship |
66f5020a552ddbe969c7f809acbd55ab5cb91495 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make distcheck && make check
after_success:
- coveralls --exclude tests --extension c
deploy:
provider: releases
api_key:
secure: Q/LypIhTkXiPp+NFtlDaKqc6tMUy7YnGs5sV24UEgI/8B/SUojexqGczdvEwpFep2DuXcJQ6bsbBkNYS5KBWSg67gsP5J/LkbjytMM/FWdFTV/zhlmUK+mMnKVHhlaC78JIg6vRxuKPMVYlcM2zcGcnRPQS8X3t+FdDkvw54zDM=
file: q3py-0.0.1.tar.gz
skip_cleanup: true
on:
repo: robo9k/q3py
branch: master
tags: true
| language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make DISTCHECK_CONFIGURE_FLAGS='PYTHON="3.2"' distcheck && make check
after_success:
- coveralls --exclude tests --extension c
deploy:
provider: releases
api_key:
secure: Q/LypIhTkXiPp+NFtlDaKqc6tMUy7YnGs5sV24UEgI/8B/SUojexqGczdvEwpFep2DuXcJQ6bsbBkNYS5KBWSg67gsP5J/LkbjytMM/FWdFTV/zhlmUK+mMnKVHhlaC78JIg6vRxuKPMVYlcM2zcGcnRPQS8X3t+FdDkvw54zDM=
file: q3py-0.0.1.tar.gz
skip_cleanup: true
on:
repo: robo9k/q3py
branch: master
tags: true
| Add DISTCHECK_CONFIGURE_FLAGS to Travis CI build | Add DISTCHECK_CONFIGURE_FLAGS to Travis CI build
Running `make distcheck` does not pass the original flags
to `./configure` and the Travis CI build server needs to
have `PYTHON_VERSION` defined.
| YAML | mit | robo9k/q3py,robo9k/q3py,robo9k/q3py |
296ecfa4eab16b58e213f181a3fa79048d87d25e | .travis.yml | .travis.yml | language: ruby
branches: master
rvm:
- 1.9.2
- 1.9.3
- ruby-head
| language: ruby
branches: master
rvm:
- 1.9.2
- 1.9.3
| Remove support for Ruby 2.0 | Remove support for Ruby 2.0
(for now) | YAML | mit | irfanah/json_spec,venuenext/json_spec,collectiveidea/json_spec |
d993870293a34b57ef7d866c031df97e80ba7b38 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
env:
- ES_VERSION=1.7.4
- ES_VERSION=2.1.1
matrix:
allow_failures:
- php: hhvm
install:
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch > /dev/null 2>&1 &
before_script:
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
- composer install --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coveralls.clover
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
after_script:
- travis_retry php vendor/bin/coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/81e47479feba5ba8dc47
on_success: change
on_start: never
| sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
env:
global:
- ES_VERSION="2.1.1"
- SYMFONY="~3.0"
matrix:
allow_failures:
- php: hhvm
include:
- php: 7.0
env: ES_VERSION="1.7.4"
- php: 7.0
env: SYMFONY="2.7.*"
install:
- composer require --no-update symfony/symfony:${SYMFONY}
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch > /dev/null 2>&1 &
before_script:
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
- composer install --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coveralls.clover
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
after_script:
- travis_retry php vendor/bin/coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/81e47479feba5ba8dc47
on_success: change
on_start: never
| Test old versions of Symfony and Elasticsearch only with newest PHP | Test old versions of Symfony and Elasticsearch only with newest PHP
| YAML | mit | martiis/ElasticsearchBundle,saimaz/ElasticsearchBundle,tautrimas/ElasticsearchBundle,trandangtri/ElasticsearchBundle,asev/ElasticsearchBundle,trandangtri/ElasticsearchBundle,martiis/ElasticsearchBundle,murnieza/ElasticsearchBundle,murnieza/ElasticsearchBundle,saimaz/ElasticsearchBundle,asev/ElasticsearchBundle,ongr-io/ElasticsearchBundle,tautrimas/ElasticsearchBundle |
20ec445f82f9a705790b814a49cc642c7d4efd7b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- ruby-head
- jruby-head
script: bundle exec rake test:ruby
notifications:
email: false
#TODO: flowdock: [api token]
services:
- mongodb
branches:
only:
- master
- release
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
| language: ruby
rvm:
- 1.8.7
- 1.9.3
- ruby-head
- jruby-head
bundler_args: --without deployment
script: bundle exec rake test:ruby
notifications:
email: false
#TODO: flowdock: [api token]
services:
- mongodb
branches:
only:
- master
- release
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
| Revert "minor: remove bundler args" | Revert "minor: remove bundler args"
This reverts commit 2b2d53e8da1afe37a0131a912248e2bc8b256e41.
| YAML | apache-2.0 | fhwang/mongo-ruby-driver,xronos-i-am/mongo-ruby-driver,mongodb/mongo-ruby-driver,pcarrier-packaging/deb-ruby-mongo,fairplace/mongo-ruby-driver,kay-kim/mongo-ruby-driver,saghm/mongo-ruby-driver,aherlihy/mongo-ruby-driver,0x00evil/mongo-ruby-driver,AndyObtiva/mongo-ruby-driver,pcarrier-packaging/deb-ruby-mongo,jonhyman/mongo-ruby-driver,mongodb/mongo-ruby-driver,namusyaka/mongo-ruby-driver,estolfo/mongo-ruby-driver,kay-kim/mongo-ruby-driver,mongodb/mongo-ruby-driver,pcarrier-packaging/deb-ruby-mongo,wandenberg/mongo-ruby-driver,ShanaLMoore/mongo-ruby-driver,pcarrier-packaging/deb-ruby-mongo,dunedain289/mongo-ruby-driver,tommyb67/mongo-ruby-driver,pcarrier-packaging/deb-ruby-mongo,estolfo/mongo-ruby-driver,jonhyman/mongo-ruby-driver,brandonblack/mongo-ruby-driver,agis-/mongo-ruby-driver,saghm/mongo-ruby-driver |
ba7b7f0e317ed007fae182211ccee66cee38a0d7 | .travis.yml | .travis.yml | language: java
sudo: false
dist: trusty
env:
- _JAVA_OPTIONS='-Xmx500m'
matrix:
include:
- jdk: oraclejdk8 # JDK 1.8.0_131-b11
- jdk: oraclejdk9 # JDK 9-ea+174 provided by Travis will be replaced by 9+178 in "before_install"
before_install:
- cd ~
- wget http://download.java.net/java/jdk9/archive/178/binaries/jdk-9+178_linux-x64_bin.tar.gz
- tar -xzf jdk-9+178_linux-x64_bin.tar.gz
- export JAVA_HOME=~/jdk-9
- PATH=$JAVA_HOME/bin:$PATH
- cd -
# Don't let Travis CI execute './gradlew assemble' by default
install:
# Display Gradle, Groovy, JVM and other versions
- ./gradlew -version
script:
- ./gradlew build --scan
| language: java
sudo: false
dist: trusty
env:
- _JAVA_OPTIONS='-Xmx500m'
matrix:
include:
- jdk: oraclejdk8 # JDK 1.8.0_131-b11 or newer
- jdk: oraclejdk9 # JDK 9+175 or newer
# Don't let Travis CI execute './gradlew assemble' by default
install:
# Display Gradle, Groovy, JVM and other versions
- ./gradlew -version
script:
- ./gradlew build --scan
| Use jdk-9 provided by Travis CI | Use jdk-9 provided by Travis CI
| YAML | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
e6d51c3c921c8dac3b2326647c58a563fd12c54e | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0"
- "io.js"
- "0.12"
- "0.10"
sudo: false
after_script: "npm run test-cov && cat ./coverage/lcov.info | codecov && cat ./coverage/lcov.info | coveralls"
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
| language: node_js
node_js:
- node
- io.js
- 0.12
- 0.10
sudo: false
after_script: "npm run test-cov && cat ./coverage/lcov.info | codecov && cat ./coverage/lcov.info | coveralls"
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
| Use node's latest version when building | Use node's latest version when building
| YAML | apache-2.0 | simov/request,Aloomaio/request,NewGyu/request,watson/request,NewGyu/request,lxe/request,request/request,Aloomaio/request,czardoz/request,lxe/request,watson/request,lalitkapoor/request,chaoliu/request,request/request,chaoliu/request,lalitkapoor/request,simov/request,czardoz/request |
01786a880c4f4c886a09c03c52ab1f52a7c45051 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- platform-tools
- build-tools-23.0.1
- android-23
- extra-android-m2repository
- extra-google-m2repository
# http://stackoverflow.com/questions/33820638/travis-yml-gradlew-permission-denied
before_install:
- chmod +x gradlew
script:
- ./gradlew build connectedCheck
| language: android
android:
components:
- platform-tools
- build-tools-23.0.1
- extra-android-m2repository
- extra-google-m2repository
# http://stackoverflow.com/questions/33820638/travis-yml-gradlew-permission-denied
before_install:
- chmod +x gradlew
script:
- ./gradlew build connectedCheck
| Build and SDK tools aren't up-to-date Travis-side. | Build and SDK tools aren't up-to-date Travis-side.
| YAML | mit | ikbenpinda/uitstelgedrag_android |
3c5406fb1940f0cc6f70b2248675e555707bcb37 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
install:
- composer install
- composer require satooshi/php-coveralls
before_script:
- mkdir -p build/logs
script:
- phpunit --coverage-clover build/logs/clover.xml
after_success:
- php vendor/bin/coveralls -v
| language: php
php:
- 5.6
- 7.0
install:
- composer install
- composer require satooshi/php-coveralls
- composer require codacy/coverage
before_script:
- mkdir -p build/logs
script:
- phpunit --coverage-clover build/logs/clover.xml
after_success:
- php vendor/bin/coveralls -v
- php vendor/bin/codacycoverage
| Add support for codacy coverage | Add support for codacy coverage
| YAML | mit | ofmadsen/livid |
89a5d5c43a397d74730e76b30c9f139bdd3dbf15 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.1
script: bundle exec middleman build --verbose | language: ruby
rvm:
- 2.2.4
script: bundle exec middleman build --verbose
| Use Ruby 2.2.4 on Travis CI | Use Ruby 2.2.4 on Travis CI
| YAML | mit | middleman/middleman-directory,middleman/middleman-directory,middleman/middleman-directory |
2b4aa7a01f16cfbe4a180bd08ab65721020b3a99 | .travis.yml | .travis.yml | language: python
python:
- 3.5
env:
- BUILD=docker
before_script:
- sudo service postgresql stop
script:
- docker-compose -f docker-compose.travis.yml build lutrisfrontend lutrisweb
- docker-compose -f docker-compose.travis.yml run -e DJANGO_SETTINGS_MODULE='lutrisweb.settings.travis' -w '/app' lutrisweb bash -c "touch templates/docs/installers.html && make db && make test"
# Build Notifications
# https://docs.travis-ci.com/user/notifications/
notifications:
# Turn off email notifications entirely.
email: false
| language: python
python:
- 3.5
env:
- BUILD=docker
before_script:
- sudo service postgresql stop
script:
- docker-compose -f docker-compose.travis.yml build --no-cache lutrisfrontend lutrisweb
- docker-compose -f docker-compose.travis.yml run -e DJANGO_SETTINGS_MODULE='lutrisweb.settings.travis' -w '/app' lutrisweb bash -c "touch templates/docs/installers.html && make db && make test"
# Build Notifications
# https://docs.travis-ci.com/user/notifications/
notifications:
# Turn off email notifications entirely.
email: false
| Disable caching on Travis CI builds | Disable caching on Travis CI builds
| YAML | agpl-3.0 | lutris/website,lutris/website,lutris/website,lutris/website |
97737cd0ebd45892e06c363e3161c0a50b6e2551 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- '2.0'
- '2.1'
- '2.2'
- '2.3'
| language: ruby
before_install:
- gem install bundler -v 1.11.2
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- '2.0'
- '2.1'
- '2.2'
- '2.3'
| Update bundler for Travis CI | Update bundler for Travis CI
https://github.com/travis-ci/travis-ci/issues/5239
| YAML | mit | tmm1/ripper-tags,tmm1/ripper-tags |
18273ee8a8ad17cc16cfdb04f03313bbfcb2e8b6 | .travis.yml | .travis.yml | language: go
sudo: false
addons:
apt:
packages:
- sqlite3
install:
- go get ./...
go:
- 1.4
- 1.5
- tip
script:
- make test
| language: go
sudo: false
addons:
apt:
packages:
- sqlite3
install:
- go get ./...
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- make test
| Add new go version to Travis | Add new go version to Travis
| YAML | apache-2.0 | gourd/gourd |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.