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 |
|---|---|---|---|---|---|---|---|---|---|
9ac8fc4f1a57f764876515233b29c6e9666c946b | .travis.yml | .travis.yml | language: java
before_install:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
- echo "deb http://repos.mesosphere.io/ubuntu/ precise varnish-3.0" | sudo tee /etc/apt/sources.list.d/mesosphere.list
- sudo apt-get update -qq
- sudo apt-get install mesos
sudo: required
env:
global:
- MES... | language: java
before_install:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF
- echo "deb http://repos.mesosphere.io/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/mesosphere.list
- sudo apt-get update -qq
- sudo apt-get install mesos
sudo: required
env:
global:
- MESOS_NATI... | Fix typo in repository list | Fix typo in repository list
| YAML | apache-2.0 | m4ce/Cook,twosigma/Cook,m4ce/Cook,ruo91/Cook,twosigma/Cook,twosigma/Cook,ruo91/Cook,m4ce/Cook |
ab78a258646477e6307a79a2df16d1fd97e4abc2 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO=1.4.1
- DJANGO=1.3.3
- DJANGO=1.2.7
install:
- pip install argparse --use-mirrors
- pip install -q Django==$DJANGO --use-mirrors
script: python quicktest.py helpdesk
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO=1.4.1
- DJANGO=1.3.3
install:
- pip install argparse --use-mirrors
- pip install -q Django==$DJANGO --use-mirrors
script: python quicktest.py helpdesk
| Remove testing in Django 1.2. | Remove testing in Django 1.2.
| YAML | bsd-3-clause | rossp/django-helpdesk,iedparis8/django-helpdesk,mrkiwi-nz/django-helpdesk,comsnetwork/django-helpdesk,fjcapdevila/django-helpdesk,django-helpdesk/django-helpdesk,django-helpdesk/django-helpdesk,gwasser/django-helpdesk,chriscauley/django-helpdesk,chriscauley/django-helpdesk,iedparis8/django-helpdesk,gwasser/django-helpd... |
ea6a4f2b4460a8ed410276bb0274a2ab8d2607b8 | .travis.yml | .travis.yml | language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.4'
- os: linux
dist: xenial
sudo: false
python: '3.5'
- os: linux
dist: xenial
sudo: false
python: '3.6'
- os: linux... | 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... | Switch Travis CI to Trusty | Switch Travis CI to Trusty
| YAML | bsd-2-clause | etingof/pysnmp,etingof/pysnmp |
339de63643864f5a57d895a7fefe887dda4b6e12 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
script:
- "npm test"
notifications:
email: false
before_install:
- npm install -g npm@latest
sudo: false
| language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"
script:
- "npm test"
notifications:
email: false
before_install:
- npm install -g npm@latest
sudo: false
| Test against iojs and node v0.12 | Test against iojs and node v0.12 | YAML | mit | atomify/atomify-js |
7828ffb2d5363834e7a4ee1cec279c9e573922ae | .travis.yml | .travis.yml | language: python
sudo: false
branches:
only:
- master
python:
- 3.5
install:
- pip install -r requirements.txt
- pip install coveralls
before_script:
- python manage.py migrate
- python manage.py collectstatic --no-input
script:
- coverage run manage.py test -v 3
after_success:
- coveralls
addons:
... | language: python
sudo: false
branches:
only:
- master
python:
- 3.6
install:
- pip install -r requirements.txt
- pip install coveralls
before_script:
- python manage.py migrate
- python manage.py collectstatic --no-input
script:
- coverage run manage.py test -v 3
after_success:
- coveralls
addons:
... | Use Python 3.6 @ Travis CI | Use Python 3.6 @ Travis CI
| YAML | mit | InternetSemLimites/PublicAPI,InternetSemLimites/PublicAPI,InternetSemLimites/PublicAPI |
d70286ef79e0066072e1c01ea637792af13f210a | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
| Install Istanbul and Codecov at Travis CI. | Install Istanbul and Codecov at Travis CI.
See #84.
| YAML | mit | bigeasy/splice,bigeasy/splice |
db0d075e3b180047925965e2b3930e9e37e185c6 | .travis.yml | .travis.yml | rvm: 1.9.2
branches:
only:
- master
before_install:
- gem install bundler
| rvm:
- 1.9.2
- 1.9.3
branches:
only:
- master
before_install:
- gem install bundler
| Test in 1.9.2 and 1.9.3 | Test in 1.9.2 and 1.9.3
| YAML | mit | dlindahl/omniauth-cas,LabSEC/omniauth-cas,ikbear/omniauth-cas,1dtouch/omniauth-cas,txstate-etc/omniauth-cas,CruGlobal/omniauth-cas,tduehr/omniauth-cas3,identification-io/omniauth-cas |
51c79d8391486bb318c2dd9f1754a932e9b19b1d | .travis.yml | .travis.yml | language: c
os: linux
dist: trusty
sudo: required
compiler:
- gcc
- clang
before_script:
- eval "$(curl -sL https://github.com/odaceo/script-ubuntu-cmake/raw/master/install.sh)"
- mkdir build
- cd build
- cmake ..
script:
- make
- ./hello Odaceo
deploy:
provider: bintray
fi... | language: c
os: linux
dist: trusty
compiler:
- gcc
- clang
before_script:
- eval "$(curl -sL https://github.com/odaceo/script-ubuntu-cmake/raw/master/install.sh)"
- mkdir build
- cd build
- cmake ..
script:
- make
- ./hello Odaceo
deploy:
provider: bintray
file: bintray.jso... | Deploy linux binary to Bintray | Deploy linux binary to Bintray
| YAML | apache-2.0 | odaceo/lab-hello-world-c |
d028be5bec533ae99671aa1d57bb2883092101d5 | .travis.yml | .travis.yml | language: c
compiler:
- clang
- gcc
env:
- VER=4.0
- VER=4.1
before_install:
- git submodule update --init --recursive
- sudo apt-get update
- sudo apt-get install apt-transport-https python-docutils
- curl -s https://repo.varnish-cache.org/ubuntu/GPG-key.txt |
sudo apt-key add -
- echo "deb https... | language: c
compiler:
- clang
- gcc
env:
- VER=4.0
- VER=4.1
before_install:
- git submodule update --init --recursive
- sudo apt-get update
- sudo apt-get install apt-transport-https python-docutils
- curl -s https://repo.varnish-cache.org/ubuntu/GPG-key.txt |
sudo apt-key add -
- echo "deb https... | Add notifications and package caching | Add notifications and package caching
| YAML | bsd-2-clause | fgsch/libvmod-utf8,fgsch/libvmod-utf8 |
f4e5f03d4dab5bacd07e610938db00a987dc7561 | .travis.yml | .travis.yml | language: java
sudo: false
# http://docs.travis-ci.com/user/caching/#Arbitrary-directories
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk10
- oraclejdk8
- openjdk7
matrix:
fast_finish: true
| language: java
sudo: false
# http://docs.travis-ci.com/user/caching/#Arbitrary-directories
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk11
- oraclejdk8
- openjdk7
matrix:
fast_finish: true
| Switch to Oracle JDK 11 | Switch to Oracle JDK 11
See https://travis-ci.community/t/help-with-oraclejdk10-build-on-linux/398 | YAML | bsd-2-clause | rleigh-dundee/ome-common-java |
85d551b3cee2bb07d59dcd75a85a512e2265928b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
- export GR1CVERSION=0.10.1
- curl -sO http://vehicles.caltech.edu/snapshots/gr1c/gr1c-$GR1CVERSION.tar.gz
- expr `shasum -a 256 gr1c-$GR1CVERSION.tar.gz|cut -d ' ' -f1` = 73699369ee55b95aeb3742504e27676491b6d23db176e7e84c266e1a4845c6a3
- tar -xzf gr1c-$GR1CVE... | language: python
python:
- "2.7"
before_install:
- export GR1CVERSION=0.10.1
- curl -sO http://vehicles.caltech.edu/snapshots/gr1c/gr1c-$GR1CVERSION.tar.gz
- expr `shasum -a 256 gr1c-$GR1CVERSION.tar.gz|cut -d ' ' -f1` = 73699369ee55b95aeb3742504e27676491b6d23db176e7e84c266e1a4845c6a3
- tar -xzf gr1c-$GR1CVE... | Modify placement of gr1c in Travis CI configuration | TEST: Modify placement of gr1c in Travis CI configuration
| YAML | bsd-3-clause | tulip-control/tulip-control,tulip-control/tulip-control,necozay/tulip-control,necozay/tulip-control,necozay/tulip-control,tulip-control/tulip-control,tulip-control/tulip-control,necozay/tulip-control,necozay/tulip-control |
f706f1896fae17bce68059d05996c7a8d5c99d98 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
| Test development env on modern versions of Node only. | Test development env on modern versions of Node only.
| YAML | mit | guillaumeaubert/jquery-cpan-distributions-list,guillaumeaubert/jquery-cpan-distributions-list |
72a643f6e8e9cf2211ac6dd85ba648768cec0678 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
- 5.10
- 5.11
- 6.0
- 6.1
- 6.2
before_install:
- npm install -g npm@latest
| language: node_js
node_js:
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
- 5.10
- 5.11
- 6.0
- 6.1
- 6.2
| Revert "Update to latest npm on Travis CI" | Revert "Update to latest npm on Travis CI"
This reverts commit 680120f386c9fccd34090ee1ca297352f15760bd.
| YAML | mit | xavierdutreilh/wintersmith-sitemap,xavierdutreilh/wintersmith-sitemap |
ea62fe676305c3c80f40bd83ad7ae1558ceed93e | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- Gemfile
- Gemfile.edge
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3+
- gemfile: Gemfile.edge
rvm: 1.8.7
- gemfile: Gemfil... | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- Gemfile
- Gemfile.edge
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3+
- gemfile: Gemfile.edge
rvm: 1.8.7
- gemfile: Gemfil... | Allow rbx fail on CI | Allow rbx fail on CI
because https://travis-ci.org/rails/jbuilder/jobs/8701837
| YAML | mit | sue445/jbuilder,WellframeInc/jbuilder,nambrot/jbuilder,rails/jbuilder,vincentwoo/jbuilder,odedniv/jbuilder,suryasnath/Venture,maclover7/jbuilder,ASnow/jbuilder,jasnow/jbuilder |
ffa1d536462e7dbbbb0092bae9f5c05c7c86ece9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
script:
- make bootstrap
- make doit
install:
- pip install linkchecker
addons:
apt:
packages:
- aspell
- aspell-en
- nginx
- linkchecker
| language: ruby
rvm:
- 2.2.3
script:
- make bootstrap
- make doit
before_install:
- sudo pip install linkchecker
addons:
apt:
packages:
- aspell
- aspell-en
- nginx
- linkchecker
| Use correct target for installation. | Use correct target for installation.
| YAML | bsd-2-clause | wkoszek/me,wkoszek/me,wkoszek/me |
5a8a99334a820123f933dabe0c7efdd7fbca3046 | .travis.yml | .travis.yml | language: csharp
env:
matrix:
- MONO_VERSION="3.10.0"
install:
- wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /
before_script:
... | language: objective-c
env:
matrix:
- MONO_VERSION="3.10.0"
install:
- wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /
before_scr... | Revert "use csharp as language" | Revert "use csharp as language"
This reverts commit b896e68d8afe4d4c45968bb56b0d3c58a68b8fb7.
| YAML | mit | davetimmins/ArcGIS.PCL,davetimmins/ArcGIS.PCL |
8ceed405d3b2808b18e3e5a0d09680e47f958110 | .travis.yml | .travis.yml | language: csharp
solution: src/TeamCityTheatre.sln
mono: none
dotnet: 1.0.4
dist: trusty
script:
- dotnet restore src/TeamCityTheatre.sln
- dotnet build src/TeamCityTheatre.sln | language: csharp
solution: src/TeamCityTheatre.sln
mono: none
dotnet: 1.0.4
dist: trusty
script:
- dotnet restore src/TeamCityTheatre.sln
- dotnet publish src/TeamCityTheatre.sln | Use dotnet publish instead of dotnet build | Use dotnet publish instead of dotnet build
| YAML | mit | amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre |
2346a2708e5f3a87fada605ed36a59fd142f2ba5 | .travis.yml | .travis.yml | language: java
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jdk:
- oraclejdk8
before_script:
- npm install -g @angular/cli
services: mongodb
| language: java
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jdk:
- oraclejdk8
install:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.7.tgz
... | Make Travis use newer MongoDB | Make Travis use newer MongoDB
| YAML | mit | UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams |
4b39c74996bc7a1fea947de34e31496f3df887e9 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install:
- pip --quiet install --use-mirrors -U numpy nose
install:
- python setup.py install
script:
- make
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install:
- pip --quiet install --use-mirrors numpy
install:
- python setup.py install
script:
- make
| Revert "Uprade the version of nose" | Revert "Uprade the version of nose"
This reverts commit 978cc9af6d4bc4abc263de91a94d7917afd59bf1.
| YAML | bsd-3-clause | lesteve/joblib,tomMoral/joblib,karandesai-96/joblib,lesteve/joblib,aabadie/joblib,joblib/joblib,karandesai-96/joblib,joblib/joblib,tomMoral/joblib,aabadie/joblib |
451eccb93850a54310f305bda61117d5da1b21d8 | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
rvm:
- "2.3.0"
- "2.2.4"
- "2.1.5"
- "1.9.3"
- "1.8.7"
| language: ruby
before_install: gem install bundler
rvm:
- "2.4.1"
- "2.3.4"
- "2.2.7"
- "2.1.10"
- "2.0.0"
- "1.9.3"
- "1.8.7"
| Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | bundler/compact_index,bundler/compact_index |
e0acfbdefb65586e9ca6d1caf6873c822b697f31 | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=... | # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.3
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL... | Add PHP7 + SS3.6 build to Travis configuration | Add PHP7 + SS3.6 build to Travis configuration
| YAML | bsd-3-clause | silverstripe/silverstripe-userforms,robbyahn/silverstripe-userforms,dnadesign/silverstripe-userforms,robbyahn/silverstripe-userforms,dnadesign/silverstripe-userforms,silverstripe/silverstripe-userforms |
e131cd22544a4133ba8eac0b1242119a7d710177 | client/forum/topic/i18n/en.yml | client/forum/topic/i18n/en.yml | en-US:
closed: Topic closed
delete: Delete
edit_title: Edit title
undelete_topic_done: Topic undeleted
pin_topic_done: Topic pinned
unpin_topic_done: Topic unpinned
move_topic_done: Topic moved
open_topic_done: Topic opened
close_topic_done: Topic closed
more_posts: More posts
title_with_page: "... | en-US:
closed: Topic closed
delete: Delete
edit_title: Edit title
undelete_topic_done: Topic undeleted
pin_topic_done: Topic pinned
unpin_topic_done: Topic unpinned
move_topic_done: Topic moved
open_topic_done: Topic opened
close_topic_done: Topic closed
more_posts: More posts
title_with_page: "... | Fix md: formatting in locales | Fix md: formatting in locales
| YAML | mit | nodeca/nodeca.forum |
c2b47dd1580c1939abb51ef556155d8927b67423 | .travis.yml | .travis.yml | sudo: false
language: scala
script: sbt '; extras/publishLocal; project plugin; ^scripted'
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
before_cache:
# Cleanup the cached directories to avoid unnecessary cache updates
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print... | sudo: false
dist: trusty
language: scala
script: sbt '; extras/publishLocal; project plugin; ^scripted'
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
before_cache:
# Cleanup the cached directories to avoid unnecessary cache updates
- find $HOME/.ivy2/cache -name "ivydata-*.prope... | Use dist:trusty for pre-installed OracleJDK 8 | Use dist:trusty for pre-installed OracleJDK 8
| YAML | apache-2.0 | ktoso/sbt-jmh |
2406b8caf4272cf8b452b19baaf01ea6c4a53517 | .travis.yml | .travis.yml | # Sets Travis to run the Ruby specs on OS X machines to be as close as possible
# to the user environment.
#
language: objective-c
addons:
code_climate:
repo_token: fcf708528e1eca6e8a8bf8f7be3bd24e4478b019c4cd7860325c141dd52aa152
env:
- RVM_RUBY_VERSION=system
# - RVM_RUBY_VERSION=1.8.7-p358
before_install:
... | # Sets Travis to run the Ruby specs on OS X machines to be as close as possible
# to the user environment.
#
language: objective-c
addons:
code_climate:
repo_token: fcf708528e1eca6e8a8bf8f7be3bd24e4478b019c4cd7860325c141dd52aa152
env:
- RVM_RUBY_VERSION=system
# - RVM_RUBY_VERSION=1.8.7-p358
before_install:
... | Use bundle exec for the specs | [Travis] Use bundle exec for the specs
| YAML | mit | emkosz/Xcodeproj,emkosz/Xcodeproj,timbodeit/Xcodeproj,vincentisambart/Xcodeproj,ashfurrow/Xcodeproj,fousa/Xcodeproj,zhengrf225/Xcodeproj,emkosz/Xcodeproj,CocoaPods/Xcodeproj,fousa/Xcodeproj,iosdevzone/Xcodeproj,Noreaster76/Xcodeproj,Noreaster76/Xcodeproj,Noreaster76/Xcodeproj,emkosz/Xcodeproj,fousa/Xcodeproj,fousa/Xcod... |
ac72bcb9bd42f4205bd416dd091e7e94e4d678d4 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
- 4.0
before_install:
- npm install -g gulp
- npm install
script:
- gulp ci
matrix:
allow_failures:
- node_js: 4.0
| language: node_js
node_js:
- 0.12
- 4.0
- 4.1
- 4.2
before_install:
- npm install -g gulp
- npm install
script:
- gulp ci
matrix:
allow_failures:
- node_js: 4.0
| Update CI for node 4.x | Update CI for node 4.x
| YAML | bsd-3-clause | radify/radiian,radify/radiian,radify/radiian,radify/radiian |
b6bc236fb4676a89ffecf7eb049400a39fbdc528 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
script:
- npm run test-travis
| language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
script:
- npm run test-travis
before_install:
- if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi
| Update npm for older nodes. | Update npm for older nodes.
| YAML | isc | ceejbot/npm-scored-search |
001100bcbf5d0f4b05be7fa28ad7fe528ae0be88 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install:
- sudo apt-get install pandoc
- pip install pip --upgrade
- pip install -r requirements.txt
script:
- nosetests -v
| language: python
python:
- 2.7
sudo: false
addons:
apt:
packages:
- pandoc
install:
- pip install pip --upgrade
- pip install -r requirements.txt
script:
- nosetests -v
| Migrate to Travis CI's container-based infrastructure | Migrate to Travis CI's container-based infrastructure
| YAML | agpl-3.0 | geotagx/geotagx-project-template,geotagx/geotagx-project-template |
ceb0090f308222a07671b364e5b33670a0b2b438 | .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 clean package
git:
depth: 10
| # 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 clean package
git:
depth: 10
| 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/ssrs-api,realityforge/ssrs-api |
0f21a38012b710a93e08f1f14e42b61cb092eed1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
os:
- linux
- osx
after_success: npm run coverage
| language: node_js
node_js:
- "14"
os:
- linux
- osx
after_success: npm run coverage
| Update Travis node version to 14 | Update Travis node version to 14
| YAML | mit | orlade/oi |
9c9440b54ab7b35bb0c07692f8c3ea9ca7e15465 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
before_install:
- pip install --quiet codecov
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
sudo: false
| language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
before_install:
- pip install --quiet codecov pyyaml
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
sudo: false
| Add yaml as a test dependency | Add yaml as a test dependency
| YAML | apache-2.0 | kislyuk/tweak |
06fa17cc5d33a3488744e5eb06c10ea8d966f66c | .travis.yml | .travis.yml | language: cpp
os:
- linux
- osx
dist: trusty
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
install:
- external/CppSharp/build/InstallMono.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"... | language: cpp
os:
- linux
- osx
dist: trusty
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
install:
- external/CppSharp/build/InstallMono.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"... | Enable development mode in Travis so test suite is included. | Enable development mode in Travis so test suite is included.
| YAML | mit | jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,jonathanpeppers/Embeddi... |
3c8514ba103d5d987d2269c421a3cc09e6784904 | .travis.yml | .travis.yml | language: rust
sudo: false
cache: cargo
os:
- linux
- osx
rust:
- 1.15.0
- stable
script:
- cargo test --no-default-features
| language: rust
sudo: false
cache: cargo
os:
- linux
- osx
rust:
- 1.15.0
- stable
- nightly
matrix:
fast_finish: true
allow_failures:
- rust: nightly
script:
- cargo test --no-default-features
| Make Travis test alacritty on nightly Rust, but allow failures | Make Travis test alacritty on nightly Rust, but allow failures
This allows us to notice and report any regressions that have occured on
nightly, without requiring tests to pass on nightly for the entire build
to succeed.
The `fast_finish` flag will cause Travis to mark the build as successful
if the only builds still... | YAML | apache-2.0 | alacritty/alacritty,jwilm/alacritty,jwilm/alacritty,alacritty/alacritty,jwilm/alacritty,jwilm/alacritty |
5a84091b88cabf04b1adb466b1017332ae945b19 | .travis.yml | .travis.yml | language: php
env:
- APPENGINE_VERSION=1.9.17
php:
- 5.4
before_script:
- rm -rf google_appengine
- mkdir -p logs
- mkdir -p tests/coverage/
- composer install --no-interaction --dev
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_VERSION.zip -nv
... | language: php
env:
- APPENGINE_VERSION=1.9.18
php:
- 5.4
- 5.5
before_script:
- rm -rf google_appengine
- mkdir -p logs
- mkdir -p tests/coverage/
- composer install --no-interaction --dev
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_VERSIO... | Update AppEngine to 1.9.18, add PHP 5.5 to support languages. | Update AppEngine to 1.9.18, add PHP 5.5 to support languages.
| YAML | mit | pwhelan/datachore |
ed5761e4ea9f1d99e6b937cfc2c62ec6d82d1384 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST}"
- echo "TRAVIS_JDK_VERSION = ${TRAVIS_JDK_VERSION}"
- echo "TRAVIS_JDK = ${TRAVIS_JDK}"
- echo "JDK_VERSION = ${JDK_VERSION}"
- echo "JDK = ${JD... | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_JDK_VERSION}" == "oraclejdk7" && ./gradlew publishSnapshotOrRelease
| Fix test statements, remove experiments | Fix test statements, remove experiments | YAML | mit | yatechorg/jedis-utils,yatechorg/jedis-utils |
53f43076501ed56a4ce8eb757e9f752baf80d7bd | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit
| language: php
php:
- 7.1
- 7.2
- 7.3
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: php ./vendor/bin/phpunit
| Call vendor version of phpunit in CI instead of system version | Call vendor version of phpunit in CI instead of system version
| YAML | bsd-2-clause | Torann/laravel-geoip |
84b88bc562450c31d51b28af7817dd45501b7025 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- nightly
branches:
only:
- staging
- trying
- master
| language: rust
rust:
- stable
- nightly
branches:
only:
- staging
- trying
- master
script:
- cargo test
- cargo test --all-features
| Test no features and all features with Travis | Test no features and all features with Travis
| YAML | apache-2.0 | ron-rs/ron |
e4a3b3f6204d48eed80566d0b37d6753bda56c5d | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
before_install:
- sudo pip install cpp-coveralls --use-mirrors
script:
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
- make
- make test
- coveralls -x hpp
notifications:
recipients:
- jason@emptycrate.com
email:
... | language: cpp
compiler:
- gcc
before_install:
- sudo pip install cpp-coveralls --use-mirrors
script:
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
- make
- make test
- mkdir gcov
- find CMakeFiles/ -name "*.gc*" -exec mv {} gcov/ \;
- gcov -d gcov/*.... | Update coveralls execution to merge all data and ignore cpp | Update coveralls execution to merge all data and ignore cpp
| YAML | bsd-3-clause | bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language |
8ad4cfb24228ad79e645507e0c22d45ea9ed56da | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Add oraclejdk7 to Travis CI. | Add oraclejdk7 to Travis CI. | YAML | apache-2.0 | apache/commons-text,apache/commons-text |
411301b2916204c4a28e25882e5da948bc83f93f | gcsweb.k8s.io/deployment.yaml | gcsweb.k8s.io/deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | Move android-ci to it's sorted position. | Move android-ci to it's sorted position.
| YAML | apache-2.0 | kubernetes/k8s.io,thockin/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,thockin/k8s.io,thockin/k8s.io,thockin/k8s.io,kubernetes/k8s.io |
8e316f4cad7a08a0d72c72d3dacf60c479d83e8e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
- PYTHONPATH=$(pwd)
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy
install: "pip install -r requirements.txt --use-mirrors"
before_script:
- wget https://commondatastorage.googleapis.com/appengine-sdks/featured/google_app... | language: python
python:
- "2.7"
env:
- PYTHONPATH=$(pwd)
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy
install: "pip install -r requirements.txt --use-mirrors"
before_script:
- wget https://commondatastorage.googleapis.com/appengine-sdks/featured/google_app... | Make App Engine server start in background | Make App Engine server start in background
| YAML | bsd-3-clause | iScienceLuvr/sympy_gamma,bolshoibooze/sympy_gamma,iScienceLuvr/sympy_gamma,iScienceLuvr/sympy_gamma,kaichogami/sympy_gamma,github4ry/sympy_gamma,kaichogami/sympy_gamma,kaichogami/sympy_gamma,bolshoibooze/sympy_gamma,github4ry/sympy_gamma,bolshoibooze/sympy_gamma,github4ry/sympy_gamma |
e34800712773c33b69f1bc4e4d6d63f84f9f5c3b | .travis.yml | .travis.yml | language: php
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer require "illuminate/support:${ILLUMINATE_VERSION}"
script:
- composer test
matrix:
include:
- php: 7.1
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=5.8.*
- php: 7.... | language: php
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer require "illuminate/support:${ILLUMINATE_VERSION}"
script:
- composer test
matrix:
include:
- php: 7.2
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=6.0
- php: 7.2
... | Remove PHP 7.1 from Travis matrix. | Remove PHP 7.1 from Travis matrix.
| YAML | mit | olssonm/identity-number |
81ea12cf7eb9743ae2712bd8c97fae0180d8d064 | .travis.yml | .travis.yml | language: ruby
bundler_args: "--without development:production"
cache: bundler
sudo: false
script: bundle exec rspec
rvm:
- 2.3.3
notifications:
webhooks: http://cfa-project-monitor.herokuapp.com/projects/67f80d53-afb0-4344-bd40-2644f55a4462/status
env:
global:
- OHANA_API_ENDPOINT=http://ohana-api-test.herokuapp... | language: ruby
bundler_args: "--without development:production"
cache: bundler
sudo: false
before_install: gem update --system
script: bundle exec rspec
rvm:
- 2.3.3
notifications:
webhooks: http://cfa-project-monitor.herokuapp.com/projects/67f80d53-afb0-4344-bd40-2644f55a4462/status
env:
global:
- OHANA_API_ENDP... | Use latest Rubygems in Travis | Use latest Rubygems in Travis
**Why**: A bug in Rubgems < 2.6.9 prevents the rainbow gem from being installed. See: https://github.com/sickill/rainbow/issues/44
| YAML | bsd-3-clause | hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,smcgov/SMC-Connect,smcgov/SMC-Connect,hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,smcgov/SMC-Connect,smcgov/SMC-Connect,hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,hackforla/ohana-web-search-la,codeforamerica/ohana-web-sea... |
c42d553129d26cc981102e5de58c023554c0b2de | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
before_install:
- gem update --system
- gem install bundler --no-ri --no-rdoc
- curl -O http://fs-packages.s3.amazonaws.com/fs-sphinx-2.0.6_x86_64_12.04.deb
- sudo dpkg -i fs-sphinx-2.0.6_x86_64_12.04.deb
- bundle install
before_script:
- "mysql -e 'create database th... | language: ruby
rvm:
- 1.9.3
before_install:
- gem update --system
- gem install bundler --no-ri --no-rdoc
- bundle install
before_script:
- "mysql -e 'create database thinking_sphinx;' > /dev/null"
- "psql -c 'create database thinking_sphinx;' -U postgres > /dev/null"
- "bundle exec rake appraisal:install... | Use locally available Sphinx v2.0.9 | Use locally available Sphinx v2.0.9
| YAML | mit | onland/ts-delayed-delta-2,pat/ts-delayed-delta |
8c9bffcd208e09b10fdbd3072a6d981f87208362 | .travis.yml | .travis.yml | language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=conduit-cookie... | language: rust
rust:
- stable
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=conduit-cooki... | Build on stable instead of 1.0.0 | Build on stable instead of 1.0.0
| YAML | mit | conduit-rust/conduit-cookie |
13ad90735bd5bf5bdb9e24f9508b119760804f5e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10.28"
before_install:
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- export PATH=$PATH:`pwd`/bin
before_script:
- casperjs --version
| language: node_js
node_js:
- "0.10.26"
before_install:
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- export PATH=$PATH:`pwd`/bin
before_script:
- casperjs --version
| Revert "Updated node version in Travis CI config." | Revert "Updated node version in Travis CI config."
This reverts commit 86fbf969d470dfcfc5ea26fba46ef5e6c1482f69.
| YAML | mit | facadejs/Facade.js |
012d0dca5061e9cb19f1134d2207852396cccf14 | .travis.yml | .travis.yml | language: java
jdk: openjdk17
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install: true
script:
- ./gradlew -s -Dorg.gradle.daemon=false clean build mo... | language: java
jdk: openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install: true
script:
- ./gradlew -s -Dorg.gradle.daemon=false clean build mo... | Downgrade Java 11 to support the shadow plugin | Downgrade Java 11 to support the shadow plugin
| YAML | apache-2.0 | cdancy/bitbucket-rest |
be6e406b48f5d23bc536cac9d4117bdd3023e855 | .travis.yml | .travis.yml | language: php
env:
global:
- excludegroup=travis-ci-exclude
matrix:
include:
- php: hhvm
- php: nightly
- php: 7.0
- php: 5.6
env: excludegroup=travis-ci-exclude-56
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
cache:
directories:
- $HOME/.composer/cach... | language: php
env:
global:
- excludegroup=travis-ci-exclude
matrix:
include:
- php: hhvm
- php: nightly
- php: 7.0
- php: 5.6
env: excludegroup=travis-ci-exclude-56
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
cache:
directories:
- $HOME/.composer/cach... | Verify application version on tagged builds | Verify application version on tagged builds
| YAML | mit | raphaelstolt/lean-package-validator,raphaelstolt/lean-package-validator |
873d1cdbb762cc2f524ffa588895f4f12139036a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
env:
# we only test interpreters who have native python packages
# since those tests are running on ubuntu 12.04, pyqt5 cannot be tested
- TOXENV=py27-pyqt4
- TOXENV=py32-pyqt4
- TOXENV=cov
- TOXENV=pep8
matrix:
exclude:
- python: "2.7"
env: T... | language: python
python:
- "2.7"
- "3.2"
env:
# we only test interpreters who have native python packages
# since those tests are running on ubuntu 12.04, pyqt5 cannot be tested
- TOXENV=py27-pyqt4
- TOXENV=py32-pyqt4
- TOXENV=cov
- TOXENV=pep8
matrix:
exclude:
- python: "2.7"
env: T... | Remove useless install (this is specified in tox.ini) | Remove useless install (this is specified in tox.ini)
| YAML | mit | pyQode/pyqode.core,pyQode/pyqode.core,zwadar/pyqode.core |
3a1adc4502bddd33146ce392ba8d2c09cf9c8b28 | .travis.yml | .travis.yml | language: python
# Add or remove version for match with Travis support
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- "pypy"
sudo: false
os:
- linux
- osx
env:
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- python: 2.7
env: ENV=lint
before_script... | language: python
# Add or remove version for match with Travis support
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- "pypy"
sudo: false
os:
- linux
- osx
env:
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- python: 2.7
env: ENV=lint
before_script... | Disable email notifications - they won't work until ASF moves to the new mailing list software. | Disable email notifications - they won't work until ASF moves to the new mailing
list software.
| YAML | apache-2.0 | t-tran/libcloud,techhat/libcloud,samuelchong/libcloud,illfelder/libcloud,lochiiconnectivity/libcloud,ZuluPro/libcloud,ByteInternet/libcloud,iPlantCollaborativeOpenSource/libcloud,mistio/libcloud,techhat/libcloud,apache/libcloud,StackPointCloud/libcloud,Scalr/libcloud,wuyuewen/libcloud,supertom/libcloud,vongazman/libclo... |
9e9f10c20d596582b27465594ca43f2d208efeb7 | .travis.yml | .travis.yml | language: cpp
os:
- osx
- linux
osx_image: xcode7.2
sudo: required
dist: trusty
cache:
directories:
- node_modules
before_install:
- "export DISPLAY=:99.0"
- scripts/bootstrap.py
- sleep 3
install:
- nvm --version
- nvm install 5.9
- node --version
- npm --version
- npm install --progress f... | language: cpp
os:
- osx
- linux
osx_image: xcode7.2
sudo: required
dist: trusty
cache:
directories:
- node_modules
before_install:
- "export DISPLAY=:99.0"
- scripts/bootstrap.py
- sleep 3
install:
- nvm --version
- nvm install 5.9
- node --version
- npm --version
- npm install --progress f... | Revert "Run flow check in CI." r=me | Revert "Run flow check in CI." r=me
This reverts commit 5fa009784e7e51993542dd73e193decc3faa8937.
| YAML | apache-2.0 | bgrins/tofino,mozilla/tofino,bgrins/tofino,mozilla/tofino,jsantell/tofino,victorporof/tofino,bgrins/tofino,jsantell/tofino,mozilla/tofino,jsantell/tofino,jsantell/tofino,bgrins/tofino,victorporof/tofino,mozilla/tofino |
1b4c0d585dc7aa8c5e35470c416b6bfd8f67f980 | examples/persisted/habitat.yml | examples/persisted/habitat.yml | apiVersion: habitat.sh/v1beta1
kind: Habitat
metadata:
name: example-persistent-habitat
spec:
# the core/redis habitat service packaged as a Docker image
image: kinvolk/redis-hab
count: 3
# the presence of this key activates persistent storage
persistence:
# the size of the volume that will be mounted i... | apiVersion: habitat.sh/v1beta1
kind: Habitat
metadata:
name: example-persistent-habitat
spec:
# the core/redis habitat service packaged as a Docker image
image: kinvolk/redis-hab
count: 3
# the presence of this key activates persistent storage
persistence:
# the size of the volume that will be mounted i... | Add comment about redis protected mode | Add comment about redis protected mode
Signed-off-by: Lorenzo Manacorda <86995a091f8a1385082bd10715048b52ee386a6a@kinvolk.io>
| YAML | apache-2.0 | kinvolk/habitat-operator,kinvolk/habitat-operator |
c87e09c3691a87adeab0ea144de9ac11868e65f4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "iojs"
- "iojs-v1.0.0"
| language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "iojs"
- "iojs-v1.0.0"
before_install:
- sudo apt-get update
install:
- sudo apt-get install rpm
| Add before_install/install script to Travis config | Add before_install/install script to Travis config
Since Travis CI only runs on Ubuntu, the `rpm` tools
must be installed on the system before running the tests.
| YAML | mit | rictorres/node-rpm-builder |
e6562917086b391a2b53c6c752f639ad3bda251c | .travis.yml | .travis.yml | sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
install:
- bash bin/travis-build.bash
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/... | sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
install:
- bash bin/travis-build.bash
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/... | Update github branch on Travis CI configuration | Update github branch on Travis CI configuration
| YAML | agpl-3.0 | conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2 |
455c2a52407fcc15142a8fd7a6097e0c976a05c3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
before_script:
- chmod +x ./scripts/build.sh
- chmod +x ./scripts/deploy.sh
script: ./scripts/build.sh
sudo: false
after_success:
- ./scripts/deploy.sh
branches:
only:
- master
| language: ruby
rvm:
- 2.2.7
before_script:
- chmod +x ./scripts/build.sh
- chmod +x ./scripts/deploy.sh
script: ./scripts/build.sh
sudo: false
after_success:
- ./scripts/deploy.sh
branches:
only:
- master
| Update ruby version for Travis | Update ruby version for Travis
| YAML | mit | kotlinresources/kotlin-resources,kotlinresources/kotlin-resources,kotlinresources/kotlin-resources,kotlinresources/kotlin-resources |
d0789da472bfd32a684cdb1d0e0bc67d32376ba6 | .travis.yml | .travis.yml | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
# optionally specify a list of environments, for example to test different RDBMS
env:
- DB=mysql
# execute any number of scripts before the test run, c... | # see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
# optionally specify a list of environments, for example to test different RDBMS
env:
- DB=mysql
# execute any number of scripts before the test run, c... | Copy the mail config file to prod for CI build as well. Duh. | Copy the mail config file to prod for CI build as well. Duh.
| YAML | agpl-3.0 | brianjking/snipe-it,Gehirnfussel/snipe-it,munozja/snipeit3,vabue/snipe-it,themachinist/snipe-mfg,brianjking/snipe-it,saydulk/snipe-it,crowdint/snipe-it,themachinist/snipe-mfg,hawk554/snipe-it,Gehirnfussel/snipe-it,aalaily/snipe-it,MichaelHoltTech/snipe-it,MicaelRodrigues/snipe-it,alfach/snipe-it,saymd/snipe-it,ivarne/s... |
5a1b29af5456fe3dbe31ff6a6694ef103f16f73f | .travis.yml | .travis.yml | before_install:
- gem update --system
- gem install bundler
bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
script: bundle exec thor spec
sudo: f... | before_install:
- gem update --system
- gem install bundler
- rvm @global do gem uninstall did_you_mean
bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_fini... | Remove the globally installed gem by rvm | Remove the globally installed gem by rvm
This fixes follow error:
```
Gem::LoadError: You have already activated did_you_mean 1.2.0, but your Gemfile requires did_you_mean 1.2.1. Prepending `bundle exec` to your command may solve this.
```
| YAML | mit | erikhuda/thor |
da9d03589d23a92714b5572f9517c10f2c26ece2 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.1
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -sche... | language: objective-c
osx_image: xcode9.4
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -sche... | Use Xcode 9.4 on Travis | Use Xcode 9.4 on Travis
| YAML | mit | thii/FontAwesome.swift,thii/FontAwesome.swift |
e0b48d208ca80442e2e00f7f9445341e081bf5be | develop-compose.yml | develop-compose.yml | minervadb:
build: ./
dockerfile: develop.dockerfile
ports:
- "15432:5432"
volumes:
- tests:/tests
- scripts:/minerva
| minervadb:
build: ./
dockerfile: develop.dockerfile
ports:
- "16050:5432"
volumes:
- tests:/tests
- scripts:/minerva
| Change database port to reflect Minerva version | Change database port to reflect Minerva version
| YAML | agpl-3.0 | hendrikx-itc/minerva,hendrikx-itc/minerva |
b902d7787edddff11f97ea94ecf233bfeee3fc99 | .travis.yml | .travis.yml | language: node_js
before_install:
- sudo apt-get install libgmp3-dev
- npm install bigint
node_js:
- 0.6
- 0.8
notifications:
email:
- lloyd@mozilla.com
- benadida@mozilla.com
- warner@mozilla.com
| language: node_js
before_install:
- sudo apt-get install libgmp3-dev
node_js:
- 0.6
- 0.8
notifications:
email:
- lloyd@mozilla.com
- benadida@mozilla.com
- warner@mozilla.com
| Revert "explicitly install bigint to get around optionalDependencies" | Revert "explicitly install bigint to get around optionalDependencies"
This reverts commit 0ee9a4a6c3c987f8bfe1197a2846a553d5f14089.
| YAML | mpl-2.0 | mozilla/browserid-crypto,mozilla/browserid-crypto,vladikoff/browserid-crypto,mozilla/browserid-crypto,vladikoff/browserid-crypto,vladikoff/browserid-crypto |
9ce07218858a5b906f36bb9f5701441952aea0c9 | .travis.yml | .travis.yml | language: python
addons:
firefox: latest
# https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-411073985
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
cache: pip
env:
global:
- GECKODRIVER_VERSION=... | language: python
addons:
firefox: latest
# https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-411073985
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
cache: pip
env:
global:
- GECKODRIVER_VERSION=... | Set display according to ... stackoverflow | Set display according to ... stackoverflow
| YAML | mit | lincolnloop/django-salmonella,lincolnloop/django-salmonella,lincolnloop/django-salmonella,lincolnloop/django-salmonella |
23eda62459f65a509802b13385a0bb38c8576fb0 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
- python feed/feed.home.tracer.py --help
- python f... | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
- python feed/feed.home.tracer.py --help
- python f... | Add ubnt.mfi feed to Travis CI | Add ubnt.mfi feed to Travis CI
| YAML | apache-2.0 | fxstein/SentientHome |
c87bad8dedc0ea2a52171840d24451e2117c8325 | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- make... | dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- make test-cover... | Drop end of life Python 3.3 | Drop end of life Python 3.3 | YAML | apache-2.0 | curtacircuitos/pcb-tools |
7c4cfe0820eaff242195b7511b242ca25c7b78ae | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.12
- iojs
services: mongodb
| language: node_js
node_js:
- 0.10
- 0.12
- iojs
services: mongodb
sudo: false
| Migrate to new Travis CI infrastructure | Migrate to new Travis CI infrastructure
| YAML | mit | jdesboeufs/connect-mongo |
e66ddbd18df9db088c33ff080424a76bc65ac63b | .travis.yml | .travis.yml | language: c
sudo: false
matrix:
include:
- os: linux
compiler: gcc
install: bash .ci/build-c2man.sh
env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install
- os: linux
compiler: clang
- os: osx
compiler: clang
before_script:
- ./autogen.sh
script:
- make
- make check || (ca... | language: c
sudo: false
matrix:
include:
- os: linux
compiler: gcc
install: bash .ci/build-c2man.sh
env: PATH=$PATH:$TRAVIS_BUILD_DIR/c2man-install
- os: linux
compiler: clang
- os: osx
compiler: clang
- os: linux
language: python
python: 3.5
env: PATH... | Build also with meson on Travis | Build also with meson on Travis
| YAML | lgpl-2.1 | behdad/fribidi,khaledhosny/fribidi,ShiftMediaProject/fribidi,ShiftMediaProject/fribidi,ShiftMediaProject/fribidi,khaledhosny/fribidi,behdad/fribidi,behdad/fribidi,khaledhosny/fribidi |
285a93647fa84ea4308ef88d6a5aeb2562e8c203 | .travis.yml | .travis.yml | language: php
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- cp app/config/parameters.yml.travis app/config/parameters.yml
- composer install -n
- git --version
- git config --global user.email "test@travis-ci.org"
- git config --global user.name "Travis"
- git --version
- php app/... | language: php
php:
- 5.6
- 7.0
- 7.1
before_script:
- cp app/config/parameters.yml.travis app/config/parameters.yml
- composer install -n
- git --version
- git config --global user.email "test@travis-ci.org"
- git config --global user.name "Travis"
- git --version
- php app/console doctrine:datab... | Remove hhmv and dist trusty | Remove hhmv and dist trusty
| YAML | mit | SSHVersionControl/git-web-client,SSHVersionControl/git-web-client |
9cec35697c481c1a52f1cac17937655fa9fad579 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install coveralls
script:
- py.test
after_success:
- coveralls
| language: python
python:
- "3.9"
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install coveralls
script:
- py.test
after_success:
- coveralls
| Add Python 3 to Travis-CI | Add Python 3 to Travis-CI
| YAML | mit | JohnMaguire/Cardinal |
e0484c36951b9002aee619b6ab77982a9c80779a | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
python:
- '2.7'
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y python-lvm2
install:
- pip install --quiet -r ci/requirements.txt
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
# debootstrap in trusty is o... | sudo: required
dist: trusty
language: python
python:
- '2.7'
install:
- pip install --quiet -r ci/requirements.txt
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
# debootstrap in trusty is old...
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
script:
... | Revert "Travis add python-lvm2 dependency" | Revert "Travis add python-lvm2 dependency"
This reverts commit 7c02d991d0cb84abf092dc910772e8319df651d1.
python-lvm2 isn't available in trusty (used in Travis-CI)
| YAML | lgpl-2.1 | woju/qubes-core-admin,woju/qubes-core-admin,woju/qubes-core-admin,QubesOS/qubes-core-admin,marmarek/qubes-core-admin,QubesOS/qubes-core-admin,marmarek/qubes-core-admin,QubesOS/qubes-core-admin,marmarek/qubes-core-admin,woju/qubes-core-admin |
a2dbf1cc37380d4f886a02b2f779bf4ab03e5e0b | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
| language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
| Test on nodejs 0.12.x and IO.js too | Test on nodejs 0.12.x and IO.js too
| YAML | mit | meltingice/psd.js,mastrobardo/psd.js,pythonl1/psd.js,mastrobardo/psd.js,turbosquid/psd.js,koheiapril20/psd.js,koheiapril20/psd.js,toruta39/psd.js |
cb64656219936f73a6eab2f796f4a7e68f2d700e | .travis.yml | .travis.yml | language: php
php:
- 5.6
sudo: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gnupg2
before_script:
- pecl install gnupg
- composer self-update
- composer install -n --no-scripts
script:
- ./vendor/bin/phpcs --standard=psr2 -n --ignore=vendor .
- ./vendor/bin/phpunit --cover... | language: php
php:
- 5.6
sudo: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gnupg2 libgpgme11-dev
before_script:
- pecl install gnupg
- composer self-update
- composer install -n --no-scripts
script:
- ./vendor/bin/phpcs --standard=psr2 -n --ignore=vendor .
- ./vendor/bin/... | Fix gnupg install on Travis | :cop: Fix gnupg install on Travis
| YAML | mit | keboola/gooddata-php-client |
2d76c24efdca2eb0f01462b0b569082dbfa95c1b | .travis.yml | .travis.yml | sudo: required
language: python
services:
- docker
script:
- pip install coveralls
- docker-compose build
- docker-compose run ckan
after_success: coveralls
| sudo: required
language: python
services:
- docker
# we need coveralls and this also prevents travis from running pip install -r requirements.txt
install: pip install coveralls
script:
- docker-compose build
- docker-compose run ckan
after_success: coveralls
| Install coveralls in the install section | Install coveralls in the install section
| YAML | mit | NaturalHistoryMuseum/ckanext-doi,NaturalHistoryMuseum/ckanext-doi,NaturalHistoryMuseum/ckanext-doi |
cf0b07eb7512945a8f9902c1f44dcfcf6fe59294 | .travis.yml | .travis.yml | addons:
code_climate:
repo_token: c75df5383c6ed506f57bd7281c1c41200a139a6847ad4c62d0371a23d457f8c6 | addons:
code_climate:
repo_token: c75df5383c6ed506f57bd7281c1c41200a139a6847ad4c62d0371a23d457f8c6
language: ruby
rvm:
- 2.1.3
| Use Ruby 2.1.3 for Travis | Use Ruby 2.1.3 for Travis
| YAML | agpl-3.0 | chrisma/event-und-raumplanung,hpi-swt2/event-und-raumplanung,hpi-swt2/event-und-raumplanung,chrisma/event-und-raumplanung,chrisma/event-und-raumplanung |
34f831a6e823b1fc6ef4624f7bc09a39ffd39f72 | .travis.yml | .travis.yml | #- Travis CI configuration file
#- .travis.yml ~~
#
# These instructions run QMachine's tests eleven times -- two versions of
# Node.js against 5 databases each, plus Ruby against Mongo.
#
# ~~ (c) SRW, 15 Jul 2013
# ... | #- Travis CI configuration file
#- .travis.yml ~~
#
# These instructions run QMachine's tests eleven times -- two versions of
# Node.js against 5 databases each, plus Ruby against Mongo.
#
# ~~ (c) SRW, 15 Jul 2013
# ... | Use "global" in Travis CI to avoid clutter in output matrix | Use "global" in Travis CI to avoid clutter in output matrix
| YAML | apache-2.0 | qmachine/qmachine,qmachine/qmachine,qmachine/qmachine |
508ce4af0f0894e24d880af8c5a82741b7c83cf1 | .travis.yml | .travis.yml | language: julia
os:
- linux
julia:
- 0.7
- 1.0
notifications:
email:
recipients:
- sunbergzach@gmail.com
on_failure: always
on_success: change
script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
... | language: julia
os:
- linux
julia:
- 1.0
- 1
notifications:
email:
recipients:
- sunbergzach@gmail.com
on_failure: always
on_success: change
script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
... | Disable testing vor v0.7 and add 1.x | Disable testing vor v0.7 and add 1.x | YAML | mit | sisl/MCTS.jl |
c6b306e82e369fd08bc0575535a47be9cf9277df | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.2
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.2.3
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
| Use ruby 2.2.3 for testing | Use ruby 2.2.3 for testing
| YAML | apache-2.0 | samvera/hyrax,samvera/hyrax,samvera/hyrax,samvera/hyrax |
0860b01887ee647f8c9c938b18d2c16163c5fada | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
# Codacy download uses hardcoded version instead of latest version
# codacy-coverage-reporter README at https://github.com/codacy/codacy-coverage-reporter documents a new method for fetching latest jar
# However, we had difficulty using it: https://github.com/codacy/codacy-coverage-rep... | language: java
jdk:
- oraclejdk8
before_install:
- sudo apt-get install jq
- curl -L -o ~/codacy-coverage-reporter "https://dl.bintray.com/codacy/Binaries/$(curl https://api.bintray.com/packages/codacy/Binaries/codacy-coverage-reporter/versions/_latest | jq -r .name)/codacy-coverage-reporter"
- chmod u+x codacy-... | Update codacy coverage reporter commands to grab latest instead of hardcoded version | Update codacy coverage reporter commands to grab latest instead of hardcoded version
| YAML | apache-2.0 | jtablesaw/tablesaw,jtablesaw/tablesaw,jtablesaw/tablesaw |
d46bc84a07f98fd32d464e0302e2a6a6a5a4ac92 | .travis.yml | .travis.yml | dist: bionic
language: cpp
compiler: gcc
script:
- cd test
- make
# This really should finish in less than 2 minutes - otherwise something's wrong
- timeout 120 ./libmorton_test 128
| dist: bionic
language: cpp
compiler: gcc
before_install:
- sudo apt-get update
- sudo apt-get -y install gcc-8
script:
- cd test
- make CXX=g++8 bmi2
- make CXX=g++8 avx512
- make CXX=g++8 test
# This really should finish in less than 2 minutes - otherwise something's wrong
- timeout 120 ./libmorton_test... | Build AVX512 using gcc8 on bionic | Build AVX512 using gcc8 on bionic | YAML | mit | Forceflow/libmorton |
34b1b0df7e9b05aeee4240fdaa0c170819cee254 | .travis.yml | .travis.yml | language: python
env:
- DJANGO=1.10.2 DJANGO_SETTINGS_MODULE='lutrisweb.settings.local' SECRET_KEY="ThisIsMySecretThereAreOtherLikeThisButThisOneIsMine" USE_SQLITE=1
python:
- 2.7
install:
- pip install -r config/requirements/devel.pip
script:
- make test
| language: python
env:
- DJANGO=1.10.2 DJANGO_SETTINGS_MODULE='lutrisweb.settings.local' SECRET_KEY="ThisIsMySecretThereAreOtherLikeThisButThisOneIsMine" USE_SQLITE=1
python:
- 2.7
install:
- pip install -r config/requirements/devel.pip
before_script:
- touch templates/docs/installers.html
script:
- make test
| Create fake documentation file in Travis | Create fake documentation file in Travis
| YAML | agpl-3.0 | lutris/website,lutris/website,lutris/website,lutris/website |
865c9a1af398b487a01c558b91ce04406b3b953e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install pip==1.5.4"
- "pip install -r requirements/ci.txt"
- "pip install -r requirements/unittests.txt"
# command to run tests
script: python manage.py jenkins --settings=tsune.settings.ci --verbosity 2 | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install pip==1.5.4"
- "pip install -r requirements/ci.txt"
- "pip install -r requirements/unittests.txt"
# command to run tests
script: python manage.py jenkins --settings=tsune.settings.ci --verbosity 2
after_success:
- covera... | Use coveralls.io for code coverage | Use coveralls.io for code coverage
| YAML | mit | DummyDivision/Tsune,DummyDivision/Tsune,DummyDivision/Tsune |
87b988497a7e5b23afa66dbe269d5f99ed5b105d | .travis.yml | .travis.yml | language: clojure
lein: 2.8.0
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk9
- oraclejdk8
- openjdk7
env:
matrix:
- VERSION='1.7'
- VERSION='1.8'
- VERSION='1.9'
script: lein with-profile dev,$VERSION test
after_success:
- CLOVERAGE_VERSION=1.0.9 lein cloverage -e '^cljam.main' --codecov
... | language: clojure
lein: 2.8.0
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk9
- oraclejdk8
- openjdk8
- openjdk7
env:
matrix:
- VERSION='1.7'
- VERSION='1.8'
- VERSION='1.9'
script: lein with-profile dev,$VERSION test
after_success:
- CLOVERAGE_VERSION=1.0.9 lein cloverage -e '^cljam.mai... | Add openjdk8 to Travis CI config. | Add openjdk8 to Travis CI config.
| YAML | apache-2.0 | chrovis/cljam |
b0a15fe8c7be000a668339658011eb113924eda5 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
| language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
before_install: gem install bundler -v "~> 1.2.0" | Install the right bundler version if it's not installed yet | Install the right bundler version if it's not installed yet
| YAML | mit | antifuchs/gmail-britta,ryansb/gmail-britta,jpiasetz/gmail-britta,pathzzrd/gmail-britta |
94948902dbcb83c99c5c9b9db02f7dbdaddd0f1b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/puppetlabs/puppetlabs-apt.git spec/fixtures/modules/apt'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.2
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/puppetlabs/puppetlabs-apt.git spec/fixtures/modules/apt'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.18
- PUPPET_VERSION=2.7.21
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.1
| Update build matrix in Travis CI config | Update build matrix in Travis CI config
| YAML | apache-2.0 | pulling-strings/puppet-virtualbox,gini/puppet-virtualbox |
d0731a4642e3313c1ad0b854f510d32310718623 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
| language: php
before_script:
- composer --dev install
php:
- 5.3
- 5.4
| Add before_script hook to run composer | Add before_script hook to run composer
| YAML | mit | cloudermaan/phprules,DerManoMann/phprules,php-rules/phprules |
c5146652ff6f9b311966ff8edce0a3529060af88 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.3
podfile: Example/Podfile
before_install:
- brew update
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- cd Example && pod repo update && pod install
script:
- xcodebuild clean build -workspace ... | language: objective-c
osx_image: xcode8.3
podfile: Example/Podfile
before_install:
- brew update
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- cd Example && pod repo update && pod install
script:
- xcodebuild clean build -workspace ... | Fix xcworkspace location for xcodebuild commands | Fix xcworkspace location for xcodebuild commands
| YAML | mit | christianascone/SwiftVersionUtils,christianascone/SwiftVersionUtils |
26dbdc0b6b84d52c99a160446fa7947a47a62d69 | .travis.yml | .travis.yml | language: node_js
sudo: enabled
dist: trusty
before_install:
- nvm install 8.1.3
- nvm use 8.1.3
script: npm run build:dev && npm run build:dist
| language: node_js
sudo: enabled
dist: trusty
before_install:
- nvm install 8.4.0
- nvm use 8.4.0
script: npm run build:dev && npm run build:dist
| Use Node 8.4.0 for Travis build | Use Node 8.4.0 for Travis build
| YAML | mit | rmatych/modern-webapp,rmatych/modern-webapp |
dcfd23d3fa77f053210984f0bc21424954992ae2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
os:
- linux
script:
- nosetests
| language: python
python:
- "2.7"
os:
- linux
install:
- sudo apt-get install -y gfortran libc6-dev
script:
- nosetests
| Install packages needed by Ubuntu | Install packages needed by Ubuntu
| YAML | mit | csdms-contrib/storm,csdms-contrib/storm,mdpiper/storm,mdpiper/storm |
5867c111f560eeb43b81b7683537af1ab0bba8e2 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
language: ruby
bundler_args: --without metrics
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.0
- 2.2.5
- 2.3.1
- jruby-9.1.1.0
- rbx-2.11
- rbx-3.48
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
branches:
only: master
no... | ---
language: ruby
sudo: false
cache: bundler
language: ruby
bundler_args: --without benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.0
- 2.2.5
- 2.3.1
- jruby-9.1.1.0
- rbx-2.11
- rbx-3.48
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
branches:
only: master... | Change to exclude right group. | Change to exclude right group.
| YAML | mit | peter-murach/verse |
eaca1b1beeb705c14e15500d81ebbab798efc26a | .travis.yml | .travis.yml | language: python
env:
- 3.5
- 3.6
- 3.7
- 3.8
notifications:
email: false
before_install:
- python --version
- pip install -U pip
install:
- python setup.py install
- pip install -r docs/doc_requirements.txt
script:
- pytest --cov=pubmed_parser tests/ --verbose
- make html
- touch _build/htm... | language: python
env:
- 3.5
- 3.6
- 3.7
- 3.8
notifications:
email: false
before_install:
- python --version
- pip install -U pip
install:
- python setup.py install
- pip install -r docs/doc_requirements.txt
script:
- pytest --cov=pubmed_parser tests/ --verbose
- cd docs && make html
- touch... | Change directory to docs before make html | Change directory to docs before make html
| YAML | mit | titipata/pubmed_parser |
2c2ba572f9342678b334d537f2b3b846b144fbd4 | .travis.yml | .travis.yml | language:
- cpp
compiler:
- g++
- clang
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- kalakris-cmake
packages:
- gcc-4.9
- g++-4.9
- libboost1.55-all-dev
- libssl-dev
- cmake
before_script:
- git clone --depth=1 https://github.... | language:
- cpp
compiler:
- g++
# - clang : error occured...
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- kalakris-cmake
packages:
- gcc-4.9
- g++-4.9
- libboost1.55-all-dev
- libssl-dev
- cmake
before_script:
# download external h... | Remove clang from compiler matrix(error), add some comments | Remove clang from compiler matrix(error), add some comments
| YAML | mit | Perlmint/slacpp |
c8071f0513ce7ce6842617f04a0fb36fee0d1503 | .travis.yml | .travis.yml | sudo: false
language: python
env:
- PYTHON_VERSION=3.5
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
install:
- conda create --yes -n test-env python=$PY... | sudo: false
language: python
env:
- PYTHON_VERSION=3.5
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
install:
- conda create --yes -n test-env python=$PY... | Change QIIME 2 installation source for Travis | TST: Change QIIME 2 installation source for Travis
Changes QIIME 2 to install from the github repo instead of the conda
channel
| YAML | bsd-3-clause | qiime2/q2cli,jakereps/q2cli,qiime2/q2cli,jairideout/q2cli,gregcaporaso/q2cli,jakereps/q2cli,gregcaporaso/q2cli,jairideout/q2cli |
3c9cd16e73ffcd844182294fa40f8c726bcd967d | .travis.yml | .travis.yml | ---
# Verify this with: http://lint.travis-ci.org/
language: ruby
# Delete dependency locks for matrix builds.
before_install: rm Gemfile.lock || true
script: bundle exec rake test
rvm:
- 1.8.7
- 1.9.3
env:
matrix:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPE... | ---
# Verify this with: http://lint.travis-ci.org/
language: ruby
# Delete dependency locks for matrix builds.
before_install: rm Gemfile.lock || true
script: bundle exec rake test
rvm:
- 1.9.3
env:
- PUPPET_VERSION="~> 3.8.0"
- PUPPET_VERSION="~> 4.9.0"
matrix:
allow_failures:
- env: PUPPET_VERSION="~> 4.9.0... | Change the versions we test with. | Change the versions we test with.
Update the puppet versions, allow Puppet 4 to fail and stop
testing ruby 1.8.7 and puppet 2.7.0
| YAML | mit | gds-operations/puppet-resolvconf,gds-operations/puppet-resolvconf |
d6962a3d29d36688da6799702687858fc475b8c1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
| language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
| Add Node v10 to Travis config | Add Node v10 to Travis config
| YAML | mit | cahamilton/stylelint-config-property-sort-order-smacss |
b838992934d94c53b49a128e8be30918a3c5aded | .travis.yml | .travis.yml | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: oraclejdk8
env: TARGET=test
- jdk: openjdk8
env: TARGET=test
- os: osx
osx_image: xcode8.2
env: TARGET=... | language: java
matrix:
include:
- jdk: oraclejdk8
env: TARGET=checkstyle
- jdk: oraclejdk8
env: TARGET=pmd
- jdk: oraclejdk8
env: TARGET=cpd
- jdk: oraclejdk8
env: TARGET=test
- jdk: openjdk8
env: TARGET=test
- os: osx
osx_image: xcode8.3
env: TARGET=... | Update Xcode for OSX CI to v8.3 | Update Xcode for OSX CI to v8.3
| YAML | mit | danilovesky/workcraft,danilovesky/workcraft,tuura/workcraft,danilovesky/workcraft,danilovesky/workcraft,workcraft/workcraft,workcraft/workcraft,tuura/workcraft,workcraft/workcraft,tuura/workcraft,workcraft/workcraft |
32d12c2c606339b0ed4312df788a5d1561872d35 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.5
- 2.3.8
sudo: false
cache:
bundler: true
env:
global:
- RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
- PARALLEL_TEST_PROCESSORS=2
matrix:
- TEST_SUITE=vmdb PARALLEL=true
- TEST_SUITE=brakeman
matrix:
allow_failure... | language: ruby
rvm:
- 2.5.3
- 2.4.5
- 2.3.8
sudo: false
cache:
bundler: true
env:
global:
- RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
- PARALLEL_TEST_PROCESSORS=2
matrix:
- TEST_SUITE=vmdb PARALLEL=true
- TEST_SUITE=brakeman
matrix:
allow... | Add 2.5.3 to the matrix. | Add 2.5.3 to the matrix.
| YAML | apache-2.0 | jrafanie/manageiq,mzazrivec/manageiq,d-m-u/manageiq,agrare/manageiq,andyvesel/manageiq,ManageIQ/manageiq,jvlcek/manageiq,ManageIQ/manageiq,jameswnl/manageiq,djberg96/manageiq,jrafanie/manageiq,hstastna/manageiq,jrafanie/manageiq,borod108/manageiq,djberg96/manageiq,aufi/manageiq,romanblanco/manageiq,andyvesel/manageiq,j... |
fe4055e5d3dae40c87bfb7e3564d5b62afd5316e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
sudo: false
after_success: npm run coveralls
# Needed to run Karma with Firefox on Travis
# http://karma-runner.github.io/0.13/plus/travis.html
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
| language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
sudo: false
after_success: npm run coveralls
# Needed to run Karma with Firefox on Travis
# http://karma-runner.github.io/0.13/plus/travis.html
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
| Add node 5 to Travis | Add node 5 to Travis
| YAML | mit | ecasilla/async,hargasinski/async,steverobb/async,arigo-software/async,Segeon-Kim/async,rlugojr/async,andalm/async,jnordberg/async,Segeon-Kim/async,caolan/async,hargasinski/async,Segeon-Kim/async,suguru03/async,Kikobeats/async,suguru03/async,ecasilla/async,jnordberg/async,ezubarev/async,andalm/async,ezubarev/async,arigo... |
8bdb9a0442a7677a7a8c37e545d73e42ccdbdc82 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
rvm:
- 2.1.3
install:
- rvm use 2.1.3
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: java
jdk:
- oraclejdk7
sudo: false
rvm:
- 2.1.3
install:
- rvm use 2.1.3
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Mark sudo as false so can run in container based infrastructure | Mark sudo as false so can run in container based infrastructure
| YAML | apache-2.0 | realityforge/replicant,realityforge/replicant |
b67aa2bfbb28414b07f590d788928f00534dd399 | .travis.yml | .travis.yml | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
-... | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
-... | Add an Ocaml 4.07 build to the CI | Add an Ocaml 4.07 build to the CI
| YAML | bsd-2-clause | cryptosense/pkcs11 |
47ed5e2ce2dd41f3dc98116574fb11d51dbac0ff | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "pypy3"
nstall:
- travis_retry pip install -r requirements.txt
- travis_retry pip install coveralls
script:
- coverage run --branch --source=mygpoauth ./manage.py test
after_script:
- coveralls
| language: python
python:
- "3.4"
- "pypy3"
nstall:
- travis_retry pip install -r requirements.txt
- travis_retry pip install coveralls
script:
- coverage run --branch --source=mygpoauth ./manage.py test
after_script:
- coveralls
sudo: false
| Use Travis-CI container based infrastructure | Use Travis-CI container based infrastructure
| YAML | agpl-3.0 | gpodder/mygpo-auth,gpodder/mygpo-auth |
ba6dc347329d5b5d708a93dd57e1b989b171620e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install coveralls --use-mirrors
# Commands to run tests.
# Force nose to process test files in alphabetical order so that
# test000.py is first (it changes sys.path which is needed for
# other tests) by explicitly ordering parameters fo... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
branches:
only:
- master
install:
- pip install coveralls
script:
- make test
#after_success:
# - coveralls
| Fix Travis CI error, and update Python versions in yaml file. | Fix Travis CI error, and update Python versions in yaml file.
| YAML | mit | vmlaker/coils |
c725556a689fbe6f3142104489ddd65623fef544 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4.0"
- "iojs"
- "0.12"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g npm
- npm install -g bower
- npm install -g node-gyp
- node-gyp clean
- export CHROME_BIN=chromium-browser
- expor... | sudo: false
language: node_js
node_js:
- "4.0"
- "iojs"
- "0.12"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g npm
- npm install -g bower
- npm install -g node-gyp
- node-gyp clean
- export CHROME_BIN=chromium-browser
- expor... | Remove unnecessary NODE_ENV from Travis scripts | Remove unnecessary NODE_ENV from Travis scripts
| YAML | mit | henrjk/connect-js,bauglir/connect-js,anvilresearch/connect-js,bauglir/connect-js,henrjk/connect-js,anvilresearch/connect-js |
c20a9f510f2d2c76620b215c7d3968592ae0a56a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=django>=1.4,<1.5
- DJANGO=django>=1.6,<1.7
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install -e .
script: "make test"
notifications:
email: fal... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=django>=1.4,<1.5
- DJANGO=django>=1.6,<1.7
- DJANGO=django>=1.7,<1.8
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install -e .
script: "make test"... | Add django 1.7 to build matrix | Add django 1.7 to build matrix
| YAML | bsd-2-clause | incuna/django-orderable,incuna/django-orderable |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.