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 |
|---|---|---|---|---|---|---|---|---|---|
08267b389c0fe9365687162323db468ec3bb2630 | .travis.yml | .travis.yml | language: ruby
before_install:
- sudo apt-get install libpcap-dev -qq
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
| language: ruby
before_install:
- sudo apt-get install libpcap-dev -qq
rvm:
- 2.1.1
- 2.0.0 | Drop support for Ruby 1.9.3 | Drop support for Ruby 1.9.3
| YAML | bsd-3-clause | claudijd/bnat |
00176e52f4db4b6d85a6453d5b9cedfc3f379359 | .travis.yml | .travis.yml | sudo: required
language: node_js
services:
- docker
before_script:
# Remove the local, Travis-generated "node_modules" directory, because when
# we run the linters and tests, the local directory will be mounted into the
# container and its "node_modules" directory would override the one we want
# used, whi... | sudo: required
language: node_js
node_js:
- "6"
services:
- docker
before_script:
# Remove the local, Travis-generated "node_modules" directory, because when
# we run the linters and tests, the local directory will be mounted into the
# container and its "node_modules" directory would override the one we... | Use node.js 6.x in TravisCI | Use node.js 6.x in TravisCI
| YAML | mpl-2.0 | jpmedley/kumascript,a2sheppy/kumascript,a2sheppy/kumascript,jpmedley/kumascript |
9e30ff2fdb7ef8a23a50f7d3f59ea1f4848fbc57 | _config.yml | _config.yml | # Site settings
description: N.B.: This is a web app created for a university course, not an operational site.
permalink: pretty
github: ethan-nelson/radarlabissuer
baseurl: #
# Build settings
markdown: kramdown
# Custom settings
imagedir: /images/
# Map settings
mapdir: /images/maptiles/{z}/{x}/{y}.png
attribution:... | # Site settings
description: N.B. This is a web app created for a university course, not an operational site.
permalink: pretty
github: ethan-nelson/radarlabissuer
baseurl: #
# Build settings
markdown: kramdown
# Custom settings
imagedir: /images/
# Map settings
mapdir: /images/maptiles/{z}/{x}/{y}.png
attribution: ... | Remove unescaped colon in config | Remove unescaped colon in config
| YAML | mit | ethan-nelson/radarlabissuer,ethan-nelson/radarlabissuer,ethan-nelson/radarlabissuer |
2b2e76d560e2c46846df6962ad2684df812aec45 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
matrix:
include:
- xcode_workspace: Example-iOS/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-Example
xcode_sdk: iphonesimulator
- xcode_workspace: Example-iOS/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-tvOS
xco... | language: objective-c
osx_image: xcode7.3
before_install:
- brew update > /dev/null; if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
matrix:
include:
- xcode_workspace: Example-iOS/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-Example
xcode_sdk: iphonesimulator
... | Revert change to remove xctool update on Travis | Revert change to remove xctool update on Travis
| YAML | mit | chillpop/VOKBenkode,chillpop/VOKBenkode,vokal/VOKBenkode,chillpop/VOKBenkode |
c74b8c42cff950e9a4e5db39ffc81c91c01c5e30 | .travis.yml | .travis.yml | language: go
env:
NODE_VERSION="8.11.2"
go:
- 1.11
- 1.12
- master
cache:
yarn: true
directories:
- app/node_modules
before_install:
- nvm install $NODE_VERSION
- npm install -g yarn
script:
- make deps
- make dist
- cd server && go test -v ./...
- cd server && go vet ./...
- cd app &... | language: go
env:
NODE_VERSION="8.11.2"
go:
- 1.11
- 1.12
- master
cache:
yarn: true
directories:
- app/node_modules
before_install:
- nvm install $NODE_VERSION
- npm install -g yarn
install:
- make deps
script:
- make dist
- cd server && go test -v ./...
- cd server && go vet ./...
... | Make deps in install step | Make deps in install step
| YAML | mit | DiscoViking/website,DiscoViking/website,DiscoViking/website,DiscoViking/website,DiscoViking/website |
3d82cbc35b4b5a2b393c50d7c493ef725ccb9928 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
- "4"
- "0.12"
| language: node_js
node_js:
- "5"
- "4"
| Drop support for node 0.12 (in ci builds). | Drop support for node 0.12 (in ci builds).
| YAML | mit | bls/node-yafp |
9a20d202853d1322cb1d440821ff60dcebfb9323 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.5
- 1.6
env:
global:
- GO15VENDOREXPERIMENT=1
install:
- make install_ci
script:
- make lint_ci
- make test_ci
- travis_retry goveralls -coverprofile=cover.out -service=travis-ci || true
- rm -rf vendor/*
| sudo: false
language: go
go:
- 1.5
- 1.6
- 1.7rc1
- tip
env:
global:
- GO15VENDOREXPERIMENT=1
install:
- make install_ci
script:
- make lint_ci
- make test_ci
- travis_retry goveralls -coverprofile=cover.out -service=travis-ci || true
- rm -rf vendor/*
| Test Go 1.7rc1 and tip | Test Go 1.7rc1 and tip
| YAML | mit | crossdock/crossdock-go,crossdock/crossdock-go |
f17e7a1aef52423739ce3437410fe2709379c43e | _config.yml | _config.yml | exclude: [ "less", "gitignore", "nicoespeon.sublime-project", "nicoespeon.sublime-workspace" ]
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
permalink: /:categories/:year/:month/:title/
paginate: 7
paginate_... | exclude: [ "less", "gitignore", "nicoespeon.sublime-project", "nicoespeon.sublime-workspace" ]
highlighter: pygments
markdown: kramdown
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
permalink: /:categories/:year/:month/:title/
paginate: 7
paginate_p... | Use kramdown parser instead of redcarpet | Use kramdown parser instead of redcarpet
Kramdown provide nice ids for titles, which will be required to add anchors
| YAML | mit | nicoespeon/nicoespeon.github.io,nicoespeon/nicoespeon.github.io |
2f557f0b875089fb4745fc931e9bd4346af0a1b3 | .travis.yml | .travis.yml | sudo: false
language: erlang
otp_release:
- 19.3.6.1
addons:
apt:
packages:
- r-base
before_install:
- ./ci before_install ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
install:
- ./ci install ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
before_script:
- ./ci before_script ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
script:
- ./ci s... | dist: trusty
sudo: false
language: erlang
otp_release:
- 19.3.6.1
addons:
apt:
packages:
- r-base
before_install:
- ./ci before_install ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
install:
- ./ci install ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
before_script:
- ./ci before_script ${JOB:?} "${TRAVIS_BUILD_DIR:?}"
scrip... | Fix for graphs on CI: prefer recent Ubuntu for finding R dependencies | Fix for graphs on CI: prefer recent Ubuntu for finding R dependencies
Prefer trusty to precise. See
https://docs.travis-ci.com/user/reference/trusty/#Routing-to-Trusty
Fixes the following error:
```
Rscript --vanilla priv/summary.r -i tests/current
[1] "plyr"
Loading required package: plyr
Installing package(s) into ... | YAML | apache-2.0 | mrallen1/basho_bench,mrallen1/basho_bench,mrallen1/basho_bench,mrallen1/basho_bench |
9d10e85e44cf5f0611909467b4656c3b9148b66b | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... | Add jekyll variable for resume pdf source | Add jekyll variable for resume pdf source
| YAML | mit | peternatewood/peternatewood.github.io,peternatewood/peternatewood.github.io,RoyTuesday/RoyTuesday.github.io,RoyTuesday/RoyTuesday.github.io,peternatewood/peternatewood.github.io |
e9ceffa07517a2016e1c2036d5edefc6fb6455cd | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- jruby-9.2.0.0
before_install:
- gem update --system
- gem update bundler
script: bundle exec rake test
| ---
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
- jruby-9.2.0.0
before_install:
- gem update --system
- gem update bundler
script: bundle exec rake test
| Use Ruby 2.3.8, 2.4.5, and 2.5.3 for test | Use Ruby 2.3.8, 2.4.5, and 2.5.3 for test
| YAML | mit | aycabta/deviantart,aycabta/deviantart |
7ae00b4acdd7e058a7ba4c34b4d864c8a2ab8982 | .travis.yml | .travis.yml | language: java
script: bash travis.sh
notifications:
slack:
rooms:
- doctales:aauBZMfrbD04vfiHdZ3GLXgF#terminology
| language: java
jdk:
- oraclejdk8
script: bash travis.sh
notifications:
slack:
rooms:
- doctales:aauBZMfrbD04vfiHdZ3GLXgF#terminology
| Set Java JDK version to 8. | Set Java JDK version to 8.
| YAML | apache-2.0 | doctales/org.doctales.terminology |
ec6965e006d6e52deca971b4d585a322dee9b915 | _config.yml | _config.yml | title: Kamil Stasiak
author: Kamil Stasiak
email: przykladowy@adres.pl
description: >
Mój notatnik.
twitter_username: llimakk
github_username: llimakk
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# If you want to li... | title: Kamil Stasiak
author: Kamil Stasiak
email: przykladowy@adres.pl
description: >
Mój notatnik.
twitter_username: llimakk
github_username: llimakk
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# If you want to li... | Add default author: Kamil Stasiak | Add default author: Kamil Stasiak
| YAML | mit | llimakk/llimakk.github.io,llimakk/llimakk.github.io,llimakk/llimakk.github.io |
2f3669a8048fdd1583483663a4f3b2a4b087bf28 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
script: 'script/ci'
before_install:
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.13.7
rvm:
- 2.3.4
- 2.4.2
- ruby-head
- jruby-9.1.13.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
no... | language: ruby
sudo: false
cache: bundler
script: 'script/ci'
rvm:
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/fde2367248d53de4fe70
on_success: cha... | Remove hack to install newest bundler for Travis CI | Remove hack to install newest bundler for Travis CI
| YAML | mit | lotus/controller,hanami/controller,hanami/controller,hanami/controller |
d19fd6dae8879f63a87d4c7c22dfebc7c13eef00 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
#- "3.2"
#- "3.3"
#- "3.4"
#- "3.5"
- "3.6"
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-dev libatlas-dev libblas-dev build-essential python-scipy
before_install:
- if... | language: python
python:
- "2.7"
#- "3.2"
#- "3.3"
#- "3.4"
#- "3.5"
- "3.6"
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-dev libatlas-dev libblas-dev build-essential python-scipy
before_install:
- if... | Update TravisCI to use correct path | Update TravisCI to use correct path
| YAML | mit | crcollins/molml |
50f0ef9f2b2598842f7e444b8bdff15471cde607 | .travis.yml | .travis.yml | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.5 PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.6 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL CORE_R... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.5 PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.6 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL CORE_R... | Update path for SS3 Travis project structure in PHPCS linting command | Update path for SS3 Travis project structure in PHPCS linting command
| YAML | bsd-3-clause | FriendsOfSilverStripe/silverstripe-maintenance |
b7a006e0b53c46ba70f9f0aa0c5c542cee818138 | .travis.yml | .travis.yml | language: ruby
env:
- CODECLIMATE_REPO_TOKEN=f7c652b65a700fcf1032174afc5ea243b991e48bf73077cc34c148e1c800a2f7
bundler_args: --without sql benchmarks console tools
script: "bundle exec rake spec"
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
notifications... | language: ruby
env:
- CODECLIMATE_REPO_TOKEN=f7c652b65a700fcf1032174afc5ea243b991e48bf73077cc34c148e1c800a2f7
bundler_args: --without sql benchmarks console tools
script: "bundle exec rake spec"
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- ruby-head
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
... | Improve JRuby's startup time on Travis | Improve JRuby's startup time on Travis
* Add --dev flag
See https://github.com/jruby/jruby/wiki/Improving-startup-time#use-the---dev-flag
* Grant more memory
This change sped up Travis: ~1m29s -> ~1m02s
https://travis-ci.org/rom-rb/rom/jobs/45789347
vs
https://travis-ci.org/rom-rb/rom/jobs/45805550
| YAML | mit | Snuff/rom,kwando/rom,dcarral/rom,pvcarrera/rom,jeremyf/rom,denyago/rom,rom-rb/rom,dekz/rom,endash/rom,vrish88/rom,pdswan/rom,pxlpnk/rom,cored/rom,rom-rb/rom,rom-rb/rom |
85d76acebbb4252c3d239cd16d0a717298ee897f | .travis.yml | .travis.yml | git:
depth: 10
notifications:
email: false
language: node_js
node_js:
- "4"
os:
- linux
- osx
env:
- TARGET_ARCH=x64
osx_image: xcode7.3
matrix:
include:
- os: linux
env: TARGET_ARCH=arm
- os: linux
env: TARGET_ARCH=ia32
allow_failures:
- os: osx
script: './script/cibuild'
br... | git:
depth: 10
notifications:
email: false
before_install:
- export BOTO_CONFIG=/dev/null
language: node_js
node_js:
- "4"
os:
- linux
- osx
env:
- TARGET_ARCH=x64
osx_image: xcode7.3
matrix:
include:
- os: linux
env: TARGET_ARCH=arm
- os: linux
env: TARGET_ARCH=ia32
allow_fai... | Fix No module named google_compute_engine error | Fix No module named google_compute_engine error
| YAML | mit | Floato/electron,seanchas116/electron,the-ress/electron,the-ress/electron,gerhardberger/electron,thomsonreuters/electron,the-ress/electron,bpasero/electron,electron/electron,the-ress/electron,Floato/electron,gerhardberger/electron,bpasero/electron,gerhardberger/electron,seanchas116/electron,shiftkey/electron,gerhardberg... |
2ee358e1ee81346d69a1fdabe3b3c2c71c3c7bf0 | _config.yml | _config.yml | markdown: kramdown
collections:
recipes:
output: true
sass:
sass_dir: _sass
| markdown: kramdown
collections:
recipes:
output: true
sass:
sass_dir: _sass
gostatic:
build:
command:
- apt-get install -y libffi-dev
- bundle exec jekyll build --trace --destination $SITE_DIR --config=_config.production.yml
| Add build instructions for GoStatic | Add build instructions for GoStatic
| YAML | mit | emberwatch/emberwatch,emberwatch/emberwatch,emberwatch/emberwatch |
dd3b693fffb66638be755f0f437fa354982d65ba | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
notifications:
email: false
slack:
secure: dSwRumGlIAdGDAaH/fzh/KsQhRqPBcNpbGYrMbAzacFMm8nGyLCShxR3EP/ZxkBp14ZsJ8ys4F5DMVlri7EbGNgBf1nOKAtzme6lV8oqrUxW2QULgvrP4W/+xTg1ULX758qF5NgwqErfS4Y1etofMbOuGriJ6kIxFWRjidmFPYo=
| language: ruby
rvm:
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
notifications:
email: false
slack:
secure: dSwRumGlIAdGDAaH/fzh/KsQhRqPBcNpbGYrMbAzacFMm8nGyLCShxR3EP/ZxkBp14ZsJ8ys4F5DMVlri7EbGNgBf1nOKAtzme6lV8oqrUxW2QULgvrP4W/+xTg1ULX75... | Add test target versions 2.*.* | Add test target versions 2.*.*
| YAML | mit | atton-/noir |
e438f16aacade293f263300cc73a756bceed4770 | .travis.yml | .travis.yml | sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps ... | sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet -... | Add v5.24 to Travis config | Add v5.24 to Travis config
| YAML | artistic-2.0 | ssimms/business-us-usps-webtools,ssimms/business-us-usps-webtools |
a2ecacb1d1108d1c5c8a6f8e505bbc64bb91b9dd | Homestead.yaml | Homestead.yaml | ---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: /Users/me/.ssh/id_rsa.pub
keys:
- /Users/me/.ssh/id_rsa
folders:
- map: /Users/me/Code
to: /home/vagrant/Code
sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
variables:
- key: APP_ENV
value: local
| ---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/vagrant/Code
sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
variables:
- key: APP_ENV
value: local
| Use home folder as default SSH key location | Use home folder as default SSH key location | YAML | mit | wouterbulten/homestead,eranshmil/homestead,hibriiiiidge/LaravelProject,champjss/homestead,Yannik/homestead,MageParts/homestead,paulgeneres/homestead,davidrushton/homestead,patrickgoudjoako/homestead,f3rland/homestead-mssql,SecureCloud-biz/homestead,justinmoh/mockingj,gratif/homestead,tdondich/pmdev,erikbelusic/homestea... |
0828bb22c269d90856744f80f9d0358cfc73bbda | .appveyor.yml | .appveyor.yml | #---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2019
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 --target=CI
#-----------------------------... | #---------------------------------#
# Build Image #
#---------------------------------#
image: Ubuntu
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- sh: ./build.sh --target=CI
#---------------------------------#
# Tests... | Use Ubuntu as build image | Use Ubuntu as build image
| YAML | apache-2.0 | Redth/Cake.Json,Redth/Cake.Json |
c3731da75ea4e2a900c5bd1a4e0a0ab75e3046ce | .appveyor.yml | .appveyor.yml | build: off
environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\\Miniconda-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\\Miniconda36-x64
platform:
- x64
install:
- cmd: call %MINICONDA%\Scripts\activate.bat
- cmd: conda.exe update --yes --quiet conda
- "set PATH=%MINICONDA%;%MINICONDA... | build: off
environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\\Miniconda-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\\Miniconda36-x64
platform:
- x64
install:
- cmd: call %MINICONDA%\Scripts\activate.bat
- cmd: conda.exe update --yes --quiet conda
- "set PATH=%MINICONDA%;%MINICONDA... | Fix GSL environment variables [travis skip] | Fix GSL environment variables [travis skip]
| YAML | bsd-3-clause | jobovy/galpy,jobovy/galpy,jobovy/galpy,jobovy/galpy |
a2a61214a9121204d8ccfb655dbcd61cff9b0e70 | .appveyor.yml | .appveyor.yml | image:
- Visual Studio 2015
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
install:
- "%PYTHON%\\python.exe -m pip install -... | image:
- Visual Studio 2017
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
install:
- "%PYTHON%\\python.exe -m pip install -... | Switch to Visual Studio 2017 image in AppVeyor. | Switch to Visual Studio 2017 image in AppVeyor.
| YAML | mpl-2.0 | MozillaSecurity/funfuzz,nth10sd/funfuzz,MozillaSecurity/funfuzz,nth10sd/funfuzz,MozillaSecurity/funfuzz,nth10sd/funfuzz |
c550cb6001c9a4297c788e3bd7751b757ab3883f | .travis.yml | .travis.yml | language: php
php:
- 5.3
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
before_script:
- if [ "$TRAVIS_PHP_VERSION" = "5.3" ]; then export COVERAGE=--coverage-clover=build/logs/clover.xml; else export COVERAGE=; fi
- if ( test ! -z $COVERAGE ); then composer require codeclima... | language: php
php:
- 5.3
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
before_script:
- composer self-update
- if [ "$TRAVIS_PHP_VERSION" = "5.3" ]; then export COVERAGE=--coverage-clover=build/logs/clover.xml; else export COVERAGE=; fi
- if ( test ! -z $COVERAGE ); then co... | Update composer during ci run. | Update composer during ci run.
| YAML | mit | gielfeldt/shutdownhandler |
03fd1eddd01f56db560d524c267c2001a7463739 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
branches:
only:
- develop
install: pip install -r requirements.txt --use-mirrors
script: python setup.py test
| language: python
python:
- '2.6'
- '2.7'
branches:
only:
- develop
install: pip install -r requirements.txt --use-mirrors
script: python setup.py test
notifications:
irc:
channels: "irc.freenode.org#salt"
on_success: change
on_failure: change
| Send Travis CI notices to IRC. | Send Travis CI notices to IRC.
| YAML | apache-2.0 | saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt |
cc4828b5da04d67a329c5e136a7daec7282e2b6f | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Update Travis to test Node 0.12 instead of 0.8 | Update Travis to test Node 0.12 instead of 0.8
| YAML | mit | EvanHahn/arraywrap.js |
c5ba2a36e8b21e494b7044e6ef1abcf4fa2de26e | .travis.yml | .travis.yml | language: node_js
node_js:
- node
services:
- docker
before_install:
- pip install docker-compose
after_success:
- bash ./scripts/ci-deployment/deploy.sh
script:
- docker-compose -f docker-compose-tests.yml build travis-tests
- docker-compose -f docker-compose-tests.yml run travis-tests
after_script:
... | language: node_js
node_js:
- node
services:
- docker
install:
- sudo sysctl -w vm.max_map_count=262144
before_install:
- pip install docker-compose
after_success:
- bash ./scripts/ci-deployment/deploy.sh
script:
- docker-compose -f docker-compose-tests.yml build travis-tests
- docker-compose -f docke... | Increase virtual memory on Travis | :godmode: Increase virtual memory on Travis
https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html
| YAML | mit | nhsuk/gp-finder,nhsuk/gp-finder |
8f1c475347ca637417ede6b573a81aa4e8145c0b | .travis.yml | .travis.yml | language: generic
services:
- docker
cache:
directories:
- $HOME/.ccache
env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file CATKIN_LINT=true
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file CATKIN_LINT=true
- ROS_DISTRO="k... | language: generic
services:
- docker
cache:
directories:
- $HOME/.ccache
env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" CLANG_FORMAT_CHECK=file CL... | Revert "explicitly add catkin_lint to the ci pipeline" | Revert "explicitly add catkin_lint to the ci pipeline"
This reverts commit 3108a45a6ea3fa81533e7e50f62d3b1bfdc8f864.
| YAML | apache-2.0 | UniversalRobots/Universal_Robots_Client_Library,UniversalRobots/Universal_Robots_Client_Library |
cea33492222061cc3841b927a57d40ece344b66b | .travis.yml | .travis.yml | language: objective-c
sudo: false # Enable container-based builds
before_install: brew update
install: brew install python3
before_script: python3 setup.py -q install
script:
- cd $TRAVIS_BUILD_DIR/examples/cats && ./breed.sh && clowder herd
- cd $TRAVIS_BUILD_DIR/examples/llvm-projects && ./breed.sh && clowder he... | language: objective-c
sudo: false # Enable container-based builds
before_install:
- brew update
- echo 'Host *' >> ~/.ssh/config
- echo ' StrictHostKeyChecking no' >> ~/.ssh/config
install: brew install python3
before_script: python3 setup.py -q install
script:
- cd $TRAVIS_BUILD_DIR/examples/cats &... | Disable ssh StrictHostKeyChecking on Travis CI | Disable ssh StrictHostKeyChecking on Travis CI
| YAML | mit | JrGoodle/clowder,JrGoodle/clowder,JrGoodle/clowder |
b85a3976e339ceddbc7723cb8db07d37afe4807b | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
| rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
- ruby-head
| Test against ruby-head (currently 1.9.3) | Test against ruby-head (currently 1.9.3)
| YAML | mit | mike-north/twitter,noahd1/twitter,travis-repos/twitter,sideci-sample/sideci-sample-twitter,jdrago999/twitter,yujinakayama/twitter,develon/twitter,megashurik/twitter,ariarijp/twitter,stkn417/twitter,producthunt/twitter,matthewtidd/twitter,DarbySmart/twitter,bdares/me2day,creeshla/ruby-twitter,backupify/twitter,timsly/tw... |
58f3540b81940622a98738f5e80785c0b1636e17 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8 | language: java
jdk:
- oraclejdk8
script:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- java -version | Update Java version in Travis to avoid build issue | Update Java version in Travis to avoid build issue
| YAML | apache-2.0 | dstl/baleen,dstl/baleen,dstl/baleen,dstl/baleen |
8ecb51bcb335d0d31a1b848387ae6963440bd4c0 | .travis.yml | .travis.yml | language: python
python: "2.7"
env:
- TOXENV=py27-d15
- TOXENV=py27-d16
- TOXENV=py27-d17
- TOXENV=py33-d15
- TOXENV=py33-d16
- TOXENV=py33-d17
- TOXENV=cov
branches:
only:
- master
- develop
install: pip install --quiet tox
script: tox
after_script:
- if [ $TOX... | language: python
python: "2.7"
env:
- TOXENV=py27-d15
- TOXENV=py27-d16
- TOXENV=py27-d17
- TOXENV=py33-d15
- TOXENV=py33-d16
- TOXENV=py33-d17
- TOXENV=cov
sudo: false
branches:
only:
- master
- develop
install: pip install --quiet tox
script: tox
after_script:
- if [ $TOXENV == "cov" ... | Use the new build env on Travis | Use the new build env on Travis
faster vms, more cpu, more ram, better queue management
docs coming soon | YAML | mit | pavlov99/jsonapi,pavlov99/jsonapi |
b81d3412be30eb765f53cbed93d17b926bb27aaf | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.8"
| Drop back to node 0.8 for now | Drop back to node 0.8 for now
| YAML | mit | honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js,honeybadger-io/honeybadger-js |
56c66a62343032559694588233b7139e1c62808a | .travis.yml | .travis.yml | language: generic
os:
- osx
osx_image: xcode9.3
script:
- swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12
- swift test -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12
| language: generic
os:
- osx
osx_image: xcode10
script:
- swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12
- swift test -Xswiftc -target -Xswiftc x86_64-apple-macosx10.12
| Update Travis CI configuration to use Xcode 10 | Update Travis CI configuration to use Xcode 10
#4
| YAML | apache-2.0 | codebrewer/HillListsBackupLibrary,codebrewer/HillListsBackupLibrary |
b28129693c744c19651821546e46fa727f8b50c9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.1
- jruby
notifications:
email:
on_failure: always
on_success: never
| language: ruby
rvm:
- 2.4.1
- jruby-1.7.26
notifications:
email:
on_failure: always
on_success: never
| Add an explicit version of JRuby to build against | Add an explicit version of JRuby to build against
| YAML | mit | chrisalley/pundit-matchers |
266247f7dad4ea7ea456dc3cee7da576880a9466 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk11
- oraclejdk10
- oraclejdk9
- oraclejdk8
- oraclejdk7
- openjdk11
- openjdk10
- openjdk9
- openjdk8
- openjdk7
- openjdk6
env:
- TERM=dumb
after_success:
- gradle cobertura coveralls
| sudo: false
language: java
jdk:
- oraclejdk11
- oraclejdk10
- oraclejdk9
- oraclejdk8
- openjdk11
- openjdk10
- openjdk9
- openjdk8
- openjdk7
env:
- TERM=dumb
after_success:
- gradle cobertura coveralls
| Remove a few JDK's that are not installed by default anymore, they're past EOL anyway | Remove a few JDK's that are not installed by default anymore, they're past EOL anyway
| YAML | apache-2.0 | rholder/esthree,rholder/esthree |
7a1873ecd9623257584c17c7a7b29a4b6f6c7550 | .travis.yml | .travis.yml | language: node_js
node_js: 6.9.1 # latest LTS
| language: node_js
node_js:
- "node"
cache:
directories:
- "node_modules"
| Use lastest Node and cache node_modules | Use lastest Node and cache node_modules
| YAML | mit | github/time-elements,github/time-elements |
769ded11b725ddc0599de3382d638493d983566e | .travis.yml | .travis.yml | language: python
# Enable Travis container-based infrastructure
sudo: false
cache:
pip: true
directories:
- test/data/nidmresults-examples
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- python setup.py install... | language: python
# Enable Travis container-based infrastructure
sudo: false
cache:
pip: true
directories:
- test/data/nidmresults-examples
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- python setup.py install... | Test against dev version of nidmresults module | Test against dev version of nidmresults module
| YAML | mit | cmaumet/nidm-results_fsl,cmaumet/nidmresults-fsl,incf-nidash/nidmresults-fsl,incf-nidash/nidm-results_fsl |
4ce4008b463dca661f969d33fb398a820de619be | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.5
gemfile:
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/4.0.gemfile
- rvm: 1.8.7
gemfile: gemfiles/4.1.gemfile
... | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.5
gemfile:
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/4.0.gemfile
- rvm: 1.8.7
gemfile: gemfiles/4.1.gemfile
... | Exclude rails 4.2 from ruby < 1.9.3 build in Travis | Exclude rails 4.2 from ruby < 1.9.3 build in Travis
| YAML | mit | moiristo/deep_cloneable |
6c55d94a2539774d6a190814fa9bb996c8b68b94 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
install:
- pip install tox-travis
script:
- tox
| sudo: false
language: python
addons:
apt:
packages:
- jsdoc-toolkit
python:
- "2.7"
- "3.3"
install:
- pip install tox-travis
script:
- tox
| Install an ancient version of jsdoc. | Install an ancient version of jsdoc.
| YAML | mit | erikrose/sphinx-js,erikrose/sphinx-js,erikrose/sphinx-js |
a8e9b105e1250ba9221258c8bb7ab849d8e4a373 | .travis.yml | .travis.yml | before_install: gem update bundler
language: ruby
rvm:
- 2.1
- 2.2
script:
- bundle exec rake test_app
- bundle exec rake spec
| before_install: gem update bundler
language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
script:
- bundle exec rake test_app
- bundle exec rake spec
| Drop Ruby 2.1 support, but allow 2.3, 2.4 and 2.5 | Drop Ruby 2.1 support, but allow 2.3, 2.4 and 2.5
| YAML | bsd-3-clause | berkes/spree_billing_sisow,berkes/spree_billing_sisow |
60fd8e1cb213e8c29d9c14c7fdcc1cff179a56e1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
branches:
only:
- master
- develop
before_script:
- mysql -e 'create database saml_test;'
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate test | language: ruby
rvm:
- 2.1.1
branches:
only:
- master
- develop
before_script:
- mysql -e 'create database saml_test;'
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate | Correct erronous TravisCI script command | Correct erronous TravisCI script command
| YAML | apache-2.0 | ausaccessfed/saml-service,ausaccessfed/saml-service,ausaccessfed/saml-service,ausaccessfed/saml-service |
6979cbcb95d1c72dc24fa505235c4bbe497696c1 | .travis.yml | .travis.yml | sudo: false
language: python
matrix:
include:
- dist: trusty
python: 2.6
- dist: xenial
python: 2.7
addons:
apt:
packages:
- scons
- libdbi-perl
cache:
pip: true
directories:
- $HOME/perl5
install:
- export PERL5LIB=~/perl5/lib/perl5
- export PYTHONPATH=$(echo $(dirname $... | sudo: false
language: python
matrix:
include:
- dist: trusty
python: 2.6
- dist: xenial
python: 2.7
addons:
apt:
packages:
- scons
- libdbi-perl
cache:
pip: true
directories:
- $HOME/perl5
install:
- export PERL5LIB=~/perl5/lib/perl5
- export PYTHONPATH=$(echo $(dirname $... | Make a dummy config.py for saliweb.frontend | Make a dummy config.py for saliweb.frontend
| YAML | lgpl-2.1 | salilab/modloop,salilab/modloop |
7c6790032f2d6a90cf0b25ec68af407ca156a9e6 | .travis.yml | .travis.yml | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... | Fix PyPy tests on Travis | Fix PyPy tests on Travis
| YAML | mit | wbond/asn1crypto |
cd7645784b210c24cb43fde037562c385043d767 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0
| Drop support for Ruby 1.8.7. | Drop support for Ruby 1.8.7.
| YAML | mit | amccloud/dealer |
8b48dfe06f7cc1a017eaaa46757289b80a2eeaf4 | .travis.yml | .travis.yml | language: ruby
sudo: false
matrix:
include:
- rvm: 2.3.1
script:
- bundle exec danger
- rvm: 2.3.1
- rvm: 2.3.0
- rvm: 2.2.5
- rvm: 2.4.0
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.7.0
allow_failures:
- rvm: ruby-head
- rvm: jruby-hea... | language: ruby
sudo: false
matrix:
include:
- rvm: 2.4.1
- rvm: 2.4.1
script:
- bundle exec danger
- rvm: jruby-9.1.12.0
- rvm: jruby-head
- rvm: 2.2.7
- rvm: 2.3.4
- rvm: rbx-2
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx... | Use latest stable releases of all rubies in CI | Use latest stable releases of all rubies in CI
| YAML | mit | codegram/hyperclient,dblock/hyperclient,jufemaiz/hyperclient |
deb02644e89eed612c9060a259633ea29f48a818 | .travis.yml | .travis.yml | sudo: required
services:
- docker
before_install:
- docker build -t bsedg/webapp .
script:
- npm run lint
| sudo: required
services:
- docker
before_install:
- docker build -t bsedg/webapp .
script:
- docker run -it bsedg/webapp npm run lint
| Use docker run command for testing | Use docker run command for testing
| YAML | mit | bsedg/webapp,bsedg/webapp,bsedg/webapp |
1f93d2bd733f470a5a08e29cfba0f01163be36c5 | .travis.yml | .travis.yml | sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
install:
- pip install molecule
# - pip install required driver (e.g. docker, python-vagrant, shade)
script:
- molecule test | sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
- sudo pip install docker
install:
- pip install molecule
# - pip install required driver (e.g. docker, python-vagrant, shade)... | Add docker python client as dependency | Add docker python client as dependency
| YAML | mit | dockerized89/kvm-ansible-role |
e69cd6c090ee8eae2269470b51099a2644d82089 | .travis.yml | .travis.yml | language: php
install:
- pear install -fa package.xml
php:
- 5.4
script: phpunit tests/ | language: php
install:
- pear install -fa package.xml
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
script: pear run-tests tests/
| Test across a wider range of PHP versions. | Test across a wider range of PHP versions.
Also, use the `pear run-tests` command to execute tests.
| YAML | mit | pear/FSM,pear/FSM |
9dfe059ba048f9379a86b6905aaeb496e35f1697 | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Remove unrecognized sudo configuration section | Remove unrecognized sudo configuration section
| YAML | apache-2.0 | realityforge/gwt-cache-filter,realityforge/gwt-cache-filter,realityforge/gwt-cache-filter |
5d57d414baf876f54b1cf90f0b2384c229b0f2bb | .travis.yml | .travis.yml | ---
language: ruby
gemfile: ruby/Gemfile
script:
- cd ruby
- rubocop -fs -D
- rake test
addons:
code_climate:
repo_token: 92dc5a2cd2a2ecb507ea7aa5bad6dd602dce8ec07c3e58bf595462819bfb7c21
| language: ruby
gemfile: ruby/Gemfile
bundler_args: --gemfile ruby/Gemfile
addons:
code_climate:
repo_token: 92dc5a2cd2a2ecb507ea7aa5bad6dd602dce8ec07c3e58bf595462819bfb7c21
| Build did not use custom gemfile location | Build did not use custom gemfile location
| YAML | mit | rootulp/exercism,rootulp/exercism,rootulp/exercism,rootulp/exercism,rootulp/exercism,rootulp/exercism,rootulp/exercism,rootulp/exercism |
4f8895823bb988aaa62db32a64d86ce3bd6eb87a | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- npm install
- bower ins... | ---
language: node_js
node_js:
- "6"
sudo: false
cache:
directories:
- node_modules
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- npm install
- bower ins... | Update default node version for CI. | Update default node version for CI.
| YAML | mit | mchat/call-my-congress,mchat/call-my-congress |
7fb01b2e651da6f56ce34cf10b2408eefa69f259 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
after_script:
- npm run coveralls
| language: node_js
node_js:
- 4
- 5
after_script:
- npm run coveralls
| Support node 4 and 5 | Support node 4 and 5
| YAML | mit | alanshaw/david |
e8f5234d1b27b59773809bab82b50845be44e94a | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
env: DEBUG=dynamoose*
before_script:
- npm install -g grunt-cli
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2015-01-27.tar.gz
- tar xfz dynamodb_local_2015-01-27.tar.gz
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoD... | language: node_js
node_js:
- "0.10"
- "0.12"
env: DEBUG=dynamoose*
before_script:
- npm install -g grunt-cli
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2015-01-27.tar.gz
- tar xfz dynamodb_local_2015-01-27.tar.gz
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoD... | Add node 0.12 support (remove 0.11) | Add node 0.12 support (remove 0.11)
| YAML | mit | asynxis/dynamoose,automategreen/dynamoose,benjcooley/dynamoose,automategreen/dynamoose |
829af16f9103229e2c8388aa63fec952e4c51959 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.3.1
- 2.4.1
env:
- GRAPHQL_VERSION=1.5.11 RAILS_VERSION=3.2.22
- GRAPHQL_VERSION=1.5.11 RAILS_VERSION=5.0.0
- GRAPHQL_VERSION=1.5.12 RAILS_VERSION=3.2.22
- GRAPHQL_VERSION=1.5.12 RAILS_VERSION=5.0.0
matrix:
exclude:
- rvm: 2.1.10
env: ... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.3.1
- 2.4.1
env:
- GRAPHQL_VERSION=1.5.11 RAILS_VERSION=3.2.22
- GRAPHQL_VERSION=1.5.11 RAILS_VERSION=5.0.5
- GRAPHQL_VERSION=1.5.12 RAILS_VERSION=3.2.22
- GRAPHQL_VERSION=1.5.12 RAILS_VERSION=5.0.5
matrix:
exclude:
- rvm: 2.1.10
env: ... | Test on newer Rails patch release | Test on newer Rails patch release
| YAML | mit | tjoyal/graphql-client,tjoyal/graphql-client |
cd338ddf8d4bed2b5436f8e42080cc911c1c2211 | .travis.yml | .travis.yml | language: php
sudo: required
cache:
directories:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- hhvm
install:
- sudo apt-get install openssl
- composer install
- phpunit --self-update
script: phpunit -c test/Unit/phpunit.xml.dist
after_script:
## Code climate
- if [ "$TRAVIS_PHP_VERSION"... | language: php
sudo: required
cache:
directories:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- hhvm
install:
- sudo apt-get install openssl
- composer install
script: phpunit -c test/Unit/phpunit.xml.dist
after_script:
## Code climate
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./vendo... | Fix PHP7 phpunit self update | [CI] Fix PHP7 phpunit self update
| YAML | mit | sciphp/numphp,sciphp/numphp,sciphp/numphp,sciphp/numphp |
928d25020a06fe780f206235720a4e47ac4f61cd | .travis.yml | .travis.yml | language: php
php:
- "5.6"
- "7.0"
before_script:
- composer install
- composer require satooshi/php-coveralls
after_success:
- travis_retry php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- >-
travis_retry php ocular.phar code-coverage:upload --format=ph... | language: php
php:
- "5.6"
- "7.0"
before_script:
- composer install
- composer require satooshi/php-coveralls
after_success:
- travis_retry php vendor/bin/coveralls -v
| Revert coverage sending to scrutinizer | Revert coverage sending to scrutinizer | YAML | mit | sop/asn1 |
911edda25a5c93db51158128c06281d9718b088c | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e .
- pip install -q -r example/requirements.txt --use-mirrors
env:
- DJANGO=1.3.1
- DJANGO=1.4.1
notifications:
email: false
branches:
only:
- master
- testsuite
script:
- pyth... | language: python
python:
- "2.6"
- "2.7"
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e .
- pip install -q -r example/requirements.txt --use-mirrors
env:
- DJANGO=1.3.1
- DJANGO=1.4.1
notifications:
email: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init... | Allow browser tests on Travis CI | Allow browser tests on Travis CI
| YAML | bsd-3-clause | winzard/django-image-cropping,winzard/django-image-cropping,henriquechehad/django-image-cropping,winzard/django-image-cropping,henriquechehad/django-image-cropping,henriquechehad/django-image-cropping |
35d215d14bb0a88614e0b8ef9c2894430dd480c4 | .travis.yml | .travis.yml | language: python
python:
- 3.6
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source='.' -m py.test
- coverage report -m
after_success:
- coveralls
| language: python
cache: pip
python:
- 3.6
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source='.' -m py.test
- coverage report -m
after_success:
- coveralls
| Add tentative change to cache pip in Travis | Add tentative change to cache pip in Travis
| YAML | mit | afriestad/WikiLinks,afriestad/WikiLinks,afriestad/WikiLinks |
ce663c257f11751b82afdc8f30864171c2a96728 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
rvm:
- 2.1.9
- 2.2.6
- 2.3.3
- ruby-head
- ruby-head-clang
- jruby-9.0
- jruby-head
- rbx-3.26
- rbx-3.69
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: ruby-head-clang
- rvm: rbx-3.26
- rvm: rbx-3.69
before_install:
... | sudo: required
dist: trusty
language: ruby
before_install:
- sudo apt-get update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection
- sudo apt-get install -y gir1.2-tracker-0.16 libtracker-sparql-0.16-dev
- sudo apt-get --no-install-recommends install -y tracker
rvm:
- 2.3
- 2.4
- 2.... | Update set of Travis builds | Update set of Travis builds
| YAML | lgpl-2.1 | mvz/gir_ffi-tracker |
6c5728d4cf349fa54103f6e84ed1b620e99e9e82 | .travis.yml | .travis.yml | language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "0.10"
- "0.12"
- "iojs"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| language: node_js
notifications:
email:
on_success: never
on_failure: change
node_js:
- "0.12"
- "iojs"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| Remove node 0.10 from Travis | Remove node 0.10 from Travis
| YAML | mit | TypeStrong/ts-node,blakeembrey/typescript-node,TypeStrong/ts-node,blakeembrey/typescript-node,TypeStrong/ts-node,TypeStrong/ts-node |
6a6af2f4e7b042321d7cc3d39cb932a5245a1f14 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
| language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
| Add go 1.5 to CI run | Add go 1.5 to CI run
| YAML | mit | eapache/channels |
78e8dc862b1d882fb4427d4a034c88586dd6b6df | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: required
rvm:
- 2.3
- 2.4
- 2.5
notifications:
email:
recipients:
- fhir-testing-list@lists.mitre.org
on_failure: change
| language: ruby
cache: bundler
sudo: required
rvm:
- 2.3
- 2.4
- 2.5
notifications:
email:
recipients:
- fhir-testing-list@lists.mitre.org
on_failure: change
before_install: gem install bundler
| Update to new version of bundler every time due to ruby 2.5 issue. | Update to new version of bundler every time due to ruby 2.5 issue.
| YAML | apache-2.0 | fhir-crucible/crucible_smart_app,fhir-crucible/crucible_smart_app,fhir-crucible/crucible_smart_app,fhir-crucible/crucible_smart_app |
77efbc240851dbf134ff7f6922e9c28040c5fbac | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
install: pip install -e .[test]
script: nosetests --with-coverage --cover-package poff --cover-html --cover-branches
after_success:
# Only deploy coverage from 2.7
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then ./travis/deploy_coverage.sh --verbose; f... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
install: pip install -e .[test]
script: nosetests --with-coverage --cover-package poff --cover-html --cover-branches
after_success:
# Only deploy coverage from 2.7
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then ./travis/deploy_coverage.sh --verbose; f... | Disable email notifications of builds | Disable email notifications of builds
| YAML | mit | thusoy/poff,thusoy/poff,thusoy/poff |
21bd8d48e958d8a2dbcc397419431b0576d529f7 | .travis.yml | .travis.yml | sudo: required
language: ruby
rvm:
- 2.3.0
before_install:
- sudo apt-get update -qq
- sudo apt-get install build-essential cmake -y
- wget https://github.com/librsync/librsync/archive/v1.0.1.tar.gz
- tar -xzvf v1.0.1.tar.gz
- cd v1.0.1 && cmake . && make && sudo make install
- gem install bundler -v 1.12... | sudo: required
language: ruby
rvm:
- 2.3.0
before_install:
- sudo apt-get update -qq
- sudo apt-get install build-essential cmake libpopt-dev libbz2-dev -y
- wget https://github.com/librsync/librsync/archive/v1.0.1.tar.gz
- tar -xzvf v1.0.1.tar.gz
- cd librsync-1.0.1 && cmake . && make && sudo make install
... | Update packages and folder name | Update packages and folder name
| YAML | mit | daveallie/lib_ruby_diff,daveallie/lib_ruby_diff,daveallie/lib_ruby_diff |
8dab95d35fa7e697f95696b0635243a11c83db5e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.2"
before_install:
- wget http://www.us.apache.org/dist/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz -O kafka.tgz
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
- nohup bash -c "cd kafka && bin/zookeeper-server-start.sh config/zookeeper.properties &"
-... | language: node_js
node_js:
- "0.10"
- "4.2"
before_install:
- wget http://www.us.apache.org/dist/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz -O kafka.tgz
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
- nohup bash -c "cd kafka && bin/zookeeper-server-start.sh config/zookeeper.properties &"
-... | Increase startup sleep delays for Travis | Increase startup sleep delays for Travis
| YAML | mit | oleksiyk/kafka,hunterloftis/kafka |
801add39017a2f72ed8844b487f0b18f1950ef8d | .travis.yml | .travis.yml | language: php
dist: trusty
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.cache/composer/files
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
env: UPDATE_COVERAGE=1
- php: nightly
fast_finish: true
before_script:
- composer global require squizlabs/php_codesniffer
... | language: php
dist: trusty
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.cache/composer/files
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
env: UPDATE_COVERAGE=1
- php: 7.3
- php: nightly
fast_finish: true
before_script:
- composer global require squizlabs/php... | Add php 7.3 checks in | Add php 7.3 checks in
| YAML | mit | exussum12/coverageChecker,exussum12/coverageChecker |
badf3107c1b801d42e36be93cc639d1e7356f391 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit
| language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- hhvm
env:
global:
- setup=basic
matrix:
include:
- php: 5.5.9
env: setup=lowest
- php: 5.5.9
env: setup=stable
sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source... | Increase the Travis testing matrix, to include Illuminate 5.1 components | Increase the Travis testing matrix, to include Illuminate 5.1 components
This whole file was basically lifted from Laravel as is.
| YAML | mit | JosephSilber/bouncer,grantholle/bouncer |
4912bce475bdbf98c93ee565fdb4f618f01e080b | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-1.9.3-p551
- ruby-2.2.2
- jruby-1.7.11
- jruby-head
- rbx-2
install:
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.zip --quiet -O spec/dynamodb_temp.zip
- unzip -qq spec/dynamodb_temp.zip -d spec/DynamoDBLocal-latest
- rm spec/dynamodb_t... | language: ruby
rvm:
- ruby-2.0.0-p648
- ruby-2.1.10
- ruby-2.2.5
- ruby-2.3.1
- jruby-1.7.11
- jruby-head
- rbx-2
before_install: gem install bundler -v 1.12.5
install:
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.zip --quiet -O spec/dynamodb_temp.zip
- unzip -... | Stop testing 1.9.3 as long dead Ruby; Add testing for recently EOL'd ruby 2.0.0 Add testing for soon to be EOL'd 2.1.10 Update 2.2 testing to 2.2.5 Add 2.3.1 testing Lock version of bundler used for tests to 1.12.5 | Stop testing 1.9.3 as long dead Ruby;
Add testing for recently EOL'd ruby 2.0.0
Add testing for soon to be EOL'd 2.1.10
Update 2.2 testing to 2.2.5
Add 2.3.1 testing
Lock version of bundler used for tests to 1.12.5
| YAML | mit | Dynamoid/Dynamoid,Dynamoid/Dynamoid |
2d7862233e16fc162e945cc25407ce48ed638fc7 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: python
cache:
pip: true
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pipenv && pipenv install --dev --system
script:
- python manage.py test
- make flake8
notifications:
email: false
| sudo: false
dist: trusty
language: python
cache:
pip: true
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install pipenv && pipenv install --dev --system
script:
- python manage.py test
- make flake8
notifications:
email: false
| Add python 3.7 and 3.8 and remove tests for 3.4 | Feature: Add python 3.7 and 3.8 and remove tests for 3.4
| YAML | bsd-2-clause | pinry/pinry,lapo-luchini/pinry,lapo-luchini/pinry,pinry/pinry,lapo-luchini/pinry,pinry/pinry,pinry/pinry,lapo-luchini/pinry |
9f798c555fb6b9ebd20d66ffafed5a95cfa0a9c8 | .travis.yml | .travis.yml | language: objective-c
before_install:
- brew update
- brew uninstall xctool && brew install xctool
- gem install cocoapods -v "~> 0.26.2"
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: "make test"
notifications:
irc: "chat.freenode.net#cocode"
| language: objective-c
before_install:
- brew update
- brew uninstall xctool && brew install xctool
- gem install cocoapods -v "~> 0.27.1"
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: "make test"
notifications:
irc: "chat.freenode.net#cocode"
| Update cocoapods to hopefully fix tests | Update cocoapods to hopefully fix tests
| YAML | bsd-2-clause | royalwang/CCLDefaults,cocodelabs/CCLDefaults |
0aa50143e392424a0ce825f2b7cae1873e2668aa | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
before_install:
- gem update --system
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby-1.7.27
- jruby-9.1.16.0
- jruby-head
- rbx-3.100
matr... | language: ruby
dist: trusty
sudo: false
before_install:
- gem update --system
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- jruby-1.7.27
- jruby-9.1.16.0
- jruby-head
- rbx-3.100
mat... | Update to Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1. | Update to Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1.
| YAML | mit | tzinfo/tzinfo |
0c28117a1ed4ac79aca89bf9a8a05fcc927fb9ce | .travis.yml | .travis.yml | language: node_js
script: make test
before_deploy:
- npm-prepublish --verbose --lax
deploy:
provider: npm
email: "replace-with-email"
api_key:
secure: "replace-with-encrypted-api-key"
on:
all_branches: true
tags: true
repo: github/fetch
| language: node_js
script: make test
before_deploy:
- npm-prepublish --verbose --lax
deploy:
provider: npm
email: matt@mattandre.ws
api_key:
secure: ij7AZPB/atfHn/MJI9T6p/awg8zSrFL/FXMorfvSNZdCck8BTZaK1eiiC2Jg1ljZiIeRnc+EEpBWTc1yTLAQUF8dIXf3oyxdSXQzz4GiGHRgqi9vyvPyUXshsqdNY2WzO6lnKJ+XLDCCYyaHcFIBeqPqtYxPe5m8ck... | Add deploy with my npm account for now | Add deploy with my npm account for now
| YAML | mit | net-engine/fetch,rektide/fetch,jezell/fetch,steveluscher/fetch,chrisbaldwinj/fetch,jezell/fetch,radnor/fetch,colonsong/fetch,atma/fetch-compat,niftylettuce/fetch,slang800/fetch,rektide/fetch,slang800/fetch,camsong/fetch-ie8,kirill-konshin/fetch,SenecaSystems/fetch,tanzhihang/fetch,lagden/fetch,colonsong/fetch,ziir/fetc... |
f756358fb53f53deaf98db6604017fc151322b87 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install
script:
- yarn build
- yarn lint
#- yarn flow
- yarn test
# Install Now CLI on Travis
before_de... | language: node_js
node_js:
- "8"
cache:
yarn: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install
script:
- yarn build
- yarn lint
#- yarn flow
- yarn test
# Install Now CLI on Travis
before_de... | Remove unused deployments on now.sh | Remove unused deployments on now.sh
| YAML | mit | jkk/shinkgs,jkk/shinkgs |
a9df846b58aecc33a384a0c479aa91d9d33eaf67 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.2
script: Support/Scripts/objc-build-scripts/cibuild
| language: objective-c
osx_image: xcode7.2
script: Support/Scripts/objc-build-scripts/cibuild
env:
global:
- FRAMEWORK_NAME=MagicalRecord
before_install:
- brew update
- brew install carthage
before_script:
# bootstrap the dependencies for the project
# you can remove if you don't have dependencies
- car... | Configure TravisCI to build a carthage archive | Configure TravisCI to build a carthage archive
| YAML | mit | simoncoulton/MagicalRecord,simoncoulton/MagicalRecord,spex-app/MagicalRecord,spex-app/MagicalRecord,yiplee/MagicalRecord,pronebird/MagicalRecord,spex-app/MagicalRecord,pronebird/MagicalRecord,yiplee/MagicalRecord |
c5e2017f6db097898cd81dc3ef7e9b8bcff72492 | stack.yaml | stack.yaml | flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-7.7
| flags: {}
packages:
- '.'
- location:
git: https://github.com/adscib/haskell-chart
commit: 021e5b2ce5b0ddb7c8a71569f8708330068fbf4a
subdirs:
- chart
extra-dep: true
extra-deps: []
resolver: lts-7.7
| Switch to a custom version of chart | Switch to a custom version of chart
| YAML | mit | adscib/monad-bayes,adscib/monad-bayes |
a2bdfbb6d18135aa010bbe42e5033cacd8a4398f | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "4"
- "6"
- "7"
- "8"
- "9"
after_script: "cat ./build/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
| language: "node_js"
node_js:
- "4"
- "6"
- "7"
- "8"
- "9"
- "10"
after_script: "cat ./build/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
| Add support/testing for Node 10 | Chore: Add support/testing for Node 10
| YAML | mit | platinumazure/eslint-plugin-qunit |
9234f269a59efc85d9a793f05d2c7e70b8cfd415 | .travis.yml | .travis.yml | language: php
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer install --no-interaction --prefer-dist
script: m... | language: php
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- nightly
cache:
directories:
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini || true
before_script:
- travis_retry c... | Disable Xdebug as early as possible | Enhancement: Disable Xdebug as early as possible
| YAML | mit | stof/Faker,localheinz/Faker,matriphe/Faker |
939be5fabe8c8ed8fcb334b07c84349f99cb0e59 | .travis.yml | .travis.yml | language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux... | language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux... | Switch back to offical Python 3.7 build | Switch back to offical Python 3.7 build
It appears that Python 3.7 use in Travis-CI is finally
fixed. However, it requires use of xenial distribution
and sudo: true. Those have now been added to the matrix.
| YAML | bsd-2-clause | etingof/pyasn1 |
e6a5fe6fa8d36123dba05516530118bb27aeaee8 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.5.11
- DJANGO_VERSION=1.6.8
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.9.9
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.7.8
- python: "2.6"
env... | language: python
python:
- "2.6"
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.5.11
- DJANGO_VERSION=1.6.8
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.9.9
- DJANGO_VERSION=1.10.2
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.7.8
-... | Add Django 1.10 to Travis | Add Django 1.10 to Travis
| YAML | mit | mbourqui/django-publications-bootstrap,lucastheis/django-publications,lucastheis/django-publications,mbourqui/django-publications-bootstrap,mbourqui/django-publications-bootstrap |
6e5522f29ea95697166c500152c90b2292946a22 | .travis.yml | .travis.yml | before_script:
- sudo apt-get update
- sudo apt-get install gccxml
- gem uninstall -a --force gccxml_gem
- gem install gccxml_gem --platform ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
| before_script:
- sudo apt-get update
- sudo apt-get install gccxml
- gem uninstall -a --force gccxml_gem
- gem install gccxml_gem --platform ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- ruby-head
| Update Ruby build matrix on Travis | Update Ruby build matrix on Travis
| YAML | mit | jasonroelofs/rbplusplus,jasonroelofs/rbplusplus,jasonroelofs/rbplusplus,jasonroelofs/rbplusplus |
e6d8e19b9996498c11ff01208873ccb201967323 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
install:
- yarn install --no-lockfile
- yarn global add istanbul coveralls
| Install using Yarn at Travis CI. | Install using Yarn at Travis CI.
| YAML | mit | bigeasy/cliffhanger |
5c09ff95de13cb4cbe676522b70a8f6a88850e28 | .travis.yml | .travis.yml | sudo: required
language: node_js
node_js:
- "lts/*"
services:
- docker
branches:
only:
- master
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y fontforge openjdk-8-jre libbatik-java autoconf libtool pkg-config nasm build-essential
install:
- npm install
script:
- npm run deploy
deploy... | sudo: required
language: node_js
node_js:
- "lts/carbon"
services:
- docker
branches:
only:
- master
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y fontforge openjdk-8-jre libbatik-java autoconf libtool pkg-config nasm build-essential
install:
- npm install
script:
- npm run deploy
d... | Fix LTS NodeJS version to 8.x | Fix LTS NodeJS version to 8.x
| YAML | mit | julianxhokaxhiu/julianxhokaxhiu.com,julianxhokaxhiu/julianxhokaxhiu.com |
c48c4e292743892667892469c59e7963dcc754ca | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '12'
install:
- npm ci
| language: node_js
node_js:
- '12'
install:
- npm ci
| Remove a deprecated sudo key | Travis: Remove a deprecated sudo key
| YAML | mit | mgol/jquery.classList |
3c460d2ca5bb7a96560925d784edc484ff804264 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.2
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- if test -z $(brew list | grep -i carthage); then brew install carthage; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=... | language: objective-c
osx_image: xcode7.2
cache:
directories:
- vendor/bundle
- Pods
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- if test -z $(brew list | grep -i carthage); then brew install carthage; fi
- export LANG=en_US.UTF-8
install:
- bundle install --w... | Enable Bundler and CocoaPods caching on Travis CI | Enable Bundler and CocoaPods caching on Travis CI
| YAML | mit | bcylin/QuickTableViewController,bcylin/QuickTableViewController,bcylin/QuickTableViewController |
42fedb697d47e4c3657238e48d1098d5c18e7286 | .travis.yml | .travis.yml | language: php
branches:
# Only test the master branch and SemVer tags.
only:
- master
- /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
php:
- 5.4
- 5.5
- 5.6
- 7.0
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script:
- composer install
script:
- vendor/... | language: php
branches:
# Only test the master branch and SemVer tags.
only:
- master
- /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
php:
- 7.0
- 5.6
- 5.5
- 5.4
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script:
- composer install
script:
- vendor/... | Change order of tests. Do php 7.0 first, and linting last. | Change order of tests. Do php 7.0 first, and linting last.
| YAML | mit | consolidation-org/output-formatters |
6d470837c0ffe8e5438913b40b5b5984157def77 | .travis.yml | .travis.yml | ---
dist: trusty
language: node_js
node_js:
- "lts/*"
sudo: required
services:
- redis-server
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
- $HOME/sockethub
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
before_install:
- npm config set spin false
install:
... | ---
dist: trusty
language: node_js
node_js:
- "lts/*"
sudo: required
services:
- redis-server
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
- $HOME/sockethub
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
before_install:
- npm config set spin false
install:
... | Use Sockethub master from GitHub | Use Sockethub master from GitHub
| YAML | mpl-2.0 | 67P/hyperchannel,67P/hyperchannel |
1ab8527ab22f211a7491fd5d0fc86c83b2059995 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
git:
submodules: false
before_install: git submodule update --init --recursive
env: GRADLE_OPTS="-Xms1g -Xmx3g"
install: ./gradlew setupCIWorkspace
script: ./gradlew build
notifications:
email: false
| sudo: false
language: java
jdk:
- oraclejdk8
git:
submodules: false
before_install: git submodule update --init --recursive
env: GRADLE_OPTS="-Xms1g -Xmx3g"
install: ./gradlew setupCIWorkspace
script: ./gradlew build
notifications:
email: false
| Remove older JDKs from Travis | Remove older JDKs from Travis
| YAML | mit | kenzierocks/SpongeVanilla,DDoS/SpongeVanilla,DDoS/SpongeVanilla,kenzierocks/SpongeVanilla |
d4a9dc2697f7a910e810ddf994a0e2e173562bcc | .travis.yml | .travis.yml | language: android
android:
components:
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-google-m2repository
- ext... | language: android
android:
components:
- tools # to get the new `repository-11.xml`
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-google-m2repository
- ext... | Add debugging info to the build | Add debugging info to the build
| YAML | mit | NineWorlds/serenity-android,kingargyle/serenity-android,NineWorlds/serenity-android,kingargyle/serenity-android,kingargyle/serenity-android,NineWorlds/serenity-android |
a61e3c37efb9326e29bd4ebbd6a3808ae18696e3 | .travis.yml | .travis.yml | #This file is generated by ModuleSync, do not edit.
---
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
include:
- rvm: 2.1.6
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
script: bundle ex... | #This file is generated by ModuleSync, do not edit.
---
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
include:
- rvm: 2.1.6
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
script: bundle ex... | Remove support for furure parser as it is only applies to version 3 | Remove support for furure parser as it is only applies to version 3
| YAML | apache-2.0 | rehanone/puppet-git |
f2b94d5e56d2ee8abb2f742701e202c07ce7c67e | .travis.yml | .travis.yml | language : node_js
node_js :
- "0.12"
- "4"
- "5"
- "6"
python:
- "2.7"
before_install:
- sudo apt-get update -y -qq
- sudo apt-get install -y graphviz plotutils imagemagick
- sudo pip install image scruffy
- npm install -g npm
before_script :
- npm install -g grunt-cli
| language : node_js
node_js :
- "4"
- "5"
- "6"
- "7"
python:
- "2.7"
before_install:
- sudo apt-get update -y -qq
- sudo apt-get install -y graphviz plotutils imagemagick
- sudo pip install image scruffy
- npm install -g npm
before_script :
- npm install -g grunt-cli
| Remove Node.js 0.12, add Node.js 7 from CI build | Remove Node.js 0.12, add Node.js 7 from CI build | YAML | mit | prantlf/grunt-scruffy |
fd691cf5e97cf8e131a3f368dfbe6389ba9b0ebd | .travis.yml | .travis.yml | language: php
sudo: false
dist: trusty
cache:
directories:
- $HOME/.composer/cache
install: composer install
matrix:
include:
-
php: 7.1
-
php: nightly
allow_failures:
- php: nightly
script:
- vendor/bin/phpunit
| language: php
sudo: false
dist: trusty
cache:
directories:
- $HOME/.composer/cache
install: composer install
matrix:
include:
-
php: 7.1
-
php: nightly
allow_failures:
- php: nightly
script:
- vendor/bin/phpunit
- vendor/bin/phpspec run
| Add phpspec run in Travis CI | Add phpspec run in Travis CI
| YAML | mit | zlikavac32/php-enum |
e0618e6126e793ce1a65be2b4af38dfc57e0d425 | .travis.yml | .travis.yml | before_install:
- sudo add-apt-repository --yes ppa:boost-latest/ppa
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
install:
- sudo apt-get install -qq libboost1.55-all-dev gcc-4.8 g++-4.8 clang-3.4 ninja-build
language: cpp
compiler: clang
before_script:
- mkdir bu... | before_install:
- sudo add-apt-repository --yes ppa:boost-latest/ppa
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
install:
- sudo apt-get install -qq libboost1.55-all-dev
- sudo apt-get install -qq gcc-4.8 g++-4.8
- sudo apt-get install -qq clang-3.4
language: cpp... | Revert "Switch to ninja build system." | Revert "Switch to ninja build system."
This reverts commit 40ccdd46d8d2587c0ef3bd3fba3c6ff4b8820e5f.
| YAML | bsd-2-clause | fire/tinch_pp,fire/tinch_pp |
a24772d2e2d85ac875d89887bc08f56c9717a391 | .travis.yml | .travis.yml | language: dart
dart:
- dev
- stable
dart_task:
- test
- dartfmt
- dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
| language: dart
dart:
- dev
dart_task:
- test
- dartfmt
- dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
| Stop running Travis on Stable | Stop running Travis on Stable | YAML | bsd-3-clause | dart-lang/http2 |
5f0c01bc05f5cb902e96611b881e53b7d82e9be2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
# Install Sublime Text 2
# http://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2
- sudo add-apt-repository ppa:webupd8team/sublime-text-2 -y
- sudo apt-get update
- sudo apt-get install sublime-text -y
- sudo ln -s /usr/bin/subl /usr/bin/sublime_t... | language: python
python:
- "2.7"
install:
# Install Sublime Text 2
# http://askubuntu.com/questions/172698/how-do-i-install-sublime-text-2
- sudo add-apt-repository ppa:webupd8team/sublime-text-2 -y
- sudo apt-get update
- sudo apt-get install sublime-text -y
- sudo ln -s /usr/bin/subl /usr/bin/sublime_t... | Revert "Attempting to start sublime_text in parallel" | Revert "Attempting to start sublime_text in parallel"
This reverts commit 18e1427217e540511aef488bfd8af6c6757a13b7.
| YAML | unlicense | twolfson/sublime-plugin-tests,twolfson/sublime-plugin-tests |
ec85607b715a83bf258da6cc072db9d9529f97af | .travis.yml | .travis.yml | sudo: required
language: python
jdk: openjdk8
services:
- docker
python:
- "3.6"
cache: pip
matrix:
fast_finish: true
env:
- FLAGS="-a star" INST=nt NXF_VER=0.27.6
- FLAGS="-a star" INST=nt
- FLAGS="-a star -s" INST=nts
- FLAGS="-a hisat2" INST=nt NXF_VER=0.27.6
- FLAGS="-a hisat2" INST=nt
- FLAGS="-... | sudo: required
language: python
jdk: openjdk8
services:
- docker
python:
- "3.6"
cache: pip
matrix:
fast_finish: true
env:
- FLAGS="-a star" INST=nt NXF_VER=0.27.6
- FLAGS="-a star" INST=nt
- FLAGS="-a star -s" INST=nts
- FLAGS="-a hisat2" INST=nt NXF_VER=0.27.6
- FLAGS="-a hisat2" INST=nt
- FLAGS="-... | Build the reference genome first | Build the reference genome first
| YAML | mit | ewels/NGI-RNAseq,ewels/NGI-RNAseq,ewels/NGI-RNAseq,ewels/NGI-RNAseq,ewels/NGI-RNAseq |
6fa36c56719f60608c873dfb2a91d7bb96f10afb | .travis.yml | .travis.yml | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache/files
env:
global:
- TEST_COMMAND="./vendor/bin/phpunit"
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
env:
- EXECUTE_CS_CHECK=true
- php: 7
env:
- EXECUTE_COVERAGE=true
-... | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache/files
env:
global:
- TEST_COMMAND="./vendor/bin/phpunit"
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
env:
- EXECUTE_CS_CHECK=true
- php: 7
env:
- EXECUTE_COVERAGE=true
-... | Disable XDebug when not needed | Disable XDebug when not needed | YAML | mit | woohoolabs/yang |
3ab02347d81c4ce82332b560b1b9eac869821eee | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode12.2
env:
global:
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
- OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
be... | language: objective-c
osx_image: xcode12.4
env:
global:
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
- OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
be... | Update the Travis build to the version supported by the RubyMotion-TravisCI.pkg REALLY THIS TIME. (Please let Travis' docs be out of date, because they say 12.2 is most recent...) | Update the Travis build to the version supported by the RubyMotion-TravisCI.pkg REALLY THIS TIME.
(Please let Travis' docs be out of date, because they say 12.2 is most recent...)
| YAML | mit | mattgreen/motion-sqlite3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.