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 |
|---|---|---|---|---|---|---|---|---|---|
67bcaa46b32819208d7f67e699823c1d8ff4b449 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install: gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3O... | language: objective-c
osx_image: xcode7.2
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install: gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI... | Use the Travis Xcode 7.2 image | Use the Travis Xcode 7.2 image
| YAML | mit | dclelland/AudioKit,laurentVeliscek/AudioKit,dclelland/AudioKit,catloafsoft/AudioKit,dclelland/AudioKit,narner/AudioKit,narner/AudioKit,dclelland/AudioKit,roecrew/AudioKit,laurentVeliscek/AudioKit,roecrew/AudioKit,roecrew/AudioKit,narner/AudioKit,narner/AudioKit,catloafsoft/AudioKit,laurentVeliscek/AudioKit,catloafsoft/... |
60b4c072379bfe5e613ee81c3119d5ddca1ab370 | .travis.yml | .travis.yml | sudo: false
language: java
node_js:
- "0.10"
before_script:
- cd www
- npm install -g bower
- rm -rf /home/travis/.npm/*
- npm install
- bower install -f
- cd ..
script: gradle build
notifications:
email:
recipients:
- os-v20-devs@krishagni.com
on_success: always
on_failure: always... | language: java
node_js:
- "0.10"
before_script:
- cd www
- npm install -g bower
- npm install
- bower install -f
- cd ..
script: gradle build
notifications:
email:
recipients:
- os-v20-devs@krishagni.com
on_success: always
on_failure: always
branches:
only:
- OS_v20
| Move back build to pre-container infra | Move back build to pre-container infra
| YAML | bsd-3-clause | krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen |
8566aa3778a99dfd1d473c17302c9cf0d5a43702 | .travis.yml | .travis.yml | cache: bundler
language: ruby
rvm:
- '2.1'
# < 1.7.14
- 'jruby-1.7.13'
# >= 1.7.14
- 'jruby-1.7.14'
sudo: false
| cache: bundler
language: ruby
rvm:
- '2.1'
# < 1.7.14
- 'jruby-1.7.13'
# >= 1.7.14
- 'jruby-1.7.14'
sudo: false
addons:
postgresql: '9.3'
| Set postgres version for Travis to 9.3 | Set postgres version for Travis to 9.3
MSP-12540
| YAML | bsd-3-clause | rapid7/metasploit-model,rapid7/metasploit-model,rapid7/metasploit-model |
28a9e730b076ca598162a7699380ce3fb2b47095 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
cache:
pip: true
directories:
- $HOME/.gimme
- $HOME/.imageio
before_install:
- gimme 1.6
- export GOROOT="$HOME/.gimme/versions/go1.6.linux.amd64"
- export GOPATH="$HOME/.gimme/versions/go1.6.linux.amd64/bin:$TRAVIS_BUILD_DIR"
- $HOME/.gimme/versions/go1.6.linux.amd64... | language: python
# python:
# - "3.7"
# Workaround for Python 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
cache:
pip: true
directories:
- $HOME/.gimme
- $HOME/.imageio
before_install:
- gimme 1.6
- export GOROOT="$HOME/.g... | Update Travis CI Python version to 3.7 using workaround | Update Travis CI Python version to 3.7 using workaround
https://github.com/travis-ci/travis-ci/issues/9815 | YAML | mit | Harmon758/Harmonbot,Harmon758/Harmonbot |
e064767e3940fdee3588bce316315f2fca3bcb84 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=^4
- SYMFONY_VERSION=^5
- SYMFONY_VERSION=dev-master
before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
- composer require symfony/css-selector:${SYMFONY_VERSION}
script: vendor/bin/phpunit --... | language: php
php:
- 7.4
- 8.0
- 8.1
env:
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.4.*
- SYMFONY_VERSION=6.0.*
- SYMFONY_VERSION=dev-master
before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
- composer require symfony/css-selector:${SYMFONY_VERSION}
script: vendor/bin/phpu... | Update Travis test matrix to supported PHP and Sf versions | Update Travis test matrix to supported PHP and Sf versions
| YAML | mit | wasinger/htmlpagedom,wasinger/htmlpagedom |
9ad627bf9eef01be36c6033b5d2fedeb5e7ccfbf | .travis.yml | .travis.yml | 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 bash -c 'for dir in prolific.*; do (cd $dir && [ ! -e package.json ] && true || { [ ! -e skip ] && npm test; }) || ex... | language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- for dir in mingle.*; do (cd $dir && [ -e package.json ] && npm install --no-save --no-package-lock || true); done && git checkout .
- npm install -g nyc prove
script:
- nyc bash -c 'for dir in proli... | Install module dependencies at Travis CI. | Install module dependencies at Travis CI.
| YAML | mit | bigeasy/prolific,bigeasy/prolific |
2898ff684b37302afaf7027dccb4efddb3ed149d | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
python:
- "3.5"
addons:
postgresql: "9.4"
services:
- postgresql
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATABASE_URL="postgis://postgres@localhost:5432/travis_ci_test"
- AZUREAD_AUTHORITY="ht... | sudo: false
language: python
cache: pip
dist: trusty
python:
- 3.5
services:
- postgresql
addons:
postgresql: 9.5
apt:
packages:
- postgresql-9.5-postgis-2.3
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATABASE_URL="post... | Update Travis config (use PG 9.5). | Update Travis config (use PG 9.5).
| YAML | apache-2.0 | parksandwildlife/oim-cms,rockychen-dpaw/oim-cms,rockychen-dpaw/oim-cms,rockychen-dpaw/oim-cms,scottp-dpaw/oim-cms,scottp-dpaw/oim-cms,scottp-dpaw/oim-cms,parksandwildlife/oim-cms,parksandwildlife/oim-cms |
81ce6021d1434469c30abbf1e10ab9547f3433f3 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
sudo: false
addons:
apt:
packages:
- libqt4-dev
- libqt4-private-dev
- libev-dev
before_install:
- git submodule update --init --recursive
script:
- ./build.sh
| language: cpp
sudo: required
dist: trusty
env:
- QT_SELECT=4
- QT_SELECT=5
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq -y install libqt4-dev libqt4-private-dev qtbase5-dev qtbase5-private-dev qtchooser libev-dev
- git submodule u... | Use both Qt 4 and 5 | Use both Qt 4 and 5
| YAML | mit | sjinks/qt_eventdispatcher_libev,sjinks/qt_eventdispatcher_libev,sjinks/qt_eventdispatcher_libev |
ce5cf8c8107d877d3787cb804f730257ffddf8df | .travis.yml | .travis.yml | language: rust
rust:
- stable
sudo: false
notifications:
email:
on_success: never
on_failure: always
addons:
apt:
packages:
- portaudio19-dev
script:
- cargo build
- cargo test
- cargo doc --no-deps
- "rustdoc --test README.md -L target/debug -L targe... | language: rust
rust:
- stable
sudo: false
notifications:
email:
on_success: never
on_failure: always
addons:
apt:
packages:
- expect
- portaudio19-dev
script:
- cargo build
- cargo test
- cargo doc --no-deps
- "rustdoc --test README.md -L ... | Add expect for doc upload | Add expect for doc upload
| YAML | mit | mvdnes/portaudio-rs |
b91cc0b204d8ec1f711d762dbe21277756740495 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
script: ./node_modules/jake/bin/cli.js test --trace
| language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- npm update -g npm
script: ./node_modules/jake/bin/cli.js test --trace
| Update NPM for Travis in Node v0.8 | Update NPM for Travis in Node v0.8
| YAML | apache-2.0 | jakejs/jake,mde/utilities,jakejs/jake |
ace62ce5ec54086eae12de5bb86f32425b40fa45 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
install... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
install:
- gem in... | Update config for cocoapods and set project for Example | Travis: Update config for cocoapods and set project for Example
| YAML | mit | dannys42/DSPaths |
f9479b9af38ceddb2e3b065cf03a0be307738725 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-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-1604
- INSTANCE=defaul... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-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-1604
- INSTANCE=defaul... | Remove fedora testing for now | Remove fedora testing for now
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | popsikle/ssh_known_hosts,popsikle/ssh_known_hosts,opscode-cookbooks/ssh_known_hosts,chef-cookbooks/ssh_known_hosts |
dc50a4c58f65d94a6143827effd98a1ceb6efcff | .travis.yml | .travis.yml | dist: bionic
language: minimal
services:
- docker
addons:
apt:
packages:
- docker-ce
script:
- make docker-build
deploy:
- provider: script
script: make docker-push
- provider: heroku
app: ifconfig-co
api_key:
secure: IQG/ls5Zu0yua5Ynn5EL9JCPjo1/WcmS0z7BSaXWdgW+JIWFm7oF5z54bUZH... | dist: bionic
language: minimal
services:
- docker
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Op... | Use another way to get latest docker on Travis | Use another way to get latest docker on Travis
| YAML | bsd-3-clause | martinp/ifconfigd,martinp/ifconfigd,martinp/ifconfig,martinp/ifconfig,martinp/ipd,martinp/ipd |
b8f748078353969d17bc1f9ee916b6a8b027c9e5 | .travis.yml | .travis.yml | language:
- python
python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gfortran libatlas-base-dev
- sudo apt-get install -qq python-numpy python-scipy
install:
- pip install nose scipy --use-mirrors
... | language:
- python
python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gfortran libatlas-base-dev
- sudo apt-get install -qq python-numpy python-scipy
install:
- pip install nose scipy --use-mirrors
... | Install 'readability' explicitly for TravisCI | Install 'readability' explicitly for TravisCI
| YAML | apache-2.0 | miso-belica/sumy,miso-belica/sumy |
50f36a128589f90a3c42bf74c8fae4585a772bed | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
after_script:
- npm run coveralls
| language: node_js
node_js:
- "0.10"
after_script:
- npm run coveralls
| Use string for Travis Node version | Use string for Travis Node version
| YAML | mit | fegemo/bespoke-scale,bespokejs/bespoke-scale,ursupolar/bespoke-scale,mojavelinux/bespoke-scale,fegemo/bespoke-scale,markdalgleish/bespoke-scale,mojavelinux/bespoke-scale,ursupolar/bespoke-scale |
49c2221daa32109e646ed5874422a99e8886f96e | .travis.yml | .travis.yml | services:
- elasticsearch
env:
- PLATFORM=centos-6
- PLATFORM=centos-7
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=ubuntu-precise
- PLATFORM=ubuntu-trusty
sudo: true
install:
- curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe
# Wait for Elasticsearch ... | services:
- elasticsearch
env:
- PLATFORM=centos-6
- PLATFORM=centos-7
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=ubuntu-precise
- PLATFORM=ubuntu-trusty
sudo: true
install:
- curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe
# Wait for Elasticsearch ... | Debug Elasticsearch connection on Travis CI. | Debug Elasticsearch connection on Travis CI.
| YAML | mit | abtpeople/ansible-elasticsearch_api,aloysius-lim/ansible-elasticsearch_api,abtpeople/ansible-elasticsearch_api,aloysius-lim/ansible-elasticsearch_api |
0177d95c5d73d2fc7cbd5fc470621ecc898e1298 | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
before_install:
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-1.7.27
- jruby-9.1.13.0
- jruby-head
- rbx-3.86
matrix:
allow_failures:
- rvm: ru... | language: ruby
dist: trusty
sudo: false
before_install:
- [[ $TRAVIS_RUBY_VERSION = rbx-3.86 ]] && gem update --system 2.6.14
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-1.7.27
- jruby-9.1.... | Downgrade to RubyGems 2.6.14 for Rubinius. | Downgrade to RubyGems 2.6.14 for Rubinius.
RubyGems 2.7.1 causes a 'Missing or uninitialized constant:
Bundler::Deprecate' error with rbx 3.86.
https://travis-ci.org/tzinfo/tzinfo/jobs/297722755
| YAML | mit | tzinfo/tzinfo |
f010d30af70738bc7edcb7e9a1941954f37157f4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
addons:
code_climate:
repo_token: 32699e05aed21bd9026b065e349447cdc048df7be29d8d28a6ca1f6e328f7ff3
| language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- ruby-head
- jruby-head
before_install: gem install bundler -v 1.10.6
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
addons:
code_climate:
repo_token: 32699e05aed21bd9026b065e349447cdc048df7be29d8d28a6ca1f6e328f7ff3
| Test against more ruby versions | Test against more ruby versions
| YAML | mit | sagmor/yaks-syro,sagmor/yaks-syro |
12cc68f88e826091ed84556f93758929862aebc7 | .travis.yml | .travis.yml | # stats available at
# https://travis-ci.org/fancycode/pylzma
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- "nightly"
install:
- wget --no-check-certificate -O tests/data/ux.stackexchange.com.7z https://archive.org/download/stackexchange/ux.stackexchange.com.7z
scrip... | # stats available at
# https://travis-ci.org/fancycode/pylzma
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- "nightly"
env:
- CC=/usr/lib/ccache/gcc CXX=/usr/lib/ccache/g++
addons:
apt:
packages:
- ccache
cache:
directories:
- $HOME/.ccache
install:
... | Use ccache to speed up compilation. | Use ccache to speed up compilation.
| YAML | lgpl-2.1 | fancycode/pylzma,fancycode/pylzma,fancycode/pylzma,fancycode/pylzma |
11ed172ef9255c9d6e7e31f93e9b6de8e36f7348 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements-dev.txt"
# command to run tests
script:
- nosetests
- nosetests --with-coverage
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- travis_retry pip install -r requirements-dev.txt
# unicode bug with coverage on python 3.2, must use coverage 3.7.1
# https://bitbucket.org/ned/coveragepy/issues/407/... | Use coverage version 3.7.1 for Python 3.2 on TravisCI | Use coverage version 3.7.1 for Python 3.2 on TravisCI
| YAML | mit | robodair/pydocstring |
459e2a54367ff8e4b976d3b852191935ec74f0b9 | .travis.yml | .travis.yml | language: node_js
node_js:
- node
cache: yarn
deploy:
provider: npm
email: jamie@jamieconnolly.com
api_key:
secure: OSBoCPEsY2/K+REn2NAdwphUe8wW9vc8F3CrlcN0vbUqyp341tC3U0BQP1rGl3xQqSDsRPbhqwaXISd9yDJuM1rcCPUL/xsjZ5VdATdjNrNIGxD3BXon8csNHLgtuFE0XKv2k4Fk148qtRmP65dXvObkJuTJaQvXXtC3b+cMInktoC3Yi5plNe25dD3a7... | language: node_js
node_js:
- node
cache: yarn
deploy:
provider: npm
email: ${NPM_EMAIL}
api_key: ${NPM_TOKEN}
on:
branch: master
repo: ${TRAVIS_REPO_SLUG}
tags: true
| Use environment variables for npm publishing | :construction_worker: Use environment variables for npm publishing
| YAML | mit | jamieconnolly/eslint-config |
985befd54b845b4871955c31f6ee26ebc5c0259b | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.2
xcode_project: TipCalculator.xcodeproj
xcode_scheme: TipCalculator
xcode_sdk: iphonesimulator9.2
before_install:
- brew update
- brew install swiftlint
- swiftlint lint | language: objective-c
osx_image: xcode7.2
xcode_project: TipCalculator.xcodeproj
xcode_scheme: TipCalculator
xcode_sdk: iphonesimulator9.2
before_install:
- brew update
- brew install swiftlint
- swiftlint lint
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/705b3f17ce883f82dd72
... | Add Travis webhook for Gitter | Add Travis webhook for Gitter
| YAML | mit | heshamMassoud/tip-calculator |
71defa0d6c907815ae8c7dc386db843950794b3e | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
before_install:
- carthage bootstrap --verbose
script:
- xcodebuild clean build test -project SwiftyJSONModel.xcodeproj -scheme SwiftyJSONModel -destination 'platform=iOS Simulator,name=iPhone 6'
notifications:
email: true
| language: objective-c
osx_image: xcode8
before_install:
- carthage bootstrap --verbose
script:
- open -a "simulator" --args -CurrentDeviceUDID A84965FC-070D-4EAF-83E8-84FFE99F5866
- xcodebuild clean build test -project SwiftyJSONModel.xcodeproj -scheme SwiftyJSONModel -destination 'platform=iOS Simulator,name=i... | Make sure to open simulator before running the build | Make sure to open simulator before running the build
| YAML | mit | alickbass/SwiftyJSONModel,alickbass/SwiftyJSONModel |
b9dd3a80634d9e43e9fdaa6daf18d5cce2f5f0ea | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.1
language: objective-c
xcode_sdk: iphonesimulator10.1
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
xcode_sdk: iphonesimulator10.0
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# ... | Update Travis CI with supported values. | Update Travis CI with supported values.
| YAML | mit | pascaljette/GearDateTime,pascaljette/GearDateTime,pascaljette/GearDateTime |
c136cf3306bb8c76566906318342b3df347a05e2 | .travis.yml | .travis.yml | ---
language: java
env:
- MAVEN_VERSION=3.0.5
- MAVEN_VERSION=3.1.1
- MAVEN_VERSION=3.2.5
- MAVEN_VERSION=3.3.9
install:
- "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}"
- "./mvnw --show-version --errors --batch-mode test-compile dependency:go-offline"
script:
- "./mvnw --show-version --errors... | ---
language: java
env:
- MAVEN_VERSION=3.0.5
- MAVEN_VERSION=3.1.1
- MAVEN_VERSION=3.2.5
- MAVEN_VERSION=3.3.9
install:
- "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}"
- "./mvnw --show-version --errors --batch-mode test-compile dependency:go-offline"
script:
- "./mvnw --show-version --errors... | Exclude jdk 6 with Maven 3.3.9 cause Maven 3.3.9 is JDK7 minimum. | Exclude jdk 6 with Maven 3.3.9 cause
Maven 3.3.9 is JDK7 minimum.
| YAML | apache-2.0 | mojohaus/templating-maven-plugin |
0d66b37da16f6f4f837b9e14cd5bab1f1d7c7477 | .travis.yml | .travis.yml | ---
sudo: required
language: python
# Currently failing with Python3.
python: 2.7
cache: pip
services:
- docker
branches:
only:
- travis-experiments
- dev
- customized
# Manual build matrix.
# See https://github.com/travis-ci/travis-ci/issues/1519
env:
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=default
- M... | ---
sudo: required
language: python
# Currently failing with Python3.
python: 2.7
cache: pip
services:
- docker
branches:
only:
- travis-experiments
- dev
- customized
# Manual build matrix.
# See https://github.com/travis-ci/travis-ci/issues/1519
env:
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=default
- M... | Remove `--pre` flag for `molecule` installation | Remove `--pre` flag for `molecule` installation
Molecule `2.20.1` installs on Python2.7 now.
Using `--pre` is resulting in Ansible 2.8-devel, and Molecule currently
doesn't work well with Ansible 2.8-devel.
See https://github.com/ansible/molecule/issues/1727
| YAML | mit | kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm |
734e8cc966ec50482137375e4f87c26dc5b03aff | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
addons:
postgresql: "9.3"
bundler_args: "--without development:production --deployment"
cache: bundler
before_install:
- gem install coveralls
- gem install scss-lint
before_script:
- psql -c 'create database coursemolo... | language: ruby
rvm:
- 2.1.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
addons:
postgresql: "9.3"
bundler_args: "--without development:production --deployment"
cache: bundler
before_install:
- gem install coveralls
- gem install scss-lint
before_script:
- psql -c 'create database coursemolo... | Set up the database before running any tests. | Set up the database before running any tests.
| YAML | mit | Coursemology/coursemology2,Coursemology/coursemology2,harryggg/coursemology2,xzhflying/coursemology2,xzhflying/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,harryggg/coursemology2,xzhflying/coursemology2,BenMQ/coursemology2,cysjonathan/coursemology2,harryggg/coursemology2,Coursemology/coursemology... |
f3dcb67a550194bc0b532670f3145049b7a28bf1 | .travis.yml | .travis.yml | language: node_js
node_js:
- '7'
- '6'
- '4'
cache:
directories:
- node_modules
| language: node_js
node_js:
- '7'
- '6'
cache:
directories:
- node_modules
| Remove test for node v4 | Remove test for node v4
| YAML | mit | kawaz/unbreaker |
14973240d1dabe7a26fcf17035df293241122b09 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
# gearman
- sudo apt-get remove gearman-job-server
- sudo apt-get install gearman-job-server libgearman-dev
- printf "\n"| pecl install gearman-1.0.3
## Composer
- composer self-update
- composer install --prefer-source --no-interaction ... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
install:
# gearman
- sudo apt-get remove gearman-job-server
- sudo apt-get install gearman-job-server libgearman-dev
- printf "\n"| pecl install gearman-1.0.3
## Composer
- composer self-update
- composer install --prefer-source --no-interaction --dev
... | Install all the things within install section | Fix: Install all the things within install section
| YAML | mit | localheinz/gearman |
2a9d554a918375b5e8b881a956b3df4dfe373ef4 | .travis.yml | .travis.yml | language: c
install: sudo apt-get install cmake
compiler: clang
script:
- cmake CMakeLists.txt
- make
- make test | language: c
install: sudo apt-get install cmake
compiler: clang
script:
- cmake CMakeLists.txt
- make
- make test
- ./8080_Emulator | Add one more test to Travis config | Add one more test to Travis config
| YAML | mit | TheLocust3/Intel-8080-Emulator,TheLocust3/Intel-8080-Emulator |
25a9d381ab5e2f19cf3dd762ae64a884ac05a0b6 | .travis.yml | .travis.yml | language: csharp
solution: src/SME.sln
install:
- nuget restore src/SME.sln
script:
- xbuild /p:Configuration=Release src/SME.sln
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release" && mono ./src/Examples/ColorBin/bin/Release/ColorBin.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release" && ... | language: csharp
solution: src/SME.sln
install:
- apt get install ghdl
- nuget restore src/SME.sln
script:
- xbuild /p:Configuration=Release src/SME.sln
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release" && mono ColorBin.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release" && mono Simple... | Update to relative paths and install ghdl | Update to relative paths and install ghdl
| YAML | mit | kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme |
f60a026fc56bb3e50d06dcc7fbc6e82e87bf3db3 | .travis.yml | .travis.yml | dist: xenial
sudo: required
services:
- docker
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/gopath
- chmod -R a+r $HOME/cached-deps
cache:
directories:
- $HOME/.cache/go-build
- $HOME/cached-deps
- $HOME/gopath
language: go
go:
- "1.12.6"
env:
glo... | dist: xenial
sudo: required
services:
- docker
cache:
directories:
- $HOME/.cache/go-build
- $HOME/cached-deps
language: go
go:
- "1.12.6"
env:
global:
- PATH=$HOME/cached-deps:$PATH
matrix:
- BUCKET=MISC
# If you want to update the number of PPS workers, you'll also need to update
# the v... | Revert "Try caching gopath dir" | Revert "Try caching gopath dir"
This reverts commit 9d45e0c72d7a45e8f33b5ddd29bba79e5e578451.
| YAML | apache-2.0 | pachyderm/pfs,pachyderm/pfs,pachyderm/pfs |
da2cac9fb1d389b8192619b2718b60b855ca3d0a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run pep8
before_script: python setup.py pep8
# command to run tests
script: nosetests
| language: python
python:
- "2.7"
env:
global:
- secure: "ih7F8VD5AwdPgxtwwU5qCHkvozAnlaleBUhpm0WyhNdakLbNw/xf1jX9GJOC\nNBcEplvA9TZBVQldKobKjZe98krfDYVyaptwudNMezQWMjuaJgN45uOaTxCr\ntYUTJet9fNDrZlL3w2F46jFopzYyHS/s99JduauOgRVBeQDs7bU="
- secure: "h7Sa8E6mZyI+H9sJMAUU5y4AFiE5cVKGWOZMzQBItFEL6HjIRxtHDJlXGlcS\... | Add secure vars for Travis CI | Add secure vars for Travis CI
| YAML | bsd-3-clause | shawnps/mygengo-python |
fbf4bd3ef7eaa4fb87c35b21d749071a7492ea26 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
allow_failures:
- php: nightly
install:
- composer install
before_install:
- composer self-update
sudo: false
| 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
| Allow build failures on PHP 5.4 as only tests are not correct | Allow build failures on PHP 5.4 as only tests are not correct
| YAML | mit | deniaz/terrific-twig,deniaz/terrific-twig |
e5c56302868de2555a290380f5818b3473cc4adb | .travis.yml | .travis.yml | language: python
python:
- "2.7"
addons:
postgresql: "9.4"
env:
- SECRET_KEY=test DB_NAME=dbtest DB_USER=test DB_PASS=test
virtualenv:
system_site_packages: true
before_install:
- export DJANGO_SETTINGS_MODULE=openprescribing.settings.local
- export PYTHONPATH=$HOME/builds/edmdatalab/openprescribing
- S... | language: python
python:
- "2.7"
addons:
postgresql: "9.4"
env:
- SECRET_KEY=test DB_NAME=dbtest DB_USER=test DB_PASS=test
virtualenv:
system_site_packages: true
before_install:
- export DJANGO_SETTINGS_MODULE=openprescribing.settings.local
- export PYTHONPATH=$HOME/builds/edmdatalab/openprescribing
- S... | Update Travis notification email address | Update Travis notification email address
| YAML | mit | ebmdatalab/openprescribing,ebmdatalab/openprescribing,annapowellsmith/openpresc,ebmdatalab/openprescribing,annapowellsmith/openpresc,ebmdatalab/openprescribing,annapowellsmith/openpresc,annapowellsmith/openpresc |
abff8cc8e4256ab25646d603bbac491ec8ac7825 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.7.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-9.1.7.0
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -... | sudo: required
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.13.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev... | Support JRuby 9.1.13.0 and up | Support JRuby 9.1.13.0 and up
| YAML | lgpl-2.1 | mvz/gir_ffi,mvz/gir_ffi,mvz/gir_ffi |
660bc98d0dc9e97e501727951081495ff2d1b9f4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
mkdir build;
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./build/cc-test-reporter;
chmod +x ./build/cc-test-reporter;
./build/cc-test-reporter be... | language: node_js
node_js:
- "node"
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
mkdir build;
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./build/cc-test-reporter;
chmod +x ./build/cc-test-reporter;
./build/cc-test-reporter be... | Change --prefix dir to absolute path | Change --prefix dir to absolute path
| YAML | mit | jordansne/ntwitbot |
c2a014f5cd858882a4965dbd8e2a336af6ea0e6e | .travis.yml | .travis.yml | language: android
# use container based build infrastructure
sudo: false
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-24.0.2
- android-24
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.... | language: android
# use container based build infrastructure
sudo: false
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-24.0.2
- android-24
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.... | Kill Lint to make Travis happy | Kill Lint to make Travis happy
| YAML | apache-2.0 | zplesac/android_connectionbuddy,zplesac/android_connectify |
0787c9ab210bb61f396e0b70f72038845c8b4f49 | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- tip
services:
- mysql
- postgres
- sqlite3
env:
global:
- secure: RriLxF6+2yMl67hdVv8ImXlu0h62mhcpqjaOgYNU+IEbUQ7hx96CKY6gkpYubW3BgApvF5RH6j3+HKvh2kGp0XhDOYOQCODfBSaSipZ5Aa5RKjsEYLtuVIobvJ80awR9hUeql69+WXs0/s72WThG0qTbOUY4pqHWfteeY235hWM=
before_script:
- mysql -e "CREATE DAT... | language: go
go:
- 1.3
- 1.4
- tip
services:
- mysql
- postgres
- sqlite3
env:
global:
- secure: RriLxF6+2yMl67hdVv8ImXlu0h62mhcpqjaOgYNU+IEbUQ7hx96CKY6gkpYubW3BgApvF5RH6j3+HKvh2kGp0XhDOYOQCODfBSaSipZ5Aa5RKjsEYLtuVIobvJ80awR9hUeql69+WXs0/s72WThG0qTbOUY4pqHWfteeY235hWM=
before_script:
- mysql -e "CREATE DATABASE ... | Remove go-1.2 from the list of test targets | Remove go-1.2 from the list of test targets
It's failing because mattn/sqlite3 doesn't support it anymore. I'm not
sure gorp should either, go-1.2 is really quite old now.
| YAML | mit | go-gorp/gorp,go-gorp/gorp |
f6c256e5b867f61d41f245fc4d33ec11ad48a5b6 | .travis.yml | .travis.yml | language: java
sudo: false
before_install:
- openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "if [[ ${TRAVIS_TAG} != '' ]]; then mvn versions:set -DnewVersion='${TRAVIS_TAG}'; fi"
script: mvn clean verify
after_succe... | language: java
sudo: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'if [[ -n "$DECRYPT_KEYPHRASE" ]]; then openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv; fi'
- 'if [[ ${TRAVIS_TAG} != "" ]]; then mvn versions:set -DnewVersion="${TRAVIS_TAG}... | Decrypt secrets only when passphrase is present | Decrypt secrets only when passphrase is present
In cas a pull request is tested, the secret environment variables are not
present, because they could be exposed by a malicious pull request. So we can
only decrypt the gpg-keys only when the keyphrase is availible.
| YAML | apache-2.0 | RobWin/spring-boot-admin,codecentric/spring-boot-admin,RobWin/spring-boot-admin,codecentric/spring-boot-admin,RobWin/spring-boot-admin,joshiste/spring-boot-admin,librucha/spring-boot-admin,RobWin/spring-boot-admin,joshiste/spring-boot-admin,voltean/spring-boot-admin,voltean/spring-boot-admin,codecentric/spring-boot-adm... |
a1fd13cd17952ceeb2dd70e44b727aa1f80788e1 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- composer test-ci
- vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- ve... | language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- composer test-ci
- vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- vendor/bin/phpcs --standard=psr2 src
- if [[ ... | Install dependencies in install section | Fix: Install dependencies in install section
| YAML | mit | bmitch/churn-php |
d00fbc100c2a628bb21f3149a8a0c0c1ba7f3190 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
script: mvn verify -Dmaven.javadoc.skip=true | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
script: mvn verify -Dmaven.javadoc.skip=true | Remove Oracle JDK8 from build as breaking | Remove Oracle JDK8 from build as breaking | YAML | apache-2.0 | uglycustard/buildergenerator |
89b757ef8aefeec4d1e8b146a3ef2fad8d16fd33 | .travis.yml | .travis.yml | ---
branches:
only:
- "master"
dist: bionic
language: python
python: 3.5
env:
matrix:
- MOLECULE_DISTRO: centos/7
- MOLECULE_DISTRO: centos/8
- MOLECULE_DISTRO: debian/stretch64
- MOLECULE_DISTRO: debian/buster64
- MOLECULE_DISTRO: generic/ubuntu1604
- MOLECULE_DISTRO: generic/ubuntu... | ---
branches:
only:
- "master"
dist: bionic
language: python
python: 3.5
env:
matrix:
- MOLECULE_DISTRO: centos/7
- MOLECULE_DISTRO: centos/8
- MOLECULE_DISTRO: debian/stretch64
- MOLECULE_DISTRO: debian/buster64
- MOLECULE_DISTRO: generic/ubuntu1604
- MOLECULE_DISTRO: generic/ubuntu... | Add Ubuntu 20.04 to Travis CI tests | Add Ubuntu 20.04 to Travis CI tests
| YAML | apache-2.0 | Graylog2/graylog-ansible-role |
241cd81cec5075c04930c74110886a7ec0fe0388 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.10"
| Allow 0.10.x to fail until its fully supported | Allow 0.10.x to fail until its fully supported
| YAML | mit | gronke/bower,wenyanw/bower,skinzer/bower,vladikoff/bower,mattpugh/bower,cgvarela/bower,krahman/bower,perdona/bower,dreamauya/bower,insanehong/bower,Backbase/bower,sanyueyu/bower,fewspider/bower,watilde/bower,jodytate/bower,Blackbaud-EricSlater/bower,gorcz/bower,liorhson/bower,thinkxl/bower,M4gn4tor/bower,Jinkwon/naver-... |
7200739066bb8253cea8d949527633a48eeff9a0 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py t... | # Config file for automatic testing at travis-ci.org
language: python
dist: xenial
python:
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "2.7"
- "pypy"
- "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command ... | Drop end of life Python versions and add latest Python 3 versions | Drop end of life Python versions and add latest Python 3 versions | YAML | mit | xesscorp/KiPart,xesscorp/KiPart |
037b52d4aaeffa618a2b524bb2b3c3543d1e016c | .travis.yml | .travis.yml | language: go
sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
branches:
only:
- v1
before_install:
- go get golang.org/x/tools/cmd/cover
install:
- make generate
script:
- GO15VENDOREXPERIMENT=1 go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(c... | language: go
sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
branches:
only:
- v1
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/mock/mockgen
install:
- make generate
script:
- GO15VENDOREXPERIMENT=1 go test -v -coverprofile=coverage.txt -cov... | Install mockgen before running make generate | Install mockgen before running make generate
Signed-off-by: Stephan Peijnik <6ff875d5fb2cf957858f4aac3650c8acf54e0adf@anexia-it.com>
| YAML | mit | anexia-it/go-structconf,anexia-it/go-structconf |
f3e6fd4ea61648cb84778473ccc52729be415c88 | .travis.yml | .travis.yml | language: php
php:
- 7.3
before_script:
- composer install
- SUBJECT="/C=CL/title=PERSONA NATURAL/CN=NOMBRE DEL USUARIO/emailAddress=user@example.com/serialNumber=11222333-4"
- openssl req -x509 -sha256 -nodes -days 1 -newkey rsa:2048 -keyout tests/firma.key -out tests/firma.crt -subj "$SUBJECT"
- o... | language: php
php:
- 7.3
before_script:
- composer install
- SUBJECT="/C=CL/title=PERSONA NATURAL/CN=NOMBRE DEL USUARIO/emailAddress=user@example.com/serialNumber=11222333-4"
- openssl req -x509 -sha256 -nodes -days 1 -newkey rsa:2048 -keyout tests/firma.key -out tests/firma.crt -subj "$SUBJECT"
- o... | Fix para usar phpunit de composer | Fix para usar phpunit de composer
| YAML | agpl-3.0 | LibreDTE/libredte-lib |
faa0dc58e81e3ab91acff15048c87187e62e0483 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2.0
bundler_args: --without debug
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2.0
bundler_args: --without debug
before_install:
- gem update bundler
| Fix Travis build by forcing updating Bundler | Fix Travis build by forcing updating Bundler
| YAML | mit | alvy54/mailinator,ainformatico/mailinator |
2d32a37914c479d24b08fd9ba2e2ece43bde8cd1 | .travis.yml | .travis.yml | language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trus... | language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trus... | Enable docs build in Travis | Enable docs build in Travis
| YAML | bsd-2-clause | etingof/pyasn1 |
b866e03faf31d684cdbfaabb9664735fe31dcc4c | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-scipy python-nose
install:
# pip install . will run setup and check pip success
- pip install .
- pip install coveralls
script:
#- nosetests pyamg --with-coverage --cover-package=pyamg
... | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-scipy python-nose
install:
# pip install . will run setup and check pip success
- pip install .
- pip install coveralls
script:
#- nosetests pyamg --with-co... | Remove 2.6 testing for now | Remove 2.6 testing for now
| YAML | mit | huahbo/pyamg,pyamg/pyamg,pyamg/pyamg,kidaa/pyamg,pyamg/pyamg,kidaa/pyamg,huahbo/pyamg,kidaa/pyamg,huahbo/pyamg,kidaa/pyamg,huahbo/pyamg |
f367322f426eee2c44bad90435ee9e7840c4b230 | .travis.yml | .travis.yml | language: c
before_install:
- sudo apt-get update -qq >/dev/null
- sudo apt-get install -qq libudev-dev libboost-all-dev >/dev/null
- cd ..; wget 'http://freefr.dl.sourceforge.net/project/sdcc/sdcc/3.5.0/sdcc-src-3.5.0.tar.bz2' -O sdcc.tar.bz2; tar xjf sdcc.tar.bz2; cd sdcc-3.5.0; ./configure --disable-pic14-por... | language: c
before_install:
- sudo apt-get update -qq >/dev/null
- sudo apt-get install -qq libudev-dev libboost-all-dev >/dev/null
- cd ..; wget 'http://freefr.dl.sourceforge.net/project/sdcc/sdcc/3.5.0/sdcc-src-3.5.0.tar.bz2' -O sdcc.tar.bz2; tar xjf sdcc.tar.bz2; cd sdcc-3.5.0; ./configure --disable-pic14-por... | Disable everything except for the 8051 port of SDCC | Disable everything except for the 8051 port of SDCC
| YAML | mit | m-thu/cypress-ezusb |
daece0321c8322ed4bbf0a4c9fe9012c6bffcca0 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk10
- oraclejdk10
| language:
- java
jdk:
- openjdk10
- oraclejdk10
install:
- true
script:
- ./gradlew -x signArchives assemble
| Exclude archive signing from Travis CI builds | Exclude archive signing from Travis CI builds
| YAML | apache-2.0 | petrzelenka/sellcom-java-geotemporal |
10848f7e64d187fa00a79997c9ca37c7992ded5d | .travis.yml | .travis.yml | ---
sudo: false
addons:
apt:
packages:
- aspell
- aspell-en
language: perl
perl:
- blead
- blead-thr
- dev
- dev-thr
- '5.26'
- 5.26-thr
- '5.24'
- 5.24-thr
- '5.22'
- 5.22-thr
- '5.20'
- 5.20-thr
- '5.18'
- 5.18-thr
- '5.16'
- 5.16-thr
- '5.14'
- 5.14-thr
- '5.12... | ---
addons:
apt:
packages:
- aspell
- aspell-en
language: perl
perl:
- blead
- blead-thr
- dev
- dev-thr
- '5.28'
- 5.28-thr
- '5.26'
- 5.26-thr
- '5.24'
- 5.24-thr
- '5.22'
- 5.22-thr
- '5.20'
- 5.20-thr
- '5.18'
- 5.18-thr
- '5.16'
- 5.16-thr
- '5.14'
- 5.14-t... | Update to include 5.28 in Travis and ignore dev Perl failures | Update to include 5.28 in Travis and ignore dev Perl failures
| YAML | artistic-2.0 | autarch/DateTime.pm,autarch/DateTime.pm |
b03ec39fd00686b071ff992dc2f9b6432b747488 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
script: gulp travis
| language: node_js
node_js:
- "0.11"
- "0.10"
- "4.0.0"
script: gulp travis
| Check compatibility with node 4.0 | Check compatibility with node 4.0
| YAML | mit | liip/fanci |
e621ec29df706f269e59d79f586fdba876f74a75 | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- rvm use 2.6.6
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: fal... | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: false
| Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/replicant,realityforge/replicant |
d600a6116983d4a8aa5d90e48c37f4f971a7796f | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
branches:
only:
- master
before_script:
- composer update --prefer-source --dev
script:
- bin/phpspec run -fpretty
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/dd240af232144434bff2
on_success: change # optio... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
branches:
only:
- master
env:
- deps=low
- deps=high
before_script:
- composer self-update
- if [ "$deps" = "high" ]; then composer update --prefer-sou... | Test lowest and highest deps | Test lowest and highest deps
| YAML | mit | Einenlum/FriendlyContexts,NiR-/FriendlyContexts,KnpLabs/FriendlyContexts,lafourchette/FriendlyContexts |
8f14b2507e68d5112b0cc9eea0fe835c32152760 | .travis.yml | .travis.yml | ---
after_script:
- ruby -Ilib bin/rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- gem install minitest -v '~> 5.0' --no-rdoc --no-ri
- ruby -Ilib bin/rake travis:before -t
language: ruby
sudo: false
notifications:
email:
- drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
-... | ---
after_script:
- ruby -Ilib bin/rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- gem install minitest -v '~> 5.0' --no-rdoc --no-ri
- ruby -Ilib bin/rake travis:before -t
language: ruby
sudo: false
notifications:
email:
- drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
-... | Build with new Ruby 2.2.1 version | Build with new Ruby 2.2.1 version | YAML | mit | jaustinhughey/rake,pjump/rake,zzak/rake,ruby/rake,envato/rake,esasse/rake,ipmobiletech/rake,ruby/rake,Vanzct/rake,88rabbit/rake,bentley/rake,taiganakagawa/rake,tmornini/rake,codedogfish/rake,envato/rake,utilum/rake,askl56/rake |
95587b966f4e9629f491fd99b8400133c2297fc1 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.6"
install: "pip install -r requirements.txt"
script: nosetests -v
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install: "pip install -r requirements.txt"
script: nosetests -v
| Add more python versions to test against. | Add more python versions to test against.
| YAML | mit | instana/python-sensor,instana/python-sensor |
c45b96afc387bda12c4e78aa10865642467be4d7 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
script:
- mkdir -p build/logs
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpcs ... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-dist
script:
- mkdir -p build/logs
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpcs sr... | Use --prefer-dist with Composer for tests | Use --prefer-dist with Composer for tests
| YAML | mit | ramsey/uuid-console |
deed12f79548c35fa4114b455c9d4234dde57e9a | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
deploy:
provider: heroku
api_key:
secure: L1IGPLjR0d4M4ShJRpmDd5iIC78yLgSdF3lkELkFZ238b6l9CRNw64ZCm73ECVqeRf36FoWk4hBfAtxOGfDjCOvXFgYxL6VRCKpX29vNisJ1yXGWuDDedOKUzfZ5iGB7NlrXHTIApgr7fyN+KgySpsTqLCmSGqnW6pawOutSMd8=
app: lodash-webbuilder
install: true
| language: node_js
node_js:
- 0.10
deploy:
provider: heroku
api_key:
secure: L1IGPLjR0d4M4ShJRpmDd5iIC78yLgSdF3lkELkFZ238b6l9CRNw64ZCm73ECVqeRf36FoWk4hBfAtxOGfDjCOvXFgYxL6VRCKpX29vNisJ1yXGWuDDedOKUzfZ5iGB7NlrXHTIApgr7fyN+KgySpsTqLCmSGqnW6pawOutSMd8=
app:
master: lodash-webbuilder
dev: lodash-webbuilde... | Add a dev version on Heroku | Add a dev version on Heroku
| YAML | mit | d10/lodash-webbuilder,demoneaux/lodash-webbuilder,d10/lodash-webbuilder,mathiasbynens/lodash-webbuilder,demoneaux/lodash-webbuilder |
20ce4bcf321f34526531be073716443507ebec22 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
branches:
only:
- master
- production
before_install:
- sudo apt-get update
- sudo apt-get install aspell libaspell-dev aspell-en
- gem install ruby-debug -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/
- gem install raspell -- --with-ruby-include=$rvm_pat... | language: ruby
rvm:
- 1.8.7
branches:
only:
- master
- production
before_install:
- sudo apt-get update
- sudo apt-get install aspell libaspell-dev aspell-en
- gem install ruby-debug -- --with-ruby-include=$rvm_path/src/ruby-1.8.7-head/
- gem install raspell -- --with-ruby-include=$rvm_pat... | Revert "specify local mysql directory" | Revert "specify local mysql directory"
This reverts commit c00a3eb0c486b16234dcc6854d0043f9b6f04231.
Conflicts:
.travis.yml
| YAML | mit | kira0992/expertiza,KunmiaoYang/expertiza,redsock88/expertiza,akshayjain114/expertiza,rmmaily/expertiza,expertiza/expertiza,expertiza/expertiza,joshio1/expertiza,akshayjain114/expertiza,redsock88/expertiza,joshio1/expertiza,sid5788/expertiza,rmmaily/expertiza,kira0992/expertiza,sid5788/expertiza,kira0992/expertiza,arpit... |
64211dd4fcf59f9b02c66803aa3d6feebd292f60 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
notifications:
email:
on_success: never
| language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
- "7"
notifications:
email: false
| Disable email notifications and add Node.js 7 | Disable email notifications and add Node.js 7 | YAML | mit | RobLoach/metalsmith-jstransformer |
aeb8c19d1a3443bde2b2102159986fc7f4995724 | .travis.yml | .travis.yml | ---
language: [ ruby, node_js ]
rvm: [ 2.2.0 ]
node_js: [ 0.10 ]
cache: bundler
sudo: false
before_script:
- npm install bower -g
- bower install
before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'
script: bundle exec rake travis
| ---
language: [ ruby, node_js ]
rvm: [ 2.2.0 ]
node_js: [ 0.10 ]
cache:
bundler: true
directories:
- bower_components
sudo: false
before_script:
- npm install bower -g
- bower install
before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'
script: bundle exec rake travis
| Add bower_components to Travis CI cache. | Add bower_components to Travis CI cache.
| YAML | mit | makenew/sass-package,makenew/sass-package,makenew/libsass-package |
acad503e9c5f81b9c8ab836ea809db09ca65adf0 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
install:
- composer install
script:
- phpunit tests
- ./tests/lint.sh
git:
depth: 5
| language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
install:
- composer install
before_script:
- gem install mailcatcher
- mailcatcher --smtp-port 25
script:
- phpunit tests
- ./tests/lint.sh
git:
depth: 5
| Use mailercatch to allow test emails to be sent | Use mailercatch to allow test emails to be sent
| YAML | apache-2.0 | duncan3dc/swiftmailer,duncan3dc/swiftmailer,duncan3dc/swiftmailer |
be3b9230187f74d34419d1cc5723f4d6ff35fee2 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | Use modulesync to manage meta files | Use modulesync to manage meta files
| YAML | apache-2.0 | camptocamp/puppet-python,raphink/puppet-python,ckaenzig/puppet-python |
a28087a38e2559d78d0201726ca162885a047e32 | .travis.yml | .travis.yml | language: python
cache: pip
python:
- "3.6"
before_install:
- python3 -m pip install -U coverage codecov mypy
install:
- python3 -m pip install -r requirements.txt
script:
- python3 -m coverage run --branch -m unittest discover -t . -s ni/test/
- ./mypy.sh
after_success:
- codecov
| language: python
cache: pip
python:
- "3.6-dev"
- "3.7-dev"
- "nightly"
before_install:
- python3 -m pip install -U coverage codecov mypy
install:
- python3 -m pip install -r requirements.txt
script:
- python3 -m coverage run --branch -m unittest discover -t . -s ni/test/
- ./mypy.sh
after_success:
- co... | Test against 3.6-dev and 3.7-dev in TravisCI (GH-131) | Test against 3.6-dev and 3.7-dev in TravisCI (GH-131)
Remove 3.6 from the matrix. | YAML | apache-2.0 | python/the-knights-who-say-ni,python/the-knights-who-say-ni |
05cfcbd2046800e2be608dbdbc6fde48b5a1ce2e | .travis.yml | .travis.yml | language: node_js
before_install:
- sudo apt-get install build-essential
- curl -sL https://github.com/Itseez/opencv/archive/2.4.6.1.zip > opencv.zip
- unzip opencv.zip
- rm opencv.zip
- mkdir opencv-build
- cd opencv-build/
- cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv... | language: node_js
before_install:
- sudo apt-get install build-essential
- curl -sL https://github.com/Itseez/opencv/archive/2.4.6.1.zip > opencv.zip
- unzip opencv.zip
- rm opencv.zip
- mkdir opencv-build
- cd opencv-build/
- cmake -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv... | Enable building TIFF and JASPER (Is it a bug or what? Why OpenCV still seaches for these libs?) | Enable building TIFF and JASPER (Is it a bug or what? Why OpenCV still seaches for these libs?)
| YAML | bsd-3-clause | BloodAxe/CloudCVBackend,BloodAxe/CloudCVBackend,BloodAxe/CloudCVBackend |
b51f7cf800d1f82973b8e2f5809fb92871e6640f | .travis.yml | .travis.yml | # Use Travis CI's container infrastructure to enable caching.
sudo: false
# "haskell" will set up the whole haskell-platform. We don't need that.
language: c
addons:
apt:
packages:
- libgmp-dev
# Just use the default version of PostgreSQL installed on Travis CI.
# postgresql: "9.1"
env:
- ARGS=""
... | # Use Travis CI's container infrastructure to enable caching.
sudo: false
# "haskell" will set up the whole haskell-platform. We don't need that.
language: c
addons:
apt:
packages:
- libgmp-dev
# Just use the default version of PostgreSQL installed on Travis CI.
# postgresql: "9.1"
env:
- ARGS=""
... | Enable Stackage lts-4 and lts-5 on Travis CI. | Enable Stackage lts-4 and lts-5 on Travis CI.
| YAML | agpl-3.0 | sajith/betty-web |
26dd9090227bf615bc7c85bbbb412ffba520e130 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python:
- 2.7
- 3.4
- 3.5
addons:
firefox: "52.0"
before_install:
- pip install -U pip pytest
install:
- >
curl -L https://github.com/mozilla/geckodriver/releases/down... | # Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python:
- 2.7
- 3.4
- 3.5
addons:
firefox: "52.0"
before_install:
- pip install -U pip pytest wheel
- python setup.py bdist_wheel
- rm -rf kibitzr
install:
- >
cur... | Install from wheel instead of sources | Travis: Install from wheel instead of sources
| YAML | mit | kibitzr/kibitzr,kibitzr/kibitzr |
72aaba542acd1c31420830e1cf233d1261432abf | .travis.yml | .travis.yml | language: python
before_script:
- pip install tox
- pip2 install --force-reinstall 'ansible===1.9.4'
- ansible-galaxy install --role-file=ansible-role-requirements.yml --force --roles-path=/home/travis/build/rcbops/rpc-openstack/rpcd/playbooks/roles
script: tox
notifications:
email: false
matrix:
include:
... | language: python
before_script:
- pip install tox
- pip2 install --force-reinstall 'ansible===1.9.4'
- ansible-galaxy install --role-file=ansible-role-requirements.yml --force --roles-path=/home/travis/build/rcbops/rpc-openstack/rpcd/playbooks/roles
script: tox
notifications:
email: false
matrix:
include:
... | Remove Travis CI testing support for Ansible>2.0 | Remove Travis CI testing support for Ansible>2.0
With the release of Ansible 2.1 the Travis CI job to run ansible-lint on
RPCO with ansible>2 is now failing. Due to RPCO currently only
supporting Ansible versions less than 2 the job will be removed.
openstack-ansible is currently looking to make ansible>=2 a requirem... | YAML | apache-2.0 | shannonmitchell/rpc-openstack,darrenchan/rpc-openstack,jacobwagner/rpc-openstack,BjoernT/rpc-openstack,mancdaz/rpc-openstack,major/rpc-openstack,BjoernT/rpc-openstack,cfarquhar/rpc-openstack,sigmavirus24/rpc-openstack,rcbops/rpc-openstack,prometheanfire/rpc-openstack,galstrom21/rpc-openstack,darrenchan/rpc-openstack,si... |
3aacb6764fd69fea7d9c705b1e05ece027fd0f94 | .travis.yml | .travis.yml | group: travis_latest
language: php
php:
- 7.3
- 7.2
- 7.1
- nightly
matrix:
include:
- php: 7.1
env: lowest=1
- php: 7.2
env: csfixer=1
allow_failures:
- php: nightly
cache:
directories:
- $HOME/.composer/cache
- $HOME/.cache/composer
- $HOME/.cache/opcache
install:... | group: travis_latest
language: php
php:
- 7.4
- 7.3
- 7.2
- 7.1
- nightly
matrix:
include:
- php: 7.1
env: lowest=1
- php: 7.2
env: csfixer=1
allow_failures:
- php: nightly
cache:
directories:
- $HOME/.composer/cache
- $HOME/.cache/composer
- $HOME/.cache/opcache
... | Add PHP 7.4 to test matrix | Add PHP 7.4 to test matrix
| YAML | mit | dvdoug/StringStream |
e86ffc5e8d969527a88f74617c386318c9f9cd19 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
before_script:
- composer self-update
- composer install --dev
script: ./vendor/bin/phpunit -v
| language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
before_script:
- composer self-update
- composer install --dev
script: ./vendor/bin/phpunit -v
| Add php 7.3 and 7.4 to CI test config | Add php 7.3 and 7.4 to CI test config
| YAML | mit | peteboere/css-crush,peteboere/css-crush |
eb75f59937af3d7f5b6e24d9890871d268ecea42 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3.5 # https://github.com/travis-ci/travis-ci/issues/5361
- 2.4.2
gemfile:
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.0.gemfile
before_install:
- gem update bundler
script: "bundle exec rake test"
| language: ruby
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
gemfile:
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.0.gemfile
before_install:
- gem update bundler
script: "bundle exec rake test"
| Drop unsupported Rubies, add 2.5 and 2.6 | Drop unsupported Rubies, add 2.5 and 2.6
| YAML | mit | qbwc/qbwc |
c87ca815cb627e7f93289fe8503dc4a177b3f542 | .travis.yml | .travis.yml | language: ruby
rvm:
#- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1
- 1.9.3
#- 2.1.1
- 2.2.2
- 2.3.1
- jruby-19mode
- jruby-20mode
script: bundle exec rspec
branches:
only:
- master
#except:
# - master
sudo: false
cache: bundler
| language: ruby
rvm:
#- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1
- 1.9.3
#- 2.1.1
- 2.2.2
- 2.3.1
- 2.4.1
- jruby-19mode
- jruby-20mode
script: bundle exec rspec
branches:
only:
- master
#except:
# - master
sudo: false
cache: bundler
| Add Ruby 2.4.1 to Travis checks | Add Ruby 2.4.1 to Travis checks
| YAML | mit | floraison/et-orbi |
dd43b108acde45101d00e50d6a6b577b0630fcc5 | .travis.yml | .travis.yml | sudo: true
env:
- NODE_VERSION="4.4"
- NODE_VERSION="6.3"
os:
- osx
before_install:
- brew update
- brew install libusb
- brew install nvm
- export NVM_DIR=~/.nvm
- source $(brew --prefix nvm)/nvm.sh
- nvm install $NODE_VERSION
- node --version
- npm --version
- npm update -g npm
- npm install... | 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/buildlight |
f424cbd1a417917472da62e24f42595231985f61 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
before_script:
- "sudo apt-get install libtidy-dev"
# - "svn --quiet checkout http://googleappengine.googlecode.com/svn/trunk/python ."
- "wget \"https://googleappengine.googlecode.com/fil... | language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
before_script:
- "sudo apt-get install libtidy-dev"
# - "svn --quiet checkout http://googleappengine.googlecode.com/svn/trunk/python ."
- "wget \"https://googleappengine.googlecode.com/file... | Test with new version of GAE | Test with new version of GAE
| YAML | mit | Mause/dcputoolchain-module-site,Mause/dcputoolchain-module-site |
751671fdb20f7573073ebd71c6eb964f413cabfe | .travis.yml | .travis.yml | language: python
sudo: false
cache:
directories:
- .eggs
python:
- "2.7"
- "3.5"
- "3.6"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
install:
- pip install coveralls flake8 urllib3
- pip install django==${DJANGO_VERSION}
script:
- coverage run --branch --source=revpr... | language: python
dist: xenial
sudo: required
sudo: false
cache:
directories:
- .eggs
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
install:
- pip install coveralls flake8 urllib3
- pip install django==${DJA... | Add Python 3.7 and Django 1.11 to Travis tests | Add Python 3.7 and Django 1.11 to Travis tests
| YAML | mpl-2.0 | TracyWebTech/django-revproxy,TracyWebTech/django-revproxy |
22b108bacb400dbbdcabc256a706217e76c268ab | .travis.yml | .travis.yml | language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- libatlas-base-dev
- libfftw3-dev
before_install:
- pip install codecov
- git clone https://github.com/arrayfire/arrayfire
- cd arrayfire && mkdir build && cd build
- cmake -DCMAKE_CXX_COMPIL... | language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- libatlas-base-dev
- libfftw3-dev
before_install:
- pip install codecov
- git clone https://github.com/arrayfire/arrayfire
- cd arrayfire && mkdir build && cd build
- cmake -DCMAKE_CXX_COMPIL... | Set path to c++11 compiler | Set path to c++11 compiler
| YAML | bsd-2-clause | daurer/afnumpy,FilipeMaia/afnumpy |
0f64e50594c2a65a8c95fdaac83fabb21dc013cf | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy3
install:
- pip install .[test]
- pip install coverage flake8
script:
- coverage run --source=watchtower ./test/test.py
# - coverage report --show-missing
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
... | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy3
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
allow_failures:
- python: pypy3
sudo: false
cache: pip
| Fix tests broken by e35861d | Fix tests broken by e35861d | YAML | apache-2.0 | kislyuk/watchtower |
7b3992aa89aa2084cee53fb8a1e0311f778605b1 | .travis.yml | .travis.yml |
language: ruby
rvm:
- 2.5.3
cache: bundler
before_script:
- gem update --system
- gem install bundler
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list mastodon
|
language: ruby
rvm:
- 2.6.0
cache:
directories:
- /home/travis/.rvm/
before_script:
- gem update --system
- gem install bundler
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list mastodon
| Update Ruby for Travis CI to 2.6.0... | Update Ruby for Travis CI to 2.6.0...
| YAML | mit | ekremkaraca/awesome-rails |
62b827326c0ea615a202c31d4071fef1a556745b | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5-dev
install:
- pip install . coverage coveralls flake8 flake8-import-order nose
script:
- flake8
- nosetests
after_success:
- coveralls
| sudo: false
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5-dev
install:
- pip install . "coverage<4" coveralls flake8 flake8-import-order nose
script:
- flake8
- nosetests
after_success:
- coveralls
| Move to container-based infrastructure, install coverage<4 for use with Python 3.2. | Move to container-based infrastructure, install coverage<4 for use with Python 3.2.
| YAML | mit | tkem/cachetools |
d5ad6d83d9fae24439cc6dce1d4e1a95804e6824 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "0.8"
- "0.10"
- "0.11"
- "iojs"
| language: "node_js"
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "iojs"
| Update Travis-CI configuration(Add Node.js v0.12) | Update Travis-CI configuration(Add Node.js v0.12)
| YAML | mit | hideo55/node-unqlite,hideo55/node-unqlite,hideo55/node-unqlite,hideo55/node-unqlite |
53943ae7d814f2025db6aca6a6039c89f9a51215 | .travis.yml | .travis.yml | language: r
sudo: required
before_script:
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
- sudo apt-get install git-lfs=1.1.0
# git-lfs 1.1.0 always prompts for a password, even when anonymous access is ok
# to bypass the prompt tell git to use a dummy credentials fi... | language: r
sudo: required
before_script:
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
- sudo apt-get install git-lfs=1.1.0
# git-lfs 1.1.0 always prompts for a password, even when anonymous access is ok
# to bypass the prompt tell git to use a dummy credentials fi... | Revert "Trying to manually trigger the first part of the R build" | Revert "Trying to manually trigger the first part of the R build"
This reverts commit 8aa344174329afb1bb8f857a9cf30625a7c46067.
| YAML | cc0-1.0 | USGS-CIDA/nar_data,cschroed-usgs/nar_data |
1fa5d860d34728e80a4f98a5fd56037ea291d917 | .travis.yml | .travis.yml | language: android
android:
components:
- build-tools 21.1.2
- android-21
branches:
except:
- gh-pages
| language: android
android:
components:
- build-tools 21.1.2
- android-21
branches:
except:
- gh-pages
sudo: false
cache:
directories:
- $HOME/.m2
- $HOME/.gradle
| Optimize Travis-CI builds by caching Gradle/Maven artifacts | Optimize Travis-CI builds by caching Gradle/Maven artifacts
These artifacts are those downloaded as part of the dynamic build
process and which don't change regularly.
| YAML | bsd-3-clause | longinoa/stetho,longinoa/stetho |
b9322fdb3c8afe9c8113f9a6502d56002063e119 | .travis.yml | .travis.yml | ---
language: bash
script:
- bin/fetch-configlet
- bin/configlet .
| ---
language: bash
script:
- bin/fetch-configlet
- bin/configlet .
sudo: false
| Switch to container-based Travis CI infrastructure | Switch to container-based Travis CI infrastructure
| YAML | mit | canweriotnow/xelisp,exercism/xelisp |
91f523af87936e9fe09a23d73d42fc339e60d8c3 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.10
- 0.11
| language: node_js
node_js:
- 0.8
- 0.10
- 0.12
| Update Travis config to test node 0.12 | Update Travis config to test node 0.12
| YAML | mit | 917228145/node-ldapjs,narcisoguillen/node-ldapjs,msimerson/node-ldapjs,hoalex/node-ldapjs,pfmooney/node-ldapjs,tempbottle/node-ldapjs,appcelerator/node-ldapjs,cloudron-io/node-ldapjs,DrHofman/node-ldapjs,brion25/node-ldapjs,mcavage/node-ldapjs,simonbooth/node-ldapjs |
3bf288af9275d84b89fc946e86289db2311a627a | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- travis_retry composer install --no-interaction --prefer-source
- '[ -z "$MIN_VERSIONS" ] || composer require --no-interaction --prefer-source $MIN_VERSIONS'
script:
- vendor/bin/phpunit
matrix:
fast_finish: true
include:
- ... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
- COMPOSER_FLAGS=""
install:
- travis_retry composer install --no-interaction --prefer-source $COMPOSER_FLAGS
script:
- vendor/bin/phpunit
| Test lowest versions of all dependencies | Test lowest versions of all dependencies
…on all platforms. | YAML | mit | damiankloip/psysh,damiankloip/psysh,bobthecow/psysh,bobthecow/psysh,damiankloip/psysh |
ccfdf12587b899e922943e76ec0d3c063b8955ec | .travis.yml | .travis.yml | sudo: required
language: ruby
services:
- docker
before_install:
- cd docker/qemu-nvme/
install:
- docker build -t ljishen/qemu-nvme .
before_script:
- wget -O img/vm.img http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
- dd if=/dev/zero of=device/blknvme bs=1M count=1... | sudo: required
services:
- docker
before_install:
- apt-get -qq update
- apt-get install -y qemu-kvm bridge-utils libvirt-bin
- cd docker/qemu-nvme/
- lsmod | grep kvm
install:
- docker build -t ljishen/qemu-nvme .
before_script:
- wget -O img/vm.img http://cloud-images.ubuntu.com/xenial/current/xenia... | Add KVM modules support to the build system | Add KVM modules support to the build system
| YAML | mit | ljishen/nvme-env |
7cf08e1c2d71baa4a9aa81803a6783b2e45aa275 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
install:
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
- sh autogen.sh
... | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
install:
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
- sh autogen.sh
... | Fix OSX build on Travis. | Fix OSX build on Travis.
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
f66203b3f03e6cad9615246b8aa2af25b6e93fda | .travis.yml | .travis.yml | language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PACKAGE=git
matrix:
- OCAML_VERSION=4.01 DEPOTS=cohttp
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
DEPOPTS="mirage-http mirage-flow mir... | language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- PACKAGE=git.1.7.0
matrix:
- OCAML_VERSION=4.01 DEPOTS=cohttp
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
DEPOPTS="mirage-http mirage-fl... | Set the package version in Travis to check the REVDEPS | Set the package version in Travis to check the REVDEPS
| YAML | isc | mirage/ocaml-git,mirage/ocaml-git,mirage/ocaml-git |
4eca0fdeec542fac03862d13ca5b437b6f9bc842 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.6"
- "pypy"
install:
- pip install -r requirements-dev.txt
- python setup.py install
script: paver test_all
| language: python
python:
- "2.7"
- "3.4"
- "3.6"
- "3.7"
- "pypy"
install:
- pip install -r requirements-dev.txt
- python setup.py install
script: paver test_all
| Add 3.7 to test matrix, remove obsolete | Add 3.7 to test matrix, remove obsolete
| YAML | mit | Digsolab/pymystem3 |
b8045a180c0f723bf3717e047f3f04e897a0bb60 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
script:
- rspec spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.2.0
script:
- rspec spec
| Add Test on Ruby v2.2.0 | Add Test on Ruby v2.2.0
| YAML | mit | volanja/ansible_spec,phiche/ansible_spec,msabramo/ansible_spec,franmrl/ansible_spec,stefanhorning/ansible_spec,volanja/ansible_spec |
b8badff146bb5c9d21457d3bdb5698545a4a7d86 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
script:
# Need to add back d4tests, eventually cdm-test
- ./gradlew --info :cdm:test :udunits:test :ui:test :waterml:test
cache:
directories:
- $HOME/.gradle
| language: java
sudo: false
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
script:
# Need to add back d4tests, eventually cdm-test
- ./gradlew --info :cdm:test :grib:test :udunits:test :ui:test :waterml:test
cache:
directories:
- $HOME/.gradle
| Make Travis run new GRIB tests. | Make Travis run new GRIB tests.
| YAML | bsd-3-clause | Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java |
0a261ea5c5f4a0eb82e625f898788e4dd6bb6ada | .travis.yml | .travis.yml | language: python
python:
- 2.7
virtualenv:
# This allows installing python-vtk using apt-get and being able to import it.
system_site_packages: true
#before_install:
# - source .travis_before_install
install:
# nose is already installed
- pip install Sphinx
- sudo apt-get install python-numpy
- sudo apt-... | language: python
python:
- 2.7
virtualenv:
# This allows installing python-vtk using apt-get and being able to import it.
system_site_packages: true
install:
# nose is already installed
- pip install Sphinx
- sudo apt-get install python-numpy
- sudo apt-get install python-vtk
# Test against the current ... | Fix error in yml file. | Fix error in yml file.
| YAML | bsd-3-clause | liulion/mayavi,alexandreleroux/mayavi,alexandreleroux/mayavi,dmsurti/mayavi,dmsurti/mayavi,liulion/mayavi |
f5688b3e68ba27ce75922948750cab9bf106e125 | .travis.yml | .travis.yml | dist: trusty
language: node_js
node_js:
- "lts/*"
cache:
yarn: true
directories:
- "node_modules"
- "$HOME/.sonar/cache"
addons:
sonarcloud:
organization: "paulsmirnov-github"
branches:
- dev
before_install:
- yarn global add greenkeeper-lockfile@1
before_script:
- greenkeeper-lockfile... | dist: trusty
language: node_js
node_js:
- "lts/*"
cache:
yarn: true
directories:
- "node_modules"
- "$HOME/.sonar/cache"
addons:
sonarcloud:
organization: "paulsmirnov-github"
branches:
- dev
before_install:
- yarn global add greenkeeper-lockfile@1
before_script:
- greenkeeper-lockfile... | Add npm deployment to CI | Add npm deployment to CI
| YAML | mit | paulsmirnov/proto-deep |
7d66348b316fc48c4a81e1c951194b44c7b4d525 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.5.0
notifications:
recipients:
- ricn@rny.io
script:
- "MIX_ENV=test mix do deps.get, compile"
after_script:
- MIX_ENV=docs mix deps.get
- MIX_ENV=docs mix inch.report
after_success:
- "mix compile && mix coveralls.travis"
| language: elixir
elixir:
- 1.6.0
notifications:
recipients:
- ricn@rny.io
script:
- "MIX_ENV=test mix do deps.get, compile"
after_script:
- MIX_ENV=docs mix deps.get
- MIX_ENV=docs mix inch.report
after_success:
- "mix compile && mix coveralls.travis"
| Use Elixir 1.6.0 on Travis | Use Elixir 1.6.0 on Travis
| YAML | mit | ricn/rapport |
6152eda302f8d96bcc2f454d759bf124d3167fc6 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
# faster builds on new travis setup not using sudo
sudo: false
services:
- memcached
... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
# faster builds on new travis setup not using sudo
sudo: false
services:
- memcached
... | Fix Travis CI cache config to not cache lime lib | Fix Travis CI cache config to not cache lime lib
| YAML | mit | rock-symphony/rock-symphony,MDrollette/symfony1,MDrollette/symfony1,simoncast/symfony1,Recras/symfony1,rock-symphony/rock-symphony,MDrollette/symfony1,rock-symphony/rock-symphony,Recras/symfony1,simoncast/symfony1,simoncast/symfony1,Recras/symfony1 |
59d9fc83646fffc740a97edc86dfd7206458e0f5 | .travis.yml | .travis.yml | before_install:
- gem update --system
- gem update bundler
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.6.3
- 2.7.0-preview1
- rbx-2
- ruby-head
- jruby-9.1.17.0
- jruby-9.2.7.0
- jruby-head
jdk: openjdk8
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2
| before_install:
- gem update --system
- gem update bundler
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.7.0-preview1
- rbx-2
- ruby-head
- jruby-9.1.17.0
- jruby-9.2.7.0
- jruby-head
jdk: openjdk8
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2
| Remove a redundant CI matrix | Remove a redundant CI matrix
Follow up of https://github.com/bblimke/webmock/commit/0fb300aa0c753e6827821bd49aeeebd804057130.
This PR removes a redundant CI matrix.
Two Ruby 2.6.3 matrices are running.
https://travis-ci.org/bblimke/webmock/builds/591205858
I think WebMock developers can get CI results faster by
remo... | YAML | mit | bblimke/webmock |
a9042034bbf0c9879779284a71024fdc001f9845 | .travis.yml | .travis.yml | dist: trusty
language: python
python:
- "3.6"
- "3.7-dev"
install:
- pip install .
script: python setup.py pytest
| dist: trusty
language: python
python:
- "3.6"
install:
- pip install .
script: python setup.py pytest
| Remove Python 3.7 build: tensorflow not available yet on Python 3.7 via Pypi | Remove Python 3.7 build: tensorflow not available yet on Python 3.7 via Pypi
| YAML | mit | yoeo/guesslang |
2213046132033394033564c67d1cc32de390f128 | .travis.yml | .travis.yml | language: php
php:
- "5.5"
before_script:
- composer install --dev --no-interaction
- cp app/Config/core.example.php app/Config/core.php
- cp app/Config/database.travis.php app/Config/database.php
- cp app/Config/oauth.example.php app/Config/oauth.php
- mysql -e 'create database pmaerr;'
- wget https://sc... | language: php
php:
- "5.4"
- "5.5"
- "5.6"
- "hhvm"
before_script:
- composer install --dev --no-interaction
- cp app/Config/core.example.php app/Config/core.php
- cp app/Config/database.travis.php app/Config/database.php
- cp app/Config/oauth.example.php app/Config/oauth.php
- mysql -e 'create databa... | Test with more PHP versions | Test with more PHP versions
Signed-off-by: Michal Čihař <a2df1e659c9fd2578de0a26565357cb273292eeb@cihar.com>
| YAML | mit | ujjwalwahi/error-reporting-server,devenbansod/error-reporting-server,devenbansod/error-reporting-server,ujjwalwahi/error-reporting-server,smita786/error-reporting-server,smita786/error-reporting-server,madhuracj/error-reporting-server,ujjwalwahi/error-reporting-server,madhuracj/error-reporting-server,phpmyadmin/error-r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.