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 |
|---|---|---|---|---|---|---|---|---|---|
d3429e83f8f03ba4fae1047ea9a0466b3b71b221 | packages/in/incremental.yaml | packages/in/incremental.yaml | homepage: https://github.com/fumieval/incremental#readme
changelog-type: ''
hash: dd0476fff20028dd0e349c6c14537ad3cb8ed3b76551eb356e337c4ce67d41e7
test-bench-deps:
incremental: -any
base: -any
maintainer: fumiexcel@gmail.com
synopsis: incremental update library
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
te... | homepage: https://github.com/fumieval/incremental#readme
changelog-type: ''
hash: c57bf111ce4faed0c9f0d87b608fb1c1995d78b6099d73f55b321b2209a2e225
test-bench-deps:
incremental: -any
base: -any
maintainer: fumiexcel@gmail.com
synopsis: incremental update library
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
te... | Update from Hackage at 2020-01-11T05:47:38Z | Update from Hackage at 2020-01-11T05:47:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ac94e80a6e9689490992064aafb95d7af20476d9 | .travis.yml | .travis.yml | language: go
go:
- 1.8.x
- tip
before_install:
- go get github.com/modocache/gover
- go get -t -v ./...
script:
- go test -v ./...
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs -i sh -c {}
- gover . coverprofile.txt
after_succ... | language: go
go:
- 1.8.x
- tip
before_install:
- go get github.com/modocache/gover
- go get -t -v ./...
script:
- go test -v ./...
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs -i sh -c {}
- gover . coverprofile.txt
after_succ... | Fix Travis-CI and Codecov integration | Fix Travis-CI and Codecov integration
| YAML | mit | ak-sahli/kata-bank-golang |
6fc69c47844e7791d37fe1d20c53dd231a912aee | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.3
env:
- DB=postgresql CODECLIMATE_REPO_TOKEN=60f24faadd4214af105e217fca320e3a6d4eab015ca1eaf672aed2fbcc77b296
before_install:
- sudo apt-get install libpq-dev
before_script:
- cp config/database.travis.yml config/database.yml
- psql -c 'create database con_on_rails_test' -U postgre... | language: ruby
cache: bundler
rvm:
- 2.3.3
env:
- DB=postgresql CODECLIMATE_REPO_TOKEN=60f24faadd4214af105e217fca320e3a6d4eab015ca1eaf672aed2fbcc77b296
before_install:
- sudo apt-get install libpq-dev
before_script:
- cp config/database.travis.yml config/database.yml
- psql -c 'create database con_on_rails_t... | Improve Travis performance by caching bundle | Improve Travis performance by caching bundle
| YAML | apache-2.0 | ConOnRails/ConOnRails,ConOnRails/ConOnRails,ConOnRails/ConOnRails,ConOnRails/ConOnRails |
2226214a99f0061113ae0889c91ff693f1b1e912 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "6.0"
- "6.1"
- "6.2"
before_script:
- npm install -g gulp
script:
- gulp xpi crx webext test
| language: node_js
node_js:
- "6"
- "6.0"
- "7"
- "7.0"
before_script:
- npm install -g gulp
script:
- gulp xpi crx webext test
| Make sure to run tests in latest Node 7 version | Make sure to run tests in latest Node 7 version
| YAML | mpl-2.0 | palant/easypasswords,palant/easypasswords |
bb56a396b521310e59056794f0e9f0e13a5f8aa7 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-22
jdk:
- oraclejdk8
sudo: true
before_script:
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
-... | language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-18
jdk:
- oraclejdk8
sudo: true
before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
-... | Change Travis coniguration to new names | Change Travis coniguration to new names
| YAML | apache-2.0 | MarcinMoskala/ActivityStarter,MarcinMoskala/ActivityStarter,MarcinMoskala/ActivityStarter |
7c0f966657358cdcffbdab907869052b331b4529 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0-p643
- 2.1.5
- 2.2.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0-p598
- 2.1.5
- 2.2.0
| Update ruby version for Travis (2.0.0 complaining) | Update ruby version for Travis (2.0.0 complaining)
| YAML | mit | neanias/parvus |
e06b7f1b8070df2f8e79a95019277e754b42cf51 | .travis.yml | .travis.yml | language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install tox tox-travis
script:
- tox
| language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install -U tox tox-travis pip virtualenv
script:
- tox
| Install latest pip, tox and virtualenv | Install latest pip, tox and virtualenv
Right now tests are failing on installing cryptography for anything
older than 3.7 (3.6 fails on building crptography on missing rust
compiler). This should fix it, see: https://travis-ci.community/t/pip-install-cryptography-fails-on-py36/11233
| YAML | mit | ByteInternet/drf-oidc-auth |
b45a746df41553103f72aa4b5a5fd15c02ba8f2e | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "5"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| language: node_js
sudo: false
node_js:
- "4"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Move to version Node v.4.x | Move to version Node v.4.x
| YAML | mit | agreco/loggerware |
a34749e2e52f63776322a80ba53e4d1e085071d5 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
| language: ruby
sudo: false
rvm:
- 2.2.9
- 2.3.6
- 2.4.2
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
| Test against latest ruby versions | Test against latest ruby versions | YAML | mit | DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations |
31c529d95de6355eba6669ae6e60bfa7bd7607e4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
script: bundle exec rake spec
| language: objective-c
env:
# This is what 10.8.x comes with and we want to support that.
- RVM_RUBY_VERSION=system NOEXEC_DISABLE=1 RUBY_VERSION_SPECIFIC='sudo gem install bundler --no-ri --no-rdoc' GIT_AUTHOR_NAME=CocoaPods GIT_AUTHOR_EMAIL=cocoapods@example.com PYTHONPATH=/usr/local/lib/python2.7/site-packages
... | Use Objective-C to allow to install CocoaPods | [Travis] Use Objective-C to allow to install CocoaPods
| YAML | mit | rockwotj/cocoapods-try,CocoaPods/cocoapods-try |
441bcd549bd06a53a7e2a041800785eced4957a5 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.1.5
- 2.2.2
- 2.3.4
- 2.4.1
sudo: false
dist: trusty
cache: bundler
before_script:
- gem update bundler
| rvm:
- 1.9.3
- 2.1.5
- 2.2.2
- 2.3.4
- 2.4.1
sudo: false
dist: trusty
cache: bundler
install:
- gem update --system 2.6.12 # https://github.com/rubygems/rubygems/issues/2024
- gem install bundler
- "bundle install --verbose --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}"
| Fix Travis config and pin rubygems version | Fix Travis config and pin rubygems version
to avoid a Rubygems regression which is making builds fail
on older Rubies
https://github.com/rubygems/rubygems/issues/2024
| YAML | mit | toland/patron,toland/patron |
fe5613e73ffd17386c811fe96aa0facd0b69d81e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- 1.8.7
bundler_args: --without development
script: bundle exec rake -f Rakefile.ci
| language: ruby
rvm:
- 2.0.0
- 1.9.3
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- 1.8.7
bundler_args: --without development
script: bundle exec rake -f Rakefile.ci
| Remove JRuby from Travis CI tests | Remove JRuby from Travis CI tests
Upstream issues[1] with getting terminal size are causing tests to
fail. Until this is fixed upstream, spinning_cursor will not work
in JRuby.
[1] https://jira.codehaus.org/browse/JRUBY-6693
| YAML | mit | prydonius/spinning_cursor |
f0835048487695fe601fe492e958dbd95f102a83 | .travis.yml | .travis.yml | language:
python
python:
- "2.7"
- "3.3"
env:
- DJANGO=1.7
install:
- pip install django==$DJANGO --quiet
- pip install psycopg2 --quiet
- pip install coveralls --quiet
script:
- cd testing && python runtests.py
- coverage run --source=filtered_contenttypes runtests.py
services:
- postgresql
a... | language:
python
python:
- "2.7"
- "3.5"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install django==$DJANGO --quiet
- pip install psycopg2 --quiet
- pip install coveralls --quiet
script:
- cd testing && python runtests.py
- coverage run --source=filtered_contenttypes runtests.py
services:
... | Support 3.5 and 1.8 over Travis.CI | Support 3.5 and 1.8 over Travis.CI
| YAML | mit | mpasternak/djorm-ext-filtered-contenttypes |
599bfc3644497cd936342d78cc7de420eb397e1e | .travis.yml | .travis.yml | language: php
php:
- hhvm
- hhvm-nightly
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit tests/
| language: php
php:
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
before_script:
- composer self-update
- composer install
script: vendor/bin/phpunit tests/
| Allow failures for hhvm-nightly on Travis | Allow failures for hhvm-nightly on Travis
Travis are running Ubuntu Precise, which HHVM no longer supports.
| YAML | bsd-3-clause | facebook/xhp-lib |
f0aa8180c93af12b182216fe5bdaee7eedd4d5f2 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install check
- sudo pip install cpp-coveralls
# Change this to your needs
script:
- ./bootstrap.sh
- ./configure --with-check && make && make check
#coveralls, how to do this with only gcc?
after_success:
- ./configure --with-check --ena... | language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get install check
- sudo pip install cpp-coveralls
# Change this to your needs
script:
- ./bootstrap.sh
- ./configure --with-check && make && make check
#coveralls, how to do this with only gcc?
after_success:
- ./configure --with-check --ena... | Change order of build. Coveralls hack. | Change order of build. Coveralls hack.
| YAML | bsd-2-clause | iptube/SPUDlib,iptube/SPUDlib,iptube/SPUDlib,iptube/SPUDlib,iptube/SPUDlib |
f9399133c4c7f5fa4a69da225e049fbde70f01ec | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 5.6
- 7
env:
global:
- DB=sqlite
matrix:
- CORE_BRANCH=master
- CORE_BRANCH=stable9
matrix:
fast_finish: true
before_install:
# install core
- cd ../
- git clone https://github.com/owncloud/core.git --recursive --depth 1 -b $CORE... | sudo: false
language: php
php:
- 5.6
- 7
env:
global:
- DB=sqlite
matrix:
- CORE_BRANCH=master
- CORE_BRANCH=stable9
- REPO=owncloud/core
- REPO=nextcloud/servier
matrix:
fast_finish: true
before_install:
# install core
- cd ../
- git clone https... | Add ci for nextcloud repo | Add ci for nextcloud repo
| YAML | agpl-3.0 | juliushaertl/apporder,juliushaertl/apporder |
c8530e3266e76b063961a8e27e313487b58e0546 | .travis.yml | .travis.yml | language: go
services:
- docker
go:
- 1.6
install:
- go get github.com/fsouza/go-dockerclient
script:
- go test -v ./...
- go build -o build/boot github.com/tueftler/boot
| language: go
go:
- 1.6
install:
- go get github.com/fsouza/go-dockerclient
script:
- go test -v ./...
- go build -o build/boot github.com/tueftler/boot
| Remove currently unneeded docker service | Remove currently unneeded docker service
| YAML | bsd-3-clause | tueftler/boot |
14949f86ea9f323c29cf5e2f447e2a46ae9d986e | .travis.yml | .travis.yml | language: java
sudo: false
dist: trusty
install: true
addons:
firefox: latest
install:
- sudo apt-add-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- sudo apt-add-repository "ppa:cwchien/gradle"
- sudo sed -i s/deb-src.*google.*//g /etc/apt/sources.list
... | language: java
sudo: false
dist: trusty
install: true
addons:
firefox: latest
install:
- sudo apt-add-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- sudo apt-add-repository ppa:cwchien/gradle -y
- sudo sed -i s/deb-src.*google.*//g /etc/apt/sources.list
... | Add ppa for Gradle automatically in Travix | Add ppa for Gradle automatically in Travix
| YAML | apache-2.0 | bonigarcia/mastering-junit5,bonigarcia/mastering-junit5 |
9548cbe5e2c2bb48ee91489227acfccdf841d7ec | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk9
script:
- mvn clean install javadoc:javadoc
after_success:
- mvn jacoco:prepare-agent test jacoco:report coveralls:report
cache:
directories:
- $HOME/.m2
| sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk9
script:
- mvn clean install javadoc:javadoc
after_success:
- mvn jacoco:prepare-agent test jacoco:report coveralls:report
cache:
directories:
- $HOME/.m2
| Disable Java 7 build due to incompatibility with the Takari libraries | Disable Java 7 build due to incompatibility with the Takari libraries
The takari libraries are compiled for Java 8 which leads to
UnsupportedClassVersionError during the build
| YAML | apache-2.0 | ferstl/pedantic-pom-enforcers |
65c3c20287a14d84af455db46f6087f2e91760db | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- ./admin/travis-install-deps.sh
env:
- AS_ROOT=no
- AS_ROOT=yes
script:
- ./admin/travis-build.sh
| language: cpp
compiler:
- gcc
- clang
before_install:
- ./admin/travis-install-deps.sh
env:
- AS_ROOT=no
- AS_ROOT=yes
script:
- ./admin/travis-build.sh
notifications:
email:
- lutok-log@googlegroups.com
| Send Travis CI notifications to lutok-log | Send Travis CI notifications to lutok-log
| YAML | bsd-3-clause | jmmv/lutok,jmmv/lutok |
8df5a08ca4db2c43d6bff80f90d97f169e29489c | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.11'
- '0.10'
- '0.8'
- '0.6'
script: npm test
| language: node_js
node_js:
- '0.11'
- '0.10'
script: npm test
| Remove old node engines from test mx | Remove old node engines from test mx
Do not test with 0.8, 0.6 while npm install fails.
| YAML | mit | purposeindustries/node-dimoco-wrapper |
d900419d54441cadc5aba2904d5ce585cf8dd3a3 | .travis.yml | .travis.yml | sudo: true
language: cpp
dist: trusty
compiler:
- gcc
os:
- linux
before_script:
- wget https://github.com/glfw/glfw/releases/download/3.1.2/glfw-3.1.2.zip
- unzip glfw-3.1.2.zip
- cd glfw-3.1.2
- cmake .
- make
- sudo make install
- cd ..
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="g... | sudo: true
language: cpp
dist: trusty
compiler:
- gcc
os:
- linux
before_script:
- wget https://github.com/glfw/glfw/releases/download/3.1.2/glfw-3.1.2.zip
- unzip glfw-3.1.2.zip
- cd glfw-3.1.2
- cmake .
- make
- sudo make install
- cd ..
- wget https://github.com/nothings/stb/archive/master.zip
- un... | Add stb depend, hopefully that is everything | Add stb depend, hopefully that is everything
| YAML | apache-2.0 | Afrostie/Mopviewer |
651429e9ef5c858f039ec7f0c13d14f155c2212b | .travis.yml | .travis.yml | language: python
python:
# - "2.5"
- "2.6"
- "2.7"
before_install:
- export PIP_USE_MIRRORS=true
- export DJANGO_SETTINGS_MODULE=queued_storage.test_settings
install:
- pip install -r requirements/tests.txt Django==$DJANGO
- pip install .
before_script:
- flake8 queued_storage --ignore=E501
script:
- d... | language: python
python:
# - "2.5"
- "2.6"
- "2.7"
before_install:
- export PIP_USE_MIRRORS=true
- export PIP_INDEX_URL=https://simple.crate.io/
install:
- pip install -e .
- pip install -r requirements/tests.txt Django==$DJANGO
before_script:
- flake8 queued_storage --ignore=E501
script:
- django-admi... | Use crate and try to fix the runner. | Use crate and try to fix the runner.
| YAML | bsd-3-clause | bak1an/django-queued-storage,jezdez/django-queued-storage,jannon/django-queued-storage,jazzband/django-queued-storage,seanbrant/django-queued-storage,melfelr/django-queued-storage |
f14331f7d6879bafb951f1305757c4955dfb1fa8 | recipes/capytaine/meta.yaml | recipes/capytaine/meta.yaml | {% set version = "1.0" %}
package:
name: capytaine
version: {{ version }}
source:
url: https://github.com/mancellin/capytaine/archive/v{{version}}.tar.gz
sha256: 072de801b50b4052277b5eb3d634734a11079b69789e5fb3bccb7363d199f637
build:
skip: True # [py<36]
number: 0
script: "{{ PYTHON }} -m pip install ... | {% set version = "1.0" %}
package:
name: capytaine
version: {{ version }}
source:
url: https://github.com/mancellin/capytaine/archive/v{{version}}.tar.gz
sha256: 072de801b50b4052277b5eb3d634734a11079b69789e5fb3bccb7363d199f637
build:
skip: True # [py<36]
number: 0
script: "{{ PYTHON }} -m pip install ... | Copy test files for testing. | Copy test files for testing.
| YAML | bsd-3-clause | johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,ceholden/staged-recipes,scopatz/staged-recipes,Juanlu001/staged... |
a84fa259c361f6c3d6ccc49589a4ba37758a5400 | .travis.yml | .travis.yml | language: go
env: PATH=$PATH:$GOBIN:$HOME/gopath/bin
go:
- 1.1
- tip
| language: go
go:
- 1.4
before_install:
- mkdir -p $HOME/gopath/src/sourcegraph.com/sourcegraph
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/sourcegraph.com/sourcegraph/rwvfs
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/sourcegraph.com/sourcegraph/rwvfs
- cd $TRAVIS_BUILD_DIR
install:
- go get golang.org/x/tools... | Fix import path, update to Go 1.4. | Travis: Fix import path, update to Go 1.4. | YAML | bsd-3-clause | sourcegraph/rwvfs |
fc07e4be5c4df5375a0db9f46282be9ab12bfc64 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
- coverage run --source=textparser setup.py test
- make test-sdist
- env PYTHONPATH=. python examples/hello_world.py
- env PYTHONPATH=. python examples/benchmarks/js... | language: python
python:
- "2.7"
- "3.6"
- "3.8"
- "pypy"
- "pypy3"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
- coverage run --source=textparser setup.py test
- make test-sdist
- env PYTHONPATH=. python examples/hello_world.py
- env PYTHONPATH=. python examples/b... | Test with Python 3.8 on Travis. | Test with Python 3.8 on Travis.
| YAML | mit | eerimoq/textparser |
80ee1b347ecfd5f4f6d3396b8e39b5f62aa28517 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.1
- 1.9.2
- 1.9.3
before_script:
- "bundle exec rake db:test:prepare"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
before_script:
- "bundle exec rake db:test:prepare"
| Remove testing for ruby 1.9.1 | Remove testing for ruby 1.9.1
| YAML | mit | cyrilpic/sql_pager,cyrilpic/sql_pager,cyrilpic/sql_pager |
8a89c043de7281979aa016f77b6aa7eb11f607ce | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
| sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
| Test on the latest Node instead of io.js | Test on the latest Node instead of io.js
| YAML | mit | kevva/download |
19cd138d25fb461dc57125589a026ca0fa8f7805 | .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 ... | Update Travis build with current JDKs. | Update Travis build with current JDKs. | YAML | apache-2.0 | apache/commons-io,apache/commons-io,apache/commons-io |
6c8f8977a7ed26aff90a84698a0d9d3d3e55e904 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
| language: node_js
node_js:
- "5"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt build
| Add Install and Grunt commands. | Add Install and Grunt commands.
| YAML | mit | kushalpandya/poster,kushalpandya/poster |
88ddbaf1fcb9cf55cbdaee8a1cc8b99f92c56941 | .travis.yml | .travis.yml | language: cpp
compiler: g++
before_install:
# CMake
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
- echo "yes" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq
- sudo apt-get install cmake
# g++ 4.8
- sudo add-apt-repository -y pp... | language: cpp
compiler: g++
before_install:
# CMake
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
- echo "yes" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq
- sudo apt-get install cmake
# g++ 4.8
- sudo add-apt-repository -y pp... | Fix the cmake file for linking sfml | Fix the cmake file for linking sfml
| YAML | mit | swang927/CS585-Shaokang-Wang,swang927/CS585-Shaokang-Wang,swang927/CS585-Shaokang-Wang,swang927/CS585-Shaokang-Wang,swang927/CS585-Shaokang-Wang |
5e815de82a69f8e7b50e8cd6a4d6e12631e42d6c | .travis.yml | .travis.yml | language: node_js
os:
- linux
- osx
node_js:
- 6
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq... | language: node_js
os:
- linux
- osx
node_js:
- 6
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq... | Remove comments from Travis config | Remove comments from Travis config
| YAML | mit | akalipetis/xterm.js,sourcelair/xterm.js,sourcelair/xterm.js,xtermjs/xterm.js,xtermjs/xterm.js,Tyriar/xterm.js,Tyriar/xterm.js,Tyriar/xterm.js,Tyriar/xterm.js,sourcelair/xterm.js,akalipetis/xterm.js,xtermjs/xterm.js,akalipetis/xterm.js,sourcelair/xterm.js,xtermjs/xterm.js,akalipetis/xterm.js,xtermjs/xterm.js,Tyriar/xter... |
6740dc14ac3902c1fbfabc639f96bf8f4f788e68 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
install: mvn install -DskipTests=true -Dgpg.skip=true
after_script: mvn cobertura:cobertura coveralls:cobertura
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always
| language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
install: mvn install -DskipTests=true -Dgpg.skip=true
after_script: mvn cobertura:cobertura coveralls:cobertura
notifications:
email:
recipients:
- dev@maxmind.com
on_success: change
on_failure: always
env:
global:
... | Test Coverity upload from Travis | Test Coverity upload from Travis
| YAML | apache-2.0 | phraktle/MaxMind-DB-Reader-java,maxmind/MaxMind-DB-Reader-java,phraktle/MaxMind-DB-Reader-java,maxmind/MaxMind-DB-Reader-java |
9a54a837e6f92d59387c3cd9446b64f4f1b406d2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly
script:
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
before_script:
- compose... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly
script:
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/
- ./vendor/bin/phpunit
before_script:
- composer self-update
- composer update ... | Remove coverage-clover option for PHPUnit | Remove coverage-clover option for PHPUnit
| YAML | mit | mpalourdio/ConsoleTools |
3af2b5b203a0323b28b249da80103aed596ea336 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
deploy:
provider: npm
email: bvdrucker@gmail.com
api_key:
secure: fgWnM5aNquSYyG1u5p9ppOaAQ6QNd/hJyUZ9MpBmsR6Akcm5ZKqp9iCpjTT5gjE6fX7VMKewJxx3PbwXwIvDJhsDCh/nbBa4oOWMO65P/l22SWREnJu+ktNGGeQIn8nvRBlMZ8jpcwSYrQDigANPoTRX6QyQU0YHQp9CD21THKU=
on:
tags: true
all_branch... | language: node_js
node_js:
- '0.10'
sudo: false
deploy:
provider: npm
email: bvdrucker@gmail.com
api_key:
secure: fgWnM5aNquSYyG1u5p9ppOaAQ6QNd/hJyUZ9MpBmsR6Akcm5ZKqp9iCpjTT5gjE6fX7VMKewJxx3PbwXwIvDJhsDCh/nbBa4oOWMO65P/l22SWREnJu+ktNGGeQIn8nvRBlMZ8jpcwSYrQDigANPoTRX6QyQU0YHQp9CD21THKU=
on:
tags: true
... | Use Docker to speed up Travis | Use Docker to speed up Travis
| YAML | mit | modulexcite/proxyquire-universal,bendrucker/proxyquire-universal,royriojas/proxyquire-universal |
b173315208387bc245d7556e9ea00de9cb1847e3 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.4"
- "3.5"
install: pip install tox-travis coveralls
script: tox
after_success: coveralls
notifications:
irc: "chat.freenode.net#asphalt"
| sudo: false
language: python
python:
- "3.4"
- "3.5"
install: pip install tox-travis coveralls
script: tox
after_success: coveralls
notifications:
irc:
channels:
- "chat.freenode.net#asphalt"
use_notice: true
skip_join: true
| Send Travis messages as notices to the IRC channel | Send Travis messages as notices to the IRC channel
| YAML | apache-2.0 | asphalt-framework/asphalt |
aca144342b84b7c232a811bbc9fd26577e1d8bc8 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.11'
- '0.10'
before_install: npm install -g grunt-cli
| language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- 'iojs'
- '4'
- '5'
- '6'
- '7'
- 'node'
before_install: npm install -g grunt-cli
| Add test runs for more recent versions of node | Add test runs for more recent versions of node
Node versions below v4, as well as v5, have reached their end of life and
support should be dropped in the next major release to reduce the
maintenance effort.
Refer to https://github.com/nodejs/LTS.
| YAML | mit | UnbounDev/node-strava-v3 |
b8993cd7638ca59e75d228a3b8cd585e7e667c64 | .travis.yml | .travis.yml | sudo: required
services:
- docker
before_install:
- mkdir -p output
- docker pull asciidoctor/docker-asciidoctor
script:
- docker run -v $TRAVIS_BUILD_DIR:/documents/ --name asciidoc-to-html asciidoctor/docker-asciidoctor asciidoctor -D /documents/output *.adoc
- docker run -v $TRAVIS_BUILD_DIR:/documents/... | sudo: required
services:
- docker
before_install:
- mkdir -p output
- docker pull asciidoctor/docker-asciidoctor
script:
- docker run -v $TRAVIS_BUILD_DIR:/documents/ --name asciidoc-to-html asciidoctor/docker-asciidoctor asciidoctor -D /documents/output *.adoc
- docker run -v $TRAVIS_BUILD_DIR:/documents/... | Update build to include schema files. | Update build to include schema files.
| YAML | apache-2.0 | mattbanderson/seed,mattbanderson/seed,ngageoint/seed,ngageoint/seed,ngageoint/seed |
1972c1ac3114b46b7259fd63fa7d4617880d9ffe | .travis.yml | .travis.yml | language: objective-c
branches:
only:
- master
xcode_project: Permission.xcodeproj
xcode_scheme: PermissionTests
osx_image: xcode11.2
xcode_sdk: iphonesimulator12.4
script:
- xcodebuild test -project Permission.xcodeproj -scheme PermissionTests -destination "platform=iOS Simulator,name=iPhone Xs"
| language: objective-c
branches:
only:
- master
xcode_project: Permission.xcodeproj
xcode_scheme: PermissionTests
osx_image: xcode11.2
xcode_sdk: iphonesimulator12.4
script:
- xcodebuild test -project Permission.xcodeproj -scheme PermissionTests -destination "platform=iOS Simulator,name=iPhone 11"
| Change simulator to iPhone 11 | Change simulator to iPhone 11
| YAML | mit | delba/Sorry,delba/Permission,delba/Permission,delba/Sorry |
1d01644d56be129c3509ae96a8164b645aa4322d | .travis.yml | .travis.yml | language: python
python: 3.6
install:
- pip install -r requirements.txt
- pip install coveralls
env:
global:
- TWITTER_ACCESS_TOKEN_KEY=YOUR_ACCESS_TOKEN_KEY
- TWITTER_ACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET
- TWITTER_CONSUMER_KEY=YOUR_CONSUMER_KEY
- TWITTER_CONSUMER_SECRET=YOUR_CONSUMER_SECR... | language: python
python: 3.6
install:
- pip install -r requirements.txt
- pip install coveralls
env:
global:
- FACEBOOK_PAGE_ACCESS_TOKEN=YOUR_PAGE_ACCESS_TOKEN
- TWITTER_ACCESS_TOKEN_KEY=YOUR_ACCESS_TOKEN_KEY
- TWITTER_ACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET
- TWITTER_CONSUMER_KEY=YOUR_CONSU... | Add new env var to CI | Add new env var to CI
| YAML | unlicense | datasciencebr/whistleblower |
434e7bd1e1e5db7f5e861a462f49e991fbf49b10 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: python
branches:
only:
- master
install:
- ./bin/travis/install
services:
- mysql
matrix:
include:
- python: 3.6
env: TOXENV=flake8
- python: 3.6
env: TOXENV=mypy
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=cov... | dist: trusty
sudo: false
language: python
branches:
only:
- master
install:
- ./bin/travis/install
services:
- mysql
matrix:
include:
- python: 3.6
env: TOXENV=flake8
- python: 3.6
env: TOXENV=mypy
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=cov... | Exit at first error for now | Exit at first error for now
| YAML | apache-2.0 | burningmantech/ranger-ims-server,burningmantech/ranger-ims-server,burningmantech/ranger-ims-server,burningmantech/ranger-ims-server |
40249aaea115b18e11a4098a895b732a4101cec2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- 0.8
before_install: "npm install -g bob --loglevel error"
script: "bob build"
| language: node_js
node_js:
- "0.10"
before_install: "npm install -g bob --loglevel error"
script: "bob build"
| Drop 0.8 and temp 0.11 from CI run. | Drop 0.8 and temp 0.11 from CI run.
| YAML | mit | cliffano/jazz-cli |
70ebddb3fdc35a5dd31f0b16c22a2cc36c3e8ff9 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"
install:
- pip install nose==1.3.0 flask==0.10.1 injector==0.7.4 flask_cache flask_sqlalchemy
script: nosetests -v
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"
env:
- INJECTOR_VERSION=0.7.4
- INJECTOR_VERSION=0.8.0
- INJECTOR_VERSION=0.9.0
install:
- pip install nose==1.3.0 flask==0.10.1 injector==$INJECTOR_VERSION flask_cache flask_sqlalchemy
script: nosetests -v
| Build with multiple Injector versions | Build with multiple Injector versions
| YAML | bsd-3-clause | alecthomas/flask_injector |
87945ee634593f2e68572a8a987774534c52fd8c | .travis.yml | .travis.yml | language: erlang
script: "make && make test"
env: DB=couchdb
services:
- couchdb
otp_release:
- R15B03
- R16B
- R16B01
- R16B02
- R16B03
- R16B03-1
- 17.0
- 17.1
- 17.3 | language: erlang
script: "make && make test"
env: DB=couchdb
services:
- couchdb
otp_release:
- 17.0
- 17.1
- 17.3 | Drop support for < 17 erl versions | Drop support for < 17 erl versions
| YAML | apache-2.0 | epappas/datasmart |
feef7cd8a0fa0cf47f0b15d406fe88ad68681458 | .travis.yml | .travis.yml | sudo: required
language: ruby
rvm:
- 2.1.4
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/validation.pe... | sudo: required
language: ruby
rvm:
- 2.1.4
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/validation.pe... | Add source build with Travis CI | Add source build with Travis CI
| YAML | apache-2.0 | stonevil/mono3-cookbook |
373c2852f51380608ba2f9681b952cba3296d86e | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
pip install -r requirements.txt
script:
- pytest
- find bin dark test -name '*.py' -print0 | xargs -0 flake8 --ignore E402,W504
notifications:
irc: "irc.freenode.net#acorg"
slack: acorg:PBqi8M1O5JVt26evSkRoX40z
| language: python
python:
- "3.6"
- "3.7"
install:
pip install -r requirements.txt
script:
- pytest
- find bin dark test -name '*.py' -print0 | xargs -0 flake8 --ignore E402,W504
notifications:
irc: "irc.freenode.net#acorg"
slack: acorg:PBqi8M1O5JVt26evSkRoX40z
| Drop Python 3.5 from Travis. | Drop Python 3.5 from Travis.
| YAML | mit | terrycojones/dark-matter,acorg/dark-matter,acorg/dark-matter,terrycojones/dark-matter |
919f310ea7db994476f7cf8ca9a81fade59b61a5 | .travis.yml | .travis.yml | language: php
php:
- "5.3.3"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "hhvm"
sudo: false
install:
- composer install
script:
- composer test
| sudo: false
language: php
php:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "hhvm"
install:
- composer install
script:
- composer test
| Remove PHP 5.3.3 from Travis config (keep other 5.3.x) | build: Remove PHP 5.3.3 from Travis config (keep other 5.3.x)
This is a known issue. Already removed from other repos.
There is still a matrix entry for general 5.3 (a later minor build)
and 5.3.3 is broken for unrelated infrastructure reasons.
Change-Id: I05b9985db12efa84f4f2c55782e7d7c3a907fefe
| YAML | apache-2.0 | wikimedia/AhoCorasick,wikimedia/AhoCorasick |
41103fd6297e7c7c68cf972aa74c5f9718f118d3 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test
script: nosetests
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
services: mongodb
install: python setup.py install && pip install -r requirements.txt --use-mirrors
script: nosetests
| Install package nose-mongoengine before unit test. | Install package nose-mongoengine before unit test.
| YAML | apache-2.0 | mbanton/nose-mongoengine |
b4dd37b1dee4de7053cc22cac3a621dfc1f1bea2 | .travis.yml | .travis.yml | sudo: false
language: cpp
compiler: clang
before_install:
- curl --version
- curl -o test/catch.hpp https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp
- cmake --version
- cmake ./
- cd rethinkdb
- ./configure --allow-fetch
- make src/all -j2
- ./build/release_clang/re... | sudo: false
language: cpp
compiler: clang
before_install:
- curl --version
- curl -o test/catch.hpp https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp
- cmake --version
- cmake ./
# - cd rethinkdb
# - ./configure --allow-fetch
# - make src/all -j2
# - ./build/release_clan... | Disable server tests for now on CI. | Disable server tests for now on CI.
| YAML | apache-2.0 | grandquista/ReQL-Core,grandquista/ReQL-Core,grandquista/ReQL-Core,grandquista/ReQL-Core |
bf4527bd741ee84120b8da22bb7646d875325582 | .travis.yml | .travis.yml | language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
env:
- MAXIMUS_CONFIG_LOCAL_SUFFIX=testing
before_install:
- cpanm -n Module::Install
- cpanm -n Catalyst::Devel
- sudo apt-get install libdb-dev
- yes | cpanm --verbose local::lib
| language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
env:
- MAXIMUS_CONFIG_LOCAL_SUFFIX=testing
before_install:
- cpanm -n Module::Install
- cpanm -n Catalyst::Devel
- sudo apt-get install libdb-dev
- yes | cpanm --verbose local::lib
notifications:
irc:
channels:
- "ir... | Use IRC notification for Travis-ci build result | Use IRC notification for Travis-ci build result
| YAML | mit | maximos/maximus-web,maximos/maximus-web,maximos/maximus-web |
e611edaf69935e9fd4e9e3241d8eef8182ba9bcd | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get -qq update
- cd ..
- git clone http://git.sv.gnu.org/r/autoconf.git
- cd autoconf
- ls
- aclocal -I m4
- autoconf
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- git clone https://github.com/ImageMagick/Image... | language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get -qq update
- cd ..
- git clone http://git.sv.gnu.org/r/autoconf.git
- cd autoconf
- ls
- aclocal -I m4
- automake
- autoconf
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- git clone https://github.com/Imag... | Fix install own autoconf on Travis-CI | Fix install own autoconf on Travis-CI
| YAML | mit | kjunichi/mruby-mrmagick,kjunichi/mruby-mrmagick,kjunichi/mruby-mrmagick |
24baeb5ae7f3bc08dfb340a9e72bfa42a1b71d3d | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "4.2.3"
- "4.2.2"
- "4.2.1"
- "4.2.0"
- "4.1.2"
- "4.1.1"
- "4.1.0"
- "4.0.0"
- "0.12"
- "0.11"
- "0.10"
before_install:
- npm install -g tsd
- tsd install
| language: node_js
node_js:
- "stable"
- "4.2.3"
- "4.2.0"
- "4.1.2"
- "4.1.0"
- "4.0.0"
- "0.12"
- "0.11"
- "0.10"
before_install:
- npm install -g tsd
- tsd install
| Remove non-major and non-latest versions | Remove non-major and non-latest versions | YAML | mit | inversify/InversifyJS,Dirrk/InversifyJS,remojansen/InversifyJS,Dirrk/InversifyJS,remojansen/InversifyJS,inversify/InversifyJS |
1de45e279c4d3d82155026b60c0056062cdfb18b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- rbx-2.1.1
- ruby-head
- jruby-head
| language: ruby
rvm:
- 2.0.0
- rbx-2.1.1
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: rbx-2.1.1
- rvm: jruby-head
| Allow failures on rbx and jruby | Allow failures on rbx and jruby
| YAML | mit | freemanoid/truncator |
9adf542db365121019bb6ab68c47ca088d67e6f3 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
allow_failures:
php: nightly
cache:
directories:
- $HOME/.composer/cache
install:
- composer install --no-interaction --no-progress || composer remove --dev friendsofphp/php-cs-fixer --no-interaction --no-progress
script:
- composer validate --stri... | language: php
php:
- 7.1
- 7.2
- 7.3
allow_failures:
php: nightly
cache:
directories:
- $HOME/.composer/cache
install:
- composer install --no-interaction --no-progress || composer remove --dev friendsofphp/php-cs-fixer --no-interaction --no-progress
script:
- composer validate --strict
- vendo... | Remove nightly PHP version from build | Remove nightly PHP version from build
| YAML | lgpl-2.1 | johnzuk/GusApi |
33d71440c2905c071e3a31b8ef39e75979794e68 | .travis.yml | .travis.yml | language: node_js
node_js:
- '4'
- '6'
- '8'
deploy:
provider: script
script: ./node_modules/.bin/nlm release
skip_cleanup: true
'on':
branch: master
node: '8'
| language: node_js
node_js:
- '6'
- '8'
- '10'
deploy:
provider: script
script: ./node_modules/.bin/nlm release
skip_cleanup: true
'on':
branch: master
node: '8'
| Stop testing on node 4 (EOL) | chore: Stop testing on node 4 (EOL)
| YAML | bsd-3-clause | testiumjs/testium-driver-wd |
db8caec3bcb54d122d45ea72fd156bb16c844ab3 | .travis.yml | .travis.yml | language: ruby
before_script:
- "rake app:railties:install:migrations"
- "rake app:db:migrate"
script:
- "rake spec"
rvm:
- 2.0.0
- 1.9.3 | language: ruby
notifications:
email:
- ivanzotov@gmail.com
before_script:
- "rake app:railties:install:migrations"
- "rake app:db:migrate"
script: bundle exec rake spec
rvm:
- 2.0.0
- 1.9.3
- rbx-19mode
- jruby-19mode | Test rbx and jruby Travis | Test rbx and jruby Travis
| YAML | mit | ivanzotov/constructor,szyablitsky/constructor,ivanzotov/constructor,ivanzotov/constructor,szyablitsky/constructor,szyablitsky/constructor |
198ec31b296735a5eac8076f9a092f1929284ed7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
| language: ruby
rvm:
- 2.3
- jruby
- rbx
sudo: false
| Drop support for ruby 1.9 and jruby19mode | Drop support for ruby 1.9 and jruby19mode
| YAML | mit | barnabyalter/omniauth-aleph |
419279c55f46f8e1e1b5c487da21dc49a5b4e705 | .travis.yml | .travis.yml | language: python
python:
- 3.2
- 3.3
- 3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- conda create --yes -n condaenv p... | language: python
python:
- 3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- conda create --yes -n test-env python=$TRAVIS_PY... | Install pandas from conda in Travis CI | Install pandas from conda in Travis CI
| YAML | apache-2.0 | yasserglez/configurator,yasserglez/configurator |
2546a717eb50fe55f46a519f70c3be28f7a1a9a5 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
install:
- composer install
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
install:
- composer install
| Add PHP 5.6 to build | Add PHP 5.6 to build
| YAML | mit | solvire/hal,blongden/hal |
6a73e1d3a2bcffd6d0f6ca27ea7cad2989d9a765 | .travis.yml | .travis.yml | language: node_js
node_js:
- 8
os:
- osx
- linux
sudo: required
dist: trusty
osx_image: xcode9
compiler:
- clang
addons:
apt:
packages:
- icnsutils
- xz-utils
before_install:
- openssl aes-256-cbc -K $encrypted_fc666da9e2f5_key -iv $encrypted_fc666da9e2f5_iv
-in .travis.env.enc -out .travis.env -d; sour... | language: node_js
node_js:
- 8
os:
- osx
- linux
sudo: required
dist: trusty
osx_image: xcode9
compiler:
- clang
addons:
apt:
packages:
- icnsutils
- xz-utils
# For keyboard-layout < electron-spellchecker
- libxkbfile-dev
before_install:
- openssl aes-256-cbc -K $encrypted_fc666da9e2f5_key -iv $en... | Add missing dep for electron-spellchecker | Add missing dep for electron-spellchecker
| YAML | apache-2.0 | irccloud/irccloud-desktop |
6aebfbf18c544c1739a6cb963cc24c2a1d0e1b05 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2
- 2.3
- 2.4
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby-9
- rvm: rbx-3
dist: trusty
| Use Travis "trusty" build and wildcard Ruby versions. | Use Travis "trusty" build and wildcard Ruby versions.
| YAML | unlicense | ruby-rdf/rdf-aggregate-repo |
6b9a0347b0fc84b02888b6cfafdbeae423174bc5 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.2
gemfile:
- gemfiles/clean.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.2.gemfile
- gemfiles/5.0.gemfile
script: 'bundle exec rspec'
notifications:
email: false
addons:
code_climate:
repo_token: def01fea93ef7e5af7b536817182cb7951f9aac0e151bf544584901a689e... | language: ruby
rvm:
- 2.0
- 2.2
- 2.3.1
gemfile:
- gemfiles/clean.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.2.gemfile
- gemfiles/5.0.gemfile
script: 'bundle exec rspec'
notifications:
email: false
addons:
code_climate:
repo_token: def01fea93ef7e5af7b536817182cb7951f9aac0e151bf544584901a689e... | Stop testing under ruby 1.9, but test with 2.3 | Stop testing under ruby 1.9, but test with 2.3 | YAML | mit | stokarenko/ruby-features,stokarenko/ruby-features |
a55758753044c433fc0ce94e6b8f7df9b3fefd11 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository ppa:kalakris/cmake -y
- sudo apt-get update -qq
- sudo apt-get install -y cmake
- sudo apt-get install -y libqt4-dev libdcmtk2-dev libinsighttoolkit3-dev libgdcm2-dev
- sudo apt-get install -y xpra xserver-xorg-video-dummy
before_scr... | language: cpp
compiler:
- gcc
before_install:
- sudo add-apt-repository ppa:kalakris/cmake -y
- sudo apt-get update -qq
- sudo apt-get install -y cmake
- sudo apt-get install -y libqt4-dev qt4-dev-tools libdcmtk2-dev libinsighttoolkit3-dev libgdcm2-dev
- sudo apt-get install -y xpra xserver-xorg-video-dum... | Add qt4-dev-tools to get sqlite | Add qt4-dev-tools to get sqlite
http://packages.ubuntu.com/precise/qt4-dev-tools
| YAML | apache-2.0 | pieper/CTK,pieper/CTK,pieper/CTK,pieper/CTK |
9a67257a8879a5f2de00e63671d895f632722634 | .travis.yml | .travis.yml | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: csharp
dist: trusty
dotnet: 2.1.401
mono: none
osx_image: xcode8.3
os:
- osx
- linux
before_install:
- date -u
- uname -a
- env | sort
install:
- git fetch --unshallow
# Build libgit2, LibGit2Sharp and run the tests
script:
- ./bui... | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: csharp
dist: trusty
dotnet: 2.1.506
mono: none
osx_image: xcode8.3
os:
- osx
- linux
before_install:
- date -u
- uname -a
- env | sort
install:
- git fetch --unshallow
# Build libgit2, LibGit2Sharp and run the tests
script:
- ./bui... | Update Travis .NET Core SDK version | Update Travis .NET Core SDK version
| YAML | mit | libgit2/libgit2sharp,PKRoma/libgit2sharp |
108094b6499b48fa14f08f3a1f3bc45db4c2dfe5 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1.10
- 2.2.4
- 2.3.0
notifications:
on_success: change
on_failure: change
on_start: false
# NOTE: The `addons` section is a workaround for Ruby 2.1.10
# A build failes if this section is removed.
addons:
apt:
packages:
- libgmp-dev
| language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1.10
- 2.2.4
- 2.3.1
notifications:
on_success: change
on_failure: change
on_start: false
# NOTE: The `addons` section is a workaround for Ruby 2.1.10
# A build failes if this section is removed.
addons:
apt:
packages:
- libgmp-dev
| Bump Ruby version to 2.3.1 | Bump Ruby version to 2.3.1
| YAML | mit | mozamimy/rbtclk |
b86f7e0d7d2e5242924f33df82281e657f53d8dd | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
notifications:
email: false
# Setup anaconda
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes co... | language: python
python:
- 2.7
- 3.4
notifications:
email: false
# Setup anaconda
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes co... | Add flake8 and pep257 tests to Travis | Add flake8 and pep257 tests to Travis
| YAML | mit | ibab/python-mle |
02f02ee567a546147affe789f540eec1e906f5d8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- rbx-2
- ruby-head
- jruby-head
- ree
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- rbx-2
- ruby-head
- jruby-head
- ree
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
| Allow ruby-head and jruby-head to fail | Allow ruby-head and jruby-head to fail
We only care about released versions breaking our build, running against head is just a way to catch problems early. | YAML | mit | jartek/request_store,ipoval/request_store,kissrobber/request_store,pravi/request_store,steveklabnik/request_store |
63ebcadc3cf711f745b62cda2395d43ed9169d64 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.2
script:
- bundle exec rspec --no-drb --format progress
env:
global:
- secure: |-
dcN4p784cVCbAXVV9BW+VxViyGBPsbf+RaEjNh4i+0oTWSnlQfuE/+YbSKbYisxn4jd+E7VH7
/NKyNFdWl+Lxltmf5qyHxqDpHfJZFisQVPIg8DoAkH8TT8BFeohhSK7vY3qPvPTuRaKHJY4DE
9aOh6sKJMqcTP9FixIYFoYR18=
| language: ruby
rvm:
- 2.1.5
script:
- bundle exec rspec --no-drb --format progress
env:
global:
- secure: |-
dcN4p784cVCbAXVV9BW+VxViyGBPsbf+RaEjNh4i+0oTWSnlQfuE/+YbSKbYisxn4jd+E7VH7
/NKyNFdWl+Lxltmf5qyHxqDpHfJZFisQVPIg8DoAkH8TT8BFeohhSK7vY3qPvPTuRaKHJY4DE
9aOh6sKJMqcTP9FixIYFoYR18=
| Update Ruby version for use in Travis | Update Ruby version for use in Travis
| YAML | mit | paulfioravanti/toy_robot |
9d6f81bdb6f130920b9ef109284f9a8187924a25 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=v0.14.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install libgdal1h gdal-bin libgdal-dev libspatialindex-dev libspatial... | language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.15.2
- PANDAS_VERSION=v0.16.0
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install libgdal1h gdal-bin libgdal-dev libspatialindex-dev libspatial... | Update pandas versions on Travis CI to latest 2 major releases + master | TST: Update pandas versions on Travis CI to latest 2 major releases + master
| YAML | bsd-3-clause | ozak/geopandas,geopandas/geopandas,jorisvandenbossche/geopandas,jorisvandenbossche/geopandas,scw/geopandas,jorisvandenbossche/geopandas,micahcochran/geopandas,geopandas/geopandas,jdmcbr/geopandas,micahcochran/geopandas,snario/geopandas,jdmcbr/geopandas,IamJeffG/geopandas,maxalbert/geopandas,ozak/geopandas,perrygeo/geop... |
dbdb687f1a893164abb150fb0137813e478d7cc5 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
branches:
only:
- master
- /^v?\d+\.\d+\.\d+(-\S*)?$/
matrix:
fast_finish: true
allow_failures:
- go: tip
install: make vendor
script: make test
| language: go
sudo: false
go:
- 1.10.x
- 1.11.x
- tip
branches:
only:
- master
- /^v?\d+\.\d+\.\d+(-\S*)?$/
matrix:
fast_finish: true
allow_failures:
- go: tip
install: make vendor
script: make test
| Drop support for old Go versions | Drop support for old Go versions
| YAML | mit | goph/emperror,goph/emperror |
03c3e6df881f4c3fd090d28e6c0b9ca7bc0fe9e2 | .travis.yml | .travis.yml | language: ruby
env:
global:
- PATH="/opt/chef/bin:$PATH"
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
script:
- make
- git diff --exit-code
- git diff --cached --exit-code
- bundle exec rake
- ./run-foodcritic cookbooks
- ./runtests
| language: generic
env:
global:
- PATH="/opt/chefdk/bin:/opt/chef/bin:$PATH"
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
install: bundle install --jobs=3 --retry=3
script:
- make
- git diff --exit-code
- git diff --cached --exit-code
- bundle exec rake
- ./run-foodcritic cook... | Use the rubocop that comes with chefdk | Use the rubocop that comes with chefdk
| YAML | mit | travis-ci/packer-templates,travis-ci/packer-templates,travis-ci/packer-templates |
f5881cca371eeafe672a9f6163644a25b323b71a | .travis.yml | .travis.yml | language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-5']
env: COMPILER=g++-5
- os: linux
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-... | language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-5']
env: COMPILER=g++-5
# - os: linux
# compiler: clang
# addons:
# apt:
# sources: ['ubuntu-toolc... | Disable clang compiling while llvm apt repo is offline | Disable clang compiling while llvm apt repo is offline
| YAML | mit | siquel/kulma,siquel/kulma |
5445beb1546ab3c6923b6a8a787fe727c067ff76 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx
matrix:
allow_failures:
- rvm: rbx
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode # JRuby in 1.9 mode
- rbx
matrix:
allow_failures:
- rvm: rbx
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
| Remove jRuby 1.8 and 1.9.2 from ci | Remove jRuby 1.8 and 1.9.2 from ci
| YAML | mit | razum2um/gon,be9/gon,avokhmin/gon,gazay/gon |
ad31d7662939f2246fd1e4671dd7632c92aedd91 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install: "npm install -g bob --loglevel error"
script: "bob build"
| language: node_js
node_js:
- "0.11"
- "0.10"
before_install: "npm install -g bob --loglevel error"
script: "bob build"
| Add node 0.11 to CI runs. | Add node 0.11 to CI runs.
| YAML | mit | cliffano/breaker |
5b73ce69016ff501d2116e4225c83c077d796878 | .travis.yml | .travis.yml | # Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
sudo: required
services:
- docker
env:
- PLATFORM_LANGUAGE=cpp
- PLATFORM_LANGUAGE=java
cache:
timeout: 900
directories:
- $HOME/.m2
- $HOME/.ccache
branches:
only:
- master
befo... | # Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
sudo: required
services:
- docker
env:
- PLATFORM_LANGUAGE=cpp
- PLATFORM_LANGUAGE=java
cache:
timeout: 900
directories:
- $HOME/.m2
- $HOME/.ccache
git:
depth: 1
branches:
only:... | Reduce clone depth to 1 | Reduce clone depth to 1
| YAML | apache-2.0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa |
09b62966ead00fb5224ff5a1472e6a10f057433a | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION="2.3.*"
- php: 5.6
env: SYMFONY_VERSION="2.4.*"
- php: 5.6
env: SYMFONY_VERSION="2.5.*"
- php: 5.6
env: SYMFONY_VERSION="2.6.*"
- php: 5.6
env: SYMFONY_VERSION="2.7.*"
befor... | language: php
php:
- 5.5
- 5.6
- 7.0
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION="2.5.*"
- php: 5.6
env: SYMFONY_VERSION="2.6.*"
- php: 5.6
env: SYMFONY_VERSION="2.7.*"
before_install:
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-... | Remove running tests in environments with Symfony <2.5. | Remove running tests in environments with Symfony <2.5.
| YAML | mit | ClearcodeHQ/command-bus-console |
8980df5d5555f1aa1edf1c3faecab1af64383fbb | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
matrix:
include:
- rvm: 2.2.10
- rvm: 2.3.7
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
branches:
only:
- master
bundler_args: --jobs 7 --without docs debug
script: bundle exec rake
| sudo: false
language: ruby
cache: bundler
matrix:
include:
- rvm: 2.2.10
- rvm: 2.3.7
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
branches:
only:
- master
bundler_args: --jobs 7 --without docs debug
script:
- bundle exec chefstyle
- bundle exec r... | Add chefstyle testing to Travis | Add chefstyle testing to Travis
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/knife-openstack,chef/knife-openstack |
021d49405d0f74782749aae7482c1798733558b9 | .travis.yml | .travis.yml | language: python
python:
- "3.5.2"
# - "nightly"
install:
# - pip3 install codecov pyyaml
- pip3 install pyyaml
script:
- python3 -m unittest discover
# - python3 -m doctest README.adoc
# - coverage run --source pylibofp -m test
#after_success:
# - if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then codecov; ... | language: python
python:
- "3.5.2"
# - "nightly"
install:
# - pip3 install codecov pyyaml
- pip3 install pyyaml
script:
- libofp version
- libofp jsonrpc --loglevel=info < /dev/null
- python3 -m unittest discover
# - python3 -m doctest README.adoc
# - coverage run --source pylibofp -m test
#after_success:... | Check libofp version and default log settings. | Check libofp version and default log settings.
| YAML | mit | byllyfish/pylibofp,byllyfish/pylibofp |
355de682ea82238ed0a36a7a5b9f74f9a1a69bbe | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install: "pip install -r requirements-test.txt --use-mirrors"
# command to run tests
script: py.test test | language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install . --use-mirrors"
- "pip install -r requirements-test.txt --use-mirrors"
# command to run tests
script: py.test test | Make sure to install self | Make sure to install self
| YAML | mit | tshlabs/avalonms |
e1b8e6d2e4d05ee26f526d556efa6df1f833de9c | .travis.yml | .travis.yml | language: php
sudo: required
dist: trusty
php:
- "7.2"
- "master"
- "nightly"
matrix:
fast_finish: true
allow_failures:
- php: "master"
- php: "nightly"
os:
- windows
- linux
before_install:
- git clone -b stable https://github.com/jedisct1/libsodium.git
- cd libsodiu... | language: php
sudo: required
dist: trusty
php:
- "7.2"
- "master"
- "nightly"
matrix:
fast_finish: true
allow_failures:
- php: "master"
- php: "nightly"
os:
- windows
- linux
before_install:
- git clone -b stable https://github.com/jedisct1/libsodium.git
- cd libsodiu... | Update the pecl channel before installing libsodium. | Update the pecl channel before installing libsodium. | YAML | mpl-2.0 | paragonie/halite,paragonie/halite |
e6c5971b89d7d6f5d8dba83782e25bf1fc372f32 | .travis.yml | .travis.yml | language: java
matrix:
include:
- os: linux
dist: precise
jdk: oraclejdk7
- os: linux
jdk: oraclejdk8
- os: linux
jdk: openjdk8
- os: linux
jdk: oraclejdk9
- os: linux
jdk: oraclejdk10
- os: linux
jdk: openjdk10
env:
- TERM=dumb
script:
- ./... | language: java
matrix:
include:
- os: linux
dist: precise
jdk: oraclejdk7
- os: linux
jdk: oraclejdk8
- os: linux
jdk: openjdk8
- os: linux
jdk: oraclejdk9
- os: linux
jdk: oraclejdk10
- os: linux
jdk: openjdk10
script:
- ./gradlew assemble
bran... | Use default terminal on Travis | Use default terminal on Travis
| YAML | bsd-3-clause | bwaldvogel/log4j-systemd-journal-appender,bwaldvogel/log4j-systemd-journal-appender |
09af823bea169a3339a8ba172b6fe59a47101f91 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_install:
- phpenv config-rm xdebug.ini || true
- "[[ $GITHUB_TOKEN ]] && composer config --global github-oauth.github.com $GITHUB_TOKEN"
install: composer install --no-interacti... | sudo: false
language: php
php:
- '7.1'
- '7.2'
- '7.3'
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_install:
- phpenv config-rm xdebug.ini || true
- "[[ $GITHUB_TOKEN ]] && composer config --global github-oauth.github.com $GITHUB_TOKEN"
install: composer install --no-interaction
scrip... | Remove PHP 7.0 from the build matrix. | Remove PHP 7.0 from the build matrix.
| YAML | mit | recoilphp/recoil |
e1a8b2ea5df6d5c4e32a8a86422f854dec550296 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
sudo: false | language: node_js
node_js:
- "stable"
- "0.12"
- "0.11"
- "0.10"
sudo: false | Build Matrix for Integration Tests | Build Matrix for Integration Tests
| YAML | isc | ShinyAds/node-google-dfp |
b68ca0ba3086c42180d664e324940012e3662b14 | .travis.yml | .travis.yml | language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:
- "node"
script:
- yarn lint
- yarn test --coverage
after_success:
- "coveralls < coverage/lcov.info"
| language: node_js
cache:
yarn: true
directories:
- node_modules
script:
- yarn lint
- yarn test --coverage
after_success:
- "coveralls < coverage/lcov.info"
| Remove Node version from Travis CI config and defer to .nvmrc | Remove Node version from Travis CI config and defer to .nvmrc
| YAML | mit | wKovacs64/meetup-raffle,wKovacs64/meetup-raffle |
ffd15a4360cc70913061ff45e78acae47dc69f69 | .travis.yml | .travis.yml | language: python
python:
- '2.6'
- '2.7'
install: "python setup.py develop"
script: "python setup.py test"
deploy:
provider: pypi
user: allanino
password:
secure: f6A4pg0MWM11U4i+MViOMNe/YM9LT6v/jAFs6JRQ7jp+2eVjuzFlfByVn0sLdALExHi4sno66j7aLTGJcSlwlRZUt/Wss1C+4Rt1D+KrzriFdH8WANKzTF63fh8cZDYMdEerzCkcPwz... | language: python
python:
- '2.7'
# Setup anaconda
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
# The next couple lines fix a... | Use Miniconda to install Scipy | Use Miniconda to install Scipy
| YAML | mit | cloudwalkio/ddbscan,allanino/ddbscan |
1be228185a4043c9b19b5f7c152e465f1ffa9e5e | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
before_script:
- composer self-update
- composer install
script: phpunit --coverage-text -c test/
after_script:
# Merges the individual clover reports of each component into a single clover.xml
- php vendor/bin/phpcov.php --merge --clover build/logs/clover.xml --whitelist l... | language: php
php:
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install
script: phpunit --coverage-text -c test/
after_script:
# Merges the individual clover reports of each component into a single clover.xml
- php vendor/bin/phpcov.php --merge --clover build/logs/clover.xml --wh... | Add Travis testing for HHVM | Add Travis testing for HHVM | YAML | bsd-3-clause | BitWeb/id-services |
5745b2881261bec52603cb86dbe19b6c34976da8 | .travis.yml | .travis.yml | language: go
go:
- 1.2
install:
- go get launchpad.net/goamz/aws
- go get -v -t ./...
- mkdir -p $HOME/gopath/bin
- go install
script:
- export PATH=$HOME/gopath/bin:$PATH
- go test ./... | language: go
go:
- 1.2
install:
- go get launchpad.net/goamz/aws
- go get -v -t ./...
- mkdir -p $HOME/gopath/bin
- go install
script:
- export PATH=$HOME/gopath/bin:$PATH
- go test ./...
| Fix missing newline at eof | Fix missing newline at eof
| YAML | mit | realestate-com-au/credulous,mefellows/credulous,mefellows/credulous,mbailey/credulous,mbailey/credulous,mefellows/credulous,realestate-com-au/credulous,mbailey/credulous,mbailey/credulous,realestate-com-au/credulous,realestate-com-au/credulous,mefellows/credulous |
bd1a201df11d9a460f1d9768b1673fc5bbd538da | .travis.yml | .travis.yml | language: java
sudo: false
before_install:
# - unset GEM_PATH
install:
# install without testing
- mvn install -U -Dmaven.test.skip=true -B -V -fae -q -T2
script:
# execute tests
- mvn -e verify -B
after_success:
# generate code coverage report
- mvn -B -e -fae -Ptravis-ci clean verify jacoco:report c... | language: java
sudo: false
before_install:
# - unset GEM_PATH
install:
# install without testing
- mvn install -U -Dmaven.test.skip=true -B -V -fae -q -T2
script:
# execute tests
- mvn -e verify -B
after_success:
# generate code coverage report
- mvn -B -e -fae -Ptravis-ci clean verify jacoco:report c... | Revert "enable Travis-CI building/testing on osx" | Revert "enable Travis-CI building/testing on osx"
| YAML | apache-2.0 | GeoDienstenCentrum/sass-maven-plugin,GeoDienstenCentrum/sass-maven-plugin |
9b4dc9af9ad679b55925c1828913bd602481c254 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build with Node.js 6 on Travis CI. | Build with Node.js 6 on Travis CI.
| YAML | mit | bigeasy/semblance |
489ebb7f1ee8a66e745e6155a81282cc8aad4c61 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- yarn lint
- yarn test
- yarn build
- yarn profile
| language: node_js
node_js:
- "7"
script:
- yarn lint
- yarn test
- yarn build
- yarn profile
| Remove chrome installation in CI | Remove chrome installation in CI
| YAML | mit | sljavi/react-speech-recognition-status |
fb645bd43284fb2ae2010305ec8a8c49ff576d1e | .travis.yml | .travis.yml | language: python
python:
- 2.7
branches:
only:
- master
- develop
install: python setup.py install
script: nosetests -v
notifications:
email: false | language: python
python:
- 2.7
- 3.2
branches:
only:
- master
- develop
install: python setup.py install
script: nosetests -v
notifications:
email: false | Add python 3.2 just to experiment with matrix builds | Add python 3.2 just to experiment with matrix builds
| YAML | mit | guillermo-carrasco/pytravis |
6269904bc9d5919d065c6d9077764ed01e01247e | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- COMPOSER_ROOT_VERSION=dev-master composer install --dev
before_install:
- sudo apt-get install -qq php5-gd
- sudo apt-get install -qq php5-imagick
- sudo apt-get install -qq libgraphicsmagick1-dev
- printf "\n" | pecl install -f gmagick-1.1.7RC2
script: ... | language: php
php:
- 5.4
- 5.5
before_script:
- COMPOSER_ROOT_VERSION=dev-master composer install --dev
before_install:
- sudo apt-get install -qq php5-gd
- sudo apt-get install -qq imagemagick
- sudo apt-get install -qq php5-imagick
- sudo apt-get install -qq libgraphicsmagick1-dev
- printf "\n" | p... | Build failing; guess need to install Imagick | Build failing; guess need to install Imagick
| YAML | mit | bitheater/dummy-image |
3682038ecdd4b84e4c0d71e63da9a6af0efaf5f8 | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.11
- 2.12.3
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
after_success:
- |
if [ -n "$TRAVIS_TAG" ] || ([ "$TRAVIS_PULL_REQUEST" == false ] && [ "$TRAVIS_BRANCH" == master ])
then
mkdir ~/.pgp
echo $PGP_... | language: scala
scala:
- 2.11.11
- 2.12.3
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
after_success:
- |
if [ -n "$TRAVIS_TAG" ] || ([ "$TRAVIS_PULL_REQUEST" == false ] && [ "$TRAVIS_BRANCH" == master ])
then
mkdir ~/.pgp
echo $PGP_... | Split test and package into seperate commands | Split test and package into seperate commands
in travis
| YAML | apache-2.0 | lucidsoftware/xtract |
7db31b4c2e90439f276fce49362afd7346871771 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- 1.8.0
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| Drop Rust 1.8 from Travis | Drop Rust 1.8 from Travis
It can't compile new try syntax (expr?), so let's focus on supporting latest stable version of Rust.
| YAML | mit | dherman/kora,RReverser/esprit,dherman/kora,RReverser/esprit |
656abf109ca3387a3efb81687f0d9900d2c68a71 | .travis.yml | .travis.yml | language: node_js
sudo: false
before_install:
- npm update -g npm
node_js:
- "0.12"
- "0.10"
- "0.8"
| language: node_js
sudo: false
before_install:
- npm update -g npm
node_js:
- "6.0"
- "4.4"
- "0.12"
- "0.10"
- "0.8"
| Add 6.0 and 4.4 to versions we test with Travis. | Add 6.0 and 4.4 to versions we test with Travis.
| YAML | mit | eloquence/node-config |
85e18b8b0516263856a8aba49dc59be038d9db2e | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_script:
- mkdir cmake-build
- cd cmake-build
script: cmake -DOCE_ENABLE_DEB_FLAG:BOOL=OFF
-DCMAKE_BUILD_TYPE:STRING=Debug
-DOCE_TESTING:BOOL=ON
-DOCE_VISUALISATION:BOOL=OFF
-DOCE_OCAF:BOOL=ON
-DOCE_DATAEXCHANGE:BOOL=ON
... | language: cpp
compiler:
- gcc
- clang
before_script:
- mkdir cmake-build
- cd cmake-build
script: cmake -DOCE_ENABLE_DEB_FLAG:BOOL=OFF
-DCMAKE_BUILD_TYPE:STRING=Debug
-DOCE_TESTING:BOOL=ON
-DOCE_VISUALISATION:BOOL=OFF
-DOCE_OCAF:BOOL=ON
-DOCE_DATAEXCHANGE:BOOL=ON
... | Enable precompiled headers to speed up builds | Enable precompiled headers to speed up builds
| YAML | lgpl-2.1 | EvgeneOskin/oce,Tridify/oce,Tech-XCorp/oce,BenoitPerrot/oce,finetjul/oce,BenoitPerrot/oce,finetjul/oce,EvgeneOskin/oce,tpaviot/oce,Tridify/oce,tpaviot/oce,BenoitPerrot/oce,tpaviot/oce,EvgeneOskin/oce,heartvalve/oce,heartvalve/oce,heartvalve/oce,Tridify/oce,Tridify/oce,mathstuf/oce,Tridify/oce,heartvalve/oce,EvgeneOskin... |
0f600e8f2a0787bbe2308332b636be99023f60ac | .travis.yml | .travis.yml | matrix:
include:
- os: osx
language: objective-c
osx_image: xcode8.2
- os: osx
language: objective-c
osx_image: xcode8.3
script:
# The pipefail option sets the exit status to the last commond with a non-zero status code, which would usually be xcodebuild
- set -o pipefail && xcode... | matrix:
include:
- os: osx
language: objective-c
osx_image: xcode8.2
env:
- DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.1"
- os: osx
language: objective-c
osx_image: xcode8.3
env:
- DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.3"
scri... | Disable xcpretty on Travis. Use iOS 10.3 in Xcode 8.3 | Disable xcpretty on Travis. Use iOS 10.3 in Xcode 8.3
| YAML | mit | ole/Ampere |
e27b1ca67fe02f6ef75d59f7708c0d7bf5038293 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0.0"
sudo: false
before_install:
- cp config/config_travis-ci.js config/config.js
install:
- npm install
services:
- mongodb
- redis-server | language: node_js
node_js:
- "4.0.0"
sudo: false
before_install:
- cp config/config_travis-ci.js config/config.js
install:
- npm install
services:
- mongodb
- redis-server
notifications:
email: false
slack: khe:tfhhTbfsGC5sNlqxUbmU9OZF | Switch from email notifications to slack notifications from Travis | Switch from email notifications to slack notifications from Travis
| YAML | mit | hacksu/kenthackenough,hacksu/kenthackenough |
6ad5008c80a1d75d56d2e411c8ae87825ab7d048 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
- gem install bundler
gemfile:
- .gemfiles/Gemfile.mongoid3
- .gemfiles/Gemfile.mongoid4
- .gemfiles/Gemfile.mongoid4_rails41
- .gemfiles/Gemfile.mongoid4_rails42
- .gemfiles/Gemfile.mongoid5_rails4
- .ge... | language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
before_install:
- gem install bundler
gemfile:
- .gemfiles/Gemfile.mongoid3
- .gemfiles/Gemfile.mongoid4
- .gemfiles/Gemfile.mongoid4_rails41
- .gemfiles/Gemfile.mongoid4_rails42
- .gemfiles/Gemfile.mon... | Test against newer versions of Ruby | Test against newer versions of Ruby
| YAML | mit | KoanHealth/mongoid-encrypted-fields |
7c82164c0f03275b8a4042e7b9c543b05ed6d25d | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
install:
- "pip install . --use-mirrors"
- "pip install django>=1.5 psycopg2==2.4.6"
env:
env:
global:
- DJANGO_SETTINGS_MODULE=test_project.settings
- REPO="chrislawlor/django-pachyderm"
- CI_HOME=`pwd`/$REPO
- PYTHONPATH=$PYTHONPATH:$CI... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
install:
- "pip install . --use-mirrors"
- "pip install django>=1.5 psycopg2==2.4.6"
env:
env:
global:
- DJANGO_SETTINGS_MODULE=test_project.settings
- REPO="chrislawlor/django-pachyderm"
- CI_HOME=`pwd`/$REPO
- PYTHONPATH=$PYTHONPATH:$CI... | Add src dir to PYTHONPATH | Add src dir to PYTHONPATH
| YAML | bsd-2-clause | chrislawlor/django-pachyderm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.