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 |
|---|---|---|---|---|---|---|---|---|---|
fa734f74676ca09f4e7aff23fc2171dd75d5a61d | .travis.yml | .travis.yml | language: go
go:
- tip
script:
- go test ./... -bench . -v --coverprofile=c.out -benchmem && go tool cover -func=c.out
| sudo: false
language: go
go:
- tip
script:
- go test ./... -bench . -v --coverprofile=c.out -benchmem && go tool cover -func=c.out
| Set sudo to false in Travis config file | Set sudo to false in Travis config file
| YAML | mit | alesr/numbers |
a00fe0b0d19b2ed994b6106824b36a1226f5fd9d | .travis.yml | .travis.yml | osx_image: xcode7.3
language: objective-c
before_install: 'brew update || brew update'
install:
- brew install carthage; true
- carthage bootstrap --verbose
script: rake ci
| osx_image: xcode7.3
language: objective-c
before_install: 'brew update || brew update'
install:
- brew install carthage; true
- carthage bootstrap --verbose --platform osx,ios
script: rake ci
| Set which platforms to use on bootstrap | Set which platforms to use on bootstrap
| YAML | mit | jeffh/JKVValue,jeffh/JKVValue |
66bc9e6f10847038817db1a8a8796cd25134bab0 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- python setup.py install
- pip install coverage
script: coverage run setup.py test
after_success:
- pip install coveralls
- coveralls
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install:
- python setup.py install
- pip install coverage
script: coverage run setup.py test
after_success:
- pip install coveralls
- coveralls
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
| Enable automated testing on Python 3.4 | Enable automated testing on Python 3.4 | YAML | bsd-3-clause | taedori81/satchless |
11f3a71fdb46278e8240ef019ab314f84a9a6e33 | .travis.yml | .travis.yml | dist: trusty
matrix:
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: node_js
node_js:
- lts/*
- node
env: FRONT=true
before_install:
- if [[ $FRONT = 'true' ]]; then cd front; fi
| dist: trusty
matrix:
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: node_js
node_js: lts/*
env: FRONT=true
- language: node_js
node_js: node
env: FRONT=true
before_install:
- if [[ $FRONT = 'true' ]]; then cd front; fi
| Fix build matrix to run multiple node versions | Fix build matrix to run multiple node versions
| YAML | mit | mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5 |
1791760047141ba63f236f629d8539c8ca713be1 | .travis.yml | .travis.yml | language: rust
env:
global:
- secure: xvgEoA6Etp8KWAnA9FrCkPNTdz8dunFN93sgWFkd55NGtTqlLehHCvuqG/7DFteoQ6FK2+g45NqJoc2UWp1CUIs27Qm5ICvnmFFLSncHN2ofefN0fj0BWXJunVBuKsO1xYCossnXKsEBDSpLJ5BI1eMrJETyHW75Nb3YIXH0Dm4=
install:
- sudo apt-get install libleveldb-dev
- sudo apt-get install libsnappy-dev
after_script:
... | language: rust
env:
global:
- secure: xvgEoA6Etp8KWAnA9FrCkPNTdz8dunFN93sgWFkd55NGtTqlLehHCvuqG/7DFteoQ6FK2+g45NqJoc2UWp1CUIs27Qm5ICvnmFFLSncHN2ofefN0fj0BWXJunVBuKsO1xYCossnXKsEBDSpLJ5BI1eMrJETyHW75Nb3YIXH0Dm4=
install:
- sudo apt-get install libleveldb-dev
- sudo apt-get install libsnappy-dev
after_script:
... | Test on beta, allow failures on nightly | Test on beta, allow failures on nightly
| YAML | mit | alekseysidorov/leveldb,alekseysidorov/leveldb,skade/leveldb |
6b2e4ed12e295e8da624e0367b8bb22200645f7b | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
before_install:
# This is based on the instructions at https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
- openssl aes-256-cbc -K $encrypted_90b1dba0abf8_key -iv $encrypted_90b1dba0abf8_iv -in etc/deploy_id_rsa.enc -out ~\/.ssh/deploy_id_rsa -d
instal... | language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
before_install:
# This is based on the instructions at https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
- openssl aes-256-cbc -K $encrypted_90b1dba0abf8_key -iv $encrypted_90b1dba0abf8_iv -in etc/deploy_id_rsa.enc -out ../deploy_id_rsa -d
- chmod 6... | Update mechanisms for setting up key | Update mechanisms for setting up key
| YAML | apache-2.0 | realityforge/arez,realityforge/arez,realityforge/arez |
9dd415c04fcbdcd377dec8c8620ec4779e48e5cd | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-19mode
- jruby-9.0.4.0
env:
- BUNDLE_WITHOUT=secondary:development
- BUNDLE_WITHOUT=primary:development
matrix:
allow_failures:
- env: BUNDLE_WITHOUT=primary:development
| sudo: false
addons:
apt:
sources:
- kalakris-cmake
packages:
- cmake
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-19mode
- jruby-9.0.4.0
env:
- BUNDLE_WITHOUT=secondary:development
- BUNDLE_WITHOUT=primary:development
matrix:
allow_failures:
- env: B... | Use a cmake backport for commonmark | Use a cmake backport for commonmark
| YAML | mit | tommay/tilt |
1ba3b2327ab3216f962c53bc5148061285e76d86 | .travis.yml | .travis.yml | language : python
python:
- 3.6
sudo: false
env:
global:
- secure: "Y6tBB5CwAxaHPxLzwyyoQKXEwLK68ni8GqzoaYCYbrjLhSFqEDCk6Si7UPmMoED8t7hyxFZofPfEpmOLBoronWUQycnB/K/oxYFfKyEXxNxGpY/iaQk/XCC6rkJ3g863QKdAsgobBgJIClDczZ7leY3RlN+mHfH0wohCBLFAh0E="
script:
- set -e
- make html
- pip uninstall -y doctr
- pip i... | language : python
python:
- 3.6
sudo: false
env:
global:
- secure: "Y6tBB5CwAxaHPxLzwyyoQKXEwLK68ni8GqzoaYCYbrjLhSFqEDCk6Si7UPmMoED8t7hyxFZofPfEpmOLBoronWUQycnB/K/oxYFfKyEXxNxGpY/iaQk/XCC6rkJ3g863QKdAsgobBgJIClDczZ7leY3RlN+mHfH0wohCBLFAh0E="
script:
- set -e
- make html
- pip uninstall -y doctr
- pip i... | Install doctr from PR branch instead of specific commit on that branch. | BLD: Install doctr from PR branch instead of specific commit on that branch.
| YAML | bsd-2-clause | NSLS-II/docs,tacaswell/docs,NSLS-II/docs |
6fb349fe04627a4c2f407dd7f85d763f5a05597e | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
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:
- '4'
- '6'
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| Build with Node.js 10 on Travis CI. | Build with Node.js 10 on Travis CI.
| YAML | mit | bigeasy/arguable |
c7c4ec999b5e3f2a3f35cf2a1e2efd1ed0aa0c74 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
cache: pip
before_install:
- pip install 'flake8>=3.5.0'
- flake8
install:
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt
- pip install -e .
script:
- pytest --cov=mws
after_success:
-... | dist: trusty
sudo: false
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
cache: pip
install:
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt
- pip install -e .
script:
- pytest --cov=mws
after_success:
- pip install 'flake8>=3.5.0'
- flake8
- pip install cod... | Move flake8 checking after pytest calls | Move flake8 checking after pytest calls
A current PR is using `enum`, which was added in Py3.4. That should have produced an error for a missing module in Py2.7 testing, but `flake8` loads `enum34` as a dependency into the environment first. This contaminates the test suite prior to running tests, hiding what should b... | YAML | unlicense | GriceTurrble/python-amazon-mws |
e71f431d39bf6de6696b08be81fb27dd92932805 | .travis.yml | .travis.yml | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libboost-all-dev
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
# customize me!
- git clon... | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libboost-all-dev
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
# customize me!
- git clon... | Call normal make in plugins | Call normal make in plugins
| YAML | mpl-2.0 | czipperz/vick-move |
797698a43cc36b10c6819de8e062eb13fc0ef8b6 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install -e .[tests]
- pip install $DJANGO
- pip install pytest-django factory-boy
- export PYTHONPATH=.
script:
- py.test
| language: python
python:
- "2.7"
- "3.4"
install:
- pip install -e .[tests]
- pip install $DJANGO
- pip install pytest-django factory-boy
- export PYTHONPATH=.
script:
- py.test
| Add Python 3.4 to the build matrix. | Add Python 3.4 to the build matrix.
| YAML | bsd-3-clause | linovia/django-bug-hipster,linovia/django-bug-hipster,pombredanne/django-bug-hipster,pombredanne/django-bug-hipster,linovia/django-bug-hipster,pombredanne/django-bug-hipster |
97c7e47fd351c40294e41eae49c023850eeba609 | .travis.yml | .travis.yml | # Travis CI build
language: java
os: linux
jdk:
- openjdk8
- openjdk11
before_script:
- export ANT_VERSION=1.10.9
- wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
- wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.ta... | # Travis CI build
language: java
os: linux
jdk:
- openjdk8
- openjdk11
before_script:
- export ANT_VERSION=1.10.9
- wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
- wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.ta... | Print Ant version on CI build. | Print Ant version on CI build.
| YAML | mit | mattbertolini/liquibase-slf4j |
8ed580d4ace4bc6a2314649ca314bfcae853fc10 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
services:
- mysql
- postgresql
script: "npm run $TEST_STEP"
env:
matrix:
- TEST_STEP=lint
- TEST_STEP=test SEQUELIZE_DIALECT=mysql
- TEST_STEP=test SEQUELIZE_DIALECT=postgres
notifications:
email: false
| language: node_js
node_js:
- "0.10"
- "4"
services:
- mysql
- postgresql
script: "npm run $TEST_STEP"
env:
matrix:
- TEST_STEP=lint
- TEST_STEP=test SEQUELIZE_DIALECT=mysql
- TEST_STEP=test SEQUELIZE_DIALECT=postgres
notifications:
email: false
| Enable Node.js v4 testing on Travis CI. | Enable Node.js v4 testing on Travis CI.
| YAML | mit | holidayextras/jsonapi-store-relationaldb,holidayextras/jsonapi-store-relationaldb |
66f0166d2880819cec111f379ef5646c94de4a1e | .travis.yml | .travis.yml | jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
script:
- ./gradlew clean build
after_success:
- ./gradlew test jacocoTestReport coveralls -Pcoverage | jdk:
- oraclejdk8
- oraclejdk7
script:
- ./gradlew clean build
after_success:
- ./gradlew test jacocoTestReport coveralls -Pcoverage | Drop official support for Java 6 | Drop official support for Java 6
Project dependencies require Java 7+
| YAML | apache-2.0 | marcingrzejszczak/gradle-test-profiler,gpie3k/gradle-test-profiler |
b791ccd038ee2b548be5262505c54accb7c46f78 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
before_install:
- sudo apt-get update
- sudo apt-get install -y python3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev
install:
- pip install -r requirements.txt
script:
- pytest | language: python
dist: xenial
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
sudo: true
before_install:
- sudo apt-get update
- sudo apt-get install -y python3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev
install:
- pip insta... | Update Travis to Ubuntu 16.04 xenial and add sudo for Python 3.7 support | Update Travis to Ubuntu 16.04 xenial and add sudo for Python 3.7 support
Signed-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>
| YAML | lgpl-2.1 | amolenaar/gaphas |
9668121d16a8d4a9006558a597955c8673dfe717 | .travis.yml | .travis.yml | ---
language: php
sudo: false
matrix:
include:
- php: 5.6
- php: hhvm
- php: 7.0
allow_failures:
# HHVM will be abandoned so let's not have it break builds
- php: hhvm
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
# Remove xdebug as per https://getcompos... | ---
language: php
sudo: false
matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
allow_failures:
# HHVM will be abandoned so let's not have it break builds
- php: hhvm
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
# Remove xdebug as per htt... | Remove hhvm support as unnecessary | Remove hhvm support as unnecessary
| YAML | mit | shrikeh/guzzle-middleware-responsetimer,shrikeh/guzzle-middleware-responsetimer |
43b11f22f635d14ff27b47cb668016b0ace15414 | .travis.yml | .travis.yml | rvm:
- 2.1.0
- 2.1.1
- 2.2.1
- 2.3.0
- 2.4.0
- jruby-9.1.8.0
jdk:
- oraclejdk8
before_install:
- sudo apt-get update
- sudo apt-get install libicu-dev
| rvm:
- 2.3.0
- 2.4.0
- jruby-9.1.8.0
jdk:
- oraclejdk8
before_install:
- sudo apt-get update
- sudo apt-get install libicu-dev
| Drop rubies < 2.3 for bibtex support (citeproc-ruby). | Drop rubies < 2.3 for bibtex support (citeproc-ruby).
| YAML | mit | gollum/gollum-lib,rgroux/gollum-lib,repotag/gollum-lib,rgroux/gollum-lib,gollum/gollum-lib,repotag/gollum-lib |
fcf610627815a36a1499d59f217c90c9e2d5af22 | .travis.yml | .travis.yml | before_install:
- gem install bundler
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode
- ruby-head
branches:
only: master
notifications:
email: false
| before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode
- ruby-head
branches:
only: master
notifications:
email: false
| Allow to fail on mri 2. | Allow to fail on mri 2.
| YAML | mit | samphilipd/github,joshsoftware/github,GistBox/github,piotrmurach/github,peter-murach/github,yaoxiaoyong/github,anabhilash619/github,MalachiTatum/github,cocktail-io/github,davengeo/github,firstval/github,durai145/github,wicky-info/github,befairyliu/github |
45299c31d75372af96959c76d01136e69e548314 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- jruby-head
- ree
| language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
- rbx-19mode
- jruby-head
| Exclude Rubies < 1.9.3 as some gems new require Ruby version >= 1.9.3 | Exclude Rubies < 1.9.3 as some gems new require Ruby version >= 1.9.3 | YAML | mit | ZeroOneStudio/omniauth-namba |
1c883490db68e8c62fb94e2727259586f8792a4d | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-amazonlinux
- INSTANCE=defau... | Test on amazon linux in Travis | Test on amazon linux in Travis
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/postfix,mawatech/postfix,chef-cookbooks/postfix,gnowxilef/cookbook-postfix,mawatech/postfix,gnowxilef/cookbook-postfix,opscode-cookbooks/postfix,opscode-cookbooks/postfix |
7ed9d14ad3d8506fa70160824ce6bb2b93e3fbef | .travis.yml | .travis.yml | #This file is generated by ModuleSync, do not edit.
---
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
include:
- rvm: 2.1.6
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
script: bundle ex... | #This file is generated by ModuleSync, do not edit.
---
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
include:
- rvm: 2.1.6
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
script: bundle ex... | Remove support for puppet version 3.0 tests | Remove support for puppet version 3.0 tests
| YAML | apache-2.0 | rehanone/puppet-git |
d577df328274fc7e92a3bbc69d57813b83c1d5b0 | .travis.yml | .travis.yml | language: python
python:
- '3.3'
- '3.4'
- 'pypy3'
install:
- python setup.py install
script:
- python setup.py test
- pip install docutils
- python setup.py check --metadata --restructuredtext --strict
| language: python
python:
- '3.3'
- '3.4'
install:
- python setup.py install
script:
- python setup.py test
- pip install docutils
- python setup.py check --metadata --restructuredtext --strict
| Drop pypy3 from Travis CI | Drop pypy3 from Travis CI
pypy3 doesn't support returning with argument inside generator.
| YAML | mit | taigrr/hangups,baskervald/hangups,dxd132630/hangups,j16sdiz/hangups,tdryer/hangups,das7pad/hangups,hangoutsbot/hangups,AshenDrops/hangups,ddboline/hangups,jodizzle/hangups |
d28157b7476981cde2d24e327d6d7359953f125f | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| sudo: false
language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.3"
- "2.4.0"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| Test with ruby 2.3 and 2.4 also | Test with ruby 2.3 and 2.4 also
| YAML | mit | ManageIQ/awesome_spawn |
273bfd686ca850f1b1ec5cadfbc025f30c3a10ee | .travis.yml | .travis.yml | language: python
python: 2.7
services:
- redis-server
env:
- TOXENV=py26-dj13
- TOXENV=py26-dj14
- TOXENV=py26-dj15
- TOXENV=py26-dj16
- TOXENV=py27-dj13
- TOXENV=py27-dj14
- TOXENV=py27-dj15
- TOXENV=py27-dj16
- TOXENV=py27-dj17
- TOXENV=py27-djmaster
- TOXENV=py33-dj15
- TOXENV=py33-dj16
-... | language: python
python: 2.7
services:
- redis-server
env:
- TOXENV=py26-dj13
- TOXENV=py26-dj14
- TOXENV=py26-dj15
- TOXENV=py26-dj16
- TOXENV=py27-dj13
- TOXENV=py27-dj14
- TOXENV=py27-dj15
- TOXENV=py27-dj16
- TOXENV=py27-dj17
- TOXENV=py27-djmaster
- TOXENV=py33-dj15
- TOXENV=py33-dj16
-... | Revert to default Travis notification settings | Revert to default Travis notification settings
| YAML | bsd-3-clause | bourivouh/django-cacheops,whyflyru/django-cacheops,Suor/django-cacheops,th13f/django-cacheops,LPgenerator/django-cacheops,rutube/django-cacheops,andwun/django-cacheops,ErwinJunge/django-cacheops |
48a987dfaf98a87abfbeafdfbefc4ec11c5df691 | .travis.yml | .travis.yml | language: ruby
cache:
- bundler
rvm:
- 2.2.4
- 2.3.1
addons:
code_climate:
repo_token: d1d9c0636042863489880dbdf1c8865721b9b70f4199d612d77ee2dcfc803704
| sudo: false
language: ruby
cache:
- bundler
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
addons:
code_climate:
repo_token: d1d9c0636042863489880dbdf1c8865721b9b70f4199d612d77ee2dcfc803704
| Test against new Ruby 2.x versions | [CI] Test against new Ruby 2.x versions | YAML | mit | opti/panda_doc,opti/panda_doc |
9c387306f224d48c0ddcb3ea3b30ca2e17d592bf | .travis.yml | .travis.yml | script: true
env:
global:
- COMMIT_AUTHOR_NAME: "'Chris Schmich'"
- COMMIT_AUTHOR_EMAIL: schmch@gmail.com
- LOCALES_PATH: package/_locales
deploy:
provider: script
script: bash ./deploy/chrome-extension-localization/deploy/deploy.sh
skip_cleanup: true
on:
branch: master
before_install:
- git submodu... | language: node_js
node_js:
- lts/*
script: make test
env:
global:
- COMMIT_AUTHOR_NAME: "'Chris Schmich'"
- COMMIT_AUTHOR_EMAIL: schmch@gmail.com
- LOCALES_PATH: package/_locales
deploy:
provider: script
script: bash ./deploy/chrome-extension-localization/deploy/deploy.sh
skip_cleanup: true
on:
br... | Add unit tests to Travis builds. | Add unit tests to Travis builds.
| YAML | mit | schmich/marinara,schmich/marinara,schmich/marinara |
f26c88cbaeabce963e13f470fb8594ba81744188 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
- '10'
- '12'
script:
- npm test
branches:
only:
- master
- /^greenkeeper/.*$/
| sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '10'
- '12'
- '14'
script:
- npm test
branches:
only:
- master
- /^greenkeeper/.*$/
| Disable testing on node 8, and enable on node 14 | Disable testing on node 8, and enable on node 14
| YAML | mit | sheerun/prettier-standard |
df19ee4642163ce22c6b79a4dbac0b319daeaa5a | .travis.yml | .travis.yml | dist: xenial
language: java
install:
- java --version
script:
- javac -d target/make src/bach/Bach.java src/bach/Make.java
- java -cp target/make Make
after_success:
- cd $TRAVIS_BUILD_DIR/demo/00-bootstrap
- ./bootstrap.sh
#- cd $TRAVIS_BUILD_DIR/demo/01-hello-world
#- ./build-01-hello-world.jsh
| dist: xenial
language: java
install:
- java --version
script:
- javac -d target/make src/bach/Bach.java src/bach/Make.java
- java -cp target/make Make
after_success:
- cd $TRAVIS_BUILD_DIR/demo/00-bootstrap
- ./bootstrap.sh
- cd $TRAVIS_BUILD_DIR/demo/01-hello-world
- java ../../src/bach/Bach.java
| Build 'hello world' demo on Travis CI | Build 'hello world' demo on Travis CI
| YAML | mit | sormuras/bach,sormuras/bach |
d1be2eb560a343ab9645dece5c981cc1ad18ead9 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
notifications:
email:
- mitchell.nordine@gmail.com
os:
- osx
- linux
before_script:
- rustc --version
- cargo --version
- rustup component add rustfmt
- if [ "$TRAVIS_OS_NAME" = linux ]; then rustup target add x86_64-apple-darwin; fi
script:
- if [ "$TRAVIS_OS_NAME" = ... | language: rust
rust:
- stable
- beta
- nightly
notifications:
email:
- mitchell.nordine@gmail.com
os:
- osx
- linux
before_script:
- rustc --version
- cargo --version
- rustup component add rustfmt
- if [ "$TRAVIS_OS_NAME" = linux ]; then rustup target add x86_64-apple-darwin; fi
script:
- if [ "$TRAVIS_OS_NAME" = ... | Remove 32 bit ios targets from CI as they're not tier 1 anymore | Remove 32 bit ios targets from CI as they're not tier 1 anymore
| YAML | mit | RustAudio/coreaudio-sys |
e4309364982e2ae8f77ba9f22db9476a8b9e3a74 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
rvm:
- 1.9.3
install:
- rvm use 1.9.3
- gem install bundler
- bundle install
script: buildr clean package
| language: java
jdk:
- openjdk7
- oraclejdk7
rvm:
- 1.9.3
install:
- rvm use 1.9.3
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Reduce the size of the git repository downloaded during TravisCI testing. | Reduce the size of the git repository downloaded during TravisCI testing.
| YAML | apache-2.0 | realityforge/gwt-property-source-example,realityforge/gwt-property-source-example,realityforge/gwt-property-source-example |
84b8474b90e29768c3471bd169a601be9eb56f7c | .travis.yml | .travis.yml | language: php
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: SUITE='server_data'
- php: hhvm
allow_failures:
- php: 5.6
env: server_data
before_install:
# Composer only updated in TravisCI containers when they build their images every month or so
- compos... | language: php
matrix:
fast_finish: true
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: SUITE='server_data'
- php: hhvm
allow_failures:
- php: 5.6
env: server_data
before_install:
# Composer only updated in TravisCI containers when they build their images every mo... | Mark build passed or failed before server_data test completes | Mark build passed or failed before server_data test completes
| YAML | mit | HelgeSverre/Domain-Availability |
35fea348878a329ee10e65a6b7edd37d97301e73 | .travis.yml | .travis.yml | language: ruby
sudo: false
script: bundle exec rake travis
matrix:
fast_finish: true
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile... | language: ruby
sudo: false
script: bundle exec rake travis
matrix:
fast_finish: true
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile... | Revert "Run Fog tests for Ruby 2.2.0" | Revert "Run Fog tests for Ruby 2.2.0"
5fdabb482c650746e9cbee85bc382c116f7be186 | YAML | mit | dtdream/fog,Ladas/fog,plribeiro3000/fog,bryanl/fog,adamleff/fog,martinb3/fog,cocktail-io/fog,ack/fog,asebastian-r7/fog,theforeman/fog,dLobatog/fog,sideci-sample/sideci-sample-fog,b0ric/fog,plribeiro3000/fog,mavenlink/fog,icco/fog,fog/fog,yyuu/fog,adecarolis/fog,joshmyers/fog,surminus/fog,sapcc/fog,martinb3/fog,alphagov... |
7c51aea5db97ac907b543beb646c0c5f78f16b93 | .travis.yml | .travis.yml | language: objective-c
xcode_project: ProgressView.xcworkspace
xcode_scheme: ProgressViewTests
before_install:
- cd Example\ Project | language: objective-c
xcode_project: ProgressView.xcworkspace
xcode_scheme: ProgressViewTests
before_install:
- cd Example\ Project | Fix syntax error in Travis config | Fix syntax error in Travis config
| YAML | mit | pwillsey/PWProgressView,Igor-Palaguta/PWProgressView |
85ccd27bfbee4dfaf7e316808984fa1ceec0ed0b | gemspec.yml | gemspec.yml | name: chars
summary: A Ruby library for working with various character sets
description:
Chars is a Ruby library for working with various character sets,
recognizing text and generating random text from specific character sets.
license: MIT
homepage: http://github.com/postmodern/chars
authors: Postmodern
email: po... | name: chars
summary: A Ruby library for working with various character sets
description:
Chars is a Ruby library for working with various character sets,
recognizing text and generating random text from specific character sets.
license: MIT
homepage: http://github.com/postmodern/chars
authors: Postmodern
email: po... | Add yard ~> 0.6.1 as a development dependency. | Add yard ~> 0.6.1 as a development dependency.
| YAML | mit | postmodern/chars |
220cd132589602853ee26d4055e4cf686034b5f0 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
sudo: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success:
- npm install -g codeclimate-test-reporter
- ls coverage
- cat coverage/Firefox*/lcov.info >>coverage/lcov.info
- codeclimate < co... | language: node_js
node_js:
- '0.10'
sudo: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success:
- npm install -g codeclimate-test-reporter
- cat coverage/Chromium*/lcov.info >>coverage/lcov.info
- codeclimate < coverage/lcov.inf... | Use Chromium coverage over FF | Use Chromium coverage over FF
| YAML | mit | jedmao/iso-http,jedmao/iso-http,ask-izzy/iso-http,ask-izzy/iso-http |
1a3dc2fec2f81ee61c9285f34aa72f3ddef8ac00 | .travis.yml | .travis.yml | sudo-false
language:
- cpp
compiler:
- gcc
addons:
apt:
sources:
-ubuntu-toolchain-r-test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq
install:
- apt-get update
- apt-get install g++-4.8
- update-alternatives --install /usr/bin/g++ g++ /user/bin/g++-4.8 90
- update-... | sudo: false
language:
- cpp
compiler:
- gcc
addons:
apt:
sources:
-ubuntu-toolchain-r-test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq
install:
- apt-get update
- apt-get install g++-4.8
- update-alternatives --install /usr/bin/g++ g++ /user/bin/g++-4.8 90
- update... | Edit .travs.yml in another attempt to instal gcc-4.8 again | Edit .travs.yml in another attempt to instal gcc-4.8 again
| YAML | mit | destessm/intro-to-game-dev,destessm/intro-to-game-dev,destessm/intro-to-game-dev,destessm/intro-to-game-dev |
8923e1e444f1d4432120fa7a1295d926bea37019 | .travis.yml | .travis.yml | language: php
php:
- "5.4"
- "5.5"
before_script:
- sudo /home/travis/.phpenv/versions/5.5.0beta1/bin/composer.phar self-update
- chmod 777 ./tests/bin/setup.sh
- ./tests/bin/setup.sh
- composer install --prefer-source --no-interaction
script: phpunit --configuration ./tests/phpunit.xml | language: php
php:
- "5.4"
- "5.5"
before_script:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- chmod 777 ./tests/bin/setup.sh
- ./tests/bin/setup.sh
- composer install --prefer-source --no-interaction
script: phpunit --configuration ./tests/phpunit.xml | Revert "Force composer to self-update before tests." | Revert "Force composer to self-update before tests."
This reverts commit d56ff29d9690c4ba4cc5f3ba1d5782266ee7ecc8.
| YAML | apache-2.0 | F21/Paradox,F21/Paradox |
73ee3eb9ae18add9c5c8a7872b736dddb129d8ce | playbooks/inventory/group_vars/all_containers.yml | playbooks/inventory/group_vars/all_containers.yml | ---
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Address missing variable in common tasks | Address missing variable in common tasks
Change-Id: Ifabb20e411bdcd2b56639212aa8e7ff777f05c85
| YAML | apache-2.0 | yanyao/openstack-ansible,yanyao/newton,weezer/openstack-ansible,cfarquhar/openstack-ansible,BjoernT/os-ansible-deployment,BjoernT/openstack-ansible,weezer/openstack-ansible,Logan2211/openstack-ansible,openstack/openstack-ansible,BjoernT/openstack-ansible,cloudnull/os-ansible-deployment,BjoernT/os-ansible-deployment,ope... |
e9335dcad716d63737a5611bee892027cc57d00b | .travis.yml | .travis.yml | language: go
go:
- 1.11
- 1.11.1
- tip
install:
- go get github.com/stretchr/testify
| language: go
go:
- 1.13.3
- tip
install:
- go get github.com/stretchr/testify
| Test against Go 13.3 and tip | Test against Go 13.3 and tip
| YAML | mpl-2.0 | andrewslotin/doppelganger |
93e07eba16d722636f8af0b8a3fc1356974d9e38 | .travis.yml | .travis.yml | language: go
go:
- 1.12.x
install:
- export PATH=${PATH}:${HOME}/gopath/bin
- export PATH=${PATH}:${HOME}/bin
- cd ../../.. && mkdir goa.design && cp -r github.com/goadesign/plugins goa.design/plugins && cd goa.design/plugins
before_script:
- make depend
script:
- make
| language: go
go:
- 1.16.x
install:
- export PATH=${PATH}:${HOME}/gopath/bin
- export PATH=${PATH}:${HOME}/bin
- cd ../../.. && mkdir goa.design && cp -r github.com/goadesign/plugins goa.design/plugins && cd goa.design/plugins
before_script:
- make depend
script:
- make
| Use Go 1.16 to run CI | Use Go 1.16 to run CI
| YAML | mit | goadesign/plugins |
24aa0cc7000adc38be3d80c87e2f5391b3f0272a | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
dist: trusty
rvm:
- 2.4.1
services: mongodb
language: objective-c
addons:
chrome: beta
before_install:
- # start your web application and listen on `localhost`
- "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --headless --disable-gpu --remote-debuggin... | language: ruby
cache: bundler
sudo: false
dist: trusty
rvm:
- 2.4.0
services: mongodb
language: objective-c
addons:
chrome: beta
before_install:
- # start your web application and listen on `localhost`
- "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --headless --disable-gpu --remote-debuggin... | PATCH - suggested workaround for openSSL snafu | PATCH - suggested workaround for openSSL snafu
| YAML | mit | theodi/metrics-api,theodi/bothan,theodi/metrics-api,theodi/bothan,theodi/bothan,theodi/metrics-api,theodi/bothan |
d354559365412a96b1ec55e17f4356268f54d724 | .travis.yml | .travis.yml | language: rust
rust:
- 1.8.0
- 1.15.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- ./ci/test_full.sh
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
ssh-agent ./ci/deploy.sh
notifications:
ema... | language: rust
rust:
- 1.15.0
- beta
- nightly
matrix:
include:
- rust: 1.8.0
before_script:
# libc 0.2.34 started using #[deprecated]
- cargo generate-lockfile
- cargo update --package libc --precise 0.2.33
sudo: false
script:
- cargo build --verbose
- ./ci/test_full.sh
... | Downgrade libc for Rust 1.8 CI | Downgrade libc for Rust 1.8 CI
| YAML | apache-2.0 | rust-num/num,rust-num/num-traits,rust-num/num-integer,rust-lang/num,rust-num/num,rust-num/num-bigint,rust-lang/num,rust-num/num-integer,rust-num/num-traits,rust-num/num-bigint |
4243f2873ca4e5c1ab59d530c9d0b5e4806ba6d1 | .travis.yml | .travis.yml | sudo: false
language: node_js
compiler: clang-3.6
env:
- CXX=clang-3.6
addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
matrix:
include:
- node_js: "0.10"
- node_js: "0.12"
- node_js: "4.0"
- node_js: "4.1"... | sudo: false
language: node_js
compiler: clang-3.6
env:
- CXX=clang-3.6
addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
matrix:
include:
- node_js: "0.10"
- node_js: "0.12"
- node_js: "4.0"
- node_js: "4.1"... | Add node 6 to CI. | Add node 6 to CI.
| YAML | mit | heap/heap-node |
63560334aa7f303b4c1335246ee2d13dab21bbce | .travis.yml | .travis.yml | language: go
go:
- 1.0
- 1.1
- 1.2
script: go test -v ./...
install:
- go get code.google.com/p/go.net/websocket
- go get github.com/bmizerany/assert
- go get github.com/bmizerany/pat
- go get github.com/kr/pretty
- go get github.com/drewolson/testflight
| language: go
go:
- 1.1
- 1.2
script: go test -v ./...
install:
- go get code.google.com/p/go.net/websocket
- go get github.com/bmizerany/assert
- go get github.com/bmizerany/pat
- go get github.com/kr/pretty
- go get github.com/drewolson/testflight
| Remove support for go 1.0. | Remove support for go 1.0.
| YAML | mit | drewolson/testflight,straytaoist/testflight,Thermeon/testflight |
c2f39bb97d05ec5381898a9c8f11f3675ebd74bf | .travis.yml | .travis.yml | language: c
script: bash -e ./tools/travis_ci_test.sh
os:
- linux
- osx
env:
- OCAML_VERSION=4.03.0
- OCAML_VERSION=4.04.0
| language: c
script: bash -e ./tools/travis_ci_test.sh
os:
- linux
- osx
env:
- OCAML_VERSION=4.03.0
- OCAML_VERSION=4.04.2
- OCAML_VERSION=4.05.0
| Use `4.04.2` and `4.05.0` in Travis build-matrix | Use `4.04.2` and `4.05.0` in Travis build-matrix
| YAML | apache-2.0 | hammerlab/ketrew |
597df25bdffec96a40bf4966f56ddffdfb509027 | .travis.yml | .travis.yml | language: generic
os:
- linux
- osx
dist: bionic
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
addons:
apt:
packages:
- libgconf-2-4
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/mas... | language: generic
os:
- linux
- osx
dist: bionic
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
jobs:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
addons:
apt:
packages:
- libgconf-2-4
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/maste... | Replace matrix with jobs in the Travis CI config file | Replace matrix with jobs in the Travis CI config file
| YAML | mit | matthesjh/autocomplete-curry |
2b3267e6aa27819ed87f14e1a411ffe0fdf4bd39 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
install:
- pip install -r requirements/test.txt
env:
matrix:
- TARGET=test
- TARGET=lint
script: make $TARGET
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: python
sudo: required
python:
- "3.4"
install:
- pip install -r requirements/test.txt
- sudo apt-get install poppler-utils
env:
matrix:
- TARGET=test
- TARGET=lint
script: make $TARGET
after_success:
- bash <(curl -s https://codecov.io/bash)
| Install `pdftotext` for Travis CI | Install `pdftotext` for Travis CI | YAML | mit | uppsaladatavetare/foobar-api,uppsaladatavetare/foobar-api,uppsaladatavetare/foobar-api |
da96c21661ef7604c4a78c29d9fc97c316f8d234 | .travis.yml | .travis.yml | language: go
go:
- "1.10"
- master
matrix:
allow_failures:
- go: master
fast_finish: true
branches:
only:
- develop
- master
install:
- go get github.com/urfave/cli
- go get github.com/naoina/toml
- go get github.com/keltia/ripe-atlas | language: go
go:
- "1.10.x"
- master
matrix:
allow_failures:
- go: master
fast_finish: true
branches:
only:
- develop
- master
install:
- go get github.com/urfave/cli
- go get github.com/naoina/toml
- go get github.com/keltia/ripe-atlas | Use the .x notation now. | Use the .x notation now.
| YAML | mit | keltia/ripe-atlas |
1bcdd881a1d160b689930560e316b213cb1a6b57 | .travis.yml | .travis.yml | language: php
addons:
apt:
packages:
- ant
php:
- 7.2
- 7.3
- 7.4
matrix:
allow_failures:
- php: 7.3
- php: 7.4
cache:
directories:
- ~/.composer/cache/files
before_script:
- phpenv config-add travis.php.ini
- composer self-update --1
- composer install --no-interaction
- c... | language: php
addons:
apt:
packages:
- ant
php:
- 7.2
- 7.3
- 7.4
matrix:
allow_failures:
- php: 7.3
- php: 7.4
cache:
directories:
- ~/.composer/cache/files
before_install:
- sudo rm -rf ~/.nvm - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
- sudo apt-get in... | Update nodejs version to lts on Travis | Update nodejs version to lts on Travis
| YAML | apache-2.0 | SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard |
13c22dbc99e22627091bf13a144d64fa6b721e57 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO_VERSION=1.8.17
- DJANGO_VERSION=1.9.12
- DJANGO_VERSION=1.10.0
- DJANGO_VERSION=1.10.1
- DJANGO_VERSION=1.10.2
- DJANGO_VERSION=1.10.3
- DJANGO_VERSION=1.10.4
- DJANGO_VERSION=1.10.5
branches:
exce... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO_VERSION=1.8.17
- DJANGO_VERSION=1.9.12
- DJANGO_VERSION=1.10.0
- DJANGO_VERSION=1.10.1
- DJANGO_VERSION=1.10.2
- DJANGO_VERSION=1.10.3
- DJANGO_VERSION=1.10.4
- DJANGO_VERSION=1.10.5
# https://docs.dja... | Exclude incompatible python and django versions from CI | Exclude incompatible python and django versions from CI
| YAML | mit | mbourqui/django-publications-bootstrap,mbourqui/django-publications-bootstrap,mbourqui/django-publications-bootstrap |
0e219684c41f3792db2ffc497e0ab0a5c50e71e5 | .travis.yml | .travis.yml | sudo: false
language: node_js
script: npm run test:travis
node_js:
- 'lts/*'
| sudo: required
addons:
chrome: stable
language: node_js
node_js:
- '10'
cache:
directories:
- ~/.npm
- node_modules
install:
- npm install
script: npm run test:travis
| Update Travis config for chrome | Update Travis config for chrome
| YAML | mit | jhwohlgemuth/voxelcss,jhwohlgemuth/voxelcss |
dd2d94881f4749f7c49c5ad4b81c85419fbe63b4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
| Add ruby 2.1.1 to Travis | Add ruby 2.1.1 to Travis
| YAML | mit | juno/rack-heroku_env |
0213730ef001c2d036390cbb2c53fa538b548114 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.0.0"
- "1.9.3"
before_install:
- gem update --system
- gem --version
script: bundle exec rake test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f8a813b3063636aa18f1
on_success: change # options: [always|never|change] default: always
on_failure: alwa... | language: ruby
rvm:
- "2.1.0"
- "2.0.0"
- "1.9.3"
before_install:
- gem update --system
- gem --version
script: bundle exec rake test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f8a813b3063636aa18f1
on_success: change # options: [always|never|change] default: always
on_f... | Add Travis testing with Ruby 2.1.0 | Add Travis testing with Ruby 2.1.0
| YAML | bsd-3-clause | WebBlocks/WebBlocks,ebollens/WebBlocks |
fac9819fcf8283f3fce5324c0ee63ae21865e649 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4_0.gemfile
- gemfiles/rails4_1.gemfile
- gemfiles/rails4_2.gemfile
notifications:
email: false
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4_0.gemfile
- gemfiles/rails4_1.gemfile
- gemfiles/rails4_2.gemfile
before_install:
- gem update --system
- gem install bundler
install: bundle install
script: bundle exec rake build
env:
global:
sec... | Use latest bundler version in CI | Use latest bundler version in CI
| YAML | mit | przbadu/has_secure_token |
1446e5f0463690055f5a0491184eac8a5bf1f239 | .travis.yml | .travis.yml | language: ruby
jdk:
- oraclejdk8
sudo: false
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| language: ruby
jdk:
- oraclejdk8
rvm:
- 2.3.1
install:
- rvm use 2.3.1
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Remove unrecognized sudo configuration section | Remove unrecognized sudo configuration section
| YAML | apache-2.0 | realityforge/gwt-cache-filter-example,realityforge/gwt-cache-filter-example,realityforge/gwt-cache-filter-example |
b8fe6c3df5c9443f51488eab0a0a2015bc43429e | .travis.yml | .travis.yml | rvm:
- 2.0
- 2.1
- 2.2
script:
- bundle exec foodcritic -f any .
- bundle exec rspec --color --format progress
- bundle exec rubocop
| sudo: false
cache: bundler
language: ruby
bundler_args: --without kitchen_common kitchen_vagrant
rvm:
- 2.0
- 2.1
- 2.2
script:
- bundle exec foodcritic -f any .
- bundle exec rspec --color --format progress
- bundle exec rubocop
| Use containers and cache bundler | Use containers and cache bundler
| YAML | apache-2.0 | chef-cookbooks/xml,opscode-cookbooks/xml |
0c8b3911a70eef7b07d64d731965fcbeb02fce6b | .travis.yml | .travis.yml | sudo: false # use new container
language: c
branches:
except: /^(gh-pages|v[0-9]\..*)/
compiler:
- clang
- gcc
addons:
apt:
packages:
# xrdp
- libpam0g-dev
- libjpeg-dev
- libfuse-dev
- libmp3lame-dev
- libx11-dev
- libxrandr-dev
- libpixman-dev
- nas... | sudo: false # use new container
language: c
branches:
except: /^(gh-pages|v[0-9]\..*)/
compiler:
- clang
- gcc
- g++
addons:
apt:
packages:
# xrdp
- libpam0g-dev
- libjpeg-dev
- libfuse-dev
- libmp3lame-dev
- libx11-dev
- libxrandr-dev
- libpixman-dev
... | Add g++ to the list of compilers for Travis CI | Add g++ to the list of compilers for Travis CI
| YAML | apache-2.0 | jsorg71/xrdp,jsorg71/xrdp,moobyfr/xrdp,PKRoma/xrdp,ubuntu-xrdp/xrdp,cocoon/xrdp,PKRoma/xrdp,neutrinolabs/xrdp,moobyfr/xrdp,proski/xrdp,metalefty/xrdp,cocoon/xrdp,moobyfr/xrdp,neutrinolabs/xrdp,metalefty/xrdp,neutrinolabs/xrdp,proski/xrdp,cocoon/xrdp,proski/xrdp,ubuntu-xrdp/xrdp,PKRoma/xrdp,ubuntu-xrdp/xrdp,jsorg71/xrdp... |
5c615b57ecc3b12100de53f812ab79fecb62d290 | .travis.yml | .travis.yml | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
script:
- ./test/main.sh
matrix:
include:
- os: osx
osx_ima... | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: osx
osx_image: xcode8
env:
... | Use xcode8 image to test macOS related code | [test] Use xcode8 image to test macOS related code
| YAML | mit | wingy3181/dotfiles,wingy3181/dotfiles,wingy3181/dotfiles |
a334ea432d99338b06a44c9bd0ef079e2539eb8a | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- openjdk11
notifications:
email: false
| language: java
jdk:
- openjdk8
- openjdk11
notifications:
email: false
| Switch from Oracle JDK 8 to OpenJDK 8 | Switch from Oracle JDK 8 to OpenJDK 8
| YAML | apache-2.0 | pmcs/parity,pmcs/parity,paritytrading/parity,paritytrading/parity |
86309a19f2915b677b39aafd26b9dc379683ab31 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.1
| language: ruby
rvm:
- 2.4.1
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push brianknight10/quimby;
fi
| Add Docker Hub push to Travis build | Add Docker Hub push to Travis build
| YAML | mit | brianknight10/quimby,brianknight10/quimby,brianknight10/quimby,brianknight10/quimby |
3db4640f5dc1de9d5c65c350f7bf9d568567dc7b | .travis.yml | .travis.yml | language: objective-c
cache:
directories:
- Lib/vendor/bundle
before_install:
- sudo easy_install cpp-coveralls
install:
- (cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Lib && bundle exec rake test:ios test:osx)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.U... | language: objective-c
cache:
directories:
- Lib/vendor/bundle
install:
- (cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)
script:
- (cd Lib && bundle exec rake test:ios test:osx)
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
| Remove installing cpp-coveralls because not support code coverage in Swift | Remove installing cpp-coveralls because not support code coverage in Swift
| YAML | mit | pengleelove/KeychainAccess,BellAppLab/KeychainAccess,Kingside/KeychainAccess,ikesyo/KeychainAccess,AnthonyMDev/KeychainAccess,kishikawakatsumi/KeychainAccess,colemancda/KeychainAccess,yzpniceboy/KeychainAccess,wimirwan/KeychainAccess,ishkawa/KeychainAccess,mspasov/KeychainAccess,mspasov/KeychainAccess,xingyuniu/Keychai... |
2f71c578aa8f754b1e17cd171f9429f21b9bc2a4 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
before_install:
- gem update --system
- gem install bundler -v 1.13.6
| sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
before_install:
- gem update --system
- gem install bundler -v 1.13.6
| Update Ruby version on Travis CI | Update Ruby version on Travis CI
| YAML | mit | emsk/resas_kit,emsk/resas_kit |
93d9c4bdb0cb16edeb7d8cc454744be31f9dd34e | .travis.yml | .travis.yml | language: cpp
sudo: required
dist: trusty
os: linux
compiler: gcc
group: stable
before_install:
- sudo apt-get install libsdl2-dev libopenal-dev
- sudo apt-get install wildmidi
install:
- wget https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.0.tar.gz
- tar -xzvf wildmidi-0.4.0.tar.gz
- pushd wildm... | language: cpp
sudo: required
dist: trusty
os: linux
compiler: gcc
group: stable
before_install:
- sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev libsdl2-dev libopenal-dev wildmidi
install:
- wget https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.0.tar.gz
- tar -xzvf wildmidi-0.4.0.tar.gz
- p... | Fix failing Travis CI build | Fix failing Travis CI build
| YAML | mit | afritz1/OpenTESArena |
7884d2bca2dbe50d0917ad6fba21fc95ae499ef5 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
matrix:
fast_finish: true
before_install: gem install bundler -v 1.11.2
| language: ruby
sudo: false
before_script:
- |
curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --prefix=$HOME/.local
export PATH=$HOME/.local/bin:$PATH
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
matrix:
fast_finish: true
before_install: gem install bundler -v 1.11.2
| Install Rust on Travis with before_script | Install Rust on Travis with before_script
| YAML | mit | cryptosphere/ruby-ring,cryptosphere/ruby-ring |
01a56f5bbee7d2172549107b90286f82c6b71ca8 | .travis.yml | .travis.yml | language: bash
services: docker
env:
- PACKAGE=php IMAGE=php-7.1-fpm
- PACKAGE=php IMAGE=php-7.2-fpm
- PACKAGE=php IMAGE=php-7.3-fpm
- PACKAGE=php IMAGE=php-7.3-swoole
before_script:
- env | sort
- cd "$PACKAGE"
script:
- |
(
set -Eeuo pipefail
set -x
docker build -t "$IMAGE" -f "... | language: bash
services: docker
env:
- PACKAGE=php VERSION=php-7.1-fpm
- PACKAGE=php VERSION=php-7.2-fpm
- PACKAGE=php VERSION=php-7.3-fpm
- PACKAGE=php VERSION=php-7.3-swoole
before_script:
- env | sort
- cd "$PACKAGE"
script:
- |
(
set -Eeuo pipefail
set -x
docker build --quiet ... | Check php extensions are installed | CI: Check php extensions are installed
| YAML | mit | xtreamwayz/dckr-stack,xtreamwayz/dckr-stack |
05435e9e51bbc58554e646239a5fe05525b4094e | .travis.yml | .travis.yml | language: java
script: ./gradlew build
sudo: false
jdk:
- oraclejdk8
| language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-25.0.0
# The SDK version used to compile your project
- android-24
... | Test new Travis CI script | Test new Travis CI script
| YAML | mit | Date-a-Dog/Date-a-Dog,Date-a-Dog/Date-a-Dog,Date-a-Dog/Date-a-Dog,jammua/dog-dating-app |
8305575fa5c6f6d56a5e21cac1d50e995bfdc6a9 | .travis.yml | .travis.yml | language: python
cache: pip
before_script:
- pip uninstall numpy -y
- pip install -I numpy==1.17.0
python:
- 3.5
- 3.6
- 3.7
install:
- travis_retry pip install --ignore-installed -r requirements.txt
script: py.test
| language: python
cache: pip
before_script:
- pip3 uninstall numpy -y
python:
- 3.5
- 3.6
- 3.7
install:
- travis_retry pip install --ignore-installed -r requirements.txt
script: py.test
| Use 'pip3' to uninstall numpy | Travis: Use 'pip3' to uninstall numpy
| YAML | mit | marguslt/openmoves,bwaldvogel/openmoves,bwaldvogel/openmoves,bwaldvogel/openmoves,marguslt/openmoves,marguslt/openmoves |
03cc94f3d689c6460e2bb0a5c101bb742a4b8437 | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.8
- 2.12.0
jdk:
- oraclejdk8
before_install:
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then bash
scripts/decrypt-keys.sh; fi
- export PATH=${PATH}:./vendor/bundle
install:
- rvm use 2.2.3 --install --fuzzy
- gem update --system
- gem install sass
- gem ins... | language: scala
scala:
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
before_install:
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then bash
scripts/decrypt-keys.sh; fi
- export PATH=${PATH}:./vendor/bundle
install:
- rvm use 2.2.3 --install --fuzzy
- gem update --system
- gem install sass
- gem ins... | Set Travis version to 2.12.1 | Set Travis version to 2.12.1
| YAML | apache-2.0 | frees-io/freestyle,pepegar/freestyle,pepegar/freestyle |
bf0c0486ed502f8937a0b9baf70911368ce10bc1 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
| language: node_js
node_js:
- "0.10"
install:
- npm install
- bower install
| Install bower dependencies in Travis CI | Install bower dependencies in Travis CI
By default Travis CI would perform `npm install` for node environments.
We need `bower install` as well for `jQuery` and `QUnit` dependencies.
We don't need to track them in the repo, are we?
| YAML | bsd-2-clause | OpenBuildings/infinite |
6abe9214666efd3173c9cb28ce89c5c94bff528a | .travis.yml | .travis.yml | language: php
php:
- 5.4
# - 5.5
env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"
# - SYMFONY_VERSION="2.6.*@dev"
# - SYMFONY_VERSION="2.7.*@dev"
# - SYMFONY_VERSION="3.0.*@dev"
before_script:
# - composer install --prefer-source --dev
- ... | language: php
php:
- 5.4
# - 5.5
env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"
- SYMFONY_VERSION="2.7.*@dev"
- SYMFONY_VERSION="3.0.*@dev"
before_script:
# - composer install --prefer-source --dev
- composer require symfony/symfony:${SYM... | Add dev versions of Symfony and allow their Travis-CI builds to fail | Add dev versions of Symfony and allow their Travis-CI builds to fail
| YAML | mit | dankempster/axstrad-filesystem |
c94d5c4689075a84fc4c6ae3fb91dfb26811b82f | .travis.yml | .travis.yml | language: nodejs
node_js:
- "4.1"
before_install:
- sudo add-apt-repository ppa:ubuntu-wine/ppa -y
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources... | language: node_js
node_js:
- "4.1"
before_install:
- sudo add-apt-repository ppa:ubuntu-wine/ppa -y
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/source... | Add missing _ in language | Add missing _ in language
| YAML | apache-2.0 | mongodb-js/electron-installer-squirrel-windows,electronjs/windows-installer |
d79e70845922edfdbc1d94e885b7bb695d0fa66c | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.4
- 2.6.2
cache: bundler
bundler_args: --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
| language: ruby
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.4
- 2.6.2
cache: bundler
bundler_args: --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
| Drop unused Travis sudo: false directive | Drop unused Travis sudo: false directive | YAML | mit | rails/record_tag_helper |
9f609d2ede27cf238a6eb3a4c44e43338404e06d | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "7"
- "8"
script:
- npm test
| language: node_js
node_js:
- "6"
- "7"
- "8"
- "9"
script:
- npm test
| Add nodejs v9.0.0 to CI | Add nodejs v9.0.0 to CI
PR-URL: https://github.com/metarhia/metasync/pull/253
| YAML | mit | DzyubSpirit/MetaSync,metarhia/MetaSync,DzyubSpirit/MetaSync |
28a1ffde5bcdc91a4afb4544eed589275c869c9e | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- '4.2'
before_script:
- npm install
script: npm test | sudo: required
dist: trusty
language: node_js
node_js:
- '4.2'
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
install:
- npm install
before_script:
script: npm test | Install npm v3 if needed | Install npm v3 if needed
| YAML | mit | DavidLevayer/countable,DavidLevayer/countable,DavidLevayer/countable |
afcaa2ea51b12629ccadc60ab849021f6ec4cf84 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4"
cache:
directories:
- node_modules
env:
- DISPLAY=:99.0
before_install:
- "npm prune"
before_script:
- "rm src/ol/renderer/webgl/*shader.js"
- "sh -e /etc/init.d/xvfb start"
- "npm ls"
script: "make ci"
after_success:
- "make test-coverage"
- "ca... | sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- node_modules
env:
- DISPLAY=:99.0
before_install:
- "npm prune"
before_script:
- "rm src/ol/renderer/webgl/*shader.js"
- "sh -e /etc/init.d/xvfb start"
- "npm ls"
script: "make ci"
after_success:
- "make test-coverage"
- "ca... | Use Node 6 on Travis | Use Node 6 on Travis
| YAML | bsd-2-clause | stweil/ol3,mzur/ol3,kjelderg/ol3,fperucic/ol3,ahocevar/openlayers,geekdenz/ol3,planetlabs/ol3,Distem/ol3,stweil/openlayers,ahocevar/ol3,ahocevar/ol3,thhomas/ol3,mzur/ol3,itayod/ol3,fblackburn/ol3,tschaub/ol3,thomasmoelhave/ol3,thomasmoelhave/ol3,geekdenz/ol3,fredj/ol3,kjelderg/ol3,tamarmot/ol3,tamarmot/ol3,klokantech/o... |
8cd5f8fc35fb3587f1b4cb56ad85cbfff9bcd364 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 1.9.2
- jruby
- rbx
script: "bundle exec rake" | rvm:
- 1.9.3
- 1.9.2
script: "bundle exec rake" | Remove support for jruby and rbx | Remove support for jruby and rbx
| YAML | mit | Nedomas/securities |
ed00930c4229692cff65f7d90c89b94780f54986 | .travis.yml | .travis.yml | language: node_js
services:
- mongodb
node_js:
- '0.10'
before_script:
- npm install -g istanbul
- npm install coveralls
- npm install mocha-lcov-reporter
after_script:
- NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/co... | language: node_js
services:
- mongodb
node_js:
- '0.10'
- '0.12'
- 'iojs'
before_script:
- npm install -g istanbul
- npm install coveralls
- npm install mocha-lcov-reporter
after_script:
- NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov... | Add node 0.12 and iojs as build targets | Add node 0.12 and iojs as build targets
| YAML | bsd-2-clause | saintedlama/restify-mongoose,pierredavidbelanger/restify-mongoose,mancvso/restify-mongoose,pierredavidbelanger/restify-mongoose,mancvso/restify-mongoose |
b91bce371686fef6f158c21e1b4ba19c4897a472 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install: pip install tox-travis codecov
script:
- tox
- python setup.py install && s4 version
after_success:
- codecov
cache: pip
| sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install: pip install tox-travis codecov
script:
- tox
- pip install . && s4 version
after_success:
- codecov
cache: pip
| Use "pip install ." instead of using setup.py directly | Use "pip install ." instead of using setup.py directly
| YAML | mit | MichaelAquilina/s3backup,MichaelAquilina/s3backup |
33130e78840f4215223a573f22d06043c737d130 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "nightly" # currently points to 3.7-dev
before_install:
- "pip install Cython"
- "pip install numpy"
install:
- "pip install -r requirements-test.txt"
script:
PYTHONPATH=. py.test --cov
after_success:
coveralls
| language: python
matrix:
include:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial
sudo: true
before_install:
- "pip install Cython"
- "pip install numpy"
install:
- "pip install -r requirements-test.txt"
script:
PYTHONPATH=... | Add a 3.7 test runner | Add a 3.7 test runner
| YAML | bsd-2-clause | cjrh/misu |
29ff1e565f860c27a70393fb49722f6728d46fc4 | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.6
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
| language: scala
scala:
- 2.11.7
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
| Upgrade Travis scala version to 2.11.7. | Upgrade Travis scala version to 2.11.7.
| YAML | mit | nrinaudo/tabulate,nrinaudo/scala-csv |
d738a77c9bc84694a376a9503ba5466f2c13a385 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
gemfile:
- gemfiles/activemodel_3_2_x.gemfile
- gemfiles/activemodel_4_0_x.gemfile
# - gemfiles/activemodel_4_1_x.gemfile
| language: ruby
rvm:
- 1.9.3
- 2.0.0
# - 2.1.0
gemfile:
- gemfiles/activemodel_3_2_x.gemfile
- gemfiles/activemodel_4_0_x.gemfile
# - gemfiles/activemodel_4_1_x.gemfile
| Comment out ruby 2.1.0 for testing | Comment out ruby 2.1.0 for testing | YAML | mit | pinzolo/detox |
0551ea06739bc1c5527868e0fa57aa57d98761e6 | .travis.yml | .travis.yml | language: java
dist: trusty
jobs:
include:
- name: Development build with JDK 9
jdk: openjdk9
install: true
script:
- mvn clean install -P dev -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Release build with JDK 8 + 11
... | language: java
dist: trusty
jobs:
include:
- name: Development build with JDK 9
jdk: openjdk9
install: true
script:
- mvn clean install -P dev -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Release build with JDK 8 + 11
... | Fix indentations in Travis configuration | Fix indentations in Travis configuration
| YAML | apache-2.0 | pmwmedia/tinylog,pmwmedia/tinylog |
b2c9de634b160eb8a8026eb93eb97bdf8eb1f5a9 | .travis.yml | .travis.yml | language: scala
jdk:
- oraclejdk7
- oraclejdk8
- oraclejdk9
- oraclejdk10
- oraclejdk11
- oraclejdk-ea
- openjdk6
- openjdk7
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk-ea
branches:
only:
master
matrix:
allow_failures:
- jdk: oraclejdk11
- jdk: oraclejdk-ea
- ... | language: scala
jdk:
- oraclejdk7
- oraclejdk8
- oraclejdk9
- oraclejdk10
- oraclejdk11
- oraclejdk-ea
- openjdk6
- openjdk7
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk-ea
scala:
- 2.10.7
- 2.11.12
- 2.12.6
- 2.13.0-M4
matrix:
allow_failures:
- scala: 2.10.7
- ... | Build with Scala 2.13 milestones | Build with Scala 2.13 milestones
| YAML | mit | pathikrit/better-files,pathikrit/better-files,pathikrit/better-files |
42fd6060d19ca6bb7005b12c9511d6cde4ecf296 | .travis.yml | .travis.yml | os: linux
dist: trusty
language: java
matrix:
include:
- jdk: oraclejdk9
dist: trusty
- jdk: oraclejdk8
- jdk: oraclejdk7
dist: precise
- jdk: openjdk7
dist: precise
- os: osx
addons:
hosts:
- asciidoctorj-builder
hostname: asciidoctorj-builder
apt:
packages:
... | os: linux
dist: trusty
language: java
matrix:
include:
- jdk: oraclejdk8
- jdk: oraclejdk9
dist: trusty
- jdk: oraclejdk7
dist: precise
- jdk: openjdk7
dist: precise
- os: osx
addons:
hosts:
- asciidoctorj-builder
hostname: asciidoctorj-builder
apt:
packages:
... | Set Java 8 as first build | Set Java 8 as first build | YAML | apache-2.0 | lefou/asciidoctorj,ysb33r/asciidoctorj,ysb33r/asciidoctorj,abelsromero/asciidoctorj,ysb33r/asciidoctorj,robertpanzer/asciidoctorj,asciidoctor/asciidoctorj,lefou/asciidoctorj,asciidoctor/asciidoctorj,robertpanzer/asciidoctorj,lefou/asciidoctorj,abelsromero/asciidoctorj,robertpanzer/asciidoctorj,lefou/asciidoctorj,ysb33r... |
e8690be9168ffbeb6b1493ba0d3924d9563113d1 | .travis.yml | .travis.yml | ---
dist: trusty
sudo: required
services: docker
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
cache:
apt: true
env:
global:
- KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
matrix:
- INSTANCE=centos-7
- INSTANCE=ubuntu-1604
matrix:
fast_finish: true
allow_failures... | ---
dist: trusty
sudo: required
services: docker
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
cache:
apt: true
env:
global:
- KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
matrix:
- INSTANCE=centos-7
- INSTANCE=ubuntu-1604
matrix:
fast_finish: true
allow_failures... | Drop unnecessary docker version output | Drop unnecessary docker version output
This is already output as part of the services: docker bit
| YAML | apache-2.0 | schubergphilis/letsencrypt |
5d114309352eece5eb7f09c45c14198578514edd | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
before_script:
- npm install -g grunt-cli
| language: node_js
sudo: false
node_js:
- 0.10
- 0.12
before_script:
- npm install -g grunt-cli
| Add tests for node 0.12. | Add tests for node 0.12.
| YAML | mit | readmeio/apidoc,readmeio/apidoc,vherilier/apidoc,vherilier/apidoc |
4c8badd8584c4a2edfb1d234cbb1b60432066d8e | .travis.yml | .travis.yml | # https://docs.haskellstack.org/en/stable/travis_ci/
dist: bionic
language: generic
cache:
directories:
- $HOME/.local/bin
- $HOME/.stack
- $TRAVIS_BUILD_DIR/.stack-work
addons:
apt:
update: true
packages:
- libgmp-dev
- llvm-9-tools
- llvm-9-dev
- python3-numpy
- pytho... | # https://docs.haskellstack.org/en/stable/travis_ci/
dist: bionic
language: generic
cache:
directories:
- $HOME/.local/bin
- $HOME/.stack
- $TRAVIS_BUILD_DIR/.stack-work
addons:
apt:
update: true
packages:
- libgmp-dev
- llvm-9-tools
- llvm-9-dev
- python3-numpy
- pytho... | Use fewer build stages to speed up CI | Use fewer build stages to speed up CI
| YAML | bsd-3-clause | google-research/dex-lang,google-research/dex-lang,google-research/dex-lang,google-research/dex-lang,google-research/dex-lang,google-research/dex-lang |
eefd43a72817f32eb1dcc7fe9012119e937edeab | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"
install:
- sudo apt-get update
# You may want to periodically update this, although the conda update
# conda line below will keep everything up-to-date. We do this
# conditionally because it saves us some downloading if the version is
... | language: python
python:
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"
install:
- sudo apt-get update
# You may want to periodically update this, although the conda update
# conda line below will keep everything up-to-date. We do this
# conditionally because it saves us some downloading if the version is
... | Remove pyproj from Travis install list | Remove pyproj from Travis install list
| YAML | mit | Ariki/guessproj |
f04891cc5a52fd72af8e7d762e990583f6bbcd7d | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
addons:
code_climate:
repo_token: 9d6a84f7ca4f0a4a7db8d015908d8c9267fb04802a9f9d8a64531d46ff501564
before_script:
- sed -i '/phpdoc/d' composer.json
- composer install
script: phpunit --configuration tests/phpunit.xml tests
after_script:
- vendor/bin/test-r... | language: php
php:
- 5.5
- 5.6
- 7.0
addons:
code_climate:
repo_token: 9d6a84f7ca4f0a4a7db8d015908d8c9267fb04802a9f9d8a64531d46ff501564
before_script:
- sed -i '/phpdoc/d' composer.json
- composer install
script: phpunit --configuration tests/phpunit.xml tests
after_script:
- vendor/bin/test-reporter | Remove PHP 5.4 from tested versions. | Remove PHP 5.4 from tested versions.
| YAML | mit | UWEnrollmentManagement/Encryption |
32a878423f0200fe7b752156df166f88077b84ed | .travis.yml | .travis.yml | sudo: false
language: go
os:
- linux
- osx
go:
- 1.5
install:
- script/bootstrap
script:
- script/build
- script/test
deploy:
provider: heroku
buildpack: https://github.com/kr/heroku-buildpack-go.git
api_key:
secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4qSoeZ... | sudo: false
language: go
os:
- linux
- osx
go:
- 1.5
install:
- script/bootstrap
script:
- script/build
- script/test
deploy:
provider: heroku
buildpack: https://github.com/heroku/heroku-buildpack-go.git
api_key:
secure: LVlrZSSqKzdlbiv3sWoHfW1ed+rmN6Q+O1CWE6nEsxztPI9hIock0TxMWUrOWghDKgN8UKefMvHgXs8HusyX/3K4q... | Upgrade Go buildpack in Travis build | Upgrade Go buildpack in Travis build
| YAML | mit | jingweno/jqplay,jingweno/jqplay,jingweno/jqplay |
ca8e6f89b9b1117b2d150f48cb9ff90aecdfd1b1 | .travis.yml | .travis.yml | sudo: false
language: ruby
before_install:
- gem install bundler
notifications:
email:
- john.crepezzi@gmail.com
- andrew@avit.ca
branches:
only:
- master
rvm:
- 1.9.3
- 2.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
env:
- RAILS_VERSION='~> 3.2'
- RAILS_VERSION='~> 4.2'
- RAILS_... | sudo: false
language: ruby
before_install:
- gem install bundler
notifications:
email:
- john.crepezzi@gmail.com
- andrew@avit.ca
branches:
only:
- master
rvm:
- 1.9.3
- 2.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
env:
- RAILS_VERSION='~> 3.2'
- RAILS_VERSION='~> 4.2'
- RAILS_... | Exclude unsupported Rails/Ruby combinations from test matrix | Exclude unsupported Rails/Ruby combinations from test matrix
#384 | YAML | mit | avit/ice_cube,seejohnrun/ice_cube |
2d55714a975389fc934943c68bb55c839fc76dc1 | .travis.yml | .travis.yml | language: rust
matrix:
include:
- rust: 1.13.0
- rust: stable
- rust: stable
os: osx
- rust: beta
- rust: nightly
env: TEST_FLAGS="--features nightly"
script:
- eval "cargo test $TEST_FLAGS"
| language: rust
matrix:
include:
- rust: 1.13.0
- rust: stable
- rust: stable
os: osx
- rust: beta
- rust: nightly
env: TEST_FLAGS="--features nightly"
script:
- cargo test $TEST_FLAGS
| Remove 'eval' in script phase | [Travis] Remove 'eval' in script phase
| YAML | apache-2.0 | nvzqz/static-assertions-rs |
6770c30f367d7a94e9a23f93c8031a20d94ca9ac | .travis.yml | .travis.yml | language: clojure
lein: lein2
script: lein2 do clean, javac, all test
jdk:
- openjdk6
- openjdk7
- oraclejdk7
matrix:
allow_failures:
- oraclejdk7
| language: clojure
lein: lein2
script: lein2 do clean, javac, all test
jdk:
- openjdk7
- openjdk8
| Update set of Travis CI test JDKs. | Update set of Travis CI test JDKs.
| YAML | apache-2.0 | petr-tichy/parkour,damballa/parkour,damballa/parkour,damballa/parkour,petr-tichy/parkour,petr-tichy/parkour |
6ba5ac2b4daef7bbbc337a7581bd49802295e70f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --2.0 -J-Xmx1g --debug"
matrix:
- "ADAPTER=in_memory"
- "ADAPTER=yaml"
- "ADAPTER=sqlite"
- "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''"
- "A... | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS -J-Xmx1g --debug"
matrix:
- "ADAPTER=in_memory"
- "ADAPTER=yaml"
- "ADAPTER=sqlite"
- "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''"
- "ADAPTER... | Add jruby-19mode to allowed failures | Add jruby-19mode to allowed failures
* Remove unused JRUBY_OPTS switch
| YAML | mit | troygnichols/dm-types,datamapper/dm-types |
3f6bd1852c9055b3e8d00e45d86d0e5b65612162 | .travis.yml | .travis.yml | language: haskell
script: wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
| env:
- GHCVER=7.2.2
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.3
- GHCVER=head
matrix:
allow_failures:
- env: GHCVER=head
script:
- wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
| Upgrade to the new set of tests | Upgrade to the new set of tests
| YAML | bsd-3-clause | copland/cmdargs,ozgurakgun/cmdargs,ndmitchell/cmdargs |
e50555aaec85734217724efd96bf3e3f625c30c8 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
before_install:
- brew update
- brew install carthage || brew outdated carthage || brew upgrade carthage
install:
- gem install xcpretty
- carthage bootstrap --verbose
script:
- set -o pipefail && xcodebuild -scheme 'Cartography-Mac' test | xcpretty -c
- set -o pipefail && xcodeb... | language: objective-c
osx_image: xcode7
before_install:
- brew update
- brew install carthage || brew outdated carthage || brew upgrade carthage
install:
- gem install xcpretty
- carthage bootstrap --verbose --configuration DEBUG
script:
- set -o pipefail && xcodebuild -scheme 'Cartography-Mac' test | xcpretty -c
- set... | Build dependencies with Debug configuration | Build dependencies with Debug configuration
so we don't need to bother with codesigning
| YAML | mit | ken0nek/Cartography,ppamorim/Cartography,tonyli508/Cartography,rankun203/Cartography,petester42/Cartography,u10int/Cartography,gaurav1981/Cartography,dougbeal/Cartography,petester42/Cartography,ppamorim/Cartography,bzmario/Cartography,ernestopino/Cartography,PiersonBro/Cartography,TimothyChilvers/Cartography,u10int/Car... |
7a9a24881d593151bc65b9a851a00672a8e8060e | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "5"
- "6"
sudo: false
cache:
- apt
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi
script:... | language: node_js
node_js:
- "4"
- "6"
- "8"
sudo: false
cache:
- apt
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; AR="gcc-ar-4.8"; RANLIB="gcc-ranlib-4.8"; NM="gcc-nm-4.8"; fi
script:... | Add Node 8 to CI matrix | Add Node 8 to CI matrix
| YAML | mit | addaleax/remarkup |
de51b3f69a3f79ff55186c11eadfce51439331a3 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
- php: hhvm
before_script:
- composer install --dev --prefer-source
script:
- phpunit --coverage-text
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
- php: hhvm
before_script:
- composer install --dev --prefer-source
script:
- phpunit --coverage-text
| Add PHP 7.1 in Travis tests | Add PHP 7.1 in Travis tests
Add PHP 7.1 since it was released and nightly will be PHP 7.2 | YAML | mit | reactphp/http-client |
8001761c0891019758846e9f7bffe5a42a6fabbd | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | Use the pre-release builds of chefdk | Use the pre-release builds of chefdk
| YAML | apache-2.0 | chef-cookbooks/memcached,opscode-cookbooks/memcached,opscode-cookbooks/memcached,chef-cookbooks/memcached,chef-cookbooks/memcached,opscode-cookbooks/memcached |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.