commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
c936bc1bbc48ce134e76b5944354762a41fe513c | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
cache:
directories:
- "$HOME/.pip-cache/"
install:
- "pip install flake8"
- "pip install coverage"
- "pip install pytest-cov"
- "pip install coveralls"
before_script:
- "fl... | language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 || $TRAVIS_PYTHON_VERSION == 3.2 || $TRAVIS_PYTHON_VERSION == 3.3 ]]; then
- pip install flake8==2.6.0
- else
- pip install flake8
- fi
- pip install coverag... | Remove some python versions and try conditional flake8 installs | Remove some python versions and try conditional flake8 installs
| YAML | bsd-3-clause | Remolten/galena |
ab24bb6a0ba763cc131539c32c25a7c27c3a0c45 | .travis.yml | .travis.yml | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
# - "3.5" # NOTE an issue with pathlib.resolve breaks our tests on 3.5
- "3.6"
install:
- bash -ex libs/travis-conda-scripts/scripts/travis_install.sh
script:
- source libs/travis-conda-scripts/scripts/config.sh
... | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
# - "3.5" # NOTE an issue with pathlib.resolve breaks our tests on 3.5
- "3.6"
- "3.7"
install:
- bash -ex libs/travis-conda-scripts/scripts/travis_install.sh
script:
- source libs/travis-conda-scripts/scripts/c... | Add Python 3.7 to build | Add Python 3.7 to build
| YAML | mit | CINPLA/exdir,CINPLA/exdir,CINPLA/exdir |
3f9a0c21755b5e3f370e573a87264883a910165b | .travis.yml | .travis.yml | language: python
cache: pip
dist: xenial
python:
- 3.6
- 3.7
- 3.8
env:
- DJANGO_VERSION=1.11.20
- DJANGO_VERSION=2.1.8
- DJANGO_VERSION=2.2
- DJANGO_VERSION=1.11.20 DRF_VERSION=3.9.2
- DJANGO_VERSION=2.1.8 DRF_VERSION=3.9.2
- DJANGO_VERSION=2.2 DRF_VERSION=3.9.2
install:
- pip install -r .travis/re... | language: python
cache: pip
dist: xenial
python:
- 3.6
- 3.7
- 3.8
env:
- DJANGO_VERSION=1.11.26
- DJANGO_VERSION=2.2.8
- DJANGO_VERSION=3.0
- DJANGO_VERSION=1.11.26 DRF_VERSION=3.9.2
- DJANGO_VERSION=2.2.8 DRF_VERSION=3.9.2
- DJANGO_VERSION=3.0 DRF_VERSION=3.9.2
install:
- pip install -r .travis/re... | Add django 3, update versions | Add django 3, update versions
| YAML | mit | nshafer/django-hashid-field,nshafer/django-hashid-field |
48c086445020a12814e5be57a8fa258ca2d81a92 | updates/version.yaml | updates/version.yaml | 1.0.0:
- 'Initialize plugin.'
- builder_table_create_vdomah_roles_roles.php
- builder_table_create_vdomah_roles_permissions.php
- users_add_role_id_column.php
1.0.1:
- 'Permission name transaltable. Readme update. Move static methods to Helper'
1.0.2:
- 'Soft implementation of RainLab.Translate'... | 1.0.0:
- 'Initialize plugin.'
- builder_table_create_vdomah_roles_roles.php
- builder_table_create_vdomah_roles_permissions.php
- users_add_role_id_column.php
1.0.1:
- 'Permission name transaltable. Readme update. Move static methods to Helper'
1.0.2:
- 'Soft implementation of RainLab.Translate'... | Add fillable to Role model | Add fillable to Role model
| YAML | mit | vdomah/octoroles,vdomah/octoroles |
6a2960b47a1c6ed432b6b3462ae4a3d2eb543c78 | metadata/org.bombusmod.yml | metadata/org.bombusmod.yml | Categories:
- Internet
License: GPL-2.0-only
SourceCode: https://github.com/BombusMod/BombusMod
IssueTracker: https://github.com/BombusMod/BombusMod/issues
AutoName: BombusMod
Description: |-
Full-featured XMPP client based on a J2ME app. Website and source code docs are
in Russian.
RepoType: git
Repo: http... | Categories:
- Internet
License: GPL-2.0-only
SourceCode: https://github.com/BombusMod/BombusMod
IssueTracker: https://github.com/BombusMod/BombusMod/issues
AutoName: BombusMod
Description: |-
Full-featured XMPP client based on a J2ME app. Website and source code docs are
in Russian.
RepoType: git
Repo: http... | Update BombusMod to 0.9.1418 (1418) | Update BombusMod to 0.9.1418 (1418)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a31b24a3f4e2dccdbfdd304ca3225688a4dfc66a | .github/actions/docker-install-macos/action.yml | .github/actions/docker-install-macos/action.yml | ---
name: "Install Docker on macOS"
description: "Performs an unattended install of Docker Desktop for MacOS"
runs:
using: "composite"
steps:
# From https://github.com/docker/for-mac/issues/2359#issuecomment-943131345
# Install from the command line is officially supported since Docker Desktop 4.7.0:
# ... | ---
name: "Install Docker on macOS"
description: "Performs an unattended install of Docker Desktop for MacOS"
# Deprecated: Colima will be pre-installed: https://github.com/actions/runner-images/pull/6285
runs:
using: "composite"
steps:
- run: brew install docker colima
shell: bash
- run: colima start... | Replace Docker for macOS with abiosoft/colima | Replace Docker for macOS with abiosoft/colima
| YAML | mit | docker-client/docker-filesocket,docker-client/docker-filesocket |
430155a46e14dd28979b6996bc6e96efe6789e6c | .github/workflows/gradle-wrapper-validation.yml | .github/workflows/gradle-wrapper-validation.yml | name: "Validate Gradle Wrapper"
on:
push:
branches:
- main
- release-*
pull_request:
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: gradle/wrapper-validation-action@v1
| name: "Validate Gradle Wrapper"
on:
push:
branches:
- main
- release-*
pull_request:
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: gradle/wrapper-validation-action@v1.0.3
| Bump gradle/wrapper-validation-action from 1 to 1.0.3 | Bump gradle/wrapper-validation-action from 1 to 1.0.3
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 1.0.3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1... | YAML | apache-2.0 | TNG/ArchUnit,TNG/ArchUnit |
b77e3bc2906b12a12e801735aa97514580a2c7f9 | .github/workflows/test-pypi-install.yml | .github/workflows/test-pypi-install.yml | name: Test PyPI install
on: push
# on:
# schedule:
# # * is a special character in YAML so you have to quote this string
# - cron: '0 0 * * 3'
jobs:
test-installation:
name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
... | name: Test PyPI install
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 3'
jobs:
test-installation:
name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu... | Put PyPI install on schedule | Put PyPI install on schedule
| YAML | agpl-3.0 | openclimatedata/pymagicc,openclimatedata/pymagicc |
76f9a51171fc1b7c17d334953b240019dc3d4f6d | packages/cl/clist.yaml | packages/cl/clist.yaml | homepage: https://github.com/strake/clist.hs
changelog-type: ''
hash: f6af52ebb3268323778c3d27f5779adcf85bf5651ec5b59f37e1779f5fe262a1
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Counted list
changelog: ''
basic-deps:
base-unicode-symbols: -any
peano: -any
base: ! '>=4.8 && <4.9'
all-versions:
-... | homepage: https://github.com/strake/clist.hs
changelog-type: ''
hash: 5508b5f87701885103461d4e1b28594051e698fd6f09254cddd4b37676809d02
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Counted list
changelog: ''
basic-deps:
base-unicode-symbols: -any
peano: -any
base: ! '>=4.8 && <5'
all-versions:
- '... | Update from Hackage at 2017-03-12T23:38:15Z | Update from Hackage at 2017-03-12T23:38:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9e4186cb2b4ed7fd88683b74f81cf0df2e7fd575 | pyall/lmfit-0.9.3/meta.yaml | pyall/lmfit-0.9.3/meta.yaml | {% set version = "0.9.3" %}
package:
name: lmfit
version: {{ version }}
source:
git_url: https://github.com/lmfit/lmfit-py
git_rev: {{ version }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- numpy
-... | {% set version = "0.9.3" %}
package:
name: lmfit
version: {{ version }}
source:
url: https://github.com/lmfit/lmfit-py/archive/{{ version }}.tar.gz
fn: lmfit-{{ version }}.tar.gz
sha256: e15c629b30cd70da525db6e66e3532d923a95e7a5f183906c83badf22c6be70c
build:
number: 0
script: python setup.py install --... | Revert "Use git repo instead of archive due to ssl issue" | Revert "Use git repo instead of archive due to ssl issue"
This reverts commit 457ee80fb2b18246052e2b6a95d2bc3220955c41.
| YAML | bsd-3-clause | NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes |
dc4107b633bebebb32979af93eb6d166ffe8d7b8 | packages/de/deque.yaml | packages/de/deque.yaml | homepage: https://github.com/nikita-volkov/deque
changelog-type: ''
hash: 8549033cc1f992c71a893a8e81f9459272581b10329fe2310a0a7ffb81612abe
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Double-ended queue
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semigroups: ! '>=0.11 && <0.... | homepage: https://github.com/nikita-volkov/deque
changelog-type: ''
hash: ce0b23603b9fb80215bb1e3935d90a0bf90b71a0fc74df0f8cbebccf8f0d19d5
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Double-ended queue
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.1'
- '0.2'
... | Update from Hackage at 2018-12-03T22:21:23Z | Update from Hackage at 2018-12-03T22:21:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2c2d0311fa9860203765492bd90bdeb5694958f3 | packages/hg/hgeos.yaml | packages/hg/hgeos.yaml | homepage: https://github.com/rcook/hgeos#readme
changelog-type: ''
hash: 77e899776670396075c165720d1c7217a0cb3278c8a75a9affe3858ba9bad42b
test-bench-deps:
MissingH: -any
base: ! '>=4.7 && <5'
hgeos: -any
maintainer: Richard Cook <rcook@rcook.org>
synopsis: Simple Haskell bindings to GEOS C API
changelog: ''
basic... | homepage: https://github.com/rcook/hgeos#readme
changelog-type: ''
hash: 90ee703e563ec6190d426d0bc3133c49f0318275140edbd67dc5aa3aa5bc8551
test-bench-deps:
MissingH: -any
base: ! '>=4.7 && <5'
mtl: -any
transformers: -any
hgeos: -any
maintainer: Richard Cook <rcook@rcook.org>
synopsis: Simple Haskell bindings ... | Update from Hackage at 2016-07-26T06:27:03+0000 | Update from Hackage at 2016-07-26T06:27:03+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
e6f558b51ffd89e0443608a819514ff292763d4e | packages/mt/mtl-c.yaml | packages/mt/mtl-c.yaml | homepage: https://github.com/fumieval/mtl-c
changelog-type: ''
hash: 4e27fc9bda0f2159c96f8d2494b754cb506f269109e39e96fc26db95c41043c4
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: Very strict CPS'd transformers
changelog: ''
basic-deps:
base: ==4.*
mtl: ==2.*
all-versions:
- '0'
... | homepage: https://github.com/fumieval/mtl-c
changelog-type: ''
hash: e9434a5ff5dd191215072ddec5bd4928b0219d302fe35605f21ab35c4072e15e
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: Very strict CPS'd transformers
changelog: ''
basic-deps:
base: ==4.*
mtl: ==2.*
transformers: -any... | Update from Hackage at 2016-11-11T02:20:43Z | Update from Hackage at 2016-11-11T02:20:43Z | YAML | mit | commercialhaskell/all-cabal-metadata |
345bd8687105b445d20d68bd1c215dac5eed3a7f | packages/sa/salak.yaml | packages/sa/salak.yaml | homepage: https://github.com/leptonyu/salak#readme
changelog-type: ''
hash: 8d1913c43fd81c82dca60d7a183f17a8ad6b03ccb04a08b139c6c67cf4fec43c
test-bench-deps:
split: -any
base: ! '>=4.7 && <5'
unordered-containers: -any
hspec: ==2.*
text: -any
filepath: -any
scientific: -any
QuickCheck: -any
aeson: -an... | homepage: https://github.com/leptonyu/salak#readme
changelog-type: ''
hash: f6ab4af725407afbc89f7fbff0c21f1db2818e4b97648eda5d91857633701d0e
test-bench-deps:
bytestring: -any
base: ! '>=4.7 && <5'
aeson-pretty: -any
unordered-containers: -any
hspec: ==2.*
text: -any
filepath: -any
scientific: -any
Qui... | Update from Hackage at 2018-08-31T09:07:19Z | Update from Hackage at 2018-08-31T09:07:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
855b10d84289b558d26ad79e3f2cfa6ca72aa460 | .styleci.yml | .styleci.yml | preset: recommended
enabled:
- long_array_syntax
- concat_with_spaces
- no_blank_lines_before_namespace
- not_operator_with_space
disabled:
- short_array_syntax
- concat_without_spaces
- single_blank_line_before_namespace
| preset: recommended
enabled:
- long_array_syntax
- concat_with_spaces
- no_blank_lines_before_namespace
- not_operator_with_space
disabled:
- short_array_syntax
- concat_without_spaces
- single_blank_line_before_namespace
- self_accessor
| Disable a StyleCI fixer rule | Disable a StyleCI fixer rule
(cherry picked from commit 3573ee9)
| YAML | mit | rock-symphony/container |
b7b8a9bd30e143514b61a694c7d37155733adea1 | .expeditor/verify.pipeline.yml | .expeditor/verify.pipeline.yml | steps:
- label: run-packer-validate
command:
- bundle install
- wget https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
- unzip -d /usr/local/bin packer_1.6.0_linux_amd64.zip
- rake validate
expeditor:
executor:
docker:
image: ruby:2.6-stretch
- label: windo... | steps:
- label: run-packer-validate
command:
- bundle install
- wget https://releases.hashicorp.com/packer/1.6.1/packer_1.6.1_linux_amd64.zip
- unzip -d /usr/local/bin packer_1.6.1_linux_amd64.zip
- rake validate
expeditor:
executor:
docker:
image: ruby:2.7-buster
- label: window... | Update tests to use the latest packer | Update tests to use the latest packer
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/bento,norcams/bento,chef/bento,norcams/bento,chef/bento,norcams/bento |
1af12eceaa035df9503fb46f7cc95a9b56360881 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: Build and Deploy to Pages
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checko... | name: Build and Deploy to Pages
on:
push:
branches: [$default-branch]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/c... | Update branches from `main` to `$default-branch` | Update branches from `main` to `$default-branch` | YAML | mit | thinkverse/thinkverse.github.io |
3ee247cbf0bdd7b1bb35d8121fd7cf750b781328 | .github/workflows/maven-v2.yml | .github/workflows/maven-v2.yml | name: Java CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean package
- name: Commit... | name: Java CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean package
- name: Commit... | Fix environment variable for commit messages | Fix environment variable for commit messages | YAML | mit | DataVault/datavault,DataVault/datavault,DataVault/datavault,DataVault/datavault,DataVault/datavault |
9933021f5a5c16553d203ac938e9d859ec0253f0 | .github/workflows/standard.yml | .github/workflows/standard.yml | name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.4.0
- uses: actions-rs/toolchain@v1.0.7
... | name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.4.0
- uses: actions-rs/toolchain@v1.0.7
... | Add action build for target without native cpuid | Add action build for target without native cpuid
| YAML | mit | gz/rust-cpuid |
b701967c90fc8c8e97dfce28c06ec8e45a3bcbc2 | packages/io/io-choice.yaml | packages/io/io-choice.yaml | homepage: ''
changelog-type: ''
hash: 7f9d3bfc8fb7348a01942c5fe932115accd6bf0106ca07f0ae487fd59097cc1a
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
io-choice: -any
monad-control: -any
lifted-base: -any
transformers: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Choice for IO and lifted IO
ch... | homepage: ''
changelog-type: ''
hash: ef00c3c92eb024200a471e3d3f261653e9958fc6b4777662e46418a1abb1065d
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
io-choice: -any
monad-control: -any
lifted-base: -any
transformers: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Choice for IO and lifted IO
ch... | Update from Hackage at 2018-12-11T08:49:48Z | Update from Hackage at 2018-12-11T08:49:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
da60fd361ddaa77ba181c64340ba15bbf257499d | packages/mo/monadacme.yaml | packages/mo/monadacme.yaml | homepage: ''
changelog-type: ''
hash: 39da851ab04615ba9b17cd465ac8311f3be3c4bd8b14008ef3c22eff5c7209c4
test-bench-deps: {}
maintainer: thomasedingcode@gmail.com
synopsis: The Acme and AcmeT monads.
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- 0.0.1
- 0.0.2
author: Thomas Eding
latest: 0.0.2
descripti... | homepage: https://github.com/thomaseding/monadacme
changelog-type: ''
hash: 785379d3e57eff894e459e798313881231d647a28a3be0347b3522d860fdaa55
test-bench-deps: {}
maintainer: Thomas Eding
synopsis: The Acme and AcmeT monads
changelog: ''
basic-deps:
base: ^>=4.12.0.0
transformers: ^>=0.5.5.0
all-versions:
- 0.0.1
- 0... | Update from Hackage at 2019-03-26T07:54:51Z | Update from Hackage at 2019-03-26T07:54:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
24a5656e679f5005bb0e092fcdce07cfbebe7894 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
script:
- bundle exec rspec
notifications:
slack: chrislopresto:Wcyh6s99BFhKyKiDFm8WyQfF
| rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
script:
- bundle exec rspec
notifications:
slack:
secure: ddL7QCUthbvN/5PAiDICAqBSW3hbg+mlGHjT1eJ8/pLddHmJD1YoTBUQj3O9tZyHKUlHtSqJBWX1/CcYCvPkPkGIKkr4CA07TxNCxfygUfHJx5zfx+bcS3CkZ4rWSbqQfBNr++oiiN52yWt0fUU+lmn9hxFCgEf8jSUe9zf9thc=
| Add Slack integration (for real) | Add Slack integration (for real)
| YAML | mit | K-and-R/guard-scss-lint,chrislopresto/guard-scss-lint |
79c07de3bc55d470d58339bcb3ca4c547b43b8a9 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.6"
cache: pip
script:
- coverage run setup.py test --addopts --live
before_install:
- mkdir -p $HOME/$DEST
- curl -u $KEY $HOST/$FILE > $HOME/$DEST/$FILE
install:
- pip install --quiet -r requirements.txt -r test_requirements.txt
after_success:
- coverall... | language: python
python:
- "3.4"
- "3.5"
- "3.6"
cache: pip
script:
- coverage run setup.py test --addopts --destructive
before_install:
- mkdir -p $HOME/$DEST
- curl -u $KEY $HOST/$FILE > $HOME/$DEST/$FILE
install:
- pip install --quiet -r requirements.txt -r test_requirements.txt
after_success:
- c... | Allow Travis to run destructive tests | Allow Travis to run destructive tests
| YAML | mit | Artanicus/python-cozify,Artanicus/python-cozify |
c6cb1f26c9a30bb307f32b5e469feebb4da398cc | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INSTANCE=defau... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INSTANCE=defau... | Disable fedora in Travis again | Disable fedora in Travis again
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/openssh,chef-cookbooks/openssh,opscode-cookbooks/openssh,chef-cookbooks/openssh |
e8b9fc8e2a1d5babb5e00d3ab457fbd991ca25e4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.*
- 2.2.*
- '2.3'
- '2.4'
gemfile:
- gemfiles/Gemfile.fluentd.0.14
- gemfiles/Gemfile.fluentd.0.12
- gemfiles/Gemfile.fluentd.0.10
- gemfiles/Gemfile.fluentd.0.10.45
matrix:
exclude:
- rvm: '2.4'
gemfile: gemfiles/Gemfile.fluentd.0.10
- rvm: '2.4'
gemfile... | language: ruby
rvm:
- 2.1.*
- 2.2.*
- '2.3'
- '2.4'
- '2.5'
- '2.6'
gemfile:
- gemfiles/Gemfile.fluentd.0.14
- gemfiles/Gemfile.fluentd.0.12
- gemfiles/Gemfile.fluentd.0.10
- gemfiles/Gemfile.fluentd.0.10.45
matrix:
exclude:
- rvm: '2.4'
gemfile: gemfiles/Gemfile.fluentd.0.10
- rvm:... | Add ruby 2.5, 2.6 for tests | Add ruby 2.5, 2.6 for tests
| YAML | mit | civitaspo/fluent-plugin-cat-sweep |
275d8f6e43e4cf71419953b3ba3c17eb3d914ca1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.10"
- iojs-v1.7.0
script: "npm test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- "0.12"
- "0.10"
- iojs-v1.7.1
script: "npm run test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
| Fix Travis CI can't run | Fix Travis CI can't run
| YAML | mit | chrisyip/requere |
86753dcc67c58e3d491b651a03421730596c9bf9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
| Remove Ruby 1.8.7 and rbx from Travis builds | Remove Ruby 1.8.7 and rbx from Travis builds
| YAML | mit | mbklein/equivalent-xml |
bdcb196f7ee567dfc386b7b428171a04fc3e05e0 | .travis.yml | .travis.yml | language: python
python:
- 2.7
script:
- pep8 warehouse
- pylint --rcfile .pylintrc -r y warehouse
- py.test
install:
- pip install "file://$PWD#egg=warehouse[tests]"
| language: python
python:
- 2.7
script:
- pep8 warehouse
- pylint --rcfile .pylintrc -r y warehouse
- py.test
install:
- pip install -q "file://$PWD#egg=warehouse[tests]"
| Revert "Don't be quiet on pip installs" | Revert "Don't be quiet on pip installs"
This reverts commit 176a69acc69f7a65e8677c32c4ab0d7dcd916f1e.
| YAML | bsd-2-clause | davidfischer/warehouse |
f188c10c214333c87cb21b3c01fc48fb6b682a86 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info ... | Update Travis config to latest. Update Travis config to latest. | Update Travis config to latest. Update Travis config to latest.
| YAML | mit | cliffano/pkjutil |
e1173121cb5a4d902ccde808775f97f578bfe155 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- nightly
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-dist --no-interaction
script: phpunit
| language: php
php:
- 5.6
- 7.0
- nightly
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-dist --no-interaction
script: phpunit
| Support for PHP 5.5 removed. | Support for PHP 5.5 removed.
| YAML | mit | olssonm/l5-very-basic-auth |
17cb093c1791c1ccb11292085e9d663d2e84a0f0 | .travis.yml | .travis.yml | language: python
cache: pip
python:
- "3.4"
- "3.5"
- "3.6"
env:
# the Django version from requirements.txt is used
- $DENV=""
# the latest Django development version is used
- $DENV="pip install --upgrade --pre Django"
# allow the Django pre version to fail without failing the entire build
matri... | language: python
cache: pip
python:
- "3.5"
- "3.6"
env:
# the Django version from requirements.txt is used
- $DENV=""
# the latest Django development version is used
- $DENV="pip install --upgrade --pre Django"
# allow the Django pre version to fail without failing the entire build
matrix:
fast_... | Remove python 3.4 from testing ci | Remove python 3.4 from testing ci
| YAML | agpl-3.0 | d120/pyfeedback,d120/pyfeedback,d120/pyfeedback,d120/pyfeedback |
dbd1eb5c818777278b305eb7cf874df7199ef030 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.4
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -sche... | language: objective-c
osx_image: xcode10
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -schem... | Use Xcode 10 on Travis | Use Xcode 10 on Travis | YAML | mit | thii/FontAwesome.swift,thii/FontAwesome.swift |
a5c6cad1b747a7934e15215a3350c9d32a5b12e6 | .travis.yml | .travis.yml | language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '7'
- '6'
- '4'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
| language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
| Use node 8 only for CI | build: Use node 8 only for CI
| YAML | mit | okonet/react-scroll-sync |
4a8511895be3b97b2e2fd32a5d7778fdc7bcffa4 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=aurora
before_install:
- mkdir -p .travis
- curl -s https://codeload.g... | language: node_js
node_js:
- 0.10
env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=aurora
before_install:
- mkdir -p .travis
- curl -s https://codeload.g... | Use rtc-io for testing resources | Use rtc-io for testing resources
| YAML | apache-2.0 | rtc-io/rtc-quickconnect,rtc-io/rtc-quickconnect |
be651bcf517728f9329d07f7062854c3d97ba62c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| Update node versions for CI. | Update node versions for CI.
| YAML | mit | jonkemp/useref,jonkemp/useref |
4f321be3aa5e8737410c6f112bd8c2c2dceeeb04 | .travis.yml | .travis.yml | language: rust
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=phi/index.html>' > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.... | language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=phi/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
... | Build script with no sudo, based on rustc-serialize. | Build script with no sudo, based on rustc-serialize.
| YAML | mpl-2.0 | jansegre/phi |
9d64e7b56394072078e3417e52cf02a9d80885cc | .travis.yml | .travis.yml | language: node_js
before_install:
- npm i -g grunt-cli
- export DISPLAY=:90.0
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_90.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :90 -ac -screen 0 1280x1024x16"
node_js:
- "0.10"
env:
- BROWSER=firefox
| language: node_js
before_install:
- npm i -g grunt-cli
- sudo apt-get install fluxbox
- export DISPLAY=:90.0
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_90.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :90 -ac -screen 0 1280x1024x16"
node_js:
- "0.10"
env:
- BROWSER=firef... | Install fluxbox - a lightweight window manager | Install fluxbox - a lightweight window manager
| YAML | mit | surevine/webdriverjs-helper |
313ca1ccb227674d464380f479a022a681713450 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- pypy
- pypy3
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- ACCELERATED=0
- ACCELERATED=1
install: travis_retry .travis/install.sh
script: tox
after_success:
- coveralls
notifications:
irc:
channels:
- 'irc.freenode.org#webcore'
use_notice: true
... | language: python
sudo: false
python:
- pypy
- pypy3
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- ACCELERATED=0
- ACCELERATED=1
install: travis_retry .travis/install.sh
script: tox
notifications:
irc:
channels:
- 'irc.freenode.org#webcore'
use_notice: true
skip_join: true
| Remove coveralls again. This is getting tedious. | Remove coveralls again. This is getting tedious.
| YAML | mit | marrow/cinje |
dfe5f92f302124d9db2fd6aa0febecbeee23f337 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.2
- 2.2.0
- 2.3.0
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
- gem install bundler
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
gemfile:
- gemfiles/activesupport_3.gemfile
- gemfil... | language: ruby
rvm:
- 2.0.0
- 2.1.2
- 2.2.0
- 2.3.0
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
- gem install bundler
- bundle install --path vendor/bundle
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
gemfile:
- gem... | Install the gems via bundler | Install the gems via bundler
| YAML | mit | adomokos/light-service,adomokos/light-service |
76eb7d3aa854d8c95001bf9044f6bca3bc0b3050 | .travis.yml | .travis.yml | sudo: false
language: c
install:
- git clone https://github.com/feeley/gambit.git
- cd gambit
- git checkout a831c124d16a3e6496f481b68be180335978e30c
- ./configure --prefix=$HOME/gambit
- make from-scratch
- make install
- cd ..
- git clone https://github.com/fourthbit/ssrun.git
- cd ssrun
- PATH=... | sudo: false
language: c
install:
- git clone https://github.com/feeley/gambit.git
- cd gambit
- ./configure --prefix=$HOME/gambit
- make from-scratch
- make install
- cd ..
- git clone https://github.com/fourthbit/ssrun.git
- cd ssrun
- PATH="$HOME/gambit/bin/:$PATH" ./install.sh
- cd ..
- wget ... | Make sure latest Gambit is used in TravisCI | Make sure latest Gambit is used in TravisCI
| YAML | mit | fourthbit/spheres |
b64e97c19a58d2f2eac106be25a0cc12781abe67 | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 1.9.3
branches:
except:
- master
notifications:
email: false
| ---
language: ruby
rvm:
- 1.9.3
notifications:
email: false
| Enable TravisCI for our master branch | Enable TravisCI for our master branch
Same as alphagov/vcloud-core@b476daf to ensure that pull requests from forks
are built.
| YAML | mit | gds-operations/vcloud-launcher,UKHomeOffice/vcloud-launcher,gds-operations/vcloud-launcher,gds-operations/vcloud-launcher,UKHomeOffice/vcloud-launcher,UKHomeOffice/vcloud-launcher |
041d32d0e11cb23a2a8fc58ccb5eefb6358526fc | .travis.yml | .travis.yml | # define liblouis so that Travis CI service can build and test it
language: c
compiler:
- gcc
# make sure we have texinfo
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y texinfo
# in fact make sure we have texinfo 5.0 or higher. Travis currently
# runs the old Ubuntu LTS which has an old v... | # define liblouis so that Travis CI service can build and test it
language: c
compiler:
- gcc
# make sure we have texinfo in fact make sure we have texinfo 5.0 or
# higher. Travis currently runs the old Ubuntu LTS which has an old
# version of texinfo, so we need to install from a ppa
before_install:
- sudo add-... | Use a ppa to fetch a modern texinfo instead of building it from source | Use a ppa to fetch a modern texinfo instead of building it from source
| YAML | lgpl-2.1 | liblouis/liblouis,hammera/liblouis,hammera/liblouis,hammera/liblouis,IndexBraille/liblouis,BueVest/liblouis,liblouis/liblouis,IndexBraille/liblouis,vsmontalvao/liblouis,liblouis/liblouis,hammera/liblouis,BueVest/liblouis,BueVest/liblouis,vsmontalvao/liblouis,IndexBraille/liblouis,IndexBraille/liblouis,BueVest/liblouis,... |
4c0cdf3347fc55cc45e6262f44575960380367cb | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.6
- 2.7
- pypy
install:
- make redis
- pip install redis --use-mirrors
env:
- REDIS_VERSION=3.0.7
- REDIS_VERSION=3.2.8
script: make test
| sudo: false
language: python
python:
- 2.6
- 2.7
- pypy
install:
- make redis
- pip install redis
env:
- REDIS_VERSION=3.0.7
- REDIS_VERSION=3.2.8
script: make test
| Drop no longer supported --use-mirrors flag. | Drop no longer supported --use-mirrors flag.
| YAML | mit | seomoz/qless-core,seomoz/qless-core |
0494fdeabdff4b19d59c5b17d9fa401674e9a82c | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
install:
- npm install
script:
- npm run lint
- npm test
- npm run style
- npm run build
- node ./demo/demo1.js
- node ./demo/demo2.js
- node ./demo/demo3.js
- node ./demo/demo4.js
- node ./demo/demo5.js
- node ./demo/demo6.js
- node ./demo/demo7.js
after_... | language: node_js
node_js:
- "stable"
install:
- npm install
script:
- npm run lint
- npm test
- npm run style
- npm run build
- node ./demo/demo1.js
- node ./demo/demo2.js
- node ./demo/demo3.js
- node ./demo/demo4.js
- node ./demo/demo5.js
- node ./demo/demo6.js
- node ./demo/demo7.js
- no... | Add other demo scripts as part of build | Add other demo scripts as part of build
| YAML | mit | dolanmiu/docx,dolanmiu/docx,dolanmiu/docx |
5e453075f3a3577d2531b44603dd313cdaaa6ab4 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nigthly
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| Fix rust-nightly checking on Travis | Fix rust-nightly checking on Travis
| YAML | unlicense | pjohansson/grafen |
9a81fc16c7a261b817fddafe1f5c6a65c4fdf3c5 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- tests/lint.sh
jobs:
include:
... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- tests/lint.sh
jobs:
include:
... | Remove the deprecated sudo option and run on the latest version | Remove the deprecated sudo option and run on the latest version
| YAML | apache-2.0 | duncan3dc/dates,duncan3dc/dates |
4198f090fefb1b462b0379d7c9d60090a80f0b37 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.1
sudo: false # Enable container-based builds
env:
matrix:
- SCHEME="SwiftGit2-OSX"
- SCHEME="SwiftGit2-iOS"
matrix:
fast_finish: true
before_install:
- gem update bundler # https://github.com/bundler/bundler/pull/4981
- gem install xcpretty
- gem install x... | language: objective-c
osx_image: xcode8.2
sudo: false # Enable container-based builds
env:
matrix:
- SCHEME="SwiftGit2-OSX"
- SCHEME="SwiftGit2-iOS"
matrix:
fast_finish: true
before_install:
- gem update bundler # https://github.com/bundler/bundler/pull/4981
- gem install xcpretty
- gem install x... | Configure Travis to build with Xcode 8.2 | Configure Travis to build with Xcode 8.2
| YAML | mit | SwiftGit2/SwiftGit2,SwiftGit2/SwiftGit2,mattrubin/SwiftGit2,mattrubin/SwiftGit2 |
22576a539b9c60f014463fefa7dda17259eee507 | .travis.yml | .travis.yml | language: php
php:
- "5.5"
- "5.4"
- "5.3"
install: composer install
| language: php
php:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
install: composer install
| Add PHP5.6 to Travis test environments | Add PHP5.6 to Travis test environments
| YAML | mit | gapple/drupalreleasedate,gapple/drupalreleasedate,gapple/drupalreleasedate |
a8b973124d6764cf5ecedae0954ece6148f0e410 | .travis.yml | .travis.yml |
language: cpp
compiler:
- clang
- gcc
# These install GCC 4.8 and set that as the GCC version to use.
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-4.8 g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g+... |
language: cpp
compiler:
- clang
- gcc
# These install GCC 4.8 and set that as the GCC version to use.
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-4.8 g++-4.8 valgrind
- sudo update-alternatives --install /usr/bi... | Update Travis CI config to install Valgrind. It's used to run tests. | Update Travis CI config to install Valgrind. It's used to run tests.
| YAML | apache-2.0 | google/fruit,d/fruit,google/fruit,google/fruit,d/fruit,d/fruit |
31f088ff3732bdf9a6e2fd81a57b86879e56121b | .travis.yml | .travis.yml | language: ruby
os: osx
rvm: system
matrix:
include:
- osx_image: xcode7.3
- osx_image: xcode7.1
cache:
directories:
- /Library/Caches/Homebrew
- $HOME/.cache/pip
before_install:
- brew update
- brew install ansible
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook sit... | language: ruby
os: osx
osx_image: xcode7.3
rvm: system
cache:
directories:
- /Library/Caches/Homebrew
- $HOME/.cache/pip
before_install:
- brew update
- brew install ansible
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook site.yml --diff -vvv
before_cache:
- brew cleanup
| Test only on OS X 10.11 on Travis | Test only on OS X 10.11 on Travis
| YAML | mit | fabian/dotfiles |
09cc834623cd8d66c03adf15d29e1df4852c02d0 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.3.1
otp_release:
- 19.0
env: MIX_ENV=test
sudo: false # faster builds
notifications:
email: false
before_install:
- npm install -g yarn
- yarn install
script:
- make build
- mix test
- mix dogma
| language: elixir
elixir:
- 1.3.1
otp_release:
- 19.0
env: MIX_ENV=test
sudo: false # faster builds
notifications:
email: false
before_install:
- nvm install node
- nvm use node
- npm install -g yarn
- yarn install
script:
- make build
- mix test
- mix dogma
| Use node stable on CI | Use node stable on CI
| YAML | agpl-3.0 | lpil/elixre |
b2408f66fcb38d52abef4259d6c93f021de10805 | .travis.yml | .travis.yml | ---
os: linux
dist: focal
language: ruby
cache: bundler
rvm:
- 2.7.1
- 2.6.6
- 2.5.8
- ruby-head
- jruby-9.2.11.1
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-bui... | ---
os: linux
dist: focal
language: ruby
cache: bundler
rvm:
- 2.7.2
- 2.6.6
- 2.5.8
- ruby-head
- jruby-9.2.13.0
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-bui... | Test with latest Ruby versions | Test with latest Ruby versions
| YAML | mit | jbox-web/simple_navigation_bootstrap |
f5a693c2807d6807661e2d1350a0568bf5addf38 | .travis.yml | .travis.yml | rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0 | rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
| Add MRI 2.1.1 to CI | Add MRI 2.1.1 to CI | YAML | mit | sosedoff/reckless |
62be54fcf619f255963714d0aa468a839087d6fd | .travis.yml | .travis.yml | language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y mecab mecab-ipadic-utf8
rvm:
- 1.9.3
- 2.0.0
- 2.1
| language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq mecab mecab-ipadic-utf8 libmecab-dev
rvm:
- 1.9.3
- 2.0.0
- 2.1
| Install libmecab-dev in Travis CI | Install libmecab-dev in Travis CI
| YAML | mit | dtan4/hiraoyogi |
4c20ea08c49a398ef00631ea42463c8da9102245 | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
| Add new versions to Travis. | Add new versions to Travis. | YAML | isc | johnwchadwick/restruct,go-restruct/restruct |
14ee82e5ea0651f1ac6523bb258b0dd8b35e9876 | .travis.yml | .travis.yml | language: go
go:
- 1.7
- 1.8
- tip
script:
- cd examples/calc && ./run-tests.sh
notifications:
email: false
| language: go
go:
- 1.6
- 1.7
- 1.8
- tip
script:
- cd examples/calc && ./run-tests.sh
notifications:
email: false
| Add go 1.6 to the test matrix | ci: Add go 1.6 to the test matrix
Signed-off-by: Damien Lespiau <64bd3cb94f359c1a3ce68dae5e26b40578526277@intel.com>
| YAML | apache-2.0 | dlespiau/covertool,dlespiau/covertool |
8b0063451d206b036789c1a20af4dd0abd9d9fe7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
notifications:
webhooks:
- https://idobata.io/hook/929ab950-8df9-405f-8a39-7189ab24cce2
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
notifications:
webhooks:
- https://idobata.io/hook/929ab950-8df9-405f-8a39-7189ab24cce2
| Use the latest rubies on Travis | Use the latest rubies on Travis
| YAML | mit | hrysd/exception_notification-idobata |
b96b9426126bd6bb76271a4143152900ba80c9d0 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
env:
- GITHUB_TOKEN=test
| Add env. var for Travis build | Add env. var for Travis build
| YAML | bsd-2-clause | LesPepitos/gist |
ed4d965da28a5190560d33a844e54c848c6f8589 | .travis.yml | .travis.yml | language: node_js
node_js:
- 8
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
before_install: 'sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get update && sudo apt-get install -y inkscape && inkscape --version'
script: npm run test:ci
after_s... | dist: bionic
language: node_js
node_js:
- 8
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
before_install: 'sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get update && sudo apt-get install -y inkscape && inkscape --version'
script: npm run te... | Switch CI to the bionic for the 1.0. | Switch CI to the bionic for the 1.0.
| YAML | bsd-3-clause | papandreou/node-inkscape |
876d238edf82937a5c70827e784459113741f888 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info ... | sudo: false
language: node_js
node_js:
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success:
- cat .bob/coverage/buster-istanbul... | Update Travis config to latest. Update Travis config to use latest v4 and latest v6 . | Update Travis config to latest. Update Travis config to use latest v4 and latest v6 .
| YAML | mit | cliffano/nestor,cliffano/nestor |
b821ff0cac1ff408b2251051e0db8367dda091b0 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- 5
- 4
script: npm run build
install:
- npm i -g npm@latest
- npm install
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_failure: change
after_success: 'npm run coveralls'
ca... | language: node_js
node_js:
- 7
- 6
- 5
script: npm run build
install:
- npm i -g npm@latest
- npm install
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_failure: change
after_success: 'npm run coveralls'
ca... | Drop node 4, support node 7 | Drop node 4, support node 7
| YAML | mit | StrikeForceZero/react-typescript-boilerplate,StrikeForceZero/react-typescript-boilerplate,StrikeForceZero/react-typescript-boilerplate |
8b9d2a7ef6e7d529d33b6caa2cb182e1215ba07c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
| sudo: false
language: node_js
before_install:
- 'npm install --global semistandard eslint-config-semistandard'
node_js:
- '4.0.0'
| Change node version to the latest version. | Change node version to the latest version.
Signed-off-by: Siddharth Kannan <805f056820c7a1cecc4ab591b8a0a604b501a0b7@gmail.com>
| YAML | mit | icyflame/cstimer-txt-to-json |
711ffb725bd49e963c39cbe6a347c4ee584378f5 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
gemfile:
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
before_install: gem install bundler -v 1.15.3
before_script:
- psql -c 'CREATE DATABASE activerecord_where_assoc' -U postgres
- mysql -e 'CREATE DATAB... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
gemfile:
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
before_install: gem install bundler -v 1.15.3
before_script:
- psql -c 'CREATE DATABASE activerecord_where_assoc' -U postgres
- mysql -e 'CREATE DATAB... | Remove fast_finish to avoid multiple build notifications from Travis | Remove fast_finish to avoid multiple build notifications from Travis
| YAML | mit | MaxLap/activerecord_where_assoc,MaxLap/activerecord_where_assoc |
023f1a35f78861883bb86b99dbc4fe348532da9f | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
env:
- INSTALL_PHP_INVOKER=0
- INSTALL_PHP_INVOKER=1
before_script:
- composer install --dev --prefer-source
- mkdir -p vendor/SebastianBergmann/
- ls vendor/sebastian | while read DIR; do ln -s $(pwd)/vendor/sebastian/$DIR/src vendor/SebastianBergmann/${DIR... | language: php
php:
- 5.4
env:
- INSTALL_PHP_INVOKER=0
- INSTALL_PHP_INVOKER=1
before_script:
- composer install --dev --prefer-source
- mkdir -p vendor/SebastianBergmann/
- ls vendor/sebastian | while read DIR; do ln -s $(pwd)/vendor/sebastian/$DIR/src vendor/SebastianBergmann/${DIR^}; done
... | Revert "Also test with PHP 5.5" | Revert "Also test with PHP 5.5"
This reverts commit 1af126c4066e340f0c4e3e66d276d85dda24ea7e.
| YAML | bsd-3-clause | simohammedhttp/phpunit,Lance0312/phpunit,s001dxp/phpunit,kyale/phpunit,bradgrohs/phpunit,WebSeed/phpunit,apinstein/phpunit,lcp0578/phpunit,giorgiosironi/phpunit,MartinhoOmura/phpunit,ezzatron/phpunit,dshafik/phpunit,Maks3w/phpunit,matheusgomes17/phpunit,MajorCaiger/phpunit,FireWalkerX/phpunit,ya7lelkom/phpunit,CarsonF/... |
d5d39adc87ac9360852e802854ce3bd3adf13ca6 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
install:
- pip install mock nose --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install unittest2py3k --use-mirrors; else pip install unittest2 --use-mirrors; fi
- pip install . --use-mirrors
script: nosetests
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- pip install mock nose --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install unittest2py3k --use-mirrors; else pip install unittest2 --use-mirrors; fi
- pip install . --use-mirrors
script: nosetests
| Add Python 3.3 and PyPy to the Travis CI config | Add Python 3.3 and PyPy to the Travis CI config
| YAML | isc | gears/gears,gears/gears,gears/gears |
d14fb2c6149410c0898ff75df0469d321f912c37 | .travis.yml | .travis.yml | language: haskell
ghc: 7.8
notifications:
email: false
| language: haskell
ghc: 7.8
notifications:
email: false
before_install: cabal install -j alex happy
before_script: script/setup
| Add alex and happy on Travis and run script/setup | Add alex and happy on Travis and run script/setup
| YAML | mit | jspahrsummers/ScrumBut |
640f9b3da43c73275eabfe44ac24723d85c0a3ef | .travis.yml | .travis.yml | language: node_js
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libavahi-compat-libdnssd-dev
node_js:
- '0.12'
- '0.10'
- 'iojs'
| language: node_js
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libavahi-compat-libdnssd-dev
node_js:
- '0.12'
- '0.10'
- 'iojs'
matrix:
allow_failures:
- node_js: iojs
| Allow iojs to fail on Travis-CI | Allow iojs to fail on Travis-CI
| YAML | mit | watson/raop-server |
94bb3b9a5106287f4cd79b6e0da04220690f6880 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.3
install:
- carthage bootstrap --platform macOS
script:
- xcrun xcodebuild -project Attabench.xcodeproj -scheme Attabench
| language: objective-c
osx_image: xcode9
install:
- carthage bootstrap --platform macOS
script:
- xcrun xcodebuild -project Attabench.xcodeproj -scheme Benchmark
- swift build
- (cd SampleBenchmark.attabench && swift build)
- (cd SortedSetBenchark.attabench && swift build)
| Switch to Xcode 9. Build Benchmark target and packages only (for now). | Switch to Xcode 9. Build Benchmark target and packages only (for now).
| YAML | mit | attaswift/Attabench,lorentey/Attabench,attaswift/Attabench |
06e07a306d0a95ed151d49575985a0adc088f598 | .travis.yml | .travis.yml | language: csharp
solution: "./Fibonacci/Fibonacci.sln"
install:
- travis_retry nuget restore -source "https://www.nuget.org/api/v2" ./Fibonacci/Fibonacci.sln
script:
- xbuild ./Fibonacci/Fibonacci.sln
- mono ./Fibonacci/packages/xunit.runner.console*/tools/xunit.console.exe ./Fibonacci/Fibonacci.Test/bin/Debug/Fibonacc... | language: csharp
solution: "./Fibonacci/Fibonacci.sln"
install:
- travis_retry nuget restore -source "https://www.nuget.org/api/v2" ./Fibonacci/Fibonacci.sln
script:
- xbuild ./Fibonacci/Fibonacci.sln
- mono ./Fibonacci/packages/xunit.runner.console*/tools/xunit.console.exe ./Fibonacci/Fibonacci.Tests/bin/Debug/Fibonac... | Fix test path for reals | Fix test path for reals | YAML | mit | nbarbettini/csharp-travis-example |
9b2c903d62993613bbfd09fb462d16001cd17e9b | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: cpp
os: linux
compiler:
- gcc
- clang
addons:
apt:
packages:
- libboost-all-dev
before_script:
- mkdir build
script:
- cd build
- cmake -DCMAKE_CXX_FLAGS='-std=c++11' -DCMAKE_VERBOSE_MAKEFILE=ON ../src
- make -j 2
- make test
| sudo: false
dist: trusty
language: cpp
os: linux
compiler:
- gcc
- clang
addons:
apt:
packages:
- libboost-all-dev
before_script:
- mkdir build
script:
- cd build
- cmake -DCMAKE_CXX_FLAGS='-std=c++11' -DCMAKE_VERBOSE_MAKEFILE=ON ..
- make -j 2
- make test
| Update Travis-CI config with out-of-source build | Update Travis-CI config with out-of-source build
| YAML | bsd-3-clause | andrewprock/pokerstove,andrewprock/pokerstove,andrewprock/pokerstove,andrewprock/pokerstove |
654f6d8fe1b0fa2c3c96a7d2afeaeffe0f63902b | .travis.yml | .travis.yml | language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.2"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
| language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
| Stop testing Python 3.2 (not supported). | Stop testing Python 3.2 (not supported).
| YAML | mit | peterldowns/python-mustache,peterldowns/python-mustache |
1ae422fd864be4a7200f97ac3a610e31dc7d69c2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
allow_failures:
- php: nightly
- php: 5.4
install:
- composer install
before_install:
- composer self-update
sudo: false
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
- php: 5.4
install:
- composer install
before_install:
- composer self-update
sudo: false
| Put allow failures under matrix | Put allow failures under matrix
| YAML | mit | deniaz/terrific-twig,deniaz/terrific-twig |
b67939933a0290c74820f412dd80ab56104defe9 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language:
- java
jdk:
- oraclejdk8
before_install:
- echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
- curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-... | sudo: required
dist: xenial
before_install:
- echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
- curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install bazel=0.27.0
- bazel vers... | Update to Ubuntu 16.04 on CI | Update to Ubuntu 16.04 on CI
| YAML | apache-2.0 | guymers/bazel_rules_container |
ea9aa0cfc4cbf34ceb32729182e7f97b7e7adbe4 | .travis.yml | .travis.yml | language: csharp
solution: AlgorithmForce.Searching.sln
dist: trusty
mono: none
dotnet: 2.0.0
install:
- dotnet restore
script:
- dotnet build
- cd src/AlgorithmForce.Searching.Test/
- dotnet xunit
| language: csharp
solution: AlgorithmForce.Searching.sln
dist: trusty
mono: none
dotnet: 2.0.0
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
packages:
... | Add addons section for missing packages | Add addons section for missing packages | YAML | mit | rvhuang/kmp-algorithm |
d9724e1552eea0dc2aa2f0af4f64a3369732c8a4 | .travis.yml | .travis.yml | language: java
notifications:
irc: "chat.freenode.net#jsense"
email: false
| language: java
notifications:
irc: "chat.freenode.net#jsense"
email: false
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq protobuf-compiler
| Add protocol buffers compiler to Travis config as install. | Add protocol buffers compiler to Travis config as install.
| YAML | mit | markuswustenberg/jsense |
36a537d3135cb5325542a4793b160643d16d94d8 | .travis.yml | .travis.yml | language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
script:
- tox -e $TOX_ENV
after_success:
- coverage combine
- coveralls
| language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
- pip install pytest>=2.7.3 --upgrade
script:
- tox -e $TOX_ENV
after_success:
- cover... | Fix for Travis-CI and Python 3.5 | Fix for Travis-CI and Python 3.5
| YAML | apache-2.0 | ahmadshahwan/ipopo,ahmadshahwan/ipopo,tcalmant/ipopo |
81046062ee78cb9d59759f72791dab5d281f036e | .travis.yml | .travis.yml | language: python
python:
- 2.5
- 2.6
- 2.7
- 3.1
- 3.2
before_install: sudo apt-get install subversion bzr mercurial git-core
install: pip install nose virtualenv scripttest mock
script: nosetests
notifications:
branches:
only:
- develop
env:
- PIP_USE_MIRRORS=true
| language: python
python:
- 2.5
- 2.6
- 2.7
- 3.1
- 3.2
before_install: sudo apt-get install subversion bzr mercurial
install: pip install nose virtualenv scripttest mock
script: nosetests
notifications:
branches:
only:
- develop
env:
- PIP_USE_MIRRORS=true
| Remove git-core from list of dependencies. | Remove git-core from list of dependencies. | YAML | mit | mujiansu/pip,prasaianooz/pip,natefoo/pip,sbidoul/pip,mattrobenolt/pip,luzfcb/pip,zorosteven/pip,jasonkying/pip,Ivoz/pip,prasaianooz/pip,jythontools/pip,rbtcollins/pip,haridsv/pip,qbdsoft/pip,caosmo/pip,nthall/pip,msabramo/pip,mujiansu/pip,radiosilence/pip,cjerdonek/pip,Ivoz/pip,zvezdan/pip,pypa/pip,atdaemon/pip,pjdelpo... |
658f9131cd78033353f3f5fe9b867af596397c90 | .travis.yml | .travis.yml | sudo: false
language: java
addons:
apt_packages:
- python-pip
- python-virtualenv
- python-dev
- libffi-dev
- python-swiftclient
jdk:
- oraclejdk8
script:
- mvn test
- ./src/test/resources/run-swift-tests.sh
- ./src/test/resources/run-swiftclient-python-tests.sh
- ./src/test/resources/run-swiftcl... | sudo: false
language: java
addons:
apt_packages:
- python-pip
- python-virtualenv
- python-dev
- libffi-dev
- python-swiftclient
jdk:
- oraclejdk8
script:
- mvn test
- ./src/test/resources/run-swift-tests.sh
- ./src/test/resources/run-swiftclient-python-tests.sh
| Revert "add test that was lost in merge" | Revert "add test that was lost in merge"
This reverts commit c8929ba82637a9594d10663d059ed7720d346c43.
forgot that travis doesn't have swift
| YAML | apache-2.0 | bouncestorage/swiftproxy,bouncestorage/swiftproxy |
9a9649eb394c57e54089a6545503e5c6a279b6c6 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
services: postgres
env:
global:
- DJANGO_SETTINGS_MODULE="django_scarface.settings.test"
- PIP_USE_MIRRORS=true
- BUILD_ON_TRAVIS=true
matrix:
- DJANGO=1.8 DB=postgres
#commands to install dependencies
install:
- pip install -q -r requirements.txt
- pip ins... | language: python
python:
- "3.6"
services: postgres
env:
global:
- DJANGO_SETTINGS_MODULE="django_scarface.settings.test"
- PIP_USE_MIRRORS=true
- BUILD_ON_TRAVIS=true
matrix:
- DJANGO=1.8 DB=postgres
#commands to install dependencies
install:
- pip install -q -r requirements.txt
- pip ins... | Add user to psql command | Travis: Add user to psql command
| YAML | mit | dreipol/django-scarface,dreipol/django-scarface |
6fa77106141a94ebbb2b36ea7732b3af980bc2fc | .travis.yml | .travis.yml | language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PINS="carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-unix.dev:. git-cohttp.dev:. git-cohttp-unix.dev:. git-mirage.dev:. git-cohttp-mirage.dev:."
... | language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PINS="carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-unix.dev:. git-cohttp.dev:. git-cohttp-unix.dev:. git-mirage.dev:. git-paf.dev:."
matrix:
... | Add git-paf into Travis CI script | Add git-paf into Travis CI script
| YAML | isc | mirage/ocaml-git,mirage/ocaml-git,mirage/ocaml-git |
4ed879adb6aa6f0b65763e800a46185ada5d5c6f | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install -e .
- pip install nose mock coverage
script: nosetests
| language: python
python:
- "2.7"
install:
- pip install -e .
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
script:
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- coverage run --branch test.py
- coverage xml -o shippable/codecoverage/... | Put coverage into build config. (Expect this to fail.) | Put coverage into build config. (Expect this to fail.)
| YAML | apache-2.0 | alexaltair/calico,alexaltair/calico |
440684776432c5741a70e28016f550bbc669f865 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 6.14.0 # Cloud Functions Runtime
- 9
- 10
notifications:
email:
# Only send notifications when travis status changes
on_failure: change
on_success: change
cache:
directories:
- node_modules
branches:
only:
- master
deploy:
skip_cleanup: tr... | sudo: false
language: node_js
node_js:
- 6 # Maintenance
- 8 # Active
- 10 # Current release
notifications:
email:
# Only send notifications when travis status changes
on_failure: change
on_success: change
cache:
bundler: true
directories:
- $HOME/.npm
branches:
only:
- master
... | Add publish to npm from next branch | Add publish to npm from next branch
| YAML | mit | prescottprue/redux-firestore,prescottprue/redux-firestore |
3a30e109b74bd9b16948671cd32791c519c2bbeb | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| Build with Node.js 14, 15 on Travis CI. | Build with Node.js 14, 15 on Travis CI.
| YAML | mit | bigeasy/addendum,bigeasy/addendum |
d4d420d4990a6a928b736d6c08aa97984e3cc219 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- "1.9.3"
script: bundle exec rspec spec && bundle exec middleman build
| language: ruby
sudo: false
rvm:
- "1.9.3"
script: bundle exec rspec spec && bundle exec middleman build --verbose
| Build with --verbose in CI. | Build with --verbose in CI.
This will hopefully help track down middleman build failures in PR's a bit... | YAML | mit | bmac/guides,mendeza428/guides,RalfWeinand/guides,webPapaya/guides,josephchappell/guides,grapho/guides,MSch/guides,coffeejunk/guides,davidpett/guides,mcfiredrill/guides,ofridagan/guides,josephchappell/guides,papilip/emberjs-guides-french,danielgynn/guides,dgeb/guides,skaterdav85/guides,dgeb/guides,vikram7/guides,toranb/... |
8ab3d1d31760669a9a9f33996441d5c513d51089 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.com
language: python
dist: jammy
python:
- '3.10'
- '3.9'
- '3.8'
services:
- postgresql
addons:
postgresql: 14
apt:
packages:
- postgresql-14-postgis-3
before_script:
- psql -U postgres -c "create extension postgis"
env:
global:
- TEST_D... | # Config file for automatic testing at travis-ci.com
language: python
dist: jammy
python:
- '3.10'
- '3.8'
# For some reason setuptools fails on Python 3.9 on travis - so turning 3.9 off for now.
# See https://app.travis-ci.com/github/alexhayes/django-geopostcodes/jobs/584887053#L570
# See https://github.co... | Disable Python 3.9 due to issue with setuptools. | Disable Python 3.9 due to issue with setuptools.
| YAML | mit | alexhayes/django-geopostcodes |
f82f69520ae02d3ea1b2753a3c1c35873d8b311f | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -e . --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
- pip install -r tox_requirements.txt --use-mirrors
script:
- make cov
- xenon xenon -bB -aA
after_success:... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -e . --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
- pip install -r tox_requirements.txt --use-mirrors
- ./install-26-deps.sh
script:
- make cov
- xenon x... | Add script for Python 2.6 dependencies | Add script for Python 2.6 dependencies
| YAML | mit | rubik/xenon |
f63aaf9f8975d85a34841508866e9e6f99f8680e | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
- vendor
git:
depth: 1
env:
global:
- PHPUNIT_VERSION="^5.4"
matrix:
fast_finish: true
include:
- php: 5.6
env:
- COMPOSER_FLAGS="--prefer-stable"
- php: 7
- php: hhvm
allow_failures:
- php: ... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
- vendor
git:
depth: 1
env:
global:
- PHPUNIT_VERSION="^5.4"
matrix:
fast_finish: true
include:
- php: 5.6
env:
- COMPOSER_FLAGS="--prefer-stable"
- php: 7
- php: hhvm
allow_failures:
- php: ... | Remove composer self-update call in Travis | Remove composer self-update call in Travis
Travis VMs now do this by default. Removing it here reduces the build time by an average of 3-4 seconds.
| YAML | mit | AlexMasterov/equip-twig,AlexMasterov/equip-twig |
7e7a7de3c196aeb4ccb8368792e507dd32c38f97 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.1.2"
- "1.9.3"
- "1.9.2"
- "1.8.7"
| language: ruby
before_install:
- gem install bundler
rvm:
- "2.1.2"
- "1.9.3"
- "1.9.2"
- "1.8.7"
| Fix for broken version of bunder on Travis CI | Fix for broken version of bunder on Travis CI
| YAML | mit | njh/ruby-mqtt |
0ab4ba95e0077818b9f2181da20ab749519bbe83 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.5.9
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_install:
- cd ..
- git clone https://github.com/neos/neos-base-distribution.git
- cd neos-base-distribution
- git checkout 2.0.0
- composer update
install:
- mv ../Nieuwenhuizen.CR P... | language: php
php:
- 5.5
- 5.5.9
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_install:
- cd ..
- git clone https://github.com/neos/neos-base-distribution.git
- cd neos-base-distribution
- git checkout 2.0.0
- composer update
install:
- mv ../Nieuwenhuizen.CR P... | Correct the test filename for Travis | [BUGFIX] Correct the test filename for Travis
| YAML | mit | LarsNieuwenhuizen/Nieuwenhuizen.CR |
c796e587a4383cdbdbd5bef5773c5c9035efac3f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
env:
- PROMISEPAY_USERNAME=name@mail.com PROMISEPAY_TOKEN=token
script: "bundle exec rspec spec/"
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
env:
- PROMISEPAY_USERNAME=name@mail.com PROMISEPAY_TOKEN=token
script: "bundle exec rspec spec/"
| Add Ruby v2.3 to Travis configuration file | Add Ruby v2.3 to Travis configuration file
| YAML | mit | PromisePay/promisepay-ruby |
56cff3e322df2de8b98b75942d47dc2093473af7 | .travis.yml | .travis.yml | language: go
go:
- tip
before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v
| language: go
go:
- 1.8.3
- master
before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v
| Use latest go and master in build. | Use latest go and master in build.
| YAML | mpl-2.0 | mobingi/mobingi-cli |
bd25b73cf8c86c1ce4b7e297622dbc2ab69f05fc | .travis.yml | .travis.yml | language: erlang
sudo: false
os: linux
otp_release:
- 21.0
- 20.0
- 19.3
- 18.3
- 17.5
- R16B03-1
- R15B03
script: rebar3 eunit
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
- ./rebar3 as prod compile
# - ./rebar3 as check xref
# - ./rebar3 as check dialyzer
... | language: erlang
sudo: false
os: linux
otp_release:
- 21.0.2
- 20.3.8.2
- 19.3
- 18.3
- 17.5
- R16B03-1
- R15B03
script: rebar3 eunit
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
- ./rebar3 as prod compile
# - ./rebar3 as check xref
# - ./rebar3 as check dial... | Use latest OTP 20 and 21 versions | Use latest OTP 20 and 21 versions
| YAML | apache-2.0 | kivra/meck,apache/couchdb-meck,eproxus/meck |
2216b49155be0460d40770da9f5ff7dc564e8c6f | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| language: node_js
node_js:
- "node"
- "8"
- "10"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Add spesific node versions for travic tests | Add spesific node versions for travic tests
| YAML | isc | yaacov/node-modbus-serial,yaacov/node-modbus-serial |
991af4a9c7778498f95f0eb2812f2ed13f10a06f | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "5"
- "4"
- "node"
script: "npm run coveralls" | language: node_js
node_js:
- "10"
- "9"
- "8"
- "6"
- "node"
script: "npm run coveralls" | Drop support for node versions < 6 | Drop support for node versions < 6
| YAML | mit | habbes/ussd-menu-builder |
ba30a59918a54f9e875ede0ed32ba122e183f22d | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.6"
install:
- "pip install -r requirements_test.txt"
- "python setup.py install"
script: py.test
| language: python
python:
- "2.7"
- "3.6"
services:
- postgresql
install:
- "pip install -r requirements_test.txt"
- "python setup.py install"
script: py.test
| Add Postgres instance to Travis config | Add Postgres instance to Travis config
| YAML | agpl-3.0 | cgwire/zou |
7d3ccf20f31519d2c9633bf30151860d17147a71 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.4'
install:
- pip install -r requirements.txt
script: nosetests
| language: python
python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
install:
- pip install -r requirements.txt
- pip install pytest > /dev/null
- pip install pytest-cov > /dev/null
- pip install coveralls > /dev/null
script: py.test --cov dailymotion.py --cov-report term-missing TestDailymotion.py
after_succes... | Add coveralls stats to Travis builds. | Add coveralls stats to Travis builds.
| YAML | mit | LoveIsGrief/dailymotion-sdk-python,dailymotion/dailymotion-sdk-python |
0894247c2197f0924af1a0a61c195b8423022f41 | .github/mergeable.yml | .github/mergeable.yml | mergeable:
pull_requests:
label:
and:
- must_exclude:
regex: '^disposition/DO NOT MERGE'
message: 'Pull request marked not mergeable'
- or:
- and:
- must_include:
regex: 'release notes: yes'
message: 'Please includ... | mergeable:
pull_requests:
label:
and:
- must_exclude:
regex: '^disposition/DO NOT MERGE'
message: 'Pull request marked not mergeable'
- or:
- and:
- must_include:
regex: 'release notes: yes'
message: 'Please includ... | Add autotools to release languages. | Add autotools to release languages. | YAML | bsd-3-clause | google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf |
beb389ad151073c14970cc6db6ac8458c5920f52 | .travis.yml | .travis.yml | language: php
php:
- 5.4
env:
matrix:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3.4
- DB=MYSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=master
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
before_script:
- phpenv rehash
- composer self-update
- git clone g... | language: php
php:
- 5.4
env:
matrix:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3.4
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.4
before_script:
- phpenv rehash
- composer self-update
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/tra... | Remove incompatible framework versions from TravisCI tests. | Remove incompatible framework versions from TravisCI tests.
| YAML | bsd-3-clause | Cheddam/SwitchFlit,Cheddam/SwitchFlit |
851a822dd6d4c7390a7f95ef45b74c5ad8ae7a6d | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.5.1"
gemfile:
- gemfiles/activesupport_4_2.gemfile
- gemfiles/activesupport_5_0.gemfile
- gemfiles/activesupport_5_1.gemfile
- gemfiles/activesupport_5_2.gemfile
| language: ruby
rvm:
- "2.2.10"
- "2.3.7"
- "2.4.4"
- "2.5.1"
gemfile:
- gemfiles/activesupport_4_2.gemfile
- gemfiles/activesupport_5_0.gemfile
- gemfiles/activesupport_5_1.gemfile
- gemfiles/activesupport_5_2.gemfile
| Test Rubies 2.2, 2.3 and 2.4 (as well as 2.5). | Test Rubies 2.2, 2.3 and 2.4 (as well as 2.5).
| YAML | mit | pupeno/assert_difference |
65a69d810d0f8e2fbe7e6e7d74b17d141f77d839 | .travis.yml | .travis.yml | language: go
sudo: false
go: 1.5
before_script: ui/install.sh
| language: go
sudo: false
go: 1.5
install: true
before_script: ui/install.sh
| Disable dependency mgmt by Travis | Disable dependency mgmt by Travis
| YAML | apache-2.0 | olivierlemasle/go-top,olivierlemasle/go-top,olivierlemasle/go-top,olivierlemasle/go-top |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.