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 |
|---|---|---|---|---|---|---|---|---|---|
1a7c5188a7985791a0f4d1ddc0259ef58b86ca69 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- 8
- 9
- 10
before_script:
- npm install -g istanbul
| language: node_js
node_js:
- 6
- 8
- 9
- 10
| Test out removing global Istanbul install | Test out removing global Istanbul install
| YAML | isc | mokkabonna/inquirer-autocomplete-prompt |
5eeff28ad69aeb4a7123f0b3bfe52afa488d56a5 | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-2.1.1
- ruby-2.1.2
- ruby-2.1.3 | language: ruby
rvm:
- ruby-2.1.1
- ruby-2.1.2
- ruby-2.1.3
- ruby-2.2.0 | Add ruby 2.2 to the build | Add ruby 2.2 to the build
| YAML | mit | rcdexta/hash19 |
4ef6393eb4af273e06e93e50ed580fbe11fa251e | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.2.4
- 2.1.8
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
include:
- rvm: 1.9.3
env: JEKYLL_VERSION=2.5
- rvm: 2.3.0
env: JEKYLL_VERSION=3.1
env:
matrix:
- JEKYLL_VERSION=2.5
- JEKYLL_VERSION=3.1
branches:
only:
- master
install:
- t... | sudo: false
language: ruby
rvm:
- 2.3.1
- 2.2.4
- 2.1.8
env:
matrix:
- JEKYLL_VERSION=2.5
- JEKYLL_VERSION=3.1
branches:
only:
- master
install:
- travis_retry script/bootstrap
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org... | Clean up our test matrix. | Clean up our test matrix.
| YAML | mit | jekyll/jekyll-sass-converter,jekyll/jekyll-sass-converter |
7f23e5d086d76c8c0f8e8be86b1eefceb1308d20 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.1.6
- 2.2.2
- rbx-2
- jruby
| language: ruby
rvm:
- 2.4.0
- 2.3.3
- jruby
| Update ruby versions we build against | Update ruby versions we build against | YAML | mit | jeremyw/stamp |
54b1ee9dd95dc91d251e3879dab998e98e1fad27 | Resources/config/services.yml | Resources/config/services.yml | services:
spyrit.util.inflector:
class: Spyrit\PropelDatagridBundle\Util\Inflector | services:
spyrit.util.inflector:
public: true
class: Spyrit\PropelDatagridBundle\Util\Inflector
| Make service public for Sf 4 compatibility | Make service public for Sf 4 compatibility | YAML | mit | spyrit/PropelDatagridBundle,spyrit/PropelDatagridBundle |
c68e18ef0ab9a03c69b4d3f3cb8dc7b1c978f804 | .travis.yml | .travis.yml | language: php
before_script:
- sudo apt-get update
- sudo apt-get install -y ffmpeg libavcodec-extra-53
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
php:
- 5.3.2
- 5.3
- 5.4
| language: php
before_script:
- sudo apt-get update
- sudo apt-get install -y ffmpeg libavcodec-extra-53
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
php:
- 5.3
- 5.4
script
- phpunit
- sh -c "cd docs && make clean && make html"
| Remove PHP 5.3.2 build, add documentation build | Remove PHP 5.3.2 build, add documentation build
| YAML | mit | curtisdf/PHP-FFMpeg,soluciones-gbh/PHP-FFMpeg,beeseenmedia/PHP-FFMpeg,alawnchen/PHP-FFMpeg,burzum/PHP-FFMpeg,gcc-roblox/gcc-roblox.github.io,Pixy/PHP-FFMpeg,we-bridge/PHP-FFMpeg,mruse/PHP-FFMpeg,alawnchen/PHP-FFMpeg,NAMEs/PHP-FFMpeg,lb0913/PHP-FFMpeg,superdol/PHP-FFMpeg,gcc-roblox/gcc-roblox.github.io |
5497537016f10781f03f543c967b20c04c2156e1 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '4'
- '5'
sudo: false
cache:
directories:
- node_modules
script:
- npm test
- npm run lint
| ---
language: node_js
node_js:
- '4'
- node
sudo: false
cache:
directories:
- node_modules
script:
- npm test
- npm run lint
| Configure Travis CI to use "node" nvm tag | Configure Travis CI to use "node" nvm tag
| YAML | apache-2.0 | commonform/commonform-markup-parse |
83ea7d675e9f9471d0d8c8de638ecfb52c4e2767 | .travis.yml | .travis.yml | language: objective-c
before_install:
- gem update cocoapods --no-document
- pod --version
- brew update
- brew upgrade xctool || true
env:
matrix:
- SDK=iphonesimulator7.0
- SDK=iphonesimulator7.1
#- SDK=iphonesimulator8.0
script:
- xctool -workspace NovaCamera.xcworkspace -sdk $SD... | language: objective-c
before_install:
- gem update cocoapods --no-document
- pod --version
env:
matrix:
- SDK=iphonesimulator7.0
- SDK=iphonesimulator7.1
#- SDK=iphonesimulator8.0
script:
- xctool -workspace NovaCamera.xcworkspace -sdk $SDK -scheme NovaCamera build | Rollback explicit version. Not necessary. | Travis: Rollback explicit version. Not necessary.
| YAML | mit | novaphotos/nova-ios-app,novaphotos/nova-ios-app,novaphotos/nova-ios-app,novaphotos/nova-ios-app |
1963a5c97c9eba7f21865909ff524ab5a63aedac | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.5
- 1.6
- tip
install: true # don't `go get`, please.
script:
- time ./goad init
- time ./goad test
- time ./goad test ./... -race
| language: go
go:
- 1.1
- 1.4
- 1.5
- 1.6
- tip
install: true # don't `go get`, please.
script:
- time ./goad init
- time ./goad test
- time ./goad test ./... -race
| Check support for older go versions. | Check support for older go versions.
Signed-off-by: Eric Myhre <2346ad27d7568ba9896f1b7da6b5991251debdf2@exultant.us>
| YAML | apache-2.0 | polydawn/meep,polydawn/meep |
5ecbba0832ee97f25537a52c88c0e9846394df3d | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7
cache:
directories:
- $HOME/.composer/cache
notifications:
email: false
slack:
secure: R1mGJsr2JUJeUf+BAqNcZr7okImOq8VpKqyKDBAnuF4mZf1gIrcW48H6hqAIalzirqzCd16AKui9JVWtYQ8/NwDWczXVYeLoR26kSN9nGSTLhSf15ozXCAwLQLdW4YTogXGG2in98YKQxEYpUXiX1FEeP8POg... | language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
cache:
directories:
- $HOME/.composer/cache
notifications:
email: false
slack:
secure: R1mGJsr2JUJeUf+BAqNcZr7okImOq8VpKqyKDBAnuF4mZf1gIrcW48H6hqAIalzirqzCd16AKui9JVWtYQ8/NwDWczXVYeLoR26kSN9nGSTLhSf15ozXCAwLQLdW4YTogXGG2in98YKQxEYpUXi... | Add PHP 7.1 to CI build matrix | Add PHP 7.1 to CI build matrix
| YAML | bsd-3-clause | OpenBuildings/swiftmailer-google-campaign |
ebc544a2b0236f1e8824bc1e4615a211a30a5171 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
before_install:
- bundle install
- bundle exec pod install --project-directory=Example
script:
- set -o pipefail && xcodeb... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
before_install:
- bundle install
- bundle exec pod install --project-directory=Example
env:
matrix:
- TASK=carthage
... | Split out rake tasks into matrix build | Split out rake tasks into matrix build
| YAML | mit | phatblat/Outlets,phatblat/Outlets,phatblat/Outlets |
7d1f37d077c20fc188ad4eed9509af935e135707 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
env:
global:
- COMPOSER_ROOT_VERSION=dev-master
matrix:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- phpunit
- ./tests/lint.sh
git:
depth: 5
dist: trus... | language: php
php:
- 5.6
- 7.0
- 7.1
env:
global:
- COMPOSER_ROOT_VERSION=dev-master
matrix:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update --snapshot
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- tests/lint.sh
git:
depth: 5
d... | Use the local version of phpunit for testing | Use the local version of phpunit for testing
| YAML | apache-2.0 | duncan3dc/php-helpers,duncan3dc/php-helpers |
0e2b3aae952670d48963b4be00150fbb72e61ec1 | .travis.yml | .travis.yml | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- android-26
- android-14
- extra-android-m2repository
- extra-android-support
script: ./gradlew check
| language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26
- android-14
- extra-android-m2repository
- extra-android-support
script: ./gradlew check
| Update build tools version in CI configuration | Update build tools version in CI configuration
| YAML | apache-2.0 | wdullaer/MaterialDateTimePicker |
3ec97ca11d7a6389e0f8f530e3a4d600fec3188b | .travis.yml | .travis.yml | language: node_js
node_js:
- 7
- 6
cache:
directories:
- node_modules
script:
- make lint
- make cover
- make docs
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: node_js
node_js:
- 8
- 7
- 6
cache:
directories:
- node_modules
script:
- make lint
- make cover
- make docs
after_success:
- bash <(curl -s https://codecov.io/bash)
| Add node v8 to build matrix | Add node v8 to build matrix
| YAML | apache-2.0 | stencila/node,stencila/node |
451eeba6a49ece9809341fbad7159806bb15d687 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
before_install:
- rvm use 1.9.3
install:
- bundle install
script: buildr clean package
| language: java
jdk:
- openjdk7
- oraclejdk7
before_install:
- rvm use 1.9.3
install:
- 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/geolatte-geom-eclipselink,realityforge/geolatte-geom-eclipselink |
66b9320aded5f99ccb0a8b65528f34c918eadd28 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script: coverage run test.py
after_success: coveralls | language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script: nosetests --with-coverage
after_success: coveralls | Change script to nosetests run instead of coverage | Change script to nosetests run instead of coverage
| YAML | mit | andela-hoyeboade/bucketlist-api |
a31797121f7581270ad22f793f7a856bc6098f10 | .travis.yml | .travis.yml | dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy2.7-6.0
- pypy3.5
env:
global:
- EXECUTING_SLOW_TESTS=1
- COVERALLS_PARALLEL=true
before_install:
- pip install --upgrade coveralls asttokens pytest setuptools setuptools_scm pep517
install:
- p... | dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy2.7-6.0
- pypy3.5
env:
global:
- EXECUTING_SLOW_TESTS=1
- COVERALLS_PARALLEL=true
before_install:
- pip install --upgrade coveralls asttokens pytest setuptools setuptools_scm pep517
install:
- p... | Use module name for unittest for Python 2 | Use module name for unittest for Python 2
| YAML | mit | alexmojaki/executing,alexmojaki/executing |
f64d7fc5c12779b20fe620d3f094f232af6614fc | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
# Use container based infrastructure
sudo: false
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
matrix:
- DJANGO=1.6 CMD=./test
- DJANGO=1.7 CMD=./test
matrix:
allow_failures:
- python: 3.3
- python: 3.4
# Remove this once aldr... | # Config file for automatic testing at travis-ci.org
language: python
# Use container based infrastructure
sudo: false
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
matrix:
- DJANGO=1.6 CMD=./test
- DJANGO=1.7 CMD=./test
matrix:
allow_failures:
- python: 3.3
- python: 3.4
# Remove this once aldr... | Use 1.6 for flake8 check | Use 1.6 for flake8 check
| YAML | bsd-3-clause | czpython/aldryn-newsblog,czpython/aldryn-newsblog,czpython/aldryn-newsblog,czpython/aldryn-newsblog |
77d64237757ca0b376c90b00523d234250084a32 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.10
notifications:
email:
recipients:
- adam@apiary.io
- ladislav@apiary.io
on_success: change
on_failure: always
after_success:
- ./scripts/coveralls
| language: node_js
node_js:
- 0.8
- 0.10
notifications:
email:
recipients:
- z@apiary.io
- ladislav@apiary.io
on_success: change
on_failure: always
after_success:
- ./scripts/coveralls
| Add @zdne to email notifications, remove @netmilk. | Add @zdne to email notifications, remove @netmilk.
| YAML | mit | cranieri/dredd-extended,obihann/dredd,pgconreaux/dredd,NGMarmaduke/dredd,ouziel-slama/dredd,snikch/dredd,Eksmo/dredd,NGMarmaduke/dredd,vladosaurus/dredd,obihann/dredd,PelegR/dredd,PelegR/dredd,Eksmo/dredd,sbellem/dredd,pgconreaux/dredd,apiaryio/dredd,snikch/dredd,ouziel-slama/dredd,vladosaurus/dredd,apiaryio/dredd,sbel... |
4ee1b1878a0f29160fdc4d5f8b3aee75c5576caa | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: minimal
env:
matrix:
- ARCH=x86_64
- ARCH=armhf
- ARCH=aarch64
- ARCH=ppc64le
- ARCH=s390x
install:
- sudo ./alpine-chroot-install
script:
- /alpine/enter-chroot uname -a
- /alpine/enter-chroot env
- /alpine/enter-chroot -u $USER env
- sudo /alpine/e... | sudo: required
dist: trusty
language: minimal
env:
matrix:
- ARCH=x86_64
- ARCH=armhf
- ARCH=aarch64
- ARCH=ppc64le
install:
- sudo ./alpine-chroot-install
script:
- /alpine/enter-chroot uname -a
- /alpine/enter-chroot env
- /alpine/enter-chroot -u $USER env
- sudo /alpine/enter-chroot -u $U... | Remove arch s390x, doesn't work on Travis anymore | CI: Remove arch s390x, doesn't work on Travis anymore
Illegal instruction (core dumped)
| YAML | mit | jirutka/alpine-chroot-install |
4eadd33740cdd77b051b931ac2c1a29c166e2f68 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 1.9.2
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- 1.8.7
- ree
| language: ruby
rvm:
- 1.9.3
- 1.9.2
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- 1.8.7
- ree
matrix:
allow_failures:
- rvm: jruby-head
| Allow failures on jruby-head due to Travis issue | Allow failures on jruby-head due to Travis issue
| YAML | mit | pithyless/cash |
b77800c41c9f84c56202a2a4df12c2b474c5a74f | .travis.yml | .travis.yml | language: python
python:
- "3.3"
install:
- pip install matplotlib
script:
- python -m unittest
- python setup.py install
- python setup.py sdist
- python setup.py register -r https://testpypi.python.org/pypi
- python setup.py sdist upload -r https://testpypi.python.org/pypi
| language: python
python:
- "3.3"
install:
- pip install matplotlib
script:
- python -m unittest
- python setup.py install
- python setup.py sdist
| Remove test release from Travis CI build | Remove test release from Travis CI build
Attempting to perform test release on Travis CI would require my
testpypi.python.org password to be saved within the project
directory. This is a security issue for me. Therefore, remove
test release from .travis.yml.
| YAML | bsd-2-clause | susam/taskplot,susam/taskplot |
d19e0b4596ba46b68c80a96e1f7fd789020dde94 | .travis.yml | .travis.yml | ---
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
notifications:
email: false
| ---
language: ruby
rvm:
- 2.0.0
- 2.1.2
notifications:
email: false
| Remove support for Ruby 1.9.3 | Remove support for Ruby 1.9.3
Ruby 1.9.3 is end-of-life as of February 23, 2015, and we've removed
support for it from vcloud-core:
https://github.com/gds-operations/vcloud-core/commit/1a26f58d3b9a69d337a9bc122af42654cb009059
| YAML | mit | gds-operations/vcloud-edge_gateway,gds-operations/vcloud-edge_gateway,gds-operations/vcloud-edge_gateway |
28cd6253e94d918d4580cfc6502499757f6b0eac | .travis.yml | .travis.yml | language: ruby
before_install:
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/molokai.vim" -o... | language: ruby
before_install:
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/simple.vim" -o autoload/airline/themes/simple.vim
- curl -f -L "https://raw.githubusercontent.com/vim-airline/vim-airline-themes/master/autoload/airline/themes/molokai.vim" -o... | Remove rvm dependency on ruby 1.9.3 | Remove rvm dependency on ruby 1.9.3
looks like this no longer runs on travis-ci, so disableing it for now
| YAML | mit | rchicoli/vim-airline,yzhou61/vim-airline,chrisbra/vim-airline,bling/vim-airline |
6874f1b829349a9c06c290c1917dd6f8e8f5ff25 | .travis.yml | .travis.yml | sudo: required
services:
- docker
script:
- docker build -t nifi .
- docker run -d --name nifi -e DISABLE_SSL=true nifi /bin/sh -c "java -version"
- docker exec nifi /bin/sh -c "apt-get update && apt-get install curl -y --no-install-recommends && curl -f localhost:80"
| sudo: required
services:
- docker
script:
- docker build -t nifi .
- docker run -d --name nifi -e DISABLE_SSL=true nifi
- sleep 84
- docker logs nifi
- docker exec nifi /bin/sh -c "curl -f localhost:80/nifi/"
| Fix run command and remove curl install | [Travis] Fix run command and remove curl install | YAML | apache-2.0 | beevelop/docker-nifi |
b4b63da77b8928c2c5b3da411a45d7445873b486 | .travis.yml | .travis.yml | language: go
go:
- 1.6
- 1.7.x
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
go:
- 1.6
- 1.7.x
- tip
before_install:
- go get github.com/mattn/goveralls
after_script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| Use default Travis 'script' for go projects. | Use default Travis 'script' for go projects.
| YAML | mit | gansoi/gansoi,gansoi/gansoi,gansoi/gansoi,gansoi/gansoi |
0e4b43efac5c8a834b3a249670be7ffb81039783 | .travis.yml | .travis.yml | language: ruby
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
gemfile:
- Gemfile
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rack_1.5.2.gemfile
| language: ruby
sudo: 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
gemfile:
- Gemfile
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rack_1.5.2.gemfile
| Set sudo: false for running tests in containers | Set sudo: false for running tests in containers
More info here: http://docs.travis-ci.com/user/migrating-from-legacy/ | YAML | mit | franzliedke/grape,rubyinhell/grape,dslh/grape,QuickPay/grape,yonglehou/grape,cyberid41/grape,croeck/grape,pvijayror/grape,Ivanknmk/grape,hobofan/grape,tylerdooling/grape,ruby-grape/grape,virajs/grape,krufyliu/grape,intridea/grape,jtmarmon/grape,rnubel/grape,fangzhu19880123/grape,namusyaka/grape,reynardmh/grape,dblock/g... |
b9d167fa9ca3f1c2fd57d9d080f382aa037d0047 | .travis.yml | .travis.yml | sudo: false
os:
- linux
- osx
addons:
apt:
packages:
- vim-gtk
- silversearcher-ag
before_script:
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew update && brew install vim; fi
script:
- test/run
| language: vim
before_script:
- sudo apt-get -qq update
- sudo apt-get install -y vim-gtk
- sudo apt-get install -y silversearcher-ag
script:
- test/run
| Revert "Tests: OSX and Linux on contained-based infrastructure" | Revert "Tests: OSX and Linux on contained-based infrastructure"
Travis' addon system doesn't support the silversearcher-ag package yet. :\
This reverts commit e874d15d25878d7cf46c62505ab0aa31b866ffd4.
| YAML | mit | mhinz/vim-grepper |
833f21017b52ecdd8ca74a7aabe1d7afb9ea7b26 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
env:
global:
- PATH=$PATH:$TRAVIS_BUILD_DIR/samp-server-cli/bin
- SAMP_SERVER_ROOT=$TRAVIS_BUILD_DIR/samp03
- SAMP_SERVER=$TRAVIS_BUILD_DIR/samp03/samp03svr
install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib g++-multilib cmake python
- git clone... | language: cpp
compiler:
- gcc
env:
global:
- PATH=$PATH:$TRAVIS_BUILD_DIR/samp-server-cli/bin
- SAMP_SERVER_ROOT=$TRAVIS_BUILD_DIR/samp03
- SAMP_SERVER=$TRAVIS_BUILD_DIR/samp03/samp03svr
- CTEST_OUTPUT_ON_FAILURE=TRUE
install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib g++-... | Enable CTest output on failure | Enable CTest output on failure
| YAML | bsd-2-clause | Zeex/samp-plugin-jit,oscar-broman/samp-plugin-jit,Zeex/samp-plugin-jit,oscar-broman/samp-plugin-jit |
e3a0b86a3352b24418c28b57dfa61e93aebe180f | .travis.yml | .travis.yml | language: php
git:
depth: 2
matrix:
include:
- php: hhvm
- php: nightly
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0
fast_finish: true
allow_failures:
- php: 5.5
- php: hhvm
cache:
directories:
- $HOME/.composer/... | language: php
git:
depth: 2
matrix:
include:
- php: hhvm
- php: nightly
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0
fast_finish: true
allow_failures:
- php: 8.0
- php: 5.5
- php: hhvm
- php: nightly
cache:
d... | Allow failures on nightly and php8 | Allow failures on nightly and php8
| YAML | mit | jonathantorres/laravel-medium-sdk |
b6de773c326b3792e521e8b1bc3a6917a4025e72 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.5'
- '3.6'
# whitelist
branches:
only:
- master
script:
- py.test --pep8
- coverage run -m py.test
- coverage report --include test_*.py
after_success:
- codecov
| language: python
python:
- '2.7'
- '3.5'
- '3.6'
# whitelist
branches:
only:
- master
script:
- py.test --pep8
- coverage run -m py.test
- coverage report --omit test_*.py
after_success:
- codecov
| Use coverage report with omit option | Use coverage report with omit option
| YAML | mit | jmenglund/pandas-charm |
04f2edcdeaab121c5666c4668944a3bd7eb06b49 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
cache:
directories:
- $HOME/.m2
script:
- mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=true -Dlicense.failOnNotUptodateHeader=true
| sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk7
cache:
directories:
- $HOME/.m2
script:
- mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=true -Dlicense.failOnNotUptodateHeader=true
| Use Travis CI container based architecture | Use Travis CI container based architecture | YAML | apache-2.0 | markonikolic/gwtbootstrap3,crevete/gwtbootstrap3,bauna/gwtbootstrap3,zlamalp/gwtbootstrap3,0x3333/gwtbootstrap3,RayyyyyNY/gwtbootstrap3,0x3333/gwtbootstrap3,FrankW76/gwtbootstrap3,denis-vilyuzhanin/gwtbootstrap3,AndBicScadMedia/gwtbootstrap3,FrankW76/gwtbootstrap3,BenDol/gwtbootstrap3,markonikolic/gwtbootstrap3,slugman... |
67abedc4581258912c7f1ab69afdf9a7c6a57e61 | .travis.yml | .travis.yml | language: node_js
node_js: "6"
addons:
apt:
packages:
- fakeroot
- dpkg
- rpm
- lintian
- libdbus-1-dev
- libglib2.0-dev
- reprepro
- createrepo
before_install:
- npm i -g npm@5.4.2
install:
- npm install
- npm run linux
- npm run darwin
- npm run windows
before_script:
- expo... | language: node_js
node_js: "6"
addons:
apt:
packages:
- fakeroot
- dpkg
- rpm
- lintian
- libdbus-1-dev
- libglib2.0-dev
- reprepro
- createrepo
before_install:
- npm i -g npm@5.4.2
install:
- npm install
- npm run linux
- npm run darwin
- npm run windows
before_script:
- expo... | Switch deployment branch to master for pages provider | Switch deployment branch to master for pages provider
| YAML | mit | fcastilloec/headset-electron,fcastilloec/headset-electron,fcastilloec/headset-electron,headsetapp/headset-electron,headsetapp/headset-electron,headsetapp/headset-electron |
97fbe6359f877ab9cef7f651c6c0c820fb08ddb9 | .travis.yml | .travis.yml | sudo: false
language: d
os:
- linux
d:
- dmd-2.068.0
addons:
apt:
packages:
- gcc-multilib
- libespeak-dev
- libespeak-dev:i386
notifications:
email: false
env:
global:
secure: BrwS2zx9er1UKbUS2YoRFnk25whXJ3ZG4UFp3KROK7IYsPD4R2SWYG9SJ3JdPDaDoRP3rsI/uM2EhsthvK7mHP6yAz/zX6ui5gefzwX8xY2kO... | sudo: false
language: d
os:
- linux
d:
- dmd-2.068.0
addons:
apt:
packages:
- gcc-multilib
- libespeak-dev
- portaudio19-dev
- libespeak-dev:i386
- portaudio19-dev:i386
notifications:
email: false
env:
global:
secure: BrwS2zx9er1UKbUS2YoRFnk25whXJ3ZG4UFp3KROK7IYsPD4R2SWYG9SJ3Jd... | Add portaudio dependency to Travis | Add portaudio dependency to Travis
| YAML | mit | JakobOvrum/speech4d |
3a3e1f0bec3ba7e81dafded080be72efdb93e2f3 | .travis.yml | .travis.yml | #sudo: required
language: java
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn -B deploy --settings .travis-settings.xml || mvn -B verify --settings .travis-settings.xml'
jdk:
- oraclejdk8
| #sudo: required
language: java
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn -B deploy --settings .travis-settings.xml || mvn -B verify --settings .travis-settings.xml'
jdk:
- oraclejdk8
- oraclejdk9
- oraclejdk10
| Add Java 9 and 10 to Travis CI builds | Add Java 9 and 10 to Travis CI builds
| YAML | apache-2.0 | red6/pdfcompare |
59009229889637064e99e7044ecb2e58f6563f27 | .travis.yml | .travis.yml | language: android
android:
components:
- build-tools-20.0.0
- android-19
before_install:
- npm install -g grunt-cli generator-webapp@0.5.1 cordova@4.0.0
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-graybullet-cordova' ]; then cd .. && eval "mv $currentfolder generator-graybullet-cord... | language: android
android:
components:
- build-tools-20.0.0
- android-19
before_install:
- npm install -g grunt-cli generator-webapp@0.5.1 cordova@4.0.0
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-graybullet-cordova' ]; then cd .. && eval "mv $currentfolder generator-graybullet-cord... | Fix build failed on CI. | Fix build failed on CI.
https://travis-ci.org/GrayBullet/generator-graybullet-cordova/builds/39230549
| YAML | mit | GrayBullet/generator-graybullet-cordova |
0d064f56388c445de61fabb8b011e31b23e29179 | .travis.yml | .travis.yml | language: python
sudo: false
dist: xenial
python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "nightly"
env:
- DJANGO="Django~=1.11"
- DJANGO="Django~=2.0"
- DJANGO="Django~=2.1"
install:
- pip install --quiet --upgrade -r requirements.txt
- pip install --quiet --upgrade setupt... | language: python
sudo: false
dist: xenial
python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "3.8"
- "3.8-dev"
- "3.9-dev"
- "nightly"
env:
- DJANGO="Django~=1.11"
- DJANGO="Django~=2.0"
- DJANGO="Django~=2.1"
install:
- pip install --quiet --upgrade -r requirements.txt
... | Add Python 3.8 and 3.9-dev to Travis matrix | Add Python 3.8 and 3.9-dev to Travis matrix
| YAML | mit | illagrenan/django-brotli |
c91ee88fb54bdf8605d54267c40fe6d538bd9e52 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
notifications:
email:
on_success: change
on_failure: always
after_success:
- npm install -g codeclimate-test-reporter
- cat coverage/lcov.info | codeclimate
addons:
code_climate:
repo_token: 8554890998589ec66cee39afbb33bcefe715174634b4bd2bcd1bbd4b5fdf2c93
| language: node_js
node_js:
- '0.10'
sudo: false
notifications:
email:
on_success: change
on_failure: always
after_success:
- npm install -g codeclimate-test-reporter
- cat coverage/lcov.info | codeclimate
addons:
code_climate:
repo_token: 8554890998589ec66cee39afbb33bcefe715174634b4bd2bcd1bbd... | Build on new Travis-CI container-based infrastructure | Build on new Travis-CI container-based infrastructure
| YAML | mit | blinkjs/blink,blinkjs/blink |
0c8f9471c3f89063d977df030ffd714c470d65df | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
branches:
only:
- master
- /^stable\d+(\.\d+)?$/
script:
# Test lint
- sh -c "ant test"
matrix:
allow_failures:
- php: hhvm
fast_finish: true
| language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
branches:
only:
- master
- /^stable\d+(\.\d+)?$/
script:
# Test lint
- sh -c "ant test"
matrix:
fast_finish: true
| Add php 7.2, 7.1 and 7.0 | Add php 7.2, 7.1 and 7.0 | YAML | agpl-3.0 | owncloud/tasks,owncloud/tasks,owncloud/tasks |
9360b56a949bf23d8409e7ffae4045a3ce506ffc | .travis.yml | .travis.yml | script: "DISPLAY=':313' bundle exec rake db:drop db:create db:migrate spec"
notifications:
email:
- parndt@gmail.com
- ugis.ozolss@gmail.com
env:
- DB=postgres
- DB=mysql
- DB=sqlite3
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
- jruby | script: "DISPLAY=':313' bundle exec rake db:drop db:create db:migrate spec"
notifications:
email:
- parndt@gmail.com
- ugis.ozolss@gmail.com
env:
- DB=sqlite3
# - DB=postgres
# - DB=mysql
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- ree
- jruby | Stop Refinery from stealing all of the Travis workers. | Stop Refinery from stealing all of the Travis workers.
| YAML | mit | louim/refinerycms,kappiah/refinerycms,Retimont/refinerycms,KingLemuel/refinerycms,SmartMedia/refinerycms-with-custom-icons,mojarra/myrefinerycms,louim/refinerycms,aguzubiaga/refinerycms,gwagener/refinerycms,simi/refinerycms,johanb/refinerycms,mobilityhouse/refinerycms,SmartMedia/refinerycms-with-custom-icons,hoopla-sof... |
26afcb7767393eb2cc60711ade89c05ac39f8c23 | .travis.yml | .travis.yml | matrix:
include:
- language: php
php: 7.2
os: linux
before_script:
- composer install
after_script:
- sh .travis.coverage.sh
env:
- COVERAGE_FLAGS="--coverage-text --coverage-clover=clover.xml"
- language: php
php: nightly
before_script:
... | matrix:
include:
- language: php
php: 7.2
os: linux
before_script:
- composer install
- language: php
php: 7.3
os: linux
before_script:
- composer install
after_script:
- sh .travis.coverage.sh
env:
- COVERAGE_FLAGS="--coverage-te... | Enable building for PHP7.3 and 7.4 snapshot as well | Enable building for PHP7.3 and 7.4 snapshot as well
| YAML | mit | lisachenko/go-aop-php,goaop/framework,goaop/framework,lisachenko/go-aop-php |
bb7dfd745624e703aa1b6b8ad6050799ea776305 | .travis.yml | .travis.yml | language: c
os:
- linux
- osx
dist: trusty
script:
- if [ $(uname) = Linux ]; then sudo apt-get install -y doxygen; fi
- tools/gyp/gyp --depth=. --format=make utf8rewind.gyp
- make -j4
- make -j4 tests-rewind
- output/*/x86/Debug/tests-rewind
| language: c
os:
- linux
- osx
dist: trusty
script:
- if [ $(uname) = Linux ]; then sudo apt-get install -y doxygen; fi
- if [ $(uname) = Darwin ]; then brew install doxygen; fi
- tools/gyp/gyp --depth=. --format=make utf8rewind.gyp
- make -j4
- make -j4 tests-rewind
- output/*/x86/Debug/tests-rewind
| Install doxygen with homebrew on mac | Install doxygen with homebrew on mac
| YAML | mit | tkelman/utf8rewind,tkelman/utf8rewind,tkelman/utf8rewind,tkelman/utf8rewind |
55c7a99b64cefa2c92b14b5a644195c954f384b3 | .travis.yml | .travis.yml | language: node_js
node_js:
- node
script:
- npm run build
after_success:
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch --unshallow
- git config user.name "Travis CI"
- git config user.email "hakatasiloving@gmail.com"
- git clean -fd
- git checkout -- .
- git checko... | language: node_js
node_js:
- node
script:
- npm run build
after_success:
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch
- git config user.name "Travis CI"
- git config user.email "hakatasiloving@gmail.com"
- git clean -fd
- git checkout -- .
- git checkout gh-pages
... | Remove unshallow from fetch command | Remove unshallow from fetch command
| YAML | mit | tsg-ut/mnemo,tsg-ut/mnemo |
7ed6263167054d4e081d64a0e51e2b13e285d2ba | .travis.yml | .travis.yml |
language: objective-c
osx_image: xcode7.2
before_install:
- export LANG=en_US.UTF-8
install:
- gem install cocoapods --pre --no-document
- gem install xcpretty --no-document
- pod _1.0.0.beta.3_ install
- cd project && pod _1.0.0.beta.3_ install
script:
- rake travis
|
language: objective-c
osx_image: xcode7.2
before_install:
- export LANG=en_US.UTF-8
install:
- gem install cocoapods -v 1.0.0.beta.2 --no-document
- gem install xcpretty --no-document
- pod _1.0.0.beta.3_ install
- cd project && pod _1.0.0.beta.2_ install
script:
- rake travis
| Fix cocoapods to v1 beta 2 | Fix cocoapods to v1 beta 2 | YAML | apache-2.0 | cloudant/CDTDatastore,cloudant/CDTDatastore,cloudant/CDTDatastore,cloudant/CDTDatastore |
c94bcbd296c8238eed8d844cb2d6fcb69b459cbb | .travis.yml | .travis.yml | language: c
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y gfortran scons
script:
- scons --clean
- scons
- scons test
- ./test-udsp
- scons test --clean
- scons --clean
- export CFLAGS="-coverage -g -O0 $CFLAGS"
- export LDFLAGS="-coverage $LDFLAGS"
- scons test
- ... | language: c
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y gfortran scons
script:
- scons --clean
- scons
- scons test
- ./test-udsp
- scons test --clean
- scons --clean
- export CFLAGS="-coverage -g -O0 $CFLAGS"
- export LDFLAGS="-coverage $LDFLAGS"
- scons test
- ... | Exclude the unit tests themselves from the code coverage report. | Exclude the unit tests themselves from the code coverage report.
| YAML | isc | eliteraspberries/udsp,eliteraspberries/udsp |
1efedaf49e5e51569234c59079af07aaf238a1c5 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
install:
- "pip install -r requirements-dev.txt"
script:
- "python setup.py test"
| language: python
python:
- "2.7"
- "3.4"
install:
- "pip install -r requirements-dev.txt"
- "pip install coverage"
- "pip install coveralls"
script:
- "coverage run --source=damn setup.py test"
after_success:
coveralls
| Add coveralls support for TravisCI | [TEST] Add coveralls support for TravisCI
| YAML | mit | rclement/yodel,rclement/yodel |
cd6829e4e153a6c97f77cdd88cd1a24b1981fc5f | .travis.yml | .travis.yml | language: php
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq clamav-daemon
- sudo chmod 777 /tmp/clamav
- sudo sed -i 's#/var/lib/clamav#/tmp/clamav#g' /etc/clamav/clamd.conf
- sudo sed -i 's#/var/lib/clamav#/tmp/clamav#g' /etc/clamav/freshclam.conf
- sudo sh -c 'echo TCPSocket 3310 >... | language: php
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq clamav-daemon
- sudo chmod 777 /tmp/clamav
- sudo sed -i 's#/var/lib/clamav#/tmp/clamav#g' /etc/clamav/clamd.conf
- sudo sed -i 's#/var/lib/clamav#/tmp/clamav#g' /etc/clamav/freshclam.conf
- sudo sh -c 'echo TCPSocket 3310 >... | Add support for nightly build | Add support for nightly build
| YAML | mit | jonjomckay/quahog |
c70c41e046206d7d1050fcffaeea2fdffee44e55 | .travis.yml | .travis.yml | language: node_js
before_install:
- npm install -g npm@~1.4.18
node_js:
- "0.10"
- "0.12"
script:
- istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
before_script:
- npm install -g istanbul grunt... | language: node_js
before_install:
- npm install -g npm@~1.4.18
node_js:
- "0.10"
- "0.12"
script:
- istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
before_script:
- npm install -g istanbul grunt... | Install NR from git not npm | Install NR from git not npm
| YAML | apache-2.0 | node-red/node-red-web-nodes,node-red/node-red-web-nodes,SenseTecnic/node-red-web-nodes,SenseTecnic/node-red-web-nodes |
7a914b570fd4b2f3e41ad422185482746948887d | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.1
- 2.0
- 2.2
- rbx-2
- jruby-19mode
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libreoffice
- wget http://78.108.103.11/MIRROR/ftp/GraphicsMagick/1.3/GraphicsMagick-1.3.18.tar.gz
- tar -xvf GraphicsMagick-1.... | language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.1
- 2.0
- 2.2
- rbx-2
- jruby-19mode
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libreoffice
- wget http://78.108.103.11/MIRROR/ftp/GraphicsMagick/1.3/GraphicsMagick-1.3.20.tar.gz
- tar -xvf GraphicsMagick-1.... | Update GraphicsMagick to 1.3.20 on Travis | Update GraphicsMagick to 1.3.20 on Travis
| YAML | mit | antoinelyset/poleica |
974ed7f49ce930af5e519d00b93c2b0b19578bc7 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: generic
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
- sourceline: "ppa:ricotz/toolchain"
packages:
- "clang-4.0"
- "lldb-4.0"
- "lld-4.0"
- "nasm"
- "python2.7"
- "ninja-build"
be... | sudo: false
dist: trusty
language: generic
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
- sourceline: "ppa:ricotz/toolchain"
packages:
- "clang-4.0"
- "lldb-4.0"
- "lld-4.0"
- "nasm"
- "python2.7"
- "ninja-build"
be... | Build owlevel only for a while | Build owlevel only for a while
| YAML | mit | twrl/conurbation,twrl/conurbation,twrl/conurbation |
040c78853be61b5ad58bb6f154844e8cb728585c | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.6"
install:
- sudo apt install -y gcc g++
- pip install flake8 cpplint
script:
- flake8
- cpplint $(find . -regextype egrep -regex '(.+\.c$|.+\.cpp)$')
- ./run-all.sh
notifications:
email: false
| language: python
python:
- "3.4"
- "3.6"
install:
- sudo apt install -y gcc g++
- pip install flake8 cpplint
script:
- flake8
- cpplint --filter="-legal/copyright" \
$(find . -regextype egrep -regex '(.+\.c$|.+\.cpp)$')
- ./run-all.sh
notifications:
email: false
| Remove copyright warning on lint | Remove copyright warning on lint
| YAML | mit | deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playgr... |
2203f81c381009bfe70b3ce02d4f3a8695620c6a | .travis.yml | .travis.yml | dist: xenial
language: c
matrix:
include:
- os: linux
after_success:
- bash .ci/deploy-docs.sh
- os: linux
compiler: clang
- os: osx
install:
- export XML_CATALOG_FILES="/usr/local/etc/xml/catalog" # for the docs
before_script:
- ./autogen.sh
- ./configure --enab... | dist: xenial
language: c
matrix:
include:
- os: linux
after_success:
- bash .ci/deploy-docs.sh
- os: linux
compiler: clang
- os: osx
install:
- export XML_CATALOG_FILES="/usr/local/etc/xml/catalog" # for the docs
before_script:
- ./autogen.sh
- ./configure --enab... | Print only test logs on failure | Print only test logs on failure
| YAML | mit | HOST-Oman/libraqm,HOST-Oman/libraqm,HOST-Oman/libraqm |
07a119ba99329840358179156b5a89f1217747eb | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
| language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
| Drop support for Node.js < v4 | Breaking: Drop support for Node.js < v4
| YAML | mit | btmills/queue |
88f8824e1c606f4e0006434f8d4cc4cdfec64ab8 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "mkdir tmp"
- "cd tmp"
- "pip install --upgrade pip"
- "pip install $(echo ../dist/skyfield-*.tar.gz)'[tests]'"
- "pip... | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "mkdir tmp"
- "cd tmp"
- "pip install --upgrade pip"
- "pip install $(echo ../dist/skyfield-*.tar.gz)'[tests]'"
- "pip... | Change directory, set files up for doctests | Change directory, set files up for doctests
| YAML | mit | skyfielders/python-skyfield,skyfielders/python-skyfield |
bfe52b4632e60470f380582cc29ec54840116972 | .travis.yml | .travis.yml | language: go
go:
- "1.10"
- "1.11"
- "1.12"
dist: xenial
sudo: required
before_install:
- echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" | sudo tee /etc/udev/rules.d/99-$USER.rules
- sudo udevadm trigger
| language: go
go:
- "1.11"
- "1.12"
- "1.13"
dist: xenial
sudo: required
before_install:
- echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" | sudo tee /etc/udev/rules.d/99-$USER.rules
- sudo udevadm trigger
| Support go 1.11 - go 1.13 | Support go 1.11 - go 1.13
| YAML | mit | bendahl/uinput,ben-bensdevzone/uinput,ben-bensdevzone/uinput |
3d4d3fa8eaae79c656fef9fa20727abc873ba966 | .travis.yml | .travis.yml | language: python
install: pip install tox
env:
- TOX_ENV=docs
- TOX_ENV=py27-flake8
- TOX_ENV=py26-virtualenv-17x
- TOX_ENV=py26-virtualenv-18x
- TOX_ENV=py26-virtualenv-19x
- TOX_ENV=py26-virtualenv-150x
- TOX_ENV=py26-virtualenv-151x
- TOX_ENV=py27-virtualenv-17x
- TOX_ENV=py27-virtualenv-18x
- TO... | language: python
install: pip install tox
env:
- TOX_ENV=docs
- TOX_ENV=py27-flake8
- TOX_ENV=py26-virtualenv-17x
- TOX_ENV=py26-virtualenv-18x
- TOX_ENV=py26-virtualenv-19x
- TOX_ENV=py26-virtualenv-150x
- TOX_ENV=py26-virtualenv-151x
- TOX_ENV=py27-virtualenv-17x
- TOX_ENV=py27-virtualenv-18x
- TO... | Add a test run called 'test_build' | Add a test run called 'test_build' | YAML | bsd-3-clause | PolicyStat/terrarium |
5e5120b472c824477861012984ed89b82a8ee0ca | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
install:
- composer install
before_script:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
install:
- composer install
before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
| Enable Redis extension on Travis CI | Enable Redis extension on Travis CI
| YAML | mit | altmetric/reliable-queue |
069f44ff491084ea4292d06e208497fe299b7a06 | .travis.yml | .travis.yml | language: ruby
sudo: false
env:
- 'RAILS_VERSION=5.1.2'
rvm:
- 2.3.3
matrix:
before_install: gem install bundler -v 1.13.6
script: bundle exec rspec spec
| language: ruby
sudo: false
bundler_args: --without development
env:
matrix:
- "RAILS_VERSION=5.2"
- "RAILS_VERSION=6.0"
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
script: bundle exec rspec spec
| Update Travis config with new Ruby and Rails | Update Travis config with new Ruby and Rails
| YAML | mit | b2beauty/jsonapi-utils,tiagopog/jsonapi-utils,tiagopog/jsonapi-utils,b2beauty/jsonapi-utils |
fa6cb540daf3e698da1dc5926857b0ea0ff6ff9f | .travis.yml | .travis.yml | language: groovy
| language: groovy
env:
global:
secure: CpcLbDc7hxsaLkAoZUwyxREUCEkrK8KAStoKvAKiFjyOMjIYBfSMkZVuT1b6XlqOeLrfzC0Ve7gP6SDArvtIpPMHU6iHLSlGgUTk40q9VWt3Qf+uGkzGud7jvzlcGlm2tY4KN/fUpZBTz6Np6tufRJt5bdaCdG2PlhPi3Vsc85Z/h87+dZ1Dpd9Ey8rODnBF63Rs4EsvNmA2ZFmbvisebECJoiQFNaxgD4Jer6FRmD0+4NXJymqvJ1ulMhLvm9bttGeccXv+DXSNpbgp7nQ... | Add secret API keys for plugins.gradle.org | Add secret API keys for plugins.gradle.org
See also https://plugins.gradle.org/docs/submit
| YAML | apache-2.0 | palantir/gradle-processors |
25db549f9a5619b1fca887f5d94d1b51d4223872 | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot
before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-source --no-interaction
script: vendor/bin/phpunit --verbose
| language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-source --no-interaction
script: vendor/bin/phpunit --verbose
| Update Travis CI to use PHP 8.0 instead of 8.0snapshot | Update Travis CI to use PHP 8.0 instead of 8.0snapshot | YAML | mit | dwightwatson/breadcrumbs,dwightwatson/breadcrumbs |
fdcc8305f2a8d20b552ded1887bfe88439378ebc | .travis.yml | .travis.yml | language: node_js
node_js:
- stable
- "6"
- "4"
- "0.12"
| language: node_js
node_js:
- stable
- "6"
- "4"
| Remove node.js 0.12 from Travis CI | Remove node.js 0.12 from Travis CI
| YAML | mit | postcss/postcss-scss |
56c5ed8987a92ad7c4a781faa3cbf11015226a45 | .travis.yml | .travis.yml | language: java
sudo: false
dist: trusty
branches:
except:
- gh-pages
before_install:
- unset _JAVA_OPTIONS
install: echo "The default Travis install script is being skipped!"
matrix:
include:
# Java 9
- env: TARGET='-Pjava9'
jdk: openjdk9
# Java 10
- env: TARGET='-Pjava10'
jdk: ... | language: java
sudo: false
dist: trusty
branches:
except:
- gh-pages
before_install:
- unset _JAVA_OPTIONS
install: echo "The default Travis install script is being skipped!"
matrix:
include:
# Java 9
- env: TARGET='-Pjava9'
jdk: openjdk9
# Java 10
- env: TARGET='-Pjava10'
jdk: ... | Add experimental flag for Byte Buddy 13. | Add experimental flag for Byte Buddy 13.
| YAML | apache-2.0 | raphw/byte-buddy,raphw/byte-buddy,raphw/byte-buddy |
99a23d7d539027e5d6af26d3c1f9023721697308 | .travis.yml | .travis.yml | ---
language: python
python: ["2.7", "3.5"]
dist: trusty
sudo: True
group: beta
services: [docker]
env:
- platform: openbsd60
driver: vagrant
- &openbsd59 platform=openbsd59 driver=vagrant
- platform: xenial
driver: vagrant
- platform: trusty
driver: vagrant
- &jessie platform=jess... | ---
language: python
python: ["2.7", "3.4"]
dist: trusty
sudo: True
group: beta
services: [docker]
env:
- platform: openbsd60
driver: vagrant
- &openbsd59 platform=openbsd59 driver=vagrant
- platform: xenial
driver: vagrant
- platform: trusty
driver: vagrant
- &jessie platform=jess... | Revert "- Try Python 3.5 (molecule dependency fails in Python 3.4)." - didn't help. | Revert "- Try Python 3.5 (molecule dependency fails in Python 3.4)." -
didn't help.
This reverts commit e1804d8dc16f9ec12186c570765fdbcaa34e7ad5.
| YAML | mit | adarnimrod/example,adarnimrod/users |
bc9451e52283bee06dabfc01c33ca711a080e2b2 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -qU pip wheel
- pip install -q -U -r requirements_test.txt
script:
- flake8 django_cockatiel tests
- cd tests
- python run_integration_tests.py
cache:
directories:
- $HOME/.cache/pip
| language: python
sudo: false
python:
- "3.4"
- "3.5"
install:
- pip install -qU pip wheel
- pip install -q -U -r requirements_test.txt
script:
- flake8 django_cockatiel tests
- cd tests
- python run_integration_tests.py
cache:
directories:
- $HOME/.cache/pip
| Revert "Travis: Test on Python 2.7" | Revert "Travis: Test on Python 2.7"
This reverts commit 598835c00bf5babb75a3c037378a2efe823b2db3.
| YAML | apache-2.0 | raphaelm/django-cockatiel |
325c483017328ab2c8e16e4c0cbecb72d5fab719 | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- ruby-head
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-20mode
- rvm: jruby-21mode
- rvm: jruby-head
- rvm: rbx-2
all... | ---
language: ruby
sudo: false
cache: bundler
before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without yard benchmarks
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
- jruby-9.1.5.0
- jruby-head
- truffleruby
matrix:
allow... | Change to add latest rubies | Change to add latest rubies
| YAML | mit | peter-murach/splay_tree |
fab84e5b314dd92114bbbc275870ec94c7074592 | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Add OpenJDK 8 to Tarvis build. | Add OpenJDK 8 to Tarvis build. | YAML | apache-2.0 | apache/commons-dbcp,apache/commons-dbcp,apache/commons-dbcp |
f63b1cd56d9e8c9c8d4999a78477d311ab1c8635 | .travis.yml | .travis.yml | language: go
go:
- 1.4.3
- 1.5.3
- 1.6
- tip
sudo: false
before_install: 'git fetch --unshallow'
install: 'make deps'
script: 'make test'
matrix:
allow_failures:
- go: tip
- go: 1.4.3
notifications:
irc:
channels:
- "irc.freenode.net#mgmtconfig"
template:
- "%{repository} (%{comm... | language: go
go:
- 1.4.3
- 1.5.3
- 1.6
- tip
sudo: false
before_install: 'git fetch --unshallow'
install: 'make deps'
script: 'make test'
matrix:
allow_failures:
- go: tip
- go: 1.4.3
- go: 1.6
notifications:
irc:
channels:
- "irc.freenode.net#mgmtconfig"
template:
- "%{repos... | Allow 1.6 to fail for now | Allow 1.6 to fail for now
I'm going to let 1.6 fail for now until F24 comes out and I can start
testing on 1.6 -- I'd like to be able to test all versions, but I don't
have all the resources to do so right now. If you want to help, please
let me know!
| YAML | agpl-3.0 | gzsierra/mgmt,gzsierra/mgmt,gzsierra/mgmt |
927b281a1f3987af179590fab1126f0e0973612b | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.2"
- "2.3.0"
- "2.4.0"
sudo: false
cache: bundler
script: bundle exec rake $TASK
env:
- TASK=test
- TASK=rubocop
| language: ruby
rvm:
- "2.2"
- "2.3.0"
- "2.4.0"
- "2.5.0"
sudo: false
cache: bundler
script: bundle exec rake $TASK
env:
- TASK=test
- TASK=rubocop
| Add ruby 2.5.0 to Travis test matrix | Add ruby 2.5.0 to Travis test matrix
| YAML | mit | abonas/kubeclient,moolitayer/kubeclient |
acfd74b87247c9f8fcc6defe229fe99378857b7f | .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="~> 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: 2.1.6
env: PUPPET_GEM_VERSION... | ---
sudo: false
language: ruby
gemfile: .gemfile
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRI... | Update Travic CI build matrix | Update Travic CI build matrix
| YAML | bsd-2-clause | smoeding/puppet-gai,smoeding/puppet-gai |
9ec47d2292fa23c2ffa859346ae11ff77c9e9d85 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
notifications:
slack:
on_success: change
on_failure: always
rooms:
- secure: EzlqWTBuhb3FCfApjUXaShWgsWOVDwMXI7ISMiVBkcl2VFISYs/lc/7Qjr7rdy4iqQOQXMcUPHdwMUp0diX+GxiSjLARjUpKIvNOPswZWBL+3Z1h28jyOwtHRviZbM1EU0BZROrr+ODyTNz2lf+L1iXTkpSvk50o5JAnAkumsPw=
| language: java
jdk: oraclejdk8
before_install:
grep -v '^#' src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
notifications:
slack:
on_success: change
on_failure: always
rooms:
- secure: EzlqWTBuhb3FCfApjUXaShWgsWOVDwMXI7ISMiVBkcl2VFISYs/lc/7Qjr7... | Check bisq.asset.Asset sort order during CI | Check bisq.asset.Asset sort order during CI
This check had been set up for some time in the original
bisq-network/bisq-assets repository.
| YAML | agpl-3.0 | bisq-network/exchange,bitsquare/bitsquare,bitsquare/bitsquare,bisq-network/exchange |
0d5d06643dfc95f7f4a4e937889d9fb9fb827745 | .travis.yml | .travis.yml | language: bash
git:
submodules: false
before_script:
- gem install homesick
script:
- homesick clone "matthiasvegh/dotfiles"
- homesick symlink -f "dotfiles"
- homesick rc --force "dotfiles"
| language: bash
git:
submodules: false
before_script:
- gem install homesick
script:
- homesick clone --force "matthiasvegh/dotfiles"
- homesick symlink --force "dotfiles"
- homesick rc --force "dotfiles"
| Add force flags for homesick clone | Add force flags for homesick clone
| YAML | mit | matthiasvegh/dotfiles |
774743ea8c290937636ee1f11c3e92b6de781908 | .travis.yml | .travis.yml | language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| Build with Node.js 16 on Travis CI. | Build with Node.js 16 on Travis CI.
| YAML | mit | bigeasy/happenstance |
62e2c493e66215ed74398ad2c21e1ec534aca646 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: generic
compiler:
- gcc
env:
matrix:
- ROS_DISTRO="kinetic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
| sudo: required
dist: trusty
language: generic
compiler:
- gcc
env:
matrix:
- ROS_DISTRO="melodic" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- .ci_config/travis.sh
| Switch Travis to build melodic | Switch Travis to build melodic
| YAML | apache-2.0 | rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot,rospilot/rospilot |
6451bc02756ebcb412401450c64ba1ae050f0636 | stack.yaml | stack.yaml | # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.1
# Local packages, usually specified by relative directory name
packages:
- '.'
# P... | # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.2
# Local packages, usually specified by relative directory name
packages:
- '.'
# P... | Switch to Stackage LTS 5.2 | Switch to Stackage LTS 5.2
| YAML | mit | blitzcode/rust-exp |
73e7acb7481340594ab83b2358e95eefab31f334 | .travis.yml | .travis.yml | language: haskell
notifications:
email: true
| language: haskell
ghc: 7.8
script:
- cabal configure --enable-tests --enable-library-coverage -v2 && cabal build && cabal test
after_script:
- cabal install hpc-coveralls
- hpc-coveralls --exclude-dir=test test
notifications:
email: true
| Send code coverage report to coveralls.io | Send code coverage report to coveralls.io
| YAML | mit | michaelficarra/purescript,michaelficarra/purescript |
9914d69beac38aaf6c8efcd8b6bd112f6cdbf7e7 | .travis.yml | .travis.yml | language: python
matrix:
include:
- python: "2.6"
install: true # flake8 no longer supports Python 2.6
before_script: flake8 () { echo flake8 disabled on Python 2.6 ; }
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial # required for Python >= 3.7 (... | language: python
matrix:
include:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
install: pip install flake8
script:
- flake8 . --count --show-source --statistics
- cd code; nosetests
| Remove Python 2.6 from Travis | Remove Python 2.6 from Travis
| YAML | mit | drj11/pypng,drj11/pypng |
6a238f1f636eda4e4c88137dca4e516db2c49680 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- pypy
script: nosetests -v tests/
| language: python
python:
- 2.6
- 2.7
- 3.2
# - pypy # PyPy builds seem broken on Travis CI
install: pip install -r requirements-dev.txt --use-mirrors
script: nosetests -v tests/
| Revert to the previous setup, as PyPy builds on Travis seem broken | Revert to the previous setup, as PyPy builds on Travis seem broken
| YAML | apache-2.0 | tempbottle/pykka,jodal/pykka,tamland/pykka |
4c612c267de15af3a0ae4dc12a39da42e027734b | .travis.yml | .travis.yml | ---
language: ruby
sudo: false
cache: bundler
before_install: "gem update bundler"
bundler_args: --without tools
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- jruby-9.1.5.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- ... | ---
language: ruby
sudo: false
before_install: "gem install bundler -v 1.17.3"
bundler_args: --without tools
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- jruby-9.1.5.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm:... | Change to restrict bundler version | Change to restrict bundler version
| YAML | mit | piotrmurach/tty-prompt,peter-murach/tty-prompt |
e555afd23b0e32e7f43c2916f553a8c3299cbb14 | .travis.yml | .travis.yml | language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
node_js:
- "4.2.1"
script:
- npm run time build && npm run time deploy
| language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
node_js:
- "4.2.1"
script:
- time npm run build && time npm run deploy
| Add timer to build and deploy | Add timer to build and deploy
| YAML | mit | javascriptair/site,javascriptair/site,javascriptair/site |
8e7430cf29a79fe292ad585eddd8c172a63d4fc5 | .travis.yml | .travis.yml | sudo: required
language: sh
services:
- docker
env:
- TEST_SUITE=lint
- TEST_SUITE=test_bash
- TEST_SUITE=test_dash
- TEST_SUITE=test_sh
- TEST_SUITE=test_zsh
script:
- make $TEST_SUITE
after_success:
- make coverage
- bash <(curl -s https://codecov.io/bash)
| sudo: required
language: sh
services:
- docker
jobs:
include:
- stage: Test
script: make lint
- script: make test_bash
- script: make test_dash
- script: make test_sh
- script: make test_zsh
- script: make coverage
- stage: Coverage Report
script: bash <(curl -s https://co... | Add Travis build stage for coverage report | Add Travis build stage for coverage report
| YAML | mit | mkropat/shpy |
4f59832ddfe4b9fb2dde3da42376e1d03d356c37 | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
before_script: composer install --no-dev
script: phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
| language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
before_script: composer install --no-dev
script: phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.cl... | Add HHVM and HHVM nightly to Travis CI builds | Add HHVM and HHVM nightly to Travis CI builds
| YAML | mit | jmikola/geojson |
daf7a6517ba8c2eb1c2cfaa3a0e9b33982347797 | .travis.yml | .travis.yml | # This deliverately is not "python" as a work-around to support
# multi-os builds with custom Python versions in Travis CI.
language: cpp
os:
- linux
python:
- "2.7"
- "3.4"
- "3.5"
install:
- PYTHON_EXE=python$TRAVIS_PYTHON_VERSION ./setup.py install --user
script:
- PYTHON_EXE=python$TRAVIS_PYTHON_VER... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- ./setup.py install
script:
- ./setup.py test
| Fix the Travis CI matrix build for different Python versions | Fix the Travis CI matrix build for different Python versions
Previously, only Python 2.7 was used as the "python" keyword does not
work for the "cpp" language.
Since we are planning to use CircleCI for OS X builds, we can revert
from the "cpp" work-around for Travis to proper Python matrix builds.
| YAML | apache-2.0 | spdx/tools-python |
1d1e7de088fec2cf479dd4d7e0985cc80f5ecb49 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install: pip install tox-travis
script: tox
| sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "pypy"
install: pip install tox-travis
matrix:
allow_failures:
python:
- "3.6-dev"
- "3.7-dev"
script: tox
| Test on 3.6-dev and 3.7-dev. | Test on 3.6-dev and 3.7-dev.
| YAML | mit | richardkiss/pycoin,richardkiss/pycoin |
b7730359aae8df35a06617197878cadbb9efec78 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
| language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
| Use up to date Node.JS version when running on Travis | Use up to date Node.JS version when running on Travis
| YAML | mit | shaharke/shutdown-hook |
0eac14610cd422ded0e9882530ad4cd8dcaa2281 | .travis.yml | .travis.yml | language: python
python: 2.7
os:
- linux
- osx
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=pypy
install: pip install tox
script: tox -e $TOX_ENV
after_success:
- coveralls
notifications:
email:
- jturk@sunlightfoundation.com
| language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=pypy
install: pip install tox
script: tox -e $TOX_ENV
after_success:
- coveralls
notifications:
email:
- jturk@sunlightfoundation.com
| Revert "try building on OSX, why not" | Revert "try building on OSX, why not"
This reverts commit 6e4fb1355abbf97107c9c475f732b0c3ea0e6b3b.
| YAML | bsd-2-clause | J535D165/jellyfish,pombredanne/jellyfish,pombredanne/jellyfish,gdtm86/jellyfish,jamesturk/jellyfish,J535D165/jellyfish,gdtm86/jellyfish,jamesturk/jellyfish |
bf1b964f64b904c4fdab1ab51661954bf8e4d728 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
- "3.5"
- "3.6"
script:
- tox
| language: python
python:
- "2.7"
- "3.5"
- "3.6"
script:
- tox
| Fix python versions on Travis CI | Fix python versions on Travis CI
| YAML | mit | rcmachado/pykeepachangelog |
e2cf84d1ebfb0b46503f907fc4940cc955da1c6d | .travis.yml | .travis.yml | language: ruby
# without --debug, JRuby doesn't support coverage reporting
env:
- JRUBY_OPTS="--debug"
rvm:
- 2.0
- 2.1
- 2.2
- jruby-head
# - ruby-head
| sudo: false
language: ruby
# without --debug, JRuby doesn't support coverage reporting
env:
- JRUBY_OPTS="--debug"
rvm:
- 2.0
- 2.1
- 2.2
- jruby-head
# - ruby-head
| Move to new TravisCI container infrastructure for faster build starts | Move to new TravisCI container infrastructure for faster build starts
| YAML | mit | apiology/quality,apiology/quality,xuwupeng2000/quality,apiology/quality,apiology/quality |
7f5f27168185670270987fc05f015a077fecf73c | .travis.yml | .travis.yml | sudo: false
dist: xenial
matrix:
include:
- name: "OpenJDK Java 8"
language: java
jdk: openjdk8
os: linux
script: ./gradlew
- name: "OpenJDK Java 11"
language: java
jdk: openjdk11
os: linux
script: ./gradlew
install: ./gradlew assemble --stacktrace
before_c... | sudo: false
dist: xenial
matrix:
include:
- name: "OpenJDK Java 8"
language: java
jdk: openjdk8
os: linux
script: ./gradlew
- name: "OpenJDK Java 11"
language: java
jdk: openjdk11
os: linux
script: ./gradlew
before_cache:
- rm -f $HOME/.gradle/caches/modu... | Remove stack trace from install. | [Java] Remove stack trace from install.
| YAML | apache-2.0 | real-logic/Agrona |
2c62b4e82a09792a18b59ce3d0f894d7698c554f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-head
- rbx-19mode
gemfile:
- gemfiles/no_doc_gems
script: "bundle exec rake"
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-head
- rbx-19mode
gemfile:
- gemfiles/no_doc_gems
script: "bundle exec rake"
notifications:
hipchat:
rooms:
secure: ykLsXlebzR9nnb+9ttpCySOg2hE4Ve699s2Owd7YahcZyVNxnG4q1P8Mps4jFlOgPNQ6JwkcB4A6QLavavtJlX7vXTDj1GD+zVAScjbtN/6ZV94S2eHA7hBUXHUwBmH0Cw5glrFoPE... | Add notification settings of Travis for WebPay development team | Add notification settings of Travis for WebPay development team
| YAML | mit | awakia/webpay-ruby |
31c628a2cdaf07dbd5ee4edafd0323fc570f8b5f | .travis.yml | .travis.yml | dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then n... | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild &... | Remove the obsolete 'sudo:' setting | Remove the obsolete 'sudo:' setting
| YAML | apache-2.0 | Collaborne/paper-fab-speed-dial |
a5a46579a327df733c723b48b5c5f50e1d103fc9 | .travis.yml | .travis.yml | language: ruby
rvm: 2.2.3
env: CODECLIMATE_REPO_TOKEN=d69084d39be74e8dafe9a689102b19130a21abe963dce8aa6146078098c9b242
before_script:
- mysql -e 'create database jobapps_test'
- cp config/application.yml.example config/application.yml
- cp config/database.yml.example config/database.yml
script: 'bundle exec rake ... | language: ruby
rvm: 2.2.3
env: CODECLIMATE_REPO_TOKEN=d69084d39be74e8dafe9a689102b19130a21abe963dce8aa6146078098c9b242
before_script:
- mysql -e 'create database jobapps_test'
- cp config/application.yml.example config/application.yml
- cp config/database.yml.example config/database.yml
script:
- bundle exec ra... | Fix Travis file to get accurate build status | Fix Travis file to get accurate build status
| YAML | mit | umts/jobapps,umts/jobapps,umts/jobapps |
d8a50fbc21873a7d3e1d5c12cd3063da4d16e489 | .travis.yml | .travis.yml | dist: focal
language: ruby
sudo: false
services:
- mongodb
- postgresql
gemfile:
- Gemfile
- Gemfile.rails60
- Gemfile.mongo_mapper
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
before_install:
- gem install bundler
env:
global:
- DB_USER=postgres
- DB_PASS=
matrix:
- DB=sqlite3
- DB=postgresql
mat... | dist: focal
language: ruby
sudo: false
services:
- mongodb
addons:
postgresql: "13"
gemfile:
- Gemfile
- Gemfile.rails60
- Gemfile.mongo_mapper
rvm:
- 2.5.8
- 2.6.6
- 2.7.1
before_install:
- gem install bundler
env:
global:
- DB_USER=postgres
- DB_PASS=
matrix:
- DB=sqlite3
- DB=po... | Use PostgreSQL 13 in Travis CI | Use PostgreSQL 13 in Travis CI
Currently, PostgreSQL 12 on Focal doesn't work.
Ref: https://travis-ci.community/t/postgresql-broken-on-focal/10371
| YAML | mit | brainspec/enumerize |
f34498f83483ff43e3b68ff5a8b098bceee7e8f8 | .travis.yml | .travis.yml | language: android
android:
components:
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.2
# The SDK version used to compile your project
- android-23
# Additional components
# - extra-google-google_play_services
- extra-google-m2repositor... | language: android
android:
components:
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.2
# The SDK version used to compile your project
- android-23
# Additional components
# - extra-google-google_play_services
- extra-google-m2repositor... | Use `./gradlew build` for now | Use `./gradlew build` for now
| YAML | apache-2.0 | slesinskik/grid-layout-manager |
40ead23cac0e5e2167a7de27212dce49c5857c0f | .travis.yml | .travis.yml | language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5-dev"
- "pypy3"
install:
- pip install -r requirements.txt
script:
- python3 momap/tests/test.py
| language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev - "pypy3"
install:
- pip install -r requirements.txt
script:
- python3 momap/tests/test.py
| Change python version for Travis CI | Change python version for Travis CI
| YAML | mit | Endle/momap |
5b2b3fff0e50d6dc3f473d6649a9ce66d1844168 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
script:
- mvn install -B -V
- mvn javadoc:jar
- mvn javadoc:test-aggregate
notifications:
irc: "irc.freenode.org#fcrepo"
email:
- fedora-tech@googlegroups.com
| language: java
sudo: false
jdk:
- oraclejdk8
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
script:
- mvn install -B -V
- mvn javadoc:jar
- mvn javadoc:test-aggregate
notifications:
irc: "irc.freenode.org#fcrepo"
email:
- fedora-tech@googlegroups.com
| Address FCREPO-1659 -- Migration to TravisCI container-based infrastructure. | Address FCREPO-1659 -- Migration to TravisCI container-based infrastructure.
| YAML | apache-2.0 | fcrepo4-exts/fcrepo-webapp-plus,fcrepo4-labs/fcrepo-webapp-plus |
6628b8a1463a49fe12c72d523cf75da23bf5de4d | .travis.yml | .travis.yml | language: php
sudo: false
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- nightly
env:
matrix:
- DEPENDENCIES="high"
- DEPENDENCIES="low"
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
before_install:
- composer self-update
- composer clear-cache
insta... | language: php
sudo: false
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- nightly
env:
matrix:
- DEPENDENCIES="high"
- DEPENDENCIES="low"
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
before_install:
- composer self-update
- composer clear-cache
insta... | Fix tests for low dependency versions. | Fix tests for low dependency versions.
| YAML | mit | umulmrum/holiday |
43cdec4e6386b781eb42cd3dcf6feafb93b27bce | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- jruby-9.0.5.0
script: bundle exec rspec spec
notifications:
recipients:
- shane@emmons.io
| sudo: false
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- 2.6.0
- jruby-9.0.5.0
script: bundle exec rspec spec
notifications:
recipients:
- shane@emmons.io
| Add ruby 2.6.0 to Travis | CI: Add ruby 2.6.0 to Travis
| YAML | mit | RubyMoney/monetize |
d41318b0b0407301fc18b13eb159e767361840b5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- g++ -v
| language: node_js
node_js:
- "0.10"
- "4"
- "5"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- g++ -v
| Build and test on node v4 and v5. | Build and test on node v4 and v5. | YAML | mit | simonratner/node-simpleflake |
be9c293746d7edde5f4f50ffc1ac6ed110587079 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
after_script:
- npm run coveralls
| language: node_js
node_js:
- "0.10"
- "node"
after_script:
- npm run coveralls
| Enable building for latest node.js on Travis CI | Enable building for latest node.js on Travis CI
| YAML | mit | pnarielwala/gulp-sloc2 |
298da5c2547892cc7dc7c1d259a371dabd549db9 | .travis.yml | .travis.yml | sudo: required
os: linux
language: python
python:
- 3.3
- 3.4
- 3.5
- 3.6
install:
- sudo apt-get install -y apache2
- sudo apt-get install -y php5-common libapache2-mod-php5 php5-cli
- sudo service apache2 restart
- pwd
- ls
- mv test/vulnerable-sites/* /var/www/vulnerable-sites
- pip install -... | sudo: required
os: linux
language: python
python:
- 3.3
- 3.4
- 3.5
- 3.6
install:
- sudo apt-get install -y apache2
- sudo apt-get install -y php5-common libapache2-mod-php5 php5-cli
- sudo service apache2 restart
- pwd
- ls
- mkdir /var/www/vulnerable-sites
- mv test/vulnerable-sites/* /var/ww... | Make sites directory before moving. | Make sites directory before moving.
| YAML | mit | tijme/angularjs-sandbox-escape-scanner,tijme/angularjs-csti-scanner |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.