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 |
|---|---|---|---|---|---|---|---|---|---|
ea2026170ea03ae197b0053ca84d34fd58ba3ff9 | .travis.yml | .travis.yml | language: objective-c
branches:
only:
- master
git:
submodules: false
before_install:
- git submodule update --init --recursive
- bundle install
podfile: ./Podfile
xcode_workspace: ./Devbeers.xcworkspace
xcode_scheme: Devbeers
script: xctool -workspace ./Devbeers.xcworkspace -sdk iphonesimulator -scheme Devb... | language: objective-c
branches:
only:
- master
git:
submodules: false
before_install:
- git submodule update --init --recursive
podfile: ./Podfile
xcode_workspace: ./Devbeers.xcworkspace
xcode_scheme: Devbeers
script: xctool -workspace ./Devbeers.xcworkspace -sdk iphonesimulator -scheme Devbeers build test COD... | Remove duplicated bundle install instruction | Remove duplicated bundle install instruction
| YAML | apache-2.0 | devbeers/devbeers-ios,devbeers/devbeers-ios |
40139d1f6c94a913a8e1f51c75f9d18850e074f8 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
before_install: gem install bundler -v 1.15.1
script:
- bundle exec rake ci
| sudo: false
language: ruby
cache: bundler
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- ruby-head
before_install: gem install bundler -v 1.15.1
script:
- bundle exec rake ci
matrix:
allow_failures:
- rvm: ruby-head
| Test ruby-head on Travis allowing failures | Test ruby-head on Travis allowing failures
Refs #97
| YAML | mit | ruby-formatter/rufo,ruby-formatter/rufo,ruby-formatter/rufo |
1841d725453523af241b60845a5aefab53c154cc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 2.0.0
script:
- cat .gemfile.lock
- bundle exec rake spec
env:
global:
- SPEC_OPTS="-fd"
matrix:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3"
gemfile: .gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: 1.9.3
- rvm: 2.0.0
exc... | language: ruby
rvm:
# EL5 & 6
- 1.8.7
# EL7
- 2.0.0
# Teh f00t00r
- ruby-head
script:
- cat .gemfile.lock
- bundle exec rake spec
env:
global:
- SPEC_OPTS="-fd"
matrix:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3"
gemfile: .gemfile
matrix:
fast_finish: true
allow_failures:... | Add ruby-head to test matrix | Add ruby-head to test matrix
| YAML | apache-2.0 | wcooley/puppet-fail_unconfigured |
cd0f282b44847efe776aa2cac653cd6086b6832f | .travis.yml | .travis.yml | language: php
php:
- "5.5"
- "5.6"
before_script:
- composer self-update
- composer install --dev
# Fail if...
# * phpunit tests fail/error
# * phpcs tests indicate that PSR-2 compliance worsened
# * phpmd tests indicate a mess
script:
- vendor/bin/phpunit
- vendor/bin/phpcs -s --report-width=120 --stand... | language: php
php:
- "5.5"
- "5.6"
before_script:
- composer self-update
- composer install --dev
# Fail if...
# * phpunit tests fail/error
# * phpcs tests indicate that PSR-2 compliance worsened
# * phpmd tests indicate a mess
script:
- mkdir -p build/logs
- vendor/bin/phpunit
- vendor/bin/phpcs -s --... | Create build path for coveralls | Create build path for coveralls | YAML | mit | webbj74/acquia-platform-cloud-data-model |
b0d5468c9c1155cd7bd3eb73075e403a5974e640 | .travis.yml | .travis.yml | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- GRADLE_OPTS='-Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dkotlin.incremental=false -DdisablePreDex'
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=androi... | sudo: true
language: android
jdk: oraclejdk8
env:
global:
- GRADLE_OPTS='-Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dkotlin.incremental=false -DdisablePreDex'
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.1
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android... | Stop unnecessary services for Travis | Stop unnecessary services for Travis
| YAML | mit | thyrlian/AwesomeValidation,thyrlian/AwesomeValidation |
8e83b9ea18f038a2b3f98b30206550431a5c47a8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "8"
| language: node_js
node_js:
- "6"
- "8"
- "10"
| Stop testing on Node 4, start testing on Node 10 | Stop testing on Node 4, start testing on Node 10
| YAML | mit | helmetjs/hide-powered-by |
be02aa1a86f55178b1ce6ecc9b3fc5a6fdb987dc | .travis.yml | .travis.yml | language: node_js
node_js:
- "latest"
- "8"
- "7"
script: npm test
| language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
script: npm test
| Add node 9 and 10 | Add node 9 and 10
| YAML | mit | nozzle/react-static,nozzle/react-static |
f7d06c6db765ceb22392e5e4f0e4761d380617c8 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main' >> /etc/apt/sources.list"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get updat... | language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main' >> /etc/apt/sources.list"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get updat... | Enable LLVM support for Travis CI | Enable LLVM support for Travis CI
Signed-off-by: Pekka Enberg <add4fcd06328a394f0ad91feda7ee057316dc5ed@kernel.org>
| YAML | bsd-2-clause | penberg/hornet,penberg/hornet,penberg/hornet,penberg/hornet |
0920d1eb4e6da4e62a92bb7803dc0f8c55eb31b8 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
addons:
postgresql: "9.4"
services: postgresql
env:
global:
- BUILD_ON_TRAVIS=true
- DJANGO_SETTINGS_MODULE="application.settings"
- PYTHONPATH="/home/travis/build/kiote/cosmopolitan"
- PIP_USE_MIRRORS=true
matrix:
- DJANGO=1.9 DB=post... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
dist: trusty
sudo: false
addons:
postgresql: "9.5"
apt:
packages:
- postgresql-9.5-postgis-2.3
services: postgresql
env:
global:
- BUILD_ON_TRAVIS=true
- DJANGO_SETTINGS_MODULE="application.settings"
- PYTHONPATH="/home/travis/build/... | Install postgis and postgres directly | Install postgis and postgres directly
| YAML | mit | openspending/cosmopolitan |
737066450325fa9cfc72749c9e5af38e99f7bd48 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
env:
matrix:
- BUILD_CONFIGURATION=0
- BUILD_CONFIGURATION=1
- BUILD_CONFIGURATION=2
- BUILD_CONFIGURATION=3
- BUILD_CONFIGURATION=4
- BUILD_CONFIGURATION=5
- BUILD_CONFIGURATION=6
- BUILD_CONFIGURATION=7
branches:
only:
- master
- development
-... | language: cpp
compiler:
- gcc
- clang
env:
matrix:
- BUILD_CONFIGURATION=0
- BUILD_CONFIGURATION=1
- BUILD_CONFIGURATION=2
- BUILD_CONFIGURATION=3
- BUILD_CONFIGURATION=4
- BUILD_CONFIGURATION=5
- BUILD_CONFIGURATION=6
- BUILD_CONFIGURATION=7
install:
- wget -qO- https://cmake.org/files/v2.8/cm... | Install minimum required cmake version. | Travis: Install minimum required cmake version.
Signed-off-by: Sascha Zelzer <8b245f326623c6b9583b29a36433184f04a0f42a@gmail.com>
| YAML | apache-2.0 | CppMicroServices/CppMicroServices,ksubramz/CppMicroServices,CppMicroServices/CppMicroServices,CppMicroServices/CppMicroServices,saschazelzer/CppMicroServices,saschazelzer/CppMicroServices,ksubramz/CppMicroServices,ksubramz/CppMicroServices,ksubramz/CppMicroServices,CppMicroServices/CppMicroServices,ksubramz/CppMicroSer... |
9cf0b15726288e0146ca1737b9ce34e6bf71bf1a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
notifications:
email:
recipients:
- tp@tiredpixel.com
- sidekiq.spy@librelist.com
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: jruby-19mode
- rvm: rbx-19mode
| language: ruby
rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
notifications:
email:
recipients:
- tp@tiredpixel.com
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: jruby-19mode
- rvm: rbx-19mode
| Remove sidekiq-spy mailing list from build notifications. | Remove sidekiq-spy mailing list from build notifications.
This doesn't work, as Travis CI can't confirm the mailing list
subscription. But perhaps it's best not to flood the mailing list with
build notifications, anyway. If you'd like to be notified of builds,
however, please add your address and send a pull request. ... | YAML | mit | tiredpixel/sidekiq-spy |
f433208783a46987b82244c269443c95297fee33 | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
notifications:
email:
- tim@github.com
env:
- PUPPET_VERSION=2.7.25
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.2
before_install:
- gem --version
- gem update --system # todo: workar... | rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
notifications:
email:
- tim@github.com
env:
- PUPPET_VERSION=2.7.25
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.2
before_install:
- gem --version
- gem update --system # todo: workar... | Print puppet version before running tests in Travis | Print puppet version before running tests in Travis
| YAML | mit | rodjek/librarian-puppet,Qualys/librarian-puppet,jbussdieker/librarian-puppet,brianhks/librarian-puppet,rbramwell/librarian-puppet |
c6d5d615d4143a5d77f8bcfdba70acd01a2a4ef7 | .travis.yml | .travis.yml | language: r
sudo: required
r_binary_packages:
- ggplot2
- jsonlite
- R.oo
- plyr
scripts:
- mvn test
| language: r
sudo: required
r_binary_packages:
- ggplot2
| Set to only install a single R package | Set to only install a single R package
| YAML | epl-1.0 | FTSRG/mondo-sam,FTSRG/mondo-sam,FTSRG/mondo-sam,FTSRG/mondo-sam |
f381c2dc5903ecfba639abff3ae48fb8c8c4f86b | .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.3.1
- 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:
- rvm use 2.6.6
- 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/gwt-cache-filter,realityforge/gwt-cache-filter,realityforge/gwt-cache-filter |
ec0486c7f18c4dad4f61291115c8ec44a4e46fce | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.0
- 7.1
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
install:
- composer install
- travis/install-eio.sh
- travis/install-uv.sh
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- php ven... | sudo: false
language: php
php:
- 7.0
- 7.1
- nightly
matrix:
allow_failures:
- php: nightly
fast_finish: true
install:
# --ignore-platform-reqs, because https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722
- composer update -n --prefer-dist --ignore-platform-reqs
- composer require satooshi/ph... | Update Travis to run on PHP 7.2 | Update Travis to run on PHP 7.2
| YAML | mit | amphp/fs,amphp/file |
c57576eddb408d4ef8d51eeebea4dc9a8e95e392 | .travis.yml | .travis.yml |
language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake sqlite3 qt4-dev-tools cscope exuberant-ctags
before_script:
- mkdir build
- cd build
- cmake ..
script: make
after_script:
- make package
- export pkgfile=`ls -1 ./*.deb`
- sudo dpkg -i $pkgfile
... | language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake sqlite3 qt4-dev-tools cscope exuberant-ctags
before_script:
- mkdir build
- cd build
- cmake ..
script: make
after_script:
- make package
- export tgzfile=`ls -1 ./*.tar.gz`
- tar -ztvf $tgzfile
-... | Test TGZ and DEB using Travis | Test TGZ and DEB using Travis | YAML | mpl-2.0 | ruben2020/codequery,ruben2020/codequery,ruben2020/codequery,ruben2020/codequery,ruben2020/codequery |
ac692c5f97f879c1869b332b7e3cd40d89bb085f | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
| Drop support for Node.js 8 early. | Drop support for Node.js 8 early.
| YAML | mit | bigeasy/restrictor |
f06ae19d963461c7450894c62a798986cc1dd385 | .travis.yml | .travis.yml | language: go
go:
- 1.3.3
- 1.4.2
- 1.5.2
- tip
script:
- go test -v ./...
- go build
| language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- go test -v ./...
- go build
| Revert "Correct Go release version in Travis config (1.5.2)" | Revert "Correct Go release version in Travis config (1.5.2)"
This reverts commit 1e1d5137bf425b617046d7c938a7c33f14acf539.
There is no 1.5.2 ... No idea where I got that impression!?
| YAML | apache-2.0 | gosuri/cobra,eparis/cobra,sdomino/cobra,spf13/cobra,anthonyfok/cobra,liggitt/cobra |
bd8c321c5df5d7a6172e88cffbe62596f879c98c | .travis.yml | .travis.yml | language: c
compiler: gcc
sudo: required
dist: bionic
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-cache search libgee
- sudo apt-cache search libvte
- sudo apt-get install -y xvfb build-essential gnome-common valac libglib2.0-dev libgtk-3-dev libgee-0.8-d... | language: c
compiler: gcc
sudo: required
dist: bionic
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common valac libglib2.0-dev libgtk-3-dev libgee-dev libjson-glib-dev libsoup2.4-dev libvte-2.90-dev
after_success:
- ... | Fix libgee & libvte versions | Fix libgee & libvte versions
| YAML | mit | lcallarec/dockery,lcallarec/gnome-docker-manager |
e1a2bead711e6af0ee15887f4a977c9e8c02a2f9 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.8"
before_install:
- npm install npm@2 -g
- npm install npm -g
notifications:
slack:
on_success: change
on_failure: change
rooms:
- secure: WDSJTf0kyen9YY7PH4PPc6LftE5w+YH825dX0qUF/3C+U4/qKW9D7U2z+bsbqi0Ir3cGObN6iK73O18E7N4L3vV1eyCj3ds7eyU... | language: node_js
sudo: false
node_js:
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install npm@2 -g
- npm install npm -g
notifications:
slack:
on_success: change
on_failure: change
rooms:
- secure: WDSJTf0kyen9YY7PH4PPc6LftE5w+YH82... | Add more supported node versions | Add more supported node versions
| YAML | mit | philnash/twilio-node,wanjunsli/twilio-node,twilio/twilio-node |
18d05f2ff94cb1f0e68dd43faf24baec60473954 | .travls.yml | .travls.yml | language: python
deploy:
provider: s3
bucket: phzmapi.org
region: us-east-1
acl: public_read
on:
repo: waldoj/frostline
branch: master
skip_cleanup: true
local_dir: api/
access_key_id: AKIAI57KQU7C2AZT5MEQ
| language: python
before_install: sudo apt-get install python-dev python-pip python-setuptools build-essential
install: pip install csvkit
script: ./frostline.py
deploy:
provider: s3
bucket: phzmapi.org
region: us-east-1
acl: public_read
on:
repo: waldoj/frostline
branch: master
skip_cleanup: true
... | Add Travis build prerequisites, command | Add Travis build prerequisites, command
Toward #20. | YAML | mit | waldoj/frostline,waldoj/frostline,waldoj/frostline,waldoj/frostline |
c27dac978898a287adb077869a924adf721f1ece | .travis.yml | .travis.yml | language: rust
rust:
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=filetime/index.html>' > target/doc/index.html &&
pip install ghp-... | language: rust
rust:
- nightly
- beta
- 1.1.0
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=filetime/index.html>' > target/doc/index.html &&... | Test on beta/stable as well | Test on beta/stable as well
| YAML | apache-2.0 | alexcrichton/filetime |
1b0fc8e0014fa1ac36812db5147b7d7ac25c1b0e | .travis.yml | .travis.yml | language: bash
services: docker
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- env | sort
- cd "$VERSION"
- image='rails'
script:
- docker build -t "$image" .
- ~/official-images/test/run.sh "$image"
- docker build -t "$image:onbuild" onbui... | language: bash
services: docker
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- env | sort
- image='rails'
script:
- docker build -t "$image" .
- ~/official-images/test/run.sh "$image"
- docker build -t "$image:onbuild" onbuild
after_script:
... | Fix Travis referencing nonexistent variable | Fix Travis referencing nonexistent variable
| YAML | mit | infosiftr/rails,docker-library/rails |
df68116a4c4c383e56d23ab06ed381ca4f21e18d | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx-18mode
- rbx-19mode
- ree
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- rbx-2.0
- ree
| Revert "Test against Rubinius in both Ruby 1.8 and 1.9 mode" | Revert "Test against Rubinius in both Ruby 1.8 and 1.9 mode"
This reverts commit 9faa27a2e24b74bcf6e7d853991c05dde2df7041.
| YAML | mit | nilbus/octokit.rb,iainbeeston/octokit.rb,simon0191/octokit.rb,byroot/octokit.rb,whip112/octokit.rb,LizzHale/octokit.rb,r7kamura/octokit.rb,cocktail-io/octokit.rb,tarebyte/octokit.rb,xantage/octokit.rb,LizzHale/octokit.rb,benbalter/octokit.rb,pwz3n0/octokit.rb,simon0191/octokit.rb,nilbus/octokit.rb,raysrashmi/octokit.rb... |
1cfa3574a2dfc31e71113b55feb6af6599ed08e5 | .travis.yml | .travis.yml | language: ruby
script:
- bundle exec rspec
matrix:
fast_finish: true
allow_failures:
- name: TruffleRuby
rvm: system
include:
- rvm: 2.3.0
install:
- gem install bundler
- bundle install
- rvm: 2.5.1
install:
- gem install bundler
- bundle install
- rvm: 2.6.0-preview... | language: ruby
script:
- bundle exec rspec
matrix:
fast_finish: true
allow_failures:
- name: TruffleRuby
rvm: system
include:
- rvm: 2.3.0
install:
- gem install bundler
- bundle install
- rvm: 2.5.1
install:
- gem install bundler
- bundle install
- rvm: 2.6.0-preview... | Update Travis CI to Ruby 2.6.0-preview3 | Update Travis CI to Ruby 2.6.0-preview3 | YAML | mit | buren/honey_format,buren/honey_format |
3631a3ff29cfb29a774e98e12a230f9f6565813f | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
install:
- pip install -q Django==$DJANGO --use-mirrors
script:
- python setup.py test
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
- DJANGO=1.7
install:
- pip install -q Django==$DJANGO --use-mirrors
script:
- python setup.py test
| Add Django 1.7 to Travis config | Add Django 1.7 to Travis config
Signed-off-by: Byron Ruth <e9d71f5ee7c92d6dc9e92ffdad17b8bd49418f98@devel.io>
| YAML | bsd-2-clause | mjschultz/django-tracking2,bruth/django-tracking2,bruth/django-tracking2 |
edcd25430a5565c8640d6fdb86530cb45fd50a7d | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
script:
- phpunit ./php/tests/disposable_email_checker_tests.php
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
script:
- phpunit ./php/tests/disposable_email_checker_tests.php
| Add PHP v5.6 to Travis config | Add PHP v5.6 to Travis config
| YAML | mit | vboctor/disposable_email_checker |
54cb542867322654179fe5a6edec3972f0e5a33a | .travis.yml | .travis.yml | language: python
python:
- 3.3
- 3.4
env:
- DJANGO=Django==1.7.1
- DJANGO=https://github.com/django/django/archive/master.zip
matrix:
# 2014-11-16: global failure due to django-nose failure
allow_failures:
- env: DJANGO=https://github.com/django/django/archive/master.zip
install:
- sudo apt-get in... | language: python
python:
- 3.3
- 3.4
env:
- DJANGO=Django==1.7.1
- DJANGO=https://github.com/django/django/archive/master.zip
matrix:
# 2014-11-16: global failure due to django-nose failure
allow_failures:
- env: DJANGO=https://github.com/django/django/archive/master.zip
install:
- sudo apt-get in... | Send coverage report only once (python-3.3 + django-1.7) | Send coverage report only once (python-3.3 + django-1.7)
| YAML | bsd-2-clause | chgans/django-google-dork |
c11ae8329c098b91f2d2f1368fd17e82ebdc77fa | .travis.yml | .travis.yml | language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- release
- tip
script:
- go get github.com/stretchr/testify/assert
- go test -v ./...
| language: go
go:
- 1.8.1
- tip
script:
- go get github.com/stretchr/testify/assert
- go test -v github.com/tyler-smith/go-bip32
| Update Go versions in Travis. | TWEAK: Update Go versions in Travis.
| YAML | mit | tyler-smith/go-bip32 |
be8bc8be1dc932533bd46c4b78b563f8212131f6 | .travis.yml | .travis.yml | ---
# This is an example .travis.
# If you've forked this repo, please make sure to change the notifications section
language: bash
sudo: required
services: docker
before_install:
- docker pull aaroc/code-rade-sl6-ansible
- docker pull aaroc/code-rade-u1404-ansible
install:
- docker run -v $PWD:$PWD -w $PWD a... | ---
# This is an example .travis.
# If you've forked this repo, please make sure to change the notifications section
sudo: required
services: docker
before_install:
- docker pull aaroc/code-rade-sl6-ansible
- docker pull aaroc/code-rade-u1404-ansible
install:
- docker run -v $PWD:$PWD -w $PWD aaroc/code-rade-... | Remove language bash -apparently it's not a thing | Remove language bash -apparently it's not a thing
| YAML | apache-2.0 | AAROC/AnsibleBootCamp,AAROC/AnsibleBootCamp |
ffbe01909db54bb9c138cb89364f5a8ce6a7fa2d | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.1.2
- 2.2.4
- 2.3.1
| sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.1.2
- 2.2.4
- 2.3.1
before_install:
- gem install bundler
| Update Bundler before dependencies are installed | Update Bundler before dependencies are installed
| YAML | mit | airbnb/stemcell,airbnb/stemcell |
f8b8f0d77c2a8ab910bb50b835c7741cb13c04c3 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake spec:coverage --trace'
rvm:
- 2.3.4
- 2.4.1
- ruby-head
- jruby-9.1.8.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/fde2367248d5... | language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake spec:coverage --trace'
rvm:
- 2.3.4
- 2.4.1
- ruby-head
- jruby-9.1.6.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/fde2367248d5... | Use jruby-9.1.6.0 on CI because of a 9.1.8.0 bug | Use jruby-9.1.6.0 on CI because of a 9.1.8.0 bug
See: https://travis-ci.org/hanami/router/jobs/246744043
| YAML | mit | lotus/router,hanami/router,lotus/router,hanami/router |
ef3adaa09fcab8311f77795310e348dc049dad5c | .travis.yml | .travis.yml | language: go
go:
- tip
notifications:
# See http://about.travis-ci.org/docs/user/build-configuration/ to learn more
# about configuring notification recipients and more.
email:
recipients:
- coda.hale@gmail.com
| language: go
go:
- 1.2
notifications:
# See http://about.travis-ci.org/docs/user/build-configuration/ to learn more
# about configuring notification recipients and more.
email:
recipients:
- coda.hale@gmail.com
| Test w/ 1.2, not tip. | Test w/ 1.2, not tip.
| YAML | mit | codahale/chacha20poly1305 |
145ddbe776ebee31e1307067769c736bf91370c9 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION=... | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
en... | Remove support for Puppet 2.7 | Remove support for Puppet 2.7
| YAML | apache-2.0 | dhoppe/puppet-ntp,dhoppe/puppet-ntp |
aca5a1d84acded134978b5fbbc25f1b6251a6a7b | .travis.yml | .travis.yml | branches:
only:
- python
language: python
python:
- pypy
- pypy3
- 2.6
- 2.7
- 3.3
- 3.4
install:
- pip install -e . "Werkzeug >= 0.9" coverage coveralls
script:
- coverage run --source sass,sassc,sassutils setup.py test
after_success:
- coveralls
notifications:
irc:
channels:
- "irc.ozinger.org:8080#hong... | branches:
only:
- python
language: python
python:
- pypy
- pypy3
- 2.6
- 2.7
- 3.3
- 3.4
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq g++-4.8 libstdc++-4.8-dev
- export CC="gcc-4.8" CXX="g++-4.8"
- pip install -e . "Werkzeug >... | Use C++11 on Travis CI | Use C++11 on Travis CI
http://stackoverflow.com/a/22270645/383405
| YAML | mit | admire93/libsass-python,dahlia/libsass-python,dahlia/libsass-python,admire93/libsass-python |
77b9b6b39f0e730af0bab3a69245cd274da28bcd | .travis.yml | .travis.yml | language:
node_js
node_js:
- 0.8
before_script:
# install dependencies
- gem update --system
- gem install compass
- npm install -g grunt-cli bower
- bower install
script:
- grunt test | language:
node_js
node_js:
- 0.10
before_script:
# install dependencies
- gem update --system
- gem install compass
- npm install -g grunt-cli bower
- bower install
script:
- grunt test | Update Travis to latest stable Node. | Update Travis to latest stable Node.
| YAML | epl-1.0 | louismrose/eugenia-live,louismrose/eugenia-live |
05dd9e6ed03825d516b1738a1aae99bda59a6b49 | .travis.yml | .travis.yml | rvm:
- 2.2
git:
submodules: false
| rvm:
- 2.2
- 2.1
- 2.0.0
- rbx-2.2.10
- jruby-19mode
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
git:
submodules: false
| Expand the supported Ruby versions. | Expand the supported Ruby versions.
| YAML | mit | mikz/slack-ruby-client,jlyonsmith/slack-ruby-client,ajmarquez/slack-ruby-client,slack-ruby/slack-ruby-client,ajmarquez/slack-ruby-client,jakedahn/slack-ruby-client,jakedahn/slack-ruby-client,mikz/slack-ruby-client,dblock/slack-ruby-client,dblock/slack-ruby-client,slack-ruby/slack-ruby-client,rkadyb/slack-ruby-client,rk... |
a3051d397fbc49a4409b8e52928bf440715645b7 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.13.6
| sudo: false
language: ruby
cache: bundler
bundler_args: --quiet
rvm:
- 2.1.10
- 2.2.3
- 2.3.1
before_install: gem install bundler -v 1.13.6
| Test also against ruby 2.1/2.3 and cache bundled gems in Travis | Test also against ruby 2.1/2.3 and cache bundled gems in Travis
| YAML | mit | bear-metal/rails_routes_analyzer,bear-metal/rails_routes_analyzer |
72a5478faa469f9023cc1802367cddfc5270acbb | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
services:
- mysql
- postgresql
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS test;" -uroot
- mysql -e "CREATE DATABASE IF NOT EXISTS test_env;" -uroot
- psql -c "CREATE DATABASE test;" -U postgre... | language: go
sudo: false
go:
- 1.6
- 1.7
- 1.8
services:
- mysql
- postgresql
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS test;" -uroot
- mysql -e "CREATE DATABASE IF NOT EXISTS test_env;" -uroot
- psql -c "CREATE DATABASE test;" -U postgres
install:
- go get -t ./... | Stop testing old Go versions | Stop testing old Go versions
| YAML | mit | rubenv/sql-migrate,rubenv/sql-migrate |
597c382b4dd436471892a641014a94d8fe17ad39 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install ."
# command to run tests
script: nosetests --nocapture -v
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install ."
# command to run tests
script: nosetests --nocapture -v
| Revert "CI for python 2.5" | Revert "CI for python 2.5"
This reverts commit 48046bab4425ddf973169d69f023650e6e18d4e3.
| YAML | mit | pmuller/versions,pmuller/versions |
1da35a157e9d58842a9f238943a327ca5950bcfe | .travis.yml | .travis.yml | language: cpp
sudo: required
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="export CC=gcc-7 && export CXX=g++-7"
- os: osx
osx_image: xcode9
env:
- M... | language: cpp
sudo: required
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="export CC=gcc-7 && export CXX=g++-7"
- os: osx
osx_image: xcode10.2
before_install:
... | Fix OS X build on Travis CI | Fix OS X build on Travis CI
| YAML | mit | afritz1/OpenTESArena |
a43e8a6c5e13692f035ada9344ce4852bbf2fd09 | .travis.yml | .travis.yml | language: objective-c # this is a lie
xcode_project: CommandLine.xcodeproj
xcode_scheme: CommandLine
script: xcodebuild -scheme CommandLine test
osx_image: xcode7
| language: objective-c # this is a lie
xcode_project: CommandLine.xcodeproj
xcode_scheme: CommandLine
script: xcodebuild -scheme CommandLine test
osx_image: xcode7.1
| Update Travis builds to Xcode 7.1 | Update Travis builds to Xcode 7.1
| YAML | apache-2.0 | sebcode/CommandLine,jatoben/CommandLine,deszip/CommandLine,IngmarStein/CommandLine,jatoben/CommandLine,deszip/CommandLine,IngmarStein/CommandLine,sebcode/CommandLine,deszip/CommandLine |
c6b6ee26490ad6aa0bcecb47db311b1d7a6dcf1d | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: node_js
node_js:
- "6"
env:
global:
- ACUITY_SERVER_VERSION=0.1.0
- SERVER_IMG=entake/acuity-server
- SERVER_TEST_IMG=$SERVER_IMG:$ACUITY_SERVER_VERSION-test
- SERVER_RELEASE_IMG=$SERVER_IMG:$ACUITY_SERVER_VERSION
before_install:
- docker login -u ... | sudo: required
services:
- docker
language: node_js
node_js:
- "6"
env:
global:
- ACUITY_SERVER_VERSION=0.1.0
- SERVER_IMG=entake/acuity-server
- SERVER_TEST_IMG=$SERVER_IMG:$ACUITY_SERVER_VERSION-debug
- SERVER_RELEASE_IMG=$SERVER_IMG:$ACUITY_SERVER_VERSION
before_install:
- docker login -u... | Rename test image to *.*.*-debug and disable email notifications | Rename test image to *.*.*-debug and disable email notifications
| YAML | mit | Entake/acuity,Entake/acuity,Entake/acuity |
4c86cf0841e4160fb36d896705a1483da834c92c | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
notifications:
email:
- medikoo+eregistrations@medikoo.com
script: "npm run lint-ci && npm run css-lint-ci"
| language: node_js
node_js:
- 0.10
notifications:
email:
- medikoo+eregistrations@medikoo.com
script: "npm test && npm run lint-ci && npm run css-lint-ci"
| Add npm test to Travis flow | Add npm test to Travis flow
| YAML | mit | egovernment/eregistrations,egovernment/eregistrations,egovernment/eregistrations |
10e2508d66ffae6f51abb2a95e454cc78f16e880 | .travis.yml | .travis.yml | notifications:
email:
on_success: never
on_failure: change
language: ruby
dist: trusty
bundler_args: --without debug release
before_install:
- ruby -v | (grep -v "rubinius" && gem install bundler) || echo 0
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- rbx-3.69
- jruby-9.1.5.0
- jruby-head
- ruby-head
matrix... | notifications:
email:
on_success: never
on_failure: change
language: ruby
dist: trusty
bundler_args: --without debug release
before_install:
- ruby -v | (grep -v "rubinius" && gem install bundler) || echo 0
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- rbx-3.75
- jruby-9.1.5.0
- jruby-head
- ruby-head
matrix... | Update CI ruby versions matrix | Update CI ruby versions matrix
| YAML | mit | hooktstudios/capistrano-s3 |
328216db2e584efde7f0fd7bbb93a3552a2216d7 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
env:
- CFLAGS=-O0
install:
- "uname -a"
- "lsb_release -a"
- "bash -ex .travis/upgrade-couchdb.sh"
- "curl http://127.0.0.1:5984/"
- "time bash -e .travis/quietly-run-install.sh"
- "time python .travis/download-requirements-in-parallel.py requirements/requirements.txt requiremen... | language: python
python:
- "2.6"
env:
- CFLAGS=-O0
branches:
only:
- master
install:
- "uname -a"
- "lsb_release -a"
- "bash -ex .travis/upgrade-couchdb.sh"
- "curl http://127.0.0.1:5984/"
- "time bash -e .travis/quietly-run-install.sh"
- "time python .travis/download-requirements-in-parallel.py requiremen... | Whitelist only master branch in Travis-CI | Whitelist only master branch in Travis-CI
| YAML | bsd-3-clause | qedsoftware/commcare-hq,dimagi/commcare-hq,puttarajubr/commcare-hq,gmimano/commcaretest,qedsoftware/commcare-hq,SEL-Columbia/commcare-hq,SEL-Columbia/commcare-hq,dimagi/commcare-hq,gmimano/commcaretest,dimagi/commcare-hq,qedsoftware/commcare-hq,qedsoftware/commcare-hq,puttarajubr/commcare-hq,puttarajubr/commcare-hq,gmi... |
31742b66cfd515b1848980be6ede7e0139ee8d09 | .travis.yml | .travis.yml | language: objective-c
cache:
directories:
- /Library/Caches/Homebrew
- .m2
install:
- brew update && brew tap facebook/fb
- brew install buck leiningen phantomjs planck
script:
- mv tests/BUCK.tests tests/BUCK
- mv clj-cljs-config/BUCK.example clj-cljs-config/BUCK
- TERM=dumb buck build "//..." && buck ... | language: objective-c
cache:
directories:
- /Library/Caches/Homebrew
- .m2
install:
- brew update && brew tap facebook/fb
- brew install buck leiningen phantomjs planck
script:
- mv tests/BUCK.tests tests/BUCK
- mv clj-cljs-config/BUCK.example clj-cljs-config/BUCK
- TERM=dumb buck build "//..." && TERM=... | Make TERM=dumb which makes output on Travis readable | RULES/clojure-clojurescript-buck: Make TERM=dumb which makes output on Travis readable
| YAML | mit | artemyarulin/clojure-clojurescript-buck,artemyarulin/clojure-clojurescript-buck,artemyarulin/clojure-clojurescript-buck |
d23db1f2fea6eb3acfd07f201aeec7422b08ad9a | .travis.yml | .travis.yml | os: linux
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- language: generic
os: osx
before_install:
- brew update
- brew install python3
install: pip2 install tox-travis
allow_failures:
- os: osx
install: pip install tox-travi... | os: linux
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- language: generic
os: osx
install: pip2 install tox-travis
allow_failures:
- os: osx
install: pip install tox-travis
script: tox
| Remove Python 3 install step for OS X build | Remove Python 3 install step for OS X build
Looks like Python 3 is now installed by default
| YAML | bsd-3-clause | ccpem/mrcfile |
f89953a5ed2e167d82d07ea9cb819cbc3868cb86 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4"
- "6"
- "10"
| language: node_js
node_js:
- "4"
- "6"
- "8"
| Revert "Travis should test on Node 0.10 because we still technically support it" | Revert "Travis should test on Node 0.10 because we still technically support it"
This reverts commit 3ce21985c7be885043f04af3bb2a82e547db7900.
| YAML | mit | helmetjs/helmet,helmetjs/helmet |
391ed1d864e4c22533848619579494574a78cae0 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode7.3
xcode_sdk: iphonesimulator9.3
before_install:
- gem install cocoapods
- pod install --project-directory=Example
script:
- xctool test -workspace Example/RxRealm.xcwor... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode7.3
xcode_sdk: iphonesimulator9.3
before_install:
- gem install cocoapods
- pod repo update
- pod install --project-directory=Example
script:
- xctool test -workspace Ex... | Update pod repo to make CocoaPods happy | Update pod repo to make CocoaPods happy
| YAML | mit | RxSwiftCommunity/RxRealm,RxSwiftCommunity/RxRealm,RxSwiftCommunity/RxRealm |
c7c355b4c65a4f7c29f9056097352beea33f9a3c | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| Add node 5 to Travis | Add node 5 to Travis | YAML | mit | chentsulin/create-action-types |
3e0aeda367ae4352c970236ec2bf4c5e78ffda3d | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "7"
sudo: false
install:
# Install the deps in the root project
- npm i
# Install the nested deps, but the linked repositories won't work at this
# stage, because the deps aren't build
- npm run bootstrap
# Build the deps
- npm run build
notifications:
email: false... | language: node_js
node_js:
- "6"
- "8"
sudo: false
install:
# Install the deps in the root project
- npm i
# Install the nested deps, but the linked repositories won't work at this
# stage, because the deps aren't build
- npm run bootstrap
# Build the deps
- npm run build
notifications:
email: false... | Test Node 8 in Travis, rather than 7 | Test Node 8 in Travis, rather than 7
| YAML | mit | jmeas/resourceful-redux,jmeas/resourceful-redux |
47a49c450fc6b97856c4a80964f7ba52936e97c4 | .travis.yml | .travis.yml | notifications:
email: false
rvm:
- 2.3.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
language: ruby
cache: bundler
before_script:
- bundle exec rake config
script: bundle exec rake spec
after_success:
coveralls
| notifications:
email: false
rvm:
- 2.3.4
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
language: ruby
cache: bundler
before_script:
- bundle exec rake config
script: bundle exec rake spec
after_success:
coveralls
| Update from Ruby 2.3.1 to 2.3.4. | Update from Ruby 2.3.1 to 2.3.4.
| YAML | apache-2.0 | sul-dlss/revs-indexer-service,sul-dlss/revs-indexer-service,sul-dlss/revs-indexer-service |
b5ab925378ab875d59dfbdf0aa81dd9cfb7d8aee | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "10"
- "12"
- "13"
script: "npm test"
after_success: npm run coverage
| language: node_js
node_js:
- "node"
- "10"
- "12"
- "14"
script: "npm test"
after_success: npm run coverage
| Update node versions used for testing, replacing 13 with 14 to match LST | Update node versions used for testing, replacing 13 with 14 to match LST
| YAML | isc | vsiakka/gherkin-lint |
e45dcc9ffa415a2afd845d161b1c051c9380919b | .travis.yml | .travis.yml | language: node_js
node_js:
- "10"
- "9"
- "8"
- "6"
- "4"
script: "npm run jshint && npm run test-cover"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
| language: node_js
node_js:
- "10"
- "8"
- "6"
script: "ln -s .. node_modules/sharedb; npm run jshint && npm run test-cover"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
| Fix sharedb does not exist | Fix sharedb does not exist
| YAML | mit | share/livedb |
11a28d82108fc860bd4c1594efe382a7db768b1f | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- npm install -g npm
install:
- npm install
- cd ./example && npm install && cd -
script:
- node ./node_modules/mocha/bin/mocha
- cd example && node ./build.js && cd -
deploy:
provider: npm
email: aymeric@beaumet.me
api_key:
secure: PAVLA1+st7EoijWC6s1w5... | language: node_js
node_js:
- '0.10'
before_install:
- npm install -g npm
install:
- npm install
- cd ./example && npm install && cd -
script:
- node ./node_modules/mocha/bin/mocha
- cd example && node ./build.js && cd -
deploy:
provider: npm
email: aymeric@beaumet.me
api_key:
secure: PAVLA1+st7EoijWC6s1w5... | Fix NPM publish via Travis | Fix NPM publish via Travis
| YAML | mit | aymericbeaumet/metalsmith-redirect,aymericbeaumet/metalsmith-redirect |
20b01683ccc8d7aa367cedae8f9b1285f4f034d9 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=em... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- b... | Remove Travis builds for Ember channels. | Remove Travis builds for Ember channels.
We don't support them ATM and they timeout (causing Travis queue to
get backed up). Will add back once this is updated for 1.13.
| YAML | mit | mixonic/ember-cli-aptible-shared,aptible/ember-cli-aptible-shared,blakepettersson/dashboard.aptible.com,blakepettersson/ember-cli-aptible-shared,blakepettersson/dashboard.aptible.com,gib/ember-cli-aptible-shared,mixonic/ember-cli-aptible-shared,blakepettersson/ember-cli-aptible-shared,gib/ember-cli-aptible-shared,chasb... |
2fa6b1f5013b753b71612d3d1e13edbf3914bd90 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
env:
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
- PUPPET_GEM_VERSION="~> 4.0"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm:... | ---
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
env:
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSI... | Revert testing Puppet 4.0 again | Revert testing Puppet 4.0 again
| YAML | bsd-2-clause | smoeding/puppet-sendmail |
b4527ae54def2158f8738ee9831d5231c89e1405 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
# whitelist
branches:
only:
- master
env:
global:
- secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M="
- secure: "IVcJyf13GCwLkpYKqygwTH9... | language: java
jdk:
- openjdk7
# whitelist
branches:
only:
- master
env:
global:
- secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M="
- secure: "IVcJyf13GCwLkpYKqygwTH9... | Prepare for deploying all modules snapshots | Prepare for deploying all modules snapshots
| YAML | mit | KristianKarl/graphwalker-project,KristianKarl/graphwalker-project,GraphWalker/graphwalker-project,GraphWalker/graphwalker-project,KristianKarl/graphwalker-project,GraphWalker/graphwalker-project |
e6e61ff28608b4e7fbff2124dbc8a59dcae9b2c8 | .travis.yml | .travis.yml | language: python
python:
- '3.4'
install: python setup.py develop
script: python setup.py nosetests
deploy:
provider: pypi
user: alynn
password:
secure: WORxc7Mk4+Hif5OALufhhXyB8vT1GhlFfs+iAQ2efe3bpbmPymw4m2NmbVerpMBXoJD1STqUmffq69eLt6QsmsJt+Ohsqoc8jCxoK1iz2p8qd33/QgX/EXZA1Q2tXtlGg24qGavcjX4wF4HwmeiBZGsRqpoaS... | language: python
python:
- '3.4'
sudo: false
install: python setup.py develop
script: python setup.py nosetests
deploy:
provider: pypi
edge: true
user: alynn
password:
secure: WORxc7Mk4+Hif5OALufhhXyB8vT1GhlFfs+iAQ2efe3bpbmPymw4m2NmbVerpMBXoJD1STqUmffq69eLt6QsmsJt+Ohsqoc8jCxoK1iz2p8qd33/QgX/EXZA1Q2tXtlGg24q... | Enable bdist_wheel in containers again | Enable bdist_wheel in containers again
| YAML | mit | prophile/bong |
afdbf5642296dca2d9d0500b35d004edae185af7 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info ... | Update Travis config to latest. Update node versions to 4.x and 6.x . | Update Travis config to latest. Update node versions to 4.x and 6.x .
| YAML | mit | cliffano/nestor-lifx |
9f781652c73e7784bf26544644085e43394442aa | .travis.yml | .travis.yml | sudo: false
language: elixir
git:
depth: 3
elixir:
- 1.3
- 1.4
otp_release:
- 18.3
- 19.3
env:
- MIX_ENV=test VERBOSE_TESTS=true
script:
- mix test --exclude=expensive
- mix test --only=expensive
notifications:
email:
- paulschoenfelder@gmail.com
| sudo: false
language: elixir
git:
depth: 3
elixir:
- 1.3
- 1.4
otp_release:
- 18.3
- 19.3
- 20.0
env:
- MIX_ENV=test VERBOSE_TESTS=true
matrix:
exclude:
- elixir: 1.3
otp_release: 20.0
script:
- mix test --exclude=expensive
- mix test --only=expensive
notifications:
email:
- paulscho... | Add OTP 20 to test matrix | Add OTP 20 to test matrix
| YAML | mit | bitwalker/distillery,bitwalker/distillery |
dce76a1c90dc0a8b09783e2ce89a5f13b7a7fa54 | .travis.yml | .travis.yml | language: android
dist: precise
jdk:
- oraclejdk8
sudo: required
#services:
# - docker
env:
matrix:
- ANDROID_TARGET=android-24 ANDROID_ABI=armeabi-v7a
#- ANDROID_TARGET=android-24 ANDROID_ABI=x86
global:
# wait up to 10 minutes for adb to connect to emulator
- ADB_INSTALL_TIMEOUT=20
android... | language: android
dist: precise
jdk:
- oraclejdk8
sudo: required
#services:
# - docker
env:
matrix:
- ANDROID_TARGET=android-24 ANDROID_ABI=armeabi-v7a
#- ANDROID_TARGET=android-24 ANDROID_ABI=x86
global:
# wait up to 10 minutes for adb to connect to emulator
- ADB_INSTALL_TIMEOUT=20
android... | Update Travis android build tools reference | Update Travis android build tools reference
| YAML | apache-2.0 | RetroRabbit/retrorabbit-spicerack |
f3d6701400621156e864483b255284f26513ccde | .travis.yml | .travis.yml | language: go
go:
- 1.6
- 1.7
- 1.8
| language: go
go:
- 1.6
- 1.7
- 1.8
script: go test -v -race ./...
| Add race detection in CI | Add race detection in CI
| YAML | mit | eraclitux/middle,eraclitux/httph |
0482ae026f26301eeaf4856da9d29219567c3799 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
| Add Ruby 2.1 to Travis | Add Ruby 2.1 to Travis
| YAML | bsd-3-clause | aarontc/tdms,mnaberez/tdms |
a77a7b92c7e943245e83893e71b49dfb77897137 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install: "python setup.py install"
# command to run tests
script: "python setup.py test"
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install: "python setup.py install"
# command to run tests
script: "python setup.py test"
# Automated Deployment to PyPI
deploy:
user: glow-mdsol
password:
secure: aQgdQqAFPXcV/N11Id151C27754T2... | Add automated deployment from master | Add automated deployment from master
| YAML | mit | mdsol/requests-mauth |
97acd875f69af073e482c12492842cc75aaa6304 | .travis.yml | .travis.yml | language: bash
os:
- linux
before_install:
- git clone git://github.com/fsquillace/junest ~/junest
- PATH=~/junest/bin:$PATH
- junest -f -- pacman --noconfirm -Sy fish zsh
install:
- chmod a+x make/*
- make/makeZSH.sh
script:
- source cfg.sh
- zsh
| language: bash
os:
- linux
before_install:
- git clone git://github.com/fsquillace/junest ~/junest
- PATH=~/junest/bin:$PATH
- junest -f -- pacman --noconfirm -Sy fish zsh
script:
- source cfg.sh
- zsh
| Remove installing zsh from source step | Remove installing zsh from source step
Trying junest instead | YAML | mit | iladin/dotfiles,iladin/dotty,iladin/dotfiles |
76fe5baf5ae4a3152247ea91c84d0199d4a000b5 | .travis.yml | .travis.yml | before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libzmq3-dev php-pear php5-dev
- echo "" | sudo pecl install zmq-beta
- echo "extension=zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- sudo pecl install memcached
- echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv ... | before_install:
- echo "extension=zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- php -m
before_script:
- composer self-update
- composer install
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
matrix:
... | Fix the Travis CI Configuration. | Fix the Travis CI Configuration.
Signed-off-by: Jacob Kiers <f862f167b85d41b225785c70d70808bc7337c1fe@alphacomm.nl>
| YAML | bsd-3-clause | alphacomm/alpharpc,alphacomm/alpharpc |
24bc7f426dcc944da544e2c9d93fb9c8bfdb5309 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
install: "pip install -r requirements.txt"
script: "python runtests.py"
| language: python
python:
- "2.7"
- "3.3"
install: "pip install -r requirements.txt"
script: "LANGUAGE=en_GB:en python runtests.py"
| Make tests not be locale dependent | Make tests not be locale dependent
| YAML | bsd-3-clause | plumdog/flask_table,plumdog/flask_table,plumdog/flask_table |
a5f10ae15cccd48558abf420b6c179b0e31f6bf2 | .travis.yml | .travis.yml | language: generic
dist: trusty
sudo: required
services:
- docker
before_install:
- sudo apt-get -y update
- DEBIAN_FRONTEND=noninteractive sudo apt-get -y -o Dpkg::Options::="--force-confnew" --force-yes install docker-engine
script:
- make test
after_success:
- make push
| language: generic
dist: trusty
sudo: required
services:
- docker
before_install:
- sudo apt-get -y update
- DEBIAN_FRONTEND=noninteractive sudo apt-get -y -o Dpkg::Options::="--force-confnew" --force-yes install docker-engine
script:
- make test
| Revert "Push after successful build" | Revert "Push after successful build"
This reverts commit 886049cc008476cfae3b1171c8fdbd43048a208a.
| YAML | apache-2.0 | msurdi/cutepaste,msurdi/cutepaste,msurdi/cutepaste |
85dbf2a750aab34103800b32756fc3c6a45c417a | .travis.yml | .travis.yml | language: csharp
dist: trusty
services:
- docker
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
sudo: required
mono: 5.8.0
dotnet: 2.1.301
os: linux
before_script:
- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty m... | language: csharp
dist: trusty
services:
- docker
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
sudo: required
mono: 5.8.0
dotnet:
- 2.1.301
- 2.1.4
os: linux
before_script:
- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-rel... | Add multiple Travis built-in dotnet sdk | Add multiple Travis built-in dotnet sdk
| YAML | mit | lecaillon/Evolve |
896be9707af6dbecae9dbb1c61924c986108b376 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.11.0"
script: npm run coverage
after_success: 'npm run coveralls'
| language: node_js
node_js:
- "6.11.0"
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- psql -c "CREATE USER joe1 WITH PASSWORD '1234';" -U postgres
script: npm run coverage
after_success: 'npm run coveralls'
| Set up Postgres for Travis CI testing | Set up Postgres for Travis CI testing
| YAML | mit | mazma1/post-it,mazma1/post-it |
50a77cbd4e10f33f323bac4b98c17ce21b359dd8 | .travis.yml | .travis.yml | language: ruby
rvm:
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
| language: ruby
rvm:
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.8"
- "2.2.4"
| Add newer versions of ruby to tests | Add newer versions of ruby to tests
| YAML | mit | tmiller/urban,tmiller/urban |
52aee2d1ec16bf2f0afa4a93385bb02d426d1ed1 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.2.6
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- cp app/config/parameters.yml.travis app/config/parameters.yml
- c... | sudo: false
services:
- mysql
language: php
php:
- 7.2.6
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- cp app/config/parameters.yml.travis app/config... | Enable mysql in Travis due to dist change from Trusty to Xenial | Enable mysql in Travis due to dist change from Trusty to Xenial
| YAML | mit | InsaLan/insalan.fr,InsaLan/insalan.fr,InsaLan/insalan.fr |
ad7c0c6e2c6d19219637a3f09a5ce8dddcfa3246 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
addons:
- rethinkdb: 2.3
install:
- pip install .
script: py.test tests/
deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
tags: true
| dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
addons:
- rethinkdb: 2.3
install:
- pip install .
script: py.test tests/
deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
tags: true
| Add support for Python 3.6 and 3.7 | Add support for Python 3.6 and 3.7
| YAML | mit | linkyndy/remodel |
b6e774217e46cb3d35aa2dc55d345061893f9f3c | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/re... | language: node_js
sudo: false
node_js:
- 0.12
env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/p... | Migrate Travis to new infrastructure | Migrate Travis to new infrastructure
| YAML | bsd-3-clause | dancingrobot84/purescript-express,nkly/purescript-express |
f8099a63f899c97e58d98b94146ceaa7a71bcc13 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
before_script: composer install --dev
| language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION=3.0.*
include:
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
before_install:
- travis_retry composer self... | Add more platforms to Travis build matrix | Add more platforms to Travis build matrix
This ensures we test against old and current Symfony versions
| YAML | mit | jmikola/WildcardEventDispatcher |
066703ed753cc3c0f8d8bf4e4cde2350d0e939b9 | .travis.yml | .travis.yml | language: python
sudo: required
services:
- docker
env:
- VERSION=12.04
- VERSION=14.04
- VERSION=16.04
script:
- ./build.sh
- docker build --tag=phanect/kubuntu ./dist/$VERSION/
| dist: trusty
language: node_js
node_js:
- "4"
sudo: required
services:
- docker
env:
- VERSION=12.04
- VERSION=14.04
- VERSION=16.04
before_install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release --short --codename)-backports main restricted universe multiverse" # for jq 1.4... | Add missing dependeicies for build.sh | Add missing dependeicies for build.sh
| YAML | cc0-1.0 | phanect/docker-kubuntu,phanect/docker-kubuntu |
17b547bb40fc3c9d95a1a97cb211cd8394252465 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
branches:
only:
- master
| Test against master branch (as well as PR's) | Test against master branch (as well as PR's)
| YAML | mit | matt-clement/cram |
e2d72c1868a9fce5798e7e68ff984312ba148eb6 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
cache:
directories:
- '$HOME/.m2/repository'
services:
- postgresql
addons:
postgresql: '9.3'
before_script:
- psql -U postgres -c 'create database databilitydb;' | language: java
sudo: true
jdk:
- oraclejdk8
cache:
directories:
- '$HOME/.m2/repository'
services:
- postgresql
addons:
postgresql: '9.3'
before_script:
- psql -U postgres -c 'create database databilitydb;' | Add sudo to remove the warning when calling 'sudo service postgresql start' | [Travis] Add sudo to remove the warning when calling 'sudo service postgresql start'
| YAML | apache-2.0 | tomsquest/datability |
a0f6df8943ae2b0e640c6049b5a7aa4ef9589275 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
script: mvn package -Dmaven.javadoc.skip=true -f cascade/pom.xml
| language: java
jdk:
- oraclejdk8
script: mvn package -Dmaven.javadoc.skip=true
| Fix the path to pom.xml for TravisCI. | Fix the path to pom.xml for TravisCI.
| YAML | apache-2.0 | i49/cascade,i49/cascade |
d98a951968477d4e7e2bd09a1198f9a5a3b39d8d | .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/
branches:
only:
- master
| language: java
cache:
directories:
- $HOME/.m2
branches:
only:
- master
| Remove gradle caching stuff, cache m2 instead. | Remove gradle caching stuff, cache m2 instead. | YAML | apache-2.0 | brndnmtthws/facebook-hive-udfs |
62672f3f0c72d93d344b203a78d51595bf9a6d53 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
install: true
script:
- ./gradlew build --exclude-task test
notifications:
slack: ftsrg:YMFDeJB1YkOli9BXOKvtoB1Y
email: false
on_success: change
on_failure: always
branches:
except:
- ingraph
| language: java
jdk:
- oraclejdk8
install: true
script:
- ./gradlew inits build --exclude-task test
notifications:
slack: ftsrg:YMFDeJB1YkOli9BXOKvtoB1Y
email: false
on_success: change
on_failure: always
branches:
except:
- ingraph
| Initialize scripts before testing on CI | Initialize scripts before testing on CI
| YAML | epl-1.0 | FTSRG/trainbenchmark,FTSRG/trainbenchmark,FTSRG/trainbenchmark,FTSRG/trainbenchmark |
4d46bd3e8c38dfb5b34fa0b74712b7f1fa8dafc4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.5"
dist: trusty
sudo: false
# vim: ts=2:sw=2:et
| language: node_js
node_js:
- "6.9.4"
dist: trusty
sudo: false
# vim: ts=2:sw=2:et
| Upgrade to latest node LTS. | Upgrade to latest node LTS.
| YAML | mit | gchallen/code.metalsmith-linkcheck |
e74796fb924991496536fee02b6bed496382fb5d | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
addons:
postgresql: "9.5"
services:
- postgresql | language: ruby
rvm:
- 2.3.0
addons:
postgresql: "9.5"
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres | Create test db on test rune | Create test db on test rune
| YAML | apache-2.0 | Redorb/Totesremotes,Redorb/Totesremotes,Redorb/Totesremotes |
4c64c11e58bbbd96ea3ae139a568295734aaa087 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -U numpy
- pip install -r requirements.txt
- pip install -e .
script:
- python -m pytest sense2vec
| language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install -U numpy
- pip install -r requirements.txt
- pip install -e .
script:
- python -m pytest sense2vec
| Drop Python 3.4 and add Python 3.6 | Drop Python 3.4 and add Python 3.6
| YAML | mit | spacy-io/sense2vec,spacy-io/sense2vec,spacy-io/sense2vec |
6fabf602e963ab536f13f967a4f8105474f19222 | .travis.yml | .travis.yml | language: r
r:
- release
- devel
sudo: required
before_install:
- sudo apt-get install libv8-dev
- sudo apt-get install aptitude -y
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
- sudo apt-get update -qq
- sudo aptitude install -y gdal-bin
- sudo aptitude install -y libgdal1-dev
- sud... | language: c
sudo: required
before_install:
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
- chmod 755 pkg-build.sh
- ./pkg-build.sh bootstrap
- sudo apt-get install libv8-dev
- sudo apt-get install aptitude -y
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstabl... | Remove dev version build temporarily | Remove dev version build temporarily
| YAML | apache-2.0 | bcgov/rcaaqs |
59e99b4f013af39e274fa7f52384601c2c1228de | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
matrix:
allow_failures:
- php: 5.3
env:
matrix:
- ES_COMPOSER_NODEV=no
- ES_COMPOSER_NODEV=yes
install:
- /bin/bash ansible/provision.sh
before_script:
- mkdir -p build/logs
- echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv ... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
matrix:
allow_failures:
- php: 5.3
env:
matrix:
- ES_COMPOSER_NODEV=no
- ES_COMPOSER_NODEV=yes
install:
- /bin/bash ansible/provision.sh
before_script:
- mkdir -p build/logs
- echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv ... | Use same way as in command above to get current php version | Use same way as in command above to get current php version
| YAML | mit | im-denisenko/Elastica,im-denisenko/Elastica,giorrrgio/Elastica,stof/Elastica,vlajos/Elastica,miniplay/Elastica,giorrrgio/Elastica,jeancsil/Elastica,revinate/Elastica,Mosoc/Elastica,ARAMISAUTO/Elastica,ewgRa/Elastica,giovannialbero1992/Elastica,vlajos/Elastica,eilgin/Elastica,stof/Elastica,kartikm/Elastica,miniplay/Elas... |
81a686db1c4e4d7764d494046d8029e64fff0d7e | .travis.yml | .travis.yml | language: go
sudo: false
services:
- docker
go:
- 1.8.x
- tip
before_install:
- mkdir -p $HOME/bin
- curl -sL http://get.binhq.io/gitbin | DEST=$HOME/bin bash
- gitbin get Masterminds/glide 0.12.3 -o $HOME/bin
- make envcheck
install: make setup
before_script:
- export VERSION=${TR... | language: go
sudo: false
services:
- docker
go:
- 1.8.x
- tip
matrix:
allow_failures:
- go: tip
before_install:
- mkdir -p $HOME/bin
- curl -sL http://get.binhq.io/gitbin | DEST=$HOME/bin bash
- gitbin get Masterminds/glide 0.12.3 -o $HOME/bin
- make envcheck
install: make ... | Allow failure for tip go version | Allow failure for tip go version
| YAML | mit | deshboard/boilerplate-service,deshboard/boilerplate-crondaemon,deshboard/boilerplate-model-service,deshboard/boilerplate-grpc-service |
9c2f96382f9ab78b83c6065b0a047ea64b02bd9a | .travis.yml | .travis.yml | language: cpp
dist: trusty
cache: ccache
sudo: required
services:
- docker
env:
matrix:
- OS=ubuntu DIST=xenial
- OS=ubuntu DIST=yakkety
- OS=debian DIST=jessie
- OS=debian DIST=wheezy
- OS=debian DIST=stretch
script:
- git describe --always --long
- git clone https://github.com/pac... | language: cpp
dist: trusty
cache: ccache
sudo: required
services:
- docker
env:
matrix:
- OS=ubuntu DIST=xenial
- OS=ubuntu DIST=yakkety
- OS=debian DIST=jessie
- OS=debian DIST=wheezy
- OS=debian DIST=stretch
- OS=fedora DIST=23
- OS=fedora DIST=24
- OS=fedora DIST=rawhide
-... | Add Fedora and EL as build target | Add Fedora and EL as build target
| YAML | bsd-3-clause | ubunteroz/ignsdk,ubunteroz/ignsdk-debian,ubunteroz/ignsdk,ubunteroz/ignsdk-debian,ubunteroz/ignsdk,ubunteroz/ignsdk-debian |
7c923ad6d8f4ffa9c75a20223f632199fb7900a3 | .travis.yml | .travis.yml | language: scala
sudo: false
scala:
- 2.10.4
before_install:
- pip install --user codecov
after_success:
- codecov | language: scala
sudo: false
scala:
- 2.10.4
script:
- sbt clean coverage test
before_install:
- pip install --user codecov
after_success:
- codecov | Add coverage to the list | Add coverage to the list
| YAML | apache-2.0 | holdenk/spark-validator |
03fe5fc8b26032992761d9a3b216a5cce2c38170 | .travis.yml | .travis.yml | language: go
arch:
- amd64
- arm64
os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- 1.13.x
- 1.14.x
go_import_path: k8s.io/kops
script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test
jobs:
# Exclude GO 1.14 for OSX until it become... | language: go
arch:
- amd64
- arm64
os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- 1.13.x
- 1.14.x
go_import_path: k8s.io/kops
script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test
jobs:
# Exclude GO 1.14 for OSX until it become... | Reduce the number of build jobs for ARM64 | Reduce the number of build jobs for ARM64
| YAML | apache-2.0 | justinsb/kops,justinsb/kops,justinsb/kops,kubernetes/kops,kubernetes/kops,kubernetes/kops |
b4b934d9d733ec2d8f14ca8b17aa9131e2e1a813 | .travis.yml | .travis.yml | # Copyright 2018 Marcel Reutegger
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This progra... | # Copyright 2018 Marcel Reutegger
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This progra... | Remove deprecated sudo entry and specify os | Remove deprecated sudo entry and specify os | YAML | lgpl-2.1 | mreutegg/laszip4j |
4b2803a7581e20a4cde099cd0f308dc516878e1d | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true
before_install:
- travis_retry composer self-update
install:
- composer install --prefer-source
before_script:
- echo 'phar.readonly = Off' >> ~/.phpenv/versions/$(phpenv ve... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true
before_install:
- travis_retry composer self-update
install:
- composer install --prefer-source
before_script:
- echo 'phar.readonly = Off' >> ~/.phpenv/versions/$(phpenv ve... | Switch to Travis' container-based infrastructure | Switch to Travis' container-based infrastructure
| YAML | isc | secondtruth/php-phar-compiler |
8828bd6b11aa6aa45681d9e73a8768f377bf256d | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1.2"
after_success: npm run coveralls
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
after_success: npm run coveralls
| Test io.js instead of a specific version | Test io.js instead of a specific version
| YAML | mit | jstransformers/jstransformer-plates,jstransformers/jstransformer-plates |
cb4fc5d81f53c3c1bbe9c4930c1d65f0008d55a8 | .travis.yml | .travis.yml | # brian's standard Travis CI config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_travis_config
# This file is licensed under the Artistic License 2.0
sudo: false
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- ... | # brian's standard Travis CI config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_travis_config
# This file is licensed under the Artistic License 2.0
sudo: false
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- ... | Update Travis up to v5.30 | Update Travis up to v5.30
| YAML | artistic-2.0 | briandfoy/Module-Extract-DeclaredMinimumPerl,briandfoy/Module-Extract-DeclaredMinimumPerl |
753f7be798e81ec5cb29b84770f618e20aaf0fba | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 2.0.0
before_script: |
hg clone https://code.google.com/p/vim/
cd vim
./configure --with-features=huge --enable-rubyinterp
make
sudo make install
cd -
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
script: |
test/run !
| language: ruby
rvm:
- 1.8.7
- 2.0.0
- 1.9.2 # Test with vim-nox package on ubuntu
before_script: |
if [ $(ruby -e 'puts RUBY_VERSION') = 1.9.2 ]; then
sudo apt-get update -y
sudo apt-get install -y vim-nox
sudo ln -s /usr/bin/vim /usr/local/bin/vim
else
hg clone https://code.google.com/p/vim/... | Extend Travis CI build to use vim-nox on Ubuntu 12.04 | Extend Travis CI build to use vim-nox on Ubuntu 12.04
| YAML | mit | msp301/vimrc |
0c9fda4165f5f07323bc441331aa91d2750d13ea | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &; fi
script:
- php -l src/*
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then cd tests && ... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi
script:
- php -l src/*
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then cd t... | Fix syntax error when using a trailing ampersand | Fix syntax error when using a trailing ampersand | YAML | unlicense | craa/php-curl-class,php-curl-class/php-curl-class,Worm/php-curl-class,VolCh/php-curl-class,craa/php-curl-class,tillz/php-curl-class,jack-theripper/php-curl-class,evcehiack/php-curl-class,Worm/php-curl-class,petewatts/php-curl-class,SahilDude89ss/php-curl-class,Savageman/php-curl-class,jahanzaibbahadur/php-curl-class,ta... |
015b1fc123a42bcc83f437267b1075c848f604d6 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -y
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg rtmpdump swftools
install:
- "pip install -r requirements.txt"
script:
- export PYTH... | sudo: required
dist: trusty
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -y
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg rtmpdump swftools
install:
- "pip install -r requirements.txt"
script:
- export PYTH... | Increase wait timeout to avoid unstable Travis builds | Increase wait timeout to avoid unstable Travis builds
| YAML | bsd-2-clause | cykl/infoqscraper |
ce6de335d298ed1a1eb1450e621b6c3d35d709db | .travis.yml | .travis.yml | language: java
sudo: false
dist: trusty
install: true
addons:
firefox: latest
install:
- sudo apt-add-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- sudo add-apt-repository ppa:cwchien/gradle
- sudo sed -i s/deb-src.*google.*//g /etc/apt/sources.list
... | language: java
sudo: false
dist: trusty
install: true
addons:
firefox: latest
install:
- sudo apt-add-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- sudo sed -i s/deb-src.*google.*//g /etc/apt/sources.list
- wget -O - https://dl-ssl.google.com/linux/linux... | Revert "Update Gradle in Travis" | Revert "Update Gradle in Travis"
This reverts commit 046b62510a352a62f06ab5eadd94d8d47511a9ba.
| YAML | apache-2.0 | bonigarcia/mastering-junit5,bonigarcia/mastering-junit5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.