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 |
|---|---|---|---|---|---|---|---|---|---|
a15a08217435cb256674cbeb5736b0c8c6302ee3 | .travis.yml | .travis.yml | sudo: required
dist: trusty
before_install:
- "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -"
- "echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" | sudo tee -a /etc/apt/sources.list"
- "sudo apt-get update -qq"
- "sudo apt-get install -y goog... | sudo: required
dist: trusty
before_install:
- "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -"
- "echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" | sudo tee -a /etc/apt/sources.list"
- "sudo apt-get update -qq"
- "sudo apt-get install -y goog... | Add oracle installer to addons | Add oracle installer to addons
| YAML | apache-2.0 | otto-de/jlineup,otto-de/jlineup,otto-de/jlineup |
cbcedbb7b74664687eea1b8918902a829603d400 | antimatter.yaml | antimatter.yaml | enabled: true
default_lang: en
dropdown:
enabled: false
streams:
schemes:
theme:
type: ReadOnlyStream
paths:
- user/themes/antimatter
| enabled: true
default_lang: en
dropdown:
enabled: false
| Remove unneeded streams.schemes from Theme YAML | Remove unneeded streams.schemes from Theme YAML
| YAML | mit | getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter |
0ee18c2f2a6e11c7d2af7624f0a9604b7263ed5c | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.2
env:
global:
- CONFIG=opt
- TEST=objc
- JOBS=1
before_install:
- pod --version
- gem uninstall cocoapods -a
- gem install cocoapods -v '1.0.0'
- pod --version
- brew install gflags
install:
- make grpc_objective_c_plugin
- pushd src/objective-c/tests... | language: objective-c
osx_image: xcode7.3
env:
global:
- CONFIG=opt
- TEST=objc
- JOBS=1
before_install:
- pod --version
- gem uninstall cocoapods -a
- gem install cocoapods -v '1.0.0'
- pod --version
- brew install gflags
install:
- make grpc_objective_c_plugin
- pushd src/objective-c/tests... | Use Xcode 7.3 and SDK 9.3 in Travis | Use Xcode 7.3 and SDK 9.3 in Travis | YAML | apache-2.0 | sreecha/grpc,kpayson64/grpc,apolcyn/grpc,chrisdunelm/grpc,MakMukhi/grpc,wcevans/grpc,baylabs/grpc,dgquintas/grpc,baylabs/grpc,quizlet/grpc,matt-kwong/grpc,PeterFaiman/ruby-grpc-minimal,malexzx/grpc,kskalski/grpc,kskalski/grpc,kpayson64/grpc,thinkerou/grpc,zhimingxie/grpc,firebase/grpc,wcevans/grpc,dklempner/grpc,ipylyp... |
80055259f967ca0d35bb69e4e844f873ad8a1015 | .travis.yml | .travis.yml | language: c # skip unnecessary Ruby-specific setup
script: test/setup_bats_and_rbenv_and_run_tests
| language: c # skip unnecessary Ruby-specific setup
os:
- linux
- osx
script: test/setup_bats_and_rbenv_and_run_tests
| Build on multiple OSes when it's supported on Travis | Build on multiple OSes when it's supported on Travis
| YAML | unlicense | hstrowd/rbenv-bundler-ruby-version,jasonkarns/rbenv-bundler-ruby-version,aripollak/rbenv-bundler-ruby-version |
5e453ba73ce9596c6c45b056fc758d20cd7fab49 | .travis.yml | .travis.yml | language: android
sudo: false
jdk:
- oraclejdk8
android:
components:
- build-tools-25.0.2
- android-25
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- chmod +x gradlew
install:
- ./gradlew
script:
- ./gradlew :... | language: android
sudo: false
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-25.0.2
- android-25
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- chmod +x gradlew
install:
- ./gradlew
script:
-... | Add in stacktrace and tools component | Add in stacktrace and tools component
| YAML | apache-2.0 | anthonycr/Grant |
d2248e3ff0b29cbe41b2d8c389090b338f233b1b | .travis.yml | .travis.yml | env:
global:
- secure: gQIARgN5jCAP3IOrXv2DFgCiJpEa+wEdZyRbwzZfwKI288DGRJ50jKs2nFSQWTh/2oq2tHdprXIOFyxWrB+kaazLA6wQPjHHMNVMnEBmhW420xwyFrRLvaM9+3q3YV9gkPu98cbzeP14hqvgJa0yfXM7DdWMvHh+pUWAcBHdNcY=
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- yes | sudo add-apt-repository ppa:allegro/5.0
... | notifications:
email:
on_success: never
env:
global:
- secure: gQIARgN5jCAP3IOrXv2DFgCiJpEa+wEdZyRbwzZfwKI288DGRJ50jKs2nFSQWTh/2oq2tHdprXIOFyxWrB+kaazLA6wQPjHHMNVMnEBmhW420xwyFrRLvaM9+3q3YV9gkPu98cbzeP14hqvgJa0yfXM7DdWMvHh+pUWAcBHdNcY=
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- ... | Disable Travis notifications on success | Disable Travis notifications on success
| YAML | apache-2.0 | tempbottle/RustAllegro,tempbottle/RustAllegro |
0a0814508ba2a1d09bfeb62f39ad824c2b87be47 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
install:
# Install Jekyll and dependencies
- bundle install
before_script:
script:
- bundle exec jekyll build
before_deploy:
- sudo apt-get install python3
- pip install awscli
- aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCE... | language: ruby
rvm:
- 2.2
install:
# Install Jekyll and dependencies
- bundle install
before_script:
script:
- bundle exec jekyll build
before_deploy:
- sudo apt-get install python3
- pip install awscli
- aws configure --aws_access_key_id $AWS_ACCESS_KEY_ID --aws_secret_access_key $AWS_SECRET_ACCE... | Fix to deploy on Travis | Fix to deploy on Travis
| YAML | mit | JustinWingChungHui/gyst,JustinWingChungHui/gyst,JustinWingChungHui/gyst |
042cfb61e8de5f158f6dfd3abdb0b529c69cd189 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run coveralls
| language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run coveralls
| Add Node 8 Travis build target | Add Node 8 Travis build target
| YAML | mit | Borewit/strtok3 |
52700e09db7eac0a7887120883459e0099135fcf | .travis.yml | .travis.yml | language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake... | language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake... | Add root to Travis CI | Add root to Travis CI
| YAML | apache-2.0 | alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework |
50597cf5725889b003b82ea9851ebfd47359c724 | .travis.yml | .travis.yml | sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov
| sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
- pypy3
- pypy
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov
| Add PyPy and PyPy3 to the Travis CI builds | Add PyPy and PyPy3 to the Travis CI builds
| YAML | bsd-3-clause | pyexcel/pyexcel-text,pyexcel/pyexcel-text |
7def5ce2d26d850f0573733ecf5be7d9996f998f | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
#- "3.4"
install:
- python setup.py --quiet install
script:
- ./test_rstcheck.py
- ./test.bash
- rstcheck examples/good.rst
- rstcheck --ignore=cpp,python README.rst
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- python setup.py --quiet install
script:
- ./test_rstcheck.py
- ./test.bash
- rstcheck examples/good.rst
- rstcheck --ignore=cpp,python README.rst
| Enable 3.4 on Travis CI | Enable 3.4 on Travis CI
| YAML | mit | myint/rstcheck,sameersingh7/rstcheck,sameersingh7/rstcheck,myint/rstcheck |
ae76898a12599c307a05f378047c97e60a9ca12e | packages/ti/timeconsole.yaml | packages/ti/timeconsole.yaml | homepage: https://github.com/xpika/Time-Console
changelog-type: ''
hash: 413c030613c5025514a885a63676875662a915e28643b664c5bfd7ee9d3aea4f
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: time each line of terminal output
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.8'
time: -any
process: -any
all-v... | homepage: https://github.com/xpika/Time-Console
changelog-type: ''
hash: 82998fa68dccda65f7a6a0d651869dd3bd866b31463e1083d49caf5b6e521b76
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: time each line of terminal output
changelog: ''
basic-deps:
base: <10000
time: <10000
process: <10000
all-versions... | Update from Hackage at 2017-01-14T02:46:22Z | Update from Hackage at 2017-01-14T02:46:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4e663c3401f13620f5dbdc2e0fd7cc568cda2669 | .travis.yml | .travis.yml | # Travis performance customizations based on
# http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html
# Use faster container-based infrastructure
sudo: false
language: scala
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
scala:
... | # Travis performance customizations based on
# http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html
# Use faster container-based infrastructure
sudo: false
language: scala
# These directories are cached to S3 at the end of the build
#cache:
# directories:
# - $HOME/.ivy2/cache
# - $HOME/.sbt/boot/
scala... | Disable caching in Travis builds | Disable caching in Travis builds
| YAML | apache-2.0 | andypetrella/spark-notebook,andypetrella/spark-notebook,andypetrella/spark-notebook,andypetrella/spark-notebook,maasg/spark-notebook,radek1st/spark-notebook,antonkulaga/spark-notebook,maasg/spark-notebook,maasg/spark-notebook,spark-notebook/spark-notebook,antonkulaga/spark-notebook,radek1st/spark-notebook,spark-noteboo... |
0f24acee2d49d86124b222c1d49957209063f68a | .travis.yml | .travis.yml | language: python
branches:
only:
- master
python:
- 3.2
script:
- jasy create --name mytest --origin https://github.com/dadicool/jasy-skeleton.git --skeleton test-json-project --user.age 34 --user.name Alex --incr 6,7,8 --foo-bar hello --pi 3.17; pushd mytest; jasy help; popd
- jasy create --name mytest1 --... | language: python
branches:
only:
- master
python:
- 3.2
script:
- jasy create --name mytest-github --origin https://github.com/zynga/jasy-skeleton.git --skeleton test-json-project --user.age 34 --user.name Alex --incr 6,7,8 --foo-bar hello --pi 3.17; pushd mytest-github; jasy help; popd
- jasy create --name... | Move the existing tests to use the local repo Add a test that scaffolds a project from a git URL Update github url to point to the zynga repo | Move the existing tests to use the local repo
Add a test that scaffolds a project from a git URL
Update github url to point to the zynga repo
| YAML | mit | dadicool/jasy-skeleton,dadicool/jasy-skeleton |
4a67e2e28174cebaba864985b14255043138615b | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 7.0
env:
- WP_VERSION=master
- WP_VERSION=4.2
before_script:
- composer install
- mkdir -p build/logs
script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/test-reporter
cache:
directories:
- vendor/
notifications:
email: f... | language: php
php:
- 5.4
- 5.5
- 7.0
- hhvm
env:
- WP_VERSION=master
- WP_VERSION=4.2
matrix:
# Nice-to-haves for right now, but not worth considering the build "broken"
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install
- mkdir -p build/logs
script:
- ./vendor/b... | Include PHP 7 and HHVM in Travis, but don't let those break the build | Include PHP 7 and HHVM in Travis, but don't let those break the build
| YAML | mit | stevegrunwell/revision-strike,stevegrunwell/revision-strike,stevegrunwell/revision-strike |
6790e1342b6508f6692b87ac9d1ec0e9dcfbd840 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 5.4
before_install:
- composer self-update
install:
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit
cache:
directories:
- vendor
- $HOME/.composer/cache
after_success... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 5.4
- php: 5.5
before_install:
- composer self-update
install:
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit
cache:
directories:
- vendor
- $HOME/.composer/cach... | Allow failure on php 5.5 | Allow failure on php 5.5
Now that Illuminate/Support is a dependency PHP 5.6 is the lowest supported version. | YAML | mit | paulbunyannet/bandolier,paulbunyannet/bandolier |
2246d7a340a89f3c37feac0012373e90eb355f56 | .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"
- "0.8"
- "0.6"
- "iojs"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Fix Travis CI config file formatting | Fix Travis CI config file formatting
| YAML | isc | cjlarose/argon2-ffi,cjlarose/argon2-ffi,cjlarose/argon2-ffi |
9862b866ee0d24bdce41b617a61e00081fa53c18 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
allow_failures:
- php: 7.0
fast_finish: true
include:
- php: 5.6
env:
- COVERALLS=1
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
- sh -c "if [ '$COVERALLS' = '1' ]; th... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
allow_failures:
- php: 7.0
fast_finish: true
include:
- php: 5.6
env:
- COVERALLS=1
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
- rm composer.lock
- sh -c "if [ '$C... | Remove composer.lock when building with Travis | Remove composer.lock when building with Travis
| YAML | mit | burzum/cakephp-file-storage |
d0c483f3a672c995dac82c4f738bb7dbca717fd1 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '8'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build with Node.js 8 on Travis CI.ush | Build with Node.js 8 on Travis CI.ush
| YAML | mit | bigeasy/locket,bigeasy/locket |
5c8a580546123b20d02f7b279732d2aeb0c7113e | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "pypy"
install: python setup.py install
script: python setup.py test
branches:
only:
- master
| language: python
python:
- "2.6"
- "2.7"
- "pypy"
install:
- pip install -r requirements.txt
- python setup.py install
script: python setup.py test
branches:
only:
- master
| Install requirements.txt as well as running setup.py._ | Install requirements.txt as well as running setup.py._
| YAML | apache-2.0 | jwg4/calexicon,jwg4/qual |
b643c71d872e663815c6b5efb8e9af53dc6a3413 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "iojs"
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message}: %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
| language: node_js
node_js:
- "stable"
- "iojs"
notifications:
irc:
channels:
- "chat.freenode.net#bionode"
template:
- "%{message}: %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
webhooks:
urls:
- https://webhooks.gitter.im/e/bc08fdd81e88a4b24... | Add hooks for Gitter on Travis | Add hooks for Gitter on Travis
| YAML | mit | bionode/bionode-fastq |
a30dfce4d966144cd6b36daccbee972e04dfe055 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
before_install: sudo apt-get install libre2-dev
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- rbx-19mode
before_install: sudo apt-get install libre2-dev
| Add Rubinius to the Travis builds. | Add Rubinius to the Travis builds.
| YAML | bsd-3-clause | mudge/re2,vmg/re2,vmg/re2,mudge/re2 |
1cc94c2875ae91532f5c0fc25481e2259d717250 | packages/iv/ivory-backend-c.yaml | packages/iv/ivory-backend-c.yaml | homepage: http://ivorylang.org
changelog-type: ''
hash: ce24d17f7413b4d6694918421d659988ae859c5809cbe4949198f1572dc52da4
test-bench-deps: {}
maintainer: leepike@galois.com
synopsis: Ivory C backend.
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
mainland-pretty: ! '>=0.2.5'
srcloc: -any
base: ! '>=4.7 && <5'
... | homepage: http://ivorylang.org
changelog-type: ''
hash: 896caeaf7836e16c1e75400cb0d4be531cfdf5bac4c87740c54319b9964c2027
test-bench-deps: {}
maintainer: leepike@galois.com
synopsis: Ivory C backend.
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
mainland-pretty: ! '>=0.2.5'
srcloc: -any
base: ! '>=4.7 && <5'
... | Update from Hackage at 2017-03-24T17:02:17Z | Update from Hackage at 2017-03-24T17:02:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c824a4ee21f4b8b17618b3b346be321168b08a89 | metadata/de.hu_berlin.eduroam.yml | metadata/de.hu_berlin.eduroam.yml | Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/hu-berlin-cms/hu-eduroam
IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues
AutoName: HU Berlin Wi-Fi Installer
Description: |-
With this app members of Humboldt University Berlin (everyone who has a
Computer- and Media s... | Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/hu-berlin-cms/hu-eduroam
IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues
AutoName: HU Berlin Wi-Fi Installer
Description: |-
With this app members of Humboldt University Berlin (everyone who has a
Computer- and Media s... | Update HU Berlin Wi-Fi Installer to 0.31 (20181019) | Update HU Berlin Wi-Fi Installer to 0.31 (20181019)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0e73a6beccc8eba493cf7acd3ec8d312751ea5ef | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_install:
- composer self-update --no-interaction --ansi
- composer config notify-on-install false
install:
- composer install --dev --no-progress --no-interaction --ansi --prefer-source
script:
- vendor/bin/phpunit --conf... | language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- composer self-update --no-interaction --ansi
- composer config notify-on-install false
install:
- composer install --dev --no-progress --no-interaction --ansi --prefer-source
script:
- vendor/bin/phpunit --configuration phpunit.xml.dist
after_script:
... | Remove PHP 5.5 from allowed test failures | Remove PHP 5.5 from allowed test failures
PHP 5.5 is no longer beta, so failed tests should
e properly handled. [ci skip]
| YAML | mit | rchouinard/rych-random |
e67d87c50f8df351b4a1ebb22e2f872c10ac0209 | metadata/org.biotstoiq.seshat.yml | metadata/org.biotstoiq.seshat.yml | Categories:
- Money
- Writing
License: MIT
AuthorName: biotstoiq
AuthorEmail: sofogos@protonmail.com
AuthorWebSite: https://biotstoiq.org/
WebSite: https://biotstoiq.org/software/seshat.html
SourceCode: https://gitlab.com/biotstoiq/seshat
Donate: https://biotstoiq.org/donate.html
Bitcoin: bc1qp7668qpa9kfq2r36t7lwzk... | Categories:
- Money
- Writing
License: MIT
AuthorName: biotstoiq
AuthorEmail: sofogos@protonmail.com
AuthorWebSite: https://biotstoiq.org/
WebSite: https://biotstoiq.org/software/seshat.html
SourceCode: https://gitlab.com/biotstoiq/seshat
Donate: https://biotstoiq.org/donate.html
Bitcoin: bc1qp7668qpa9kfq2r36t7lwzk... | Update Seshat to 0.906 (7) | Update Seshat to 0.906 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
36455a095527fb5d86081f3a5e347bfad59007cc | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
sudo: false
services:
- mysql
env:
- ARTISAN_DB_HOST=127.0.0.1 ARTISAN_DB_PORT=3306 ARTISAN_DB_USER=travis ARTISAN_DB_PASS=
cache:
directories:
- $HOME/.composer/cache
before_install:
- travis_retry composer self-update
- mysql -e 'CREATE DATABASE IF NOT EXISTS sui... | language: php
php:
- 7.0
- 7.1
sudo: false
services:
- mysql
env:
- ARTISAN_DB_HOST=127.0.0.1 ARTISAN_DB_PORT=3306 ARTISAN_DB_USER=travis ARTISAN_DB_PASS=""
cache:
directories:
- $HOME/.composer/cache
before_install:
- travis_retry composer self-update
- mysql -e 'CREATE DATABASE IF NOT EXISTS s... | Fix Traivs config again again | Fix Traivs config again again
| YAML | mit | thecrypticace/suitey |
f3b3793872ea2f79c71f953dac3540b9cd730357 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
- '0.8'
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.12.1; fi'
| sudo: false
language: node_js
node_js:
- '4.0'
- 'iojs'
- '0.12'
- '0.10'
- '0.8'
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.12.1; fi'
| Add Travis-CI test for Node.js v4.0 | Add Travis-CI test for Node.js v4.0
| YAML | mit | watson/console-log-level |
42c92ba9d901be14bb6e141b56c063865739ded9 | .travis.yml | .travis.yml |
language: cpp
compiler:
- clang
- gcc
# These install GCC 4.8 and set that as the GCC version to use.
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-4.8 g++-4.8 valgrind
- sudo update-alternatives --install /usr/bi... |
language: cpp
compiler:
- clang
- gcc
# These install GCC 4.9 and set that as the GCC version to use.
# Fruit supports 4.8 but the PPA has 4.8.1 and that gives a warning that breaks the build with -Werror.
# TODO: switch to 4.8 when the PPA will have 4.8.2.
before_install:
- sudo add-apt-repository -y ppa:ubun... | Use GCC 4.9 in the Travis config for now. The PPA for Ubuntu 10.04 has 4.8.1 and 4.9.2, and there's a compile warning with 4.8.1 due to a GCC bug fixed in 4.8.2. | Use GCC 4.9 in the Travis config for now. The PPA for Ubuntu 10.04 has 4.8.1 and 4.9.2, and there's a compile warning with 4.8.1 due to a GCC bug fixed in 4.8.2.
| YAML | apache-2.0 | d/fruit,google/fruit,d/fruit,google/fruit,google/fruit,d/fruit |
c25ee12d9147763cdb1ce724331ec16d528d9f74 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.5
- 1.6
- tip
env:
- BROKER_URI=amqp://guest:guest@localhost/
before_install:
- go get -u github.com/golang/lint/golint
install:
- make deps
- make build
services:
- rabbitmq
script:
- make test
- go vet
- golint
| language: go
go:
- 1.5
- 1.6
- tip
env:
- BROKER_URI=amqp://guest:guest@localhost/
before_install:
- go get -u github.com/golang/lint/golint
install:
- make deps
- make build
services:
- rabbitmq
script:
- make test
- go vet
- golint
| Remove golang version 1.4 for Travis IC | Remove golang version 1.4 for Travis IC
| YAML | mit | aleasoluciones/http2amqp,aleasoluciones/http2amqp |
1b00bf042958ab66e2a90079a4295c54048a9a18 | .travis.yml | .travis.yml | language: generic
os:
- linux
- osx
dist: trusty
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh... | language: generic
os:
- linux
- osx
dist: xenial
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh... | Use Ubuntu Xenial Xerus on Travis CI | Use Ubuntu Xenial Xerus on Travis CI
| YAML | mit | matthesjh/autocomplete-curry |
fb8db4ed668c723a26686e88445bf51ad3bb2b3e | .travis.yml | .travis.yml | language: python
python:
- "3.7"
install: pip install -r requirements-test.txt
script: coverage run --source quickstartup manage.py test
after_success: coveralls
| language: python
python:
- "3.6"
install: pip install -r requirements-test.txt
script: coverage run --source quickstartup manage.py test
after_success: coveralls
| Downgrade Python version from 3.7 to 3.6 due to the fact Travis sucks | Downgrade Python version from 3.7 to 3.6 due to the fact Travis sucks
| YAML | mit | osantana/quickstartup,osantana/quickstartup,osantana/quickstartup |
401e7ad8199f816aec68c60f4c87b0252f71fab6 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "5.0.0"
- "4.0.0"
env:
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
services:
- mongodb
- redis
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
apt:
sources:
- ubuntu-toolchain-r-test
packages:
-... | language: node_js
dist: trusty
sudo: false
node_js:
- "5.0.0"
- "4.0.0"
env:
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
services:
- mongodb
- redis
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
after_script:
- grunt coverage
| Move to Ubuntu 14.04, remove apt add-on on Travis | Move to Ubuntu 14.04, remove apt add-on on Travis
Two reasons here:
1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it.
we still can move to Trusty earlier as I didn't see any dependency of
Precise here.
2) GCC 4.8 is built-in in Travis CI's Ubuntu Trusty environment, which
means we don't... | YAML | mit | whitef0x0/nodeforms,whitef0x0/tellform,whitef0x0/tellform,whitef0x0/nodeforms,whitef0x0/medforms,whitef0x0/medforms,whitef0x0/tellform,whitef0x0/medforms,whitef0x0/nodeforms |
20356229d1cf9b34ae304af50685bf26f598e52c | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake spec
| rvm:
- 2.0.0
- 2.1.5
- 2.2.0
script: bundle exec rake spec
| Update Rubies, removing unsupported 1.9.x | Update Rubies, removing unsupported 1.9.x
| YAML | apache-2.0 | mwrock/knife-windows,offslinker/knife-windows,MsysTechnologiesllc/knife-windows,namjae/knife-windows,offslinker/knife-windows,namjae/knife-windows,chef/knife-windows,mwrock/knife-windows,ClogenyTechnologies/knife-windows,ClogenyTechnologies/knife-windows,chef/knife-windows,MsysTechnologiesllc/knife-windows,RobbertJanSW... |
e100089299f74c3f2a79c0e4da981b8ad2cb2c78 | .travis.yml | .travis.yml | env:
global:
- secure: Qwx4M+ZMrMiQFfAVypHsAZotw68TRcz0vVIazyhX1Em6AfHO0Rta6sUJwmhnbGRRNhOQpOMttSbDpDJLOLSurjstO6gFFfFz/ivAHs0vBnTOjSKsQmIUoiBLOE/PR2s/fOStH6rKYJVlKaF6USIAKNZMj3a3+8lVby3pYQ02dAY=
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get ... | env:
global:
- secure: Qwx4M+ZMrMiQFfAVypHsAZotw68TRcz0vVIazyhX1Em6AfHO0Rta6sUJwmhnbGRRNhOQpOMttSbDpDJLOLSurjstO6gFFfFz/ivAHs0vBnTOjSKsQmIUoiBLOE/PR2s/fOStH6rKYJVlKaF6USIAKNZMj3a3+8lVby3pYQ02dAY=
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get ... | Put docs in the right place for rust-ci | Put docs in the right place for rust-ci
| YAML | mit | lfairy/rose |
9180a0f3e38ddd5ec07662ed5a3baca2ae7f6f7d | .travis.yml | .travis.yml | sudo: false
addons:
chrome: stable
language: node_js
node_js:
- "6"
- "8"
- "10"
matrix:
fast_finish: true
cache:
directories:
- node_modules
| os:
- linux
- windows
addons:
chrome: stable
language: node_js
node_js:
- "10"
- "8"
- "6"
matrix:
fast_finish: true
allow_failures:
- os: windows
cache:
directories:
- node_modules
| Add Windows to Travis CI matrix | CI: Add Windows to Travis CI matrix
Ref https://github.com/gruntjs/grunt-contrib-qunit/issues/154.
| YAML | mit | gruntjs/grunt-contrib-qunit,gruntjs/grunt-contrib-qunit |
890795fe74213212a2c70ba5fd2f0bbb9274ff28 | .travis.yml | .travis.yml | language: java
sudo: false
addons:
apt:
packages:
- oracle-java8-installer
branches:
only:
- master
os: linux
cache:
directories:
- lib
- $HOME/.m2
jdk: oraclejdk8
script:
- mvn package
| dist: trusty
sudo: false
language: java
addons:
apt:
packages:
- oracle-java8-installer
branches:
only:
- master
os: linux
cache:
directories:
- lib
- $HOME/.m2
jdk: oraclejdk8
script:
- mvn package
| Switch to trusty container platform | Switch to trusty container platform
| YAML | agpl-3.0 | mbrossard/cryptonit-cloud,mbrossard/cryptonit-cloud,mbrossard/cryptonit-cloud |
76d334b1f9aaaa6b20f33eea88bcc67ec9869a7d | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
sudo: false
before_install:
- composer config --global github-oauth.github.com $github_oauth_token
install: travis_retry composer install
script:
- vendor/bin/phpunit --coverage-clover build/coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- p... | language: php
php:
- 7.0
- 7.1
sudo: false
install: travis_retry composer install
script:
- vendor/bin/phpunit --coverage-clover build/coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.clover
notification... | Remove composer oauth token configuration | Remove composer oauth token configuration
| YAML | mit | kreait/firebase-php |
6180c0122242bec0d14794d3d6810932a1d28c81 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.5'
| language: node_js
node_js:
- '0.12'
- '4.2'
- '5.5'
- 'stable'
| Stop testing node 0.10, start testing stable | Stop testing node 0.10, start testing stable
| YAML | mit | nickclaw/alexa-ability |
8387beee60a52252a668e66f3ebd8eb2f3809d8b | .travis.yml | .travis.yml | language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
services:
- redis-server
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | coveralls"
| Add redis-server service to travix configuration | Add redis-server service to travix configuration
| YAML | mit | adonescunha/monithub,adonescunha/monithub |
6676afc19538a14844b8ad59cd43e05aa378f834 | .travis.yml | .travis.yml | language: common-lisp
sudo: required
env:
matrix:
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=allegro
install:
# Install cl-travis
- curl https://raw.githubusercontent.com/glv2/cl-travis/master/install.sh | bash
script:
- cl -l ironclad -l ironclad/tests
... | language: common-lisp
sudo: required
env:
matrix:
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
install:
# Install cl-travis
- curl https://raw.githubusercontent.com/glv2/cl-travis/master/install.sh | bash
script:
- cl -l ironclad -l iron... | Add ECL target to Travis CI | Add ECL target to Travis CI
| YAML | bsd-3-clause | sharplispers/ironclad,glv2/ironclad,eadmund/ironclad |
e904ec05700a4d73c6900180947ebebcafec6e5c | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# - "3.3"
- "3.4"
- "3.5"
# - "3.6-dev"
# - "nightly"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests --with-coverage --cover-package=acapi
# Disable sudo http://docs.travis-ci.com/user/migrating-from-legacy... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# - "3.6-dev"
# - "nightly"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests --with-coverage --cover-package=acapi
# Disable sudo http://docs.travis-ci.com/user/migrating-from-legacy/... | Add python 3.3 to the test suite | Add python 3.3 to the test suite
| YAML | mit | skwashd/python-acquia-cloud |
5d85d07e4e1a61c0fd979d57c8dc4196fdffa0bb | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
before_install:
- sudo apt-get update
- sudo apt-get install libgirepository1.0-dev gobject-introspection gir1.2-gtk-3.0
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake tes... | language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
- ruby-head-clang
- jruby-19mode
- jruby-20mode
- jruby-head
- jruby-9.0.0.0
- rbx-2
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: ruby-head-clang
before_install:
- sudo apt-get update
- sudo apt-get install li... | Update Travis CI config to match that of latest gir_ffi | Update Travis CI config to match that of latest gir_ffi
| YAML | lgpl-2.1 | mvz/gir_ffi-gtk |
7635b7c5f484701fdae3f8f959c1a172f0692e28 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP8266 PLATFORMIO_CI_EXTRA_ARGS="--board=esp01 --board=nodemcuv2"
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP32 PLATFORMIO_CI_EXTRA_ARGS="--board=lolin32"
- CPPLINT=true
... | language: python
python:
- "2.7"
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP8266 PLATFORMIO_CI_EXTRA_ARGS="--board=esp01 --board=nodemcuv2"
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP32 PLATFORMIO_CI_EXTRA_ARGS="--board=lolin32"
- CPPLINT=true
... | Use develop version of pio | :art: Use develop version of pio
| YAML | mit | marvinroger/async-mqtt-client,marvinroger/async-mqtt-client,marvinroger/async-mqtt-client |
4b89797704c80af134a2d6511dc39031ee8f754d | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
python:
- 2.7
- 3.5
- 3.6
cache: pip
install:
- pip install -U pip wheel
- pip install tensorflow==1.3.0
- pip install --process-dependency-links .
- pip install .[test]
- pip install codecov
script:
- nosetests testing
after_success:
- codecov
| sudo: required
dist: trusty
language: python
python:
- 2.7
- 3.5
- 3.6
cache: pip
install:
- pip install -U pip wheel
- pip install tensorflow==1.0.1
- pip install --process-dependency-links .
- pip install .[test]
- pip install codecov
script:
- nosetests testing
after_success:
- codecov
| Revert to older tensorflow (fixed compatibility) | Revert to older tensorflow (fixed compatibility)
| YAML | apache-2.0 | GPflow/GPflowOpt |
6abc65f5ce602ea6d23558156c404fcbc9a09428 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script: composer install --dev
script: phpunit --coverage-text
| language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
install: composer install
script: phpunit --coverage-text
| Switch to the docker-based infrastructure on Travis | Switch to the docker-based infrastructure on Travis | YAML | mit | phpspec/prophecy-phpunit |
c482ad9332034d0243398a8f030d23ac83d0bfee | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install:
- gem update --system
- gem install bundler
before_script: bundle exec rake build format_json && git status -s && [[ -z $(git status -s) ]]
| sudo: false
language: ruby
cache: bundler
env:
- TEST_ALL=true
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install:
- gem update --system
- gem install bundler
before_script: bundle exec rake build format_json && git status -s && [[ -z $(git status -s) ]]
| Allow Travis to run all tests | Allow Travis to run all tests
Set the environment variable that includes all specs in the test run.
| YAML | mit | openc/openc-schema |
0023b529ff34929b47f1f8468e9579460b26b8b4 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
deploy:
provider: releases
api_key:
secure: "N1GUHlqz+cyOBU8XizIcYDC+/aj/5XpssP6uKifseJhXtBgmw8Y/cSpBlG/fHa1Do4cVmm3h3ofFb4nqAPBVZ8wbcgc/36BSAgtgZ2vEjp/u6zJ88BAXifD1rcJ5TUg6T96tshaKle4kZYdIbK2dQf0ZYb3dz1mfFlL1UZHCG7M="
file_glob: true
file: "build/libs/dynmap-structures-*-... | language: java
jdk:
- oraclejdk11
deploy:
provider: releases
api_key:
secure: "N1GUHlqz+cyOBU8XizIcYDC+/aj/5XpssP6uKifseJhXtBgmw8Y/cSpBlG/fHa1Do4cVmm3h3ofFb4nqAPBVZ8wbcgc/36BSAgtgZ2vEjp/u6zJ88BAXifD1rcJ5TUg6T96tshaKle4kZYdIbK2dQf0ZYb3dz1mfFlL1UZHCG7M="
file_glob: true
file: "build/libs/dynmap-structures-*... | Update to build with Java 11 | Update to build with Java 11 | YAML | mit | Codeski/dynmap-structures,KovuTheHusky/dynmap-structures |
5abe5e36aaf2d54073ea60b67c071f1932120a8a | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=package-ubuntu-1604
- INSTANCE=packa... | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=package-ubuntu-1604
- INS... | Update for Chef 15 license agreement and Chef Workstation | Update for Chef 15 license agreement and Chef Workstation
| YAML | apache-2.0 | chef-cookbooks/vim |
ad1c88c2193c172ce82ea151ace02ed4ccd62bee | .travis.yml | .travis.yml | language: scala
env:
- PLAY_VERSION=2.2.1
before_script:
- wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
- unzip -q play-${PLAY_VERSION}.zip
- sudo apt-get install python-virtualenv
- virtualenv --system-site-packages ./venv
- . ./venv/bin/activate
- pip install --upgrad... | language: scala
sudo: false
addons:
apt:
packages:
- python3
env:
- PLAY_VERSION=2.2.1
before_script:
- wget http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
- unzip -q play-${PLAY_VERSION}.zip
- python3 -m venv --system-site-packages ./venv
- . ./venv/bin/activate
- p... | Use Python 3 on Travis CI to avoid SNI problem | Use Python 3 on Travis CI to avoid SNI problem
| YAML | mit | uq-eresearch/aorra,uq-eresearch/aorra,uq-eresearch/aorra,uq-eresearch/aorra |
e46ae509858dceee1ccb1123046f4e5b7575c321 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
install: npm install
script: npm test
after_success: istanbul cover ./node_modules/mocha/bin/_mocha && cat ./coverage/lcov.info | coveralls
notifications:
webhooks: https://webhook.hakatashi.com/travis
| language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
install: npm install
script: npm test
after_success: istanbul cover ./node_modules/mocha/bin/_mocha && cat ./coverage/lcov.info | coveralls
notifications:
webhooks: http://webhook.hakatashi.com/travis
| Change webhook address to be http | Change webhook address to be http
| YAML | mit | hakatashi/japanese.js,hakatashi/japanese.js |
d6e15feff419c59e9aab9aa4e043c324bb9177c7 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- DB=mysql
- DB=mysqli
- DB=pgsql
- DB=sqlite
- DB=pdo/mysql
- DB=pdo/pgsql
- DB=pdo/sqlite
before_script:
- composer install --dev --no-progress
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABAS... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- DB=mysql
- DB=mysqli
- DB=pgsql
- DB=sqlite
- DB=pdo/mysql
- DB=pdo/pgsql
- DB=pdo/sqlite
sudo: false
before_script:
- composer install --dev --no-progress
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c ... | Use the new build env on Travis | Use the new build env on Travis
more ram and cpu, improved network and boot times
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
more docs coming soon | YAML | mit | ftwbzhao/CodeIgniter,r-cis/CodeIgniter,pkuclay/CodeIgniter,gastongr/CodeIgniter,rootcss/CodeIgniter,andreaslangsays/CodeIgniter,dotancohen/CodeIgniter,xinzhanguo/php-functions,globlob/CodeIgniter,natepizzle/nah-codeigniter,AndreiMariusSili/EnactusMVC,aquarion/CodeIgniter,Tpojka/CodeIgniter,ipabz/CodeIgniter,poing/CodeI... |
4743c4346b9a4e818e342600aa11f95f8c8aa742 | .travis.yml | .travis.yml | # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.6.6
install:
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: false
| # Lock down dist to ensure that builds run on a distribution that supports oraclejdk8
dist: trusty
language: ruby
jdk:
- oraclejdk8
rvm:
- 2.7.2
install:
- gem install bundler
- bundle install
script: buildr package jacoco:report
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: false
| Update the version of ruby used to build project in TravisCI. | Update the version of ruby used to build project in TravisCI.
| YAML | apache-2.0 | realityforge/replicant,realityforge/replicant |
2adf4cc34dba6b9ea79c8e4e51e5e50dd33c8269 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.2.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
- PUPPET_GEM_VERSION="~> 3.4.0"
- PU... | ---
language: ruby
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
rvm:
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_GEM_VERSION="~> 3.8.0" STRICT_VARIABLES=yes
- PUPPET_GEM_VERSION="~> 3.8.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
| Test on the latest 3.8.x, using current and future parser | Test on the latest 3.8.x, using current and future parser
| YAML | apache-2.0 | ssm/ssm-hitch,ssm/ssm-hitch |
4ac208442047d925b8e972e22af5d68499c48cf0 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "PyPy"
install:
- "pip install ."
script:
- py.test
branches:
only:
- master
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "PyPy"
install:
- "pip install ."
script:
- py.test
branches:
only:
- master
matrix:
allow_failures:
# Travis-CI currently has PyPy 1.9 which does not have the CFFI backend.
# See: https://github.com/travis-ci/travis-ci/issues/11... | Allow failures for PyPy on Travis | Allow failures for PyPy on Travis
| YAML | apache-2.0 | dstufft/bcrypt,alex/bcrypt,pyca/bcrypt,dstufft/bcrypt,reaperhulk/bcrypt,pyca/bcrypt,growingdever/bcrypt,alex/bcrypt,reaperhulk/bcrypt,pyca/bcrypt,growingdever/bcrypt,growingdever/bcrypt,pyca/bcrypt,alex/bcrypt,reaperhulk/bcrypt,reaperhulk/bcrypt |
ecf3bdd01a63ea67725773babe1ff5e6a08a81ab | .travis.yml | .travis.yml | language: python
env:
- DJANGO_VERSION=2.2.11
- DJANGO_VERSION=3.0.4
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
matrix:
exclude:
- python: "3.5"
env: DJANGO_VERSION=3.0.4
install:
- pip install -q Django==$DJANGO_VERSION requests mock hypernova
script:
- python runtests.py
| language: python
env:
- DJANGO_VERSION=2.2.11
- DJANGO_VERSION=3.0.4
- DJANGO_VERSION=3.1
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
matrix:
exclude:
- python: "3.5"
env: DJANGO_VERSION=3.0.4
- python: "3.5"
env: DJANGO_VERSION=3.1
install:
- pip install -q Django==$DJANGO_VERSION requests mo... | Include django 3.1 in test matrix | Include django 3.1 in test matrix
| YAML | mit | Frojd/django-react-templatetags,Frojd/django-react-templatetags,Frojd/django-react-templatetags |
b34d5ac72803ecb6bb159664c75fcb818d22d675 | packages/sd/sdl2-compositor.yaml | packages/sd/sdl2-compositor.yaml | homepage: ''
changelog-type: ''
hash: d94df6ba3c3c081f8657c52a088b6b5b9653d3ea1d7f4ce34bc3da5f9e2715a9
test-bench-deps: {}
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: image compositing with sdl2 - declarative style
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
sdl2: ==2.*
linear: -any
transfo... | homepage: ''
changelog-type: ''
hash: 8bbe8f3146ebd5037eb41f457857fbc15ce0b7f510628d0595747a60807c9927
test-bench-deps: {}
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: image compositing with sdl2 - declarative style
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
sdl2: ==2.*
linear: -any
transfo... | Update from Hackage at 2015-09-25T19:17:58+0000 | Update from Hackage at 2015-09-25T19:17:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
387ea2971cf7486b4a4d543a6e5e39cad2ff64fc | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- ... | language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm i... | Test with latest Node.js 0.12 on Travis CI. | Test with latest Node.js 0.12 on Travis CI.
| YAML | mit | bigeasy/constrain,bigeasy/constrain |
f8919765c3be2b0cd17de6d21690eafc6fdd05c4 | .travis.yml | .travis.yml | ---
language: c
compiler:
- gcc
- clang
install:
- sudo apt-get install -y valgrind
- pip install --user cpp-coveralls
script:
- if [ "$CC" = "clang" ]; then export WITH_UB_SAN=1; fi
- ./numake tests
after_success:
- if [ "$CC" = "gcc" ]; then coveralls --root . --build-root . --exclude .build/src/tests; ... | ---
language: c
compiler:
- gcc
- clang
install:
- sudo apt-get install -y valgrind
- pip install --user cpp-coveralls
script:
- if [ "$CC" = "clang" ]; then export WITH_UB_SAN=1; fi
- ./numake tests
after_success:
- if [ "$CC" = "gcc" ]; then coveralls --root . --build-root . --exclude .build/src/tests; ... | Enable full leak check in Travis | Enable full leak check in Travis
| YAML | bsd-2-clause | bullno1/lip,bullno1/lip,bullno1/lip,bullno1/lip,bullno1/lip,bullno1/lip |
d6c98ca66c530568fea0fc010c72ec681c130c6a | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
addons:
hosts:
- local.generatortest.com
install:
- gem install bundler
- npm install -g bower
before_script:
- echo "Running from ${PWD}"
- echo "Install NPM dependencies"
- npm install
- echo "Mock test project"
- "${PWD}/test/bin/mock"
- echo "Move mock pro... | language: node_js
node_js:
- "0.10"
addons:
hosts:
- local.generatortest.com
before_install:
- rvm use 2.0.0
- gem install bundler
- npm install -g bower
before_script:
- echo "Running from ${PWD}"
- echo "Install NPM dependencies"
- npm install
- echo "Mock test project"
- "${PWD}/test/bin/mock... | Switch to before_install & rvm | Switch to before_install & rvm
| YAML | mit | genesis/wordpress,jalevin/wordpress,genesis/wordpress,evolution/wordpress,genesis/wordpress,jalevin/wordpress,genesis/wordpress,evolution/wordpress,jalevin/wordpress,evolution/wordpress,evolution/genesis-wordpress,jalevin/wordpress,evolution/genesis-wordpress,evolution/wordpress,evolution/wordpress,evolution/genesis-wo... |
f008a9657ddec4a9263542d54ac962cf7570ae67 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- jruby
- jruby-head
- rbx-2
- ruby-head
sudo: false
bundler_args: --without development --retry=3 --jobs=3
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
| language: ruby
rvm:
- 2.1
- 2.2
- jruby
- jruby-head
- rbx-2
- ruby-head
sudo: false
bundler_args: --without development --retry=3 --jobs=3
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
| Update ruby versions to test in TravisCI | Update ruby versions to test in TravisCI
Several gem dependencies require ruby >=v2.0 these days. We don't have
the resources to fix that, but the client should still work on 1.9.3.
| YAML | mit | soundcloud/soundcloud-ruby |
733974ad79675baf383b01cf13cd122f170cb6df | .travis.yml | .travis.yml | language: python
install:
- pip install coveralls
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "nightly"
- "pypy3.3-5.2-alpha1"
- "pypy3-5.5.0"
script: coverage run --source . -m py.test
after_success:
coveralls
notifications:
irc:
channels:
- "irc.drx.pl#pins"
on_su... | language: python
install:
- pip install coveralls
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
script: coverage run --source . -m py.test
after_success:
coveralls
notifications:
irc:
channels:
- "irc.drx.pl#pins"
on_success: change
on_failure: always
skip_join: true
| Remove pypy3 and python3 nightly from Travis | Remove pypy3 and python3 nightly from Travis
| YAML | mit | drx/rom-info |
4c712ba717d813ec104994bc3a8ab8f8c9dba84c | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5.0b3"
- "3.5-dev"
- "nightly"
matrix:
allow_failures:
- python: "3.5-dev"
install:
- "python setup.py install"
- "pip install pyflakes"
script:
- py.test
- catimg --help
- catimg --update --verbose
- catimg > /dev/null
- pyflakes catimg/**/!(__init__... | language: python
python:
- "3.4"
- "3.5.0b3"
- "3.5-dev"
- "nightly"
matrix:
allow_failures:
- python: "3.5-dev"
install:
- "python setup.py install"
- "pip install pyflakes"
script:
- shopt -s extglob globstar
- py.test
- catimg --help
- catimg --update --verbose
- catimg > /dev/null
-... | Enable extglob and globstar so that the pyflakes test works | Enable extglob and globstar so that the pyflakes test works
| YAML | mit | asmeurer/catimg |
b32613a8a2bdd49e33abbab6e4a236afba217238 | .travis.yml | .travis.yml | #
# Copyright:: Copyright (c) 2014 Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.... | #
# Copyright:: Copyright (c) 2014 Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.... | Add HipChat notifications to the Travis | Add HipChat notifications to the Travis
| YAML | apache-2.0 | tonytonyjan/chef-dk,vinyar/chef-dk,philoserf/chef-dk,andrewelizondo/chef-dk,tas50/chef-dk,andrewelizondo/chef-dk,clintoncwolfe/chef-dk,tknerr/chef-dk,clintoncwolfe/chef-dk,jblaine/chef-dk,jblaine/chef-dk,tknerr/chef-dk,tbunnyman/chef-dk,philoserf/chef-dk,tas50/chef-dk,tas50/chef-dk,tonytonyjan/chef-dk,chef/chef-dk,viny... |
abd057019411171270e32484cdfc1c315532b91e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
sudo: false
cache:
bundler: true
directories:
- node_modules # NPM packages
- dist/assets/images # optimized images
addons:
ssh_known_hosts: s210904.gridserver.com
apt_packages:
- graphicsmagick
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- ... | language: ruby
rvm:
- 2.2
sudo: false
cache:
bundler: true
directories:
- node_modules # NPM packages
- dist/assets/images # optimized images
addons:
ssh_known_hosts: s210904.gridserver.com
apt_packages:
- graphicsmagick
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- ... | Use default Travis CI install for Ruby | Use default Travis CI install for Ruby
| YAML | mit | mmistakes/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll |
b3cd1f2751cb9e096af3f8012e265ed9613f7803 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
# - "3.2"
install:
- pip install -r requirements.txt --use-mirrors
#before_script:
# - pep8 righteous
# - pyflakes docs righteous tests setup.py
script:
- testify -c tests.unit
after_script:
- COVERAGE_FILE=coverage_file..tests.unit.RighteousUnitTestCase covera... | language: python
python:
- "2.6"
- "2.7"
# - "3.2"
install:
- pip install -r requirements.txt --use-mirrors
script:
- testify -c tests.unit
after_script:
- pep8 righteous
- pyflakes docs righteous tests setup.py
- COVERAGE_FILE=coverage_file..tests.unit.RighteousUnitTestCase coverage html
| Move linting to after script | Move linting to after script
| YAML | unlicense | michaeljoseph/righteous,michaeljoseph/righteous |
f6554e208527f2bc2605d52c3753071aed93e3f3 | .travis.yml | .travis.yml | language: c
script: make
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libusb-1.0-0-dev
# Coverity autoscan
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's ... | language: c
script: make
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libusb-1.0-0-dev
# Coverity autoscan
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's ... | Fix coverity config after repo rename | Fix coverity config after repo rename
| YAML | apache-2.0 | tillkamppeter/ippusbxd,daniel-dressler/ippusbxd |
e230e387ffeffa3ab0554f725c02ef4320799ece | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
xcode_sdk: iphonesimulator10.0
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# ... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
xcode_sdk: iphonesimulator10.0
before_install:
- gem install cocoapods -v '1.1.1'
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install coco... | Make sure we have the proper cocoapods installed before launch. | Make sure we have the proper cocoapods installed before launch.
| YAML | mit | pascaljette/GearDateTime,pascaljette/GearDateTime,pascaljette/GearDateTime |
9e8d30405fa3028a66f226f16acdfbcc6d830c99 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | Use modulesync to manage meta files | Use modulesync to manage meta files
| YAML | apache-2.0 | camptocamp/puppet-public_ipaddress |
b8aaf1a2a0009326db4cabb427b22eec0fa46a90 | .travis.yml | .travis.yml | language: android
dist: trusty
android:
components:
- build-tools-29.0.3
- android-29
| language: android
dist: trusty
android:
components:
- build-tools-29.0.3
- build-tools-30.0.2
- android-29
- android-30
| Make both platforms available for now | Make both platforms available for now | YAML | mit | justdave/MCStatus,justdave/MCStatus |
62d0fcf1e76906e88f30d7b989cc8e9f79ddf604 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- iojs
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
deploy:
provider: releases
api_key:
secure: SHufUrKqQGHul65JBr+P65InlzbR1MIvvUC9LaEiHwKzJ0NhzqbgNfVyJC3nV03i0WjrM6ZL0E/ppUY+gRiHDxwhIfrP+V84WIHA9xVx... | language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- iojs
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
deploy:
- provider: npm
email: tituswormer@gmail.com
api_key:
secure: KDKwvBgWuimRB105GFjaSKGMvuPkqb7NDv+NIlKWbxTlywt/NZCy/WmK4G9NDLn6HF+qCX... | Add npm deployment to Travis | Add npm deployment to Travis
| YAML | mit | wooorm/mdast-toc,wooorm/remark-toc |
24310accd594723c38ca1750c8902ae5d271ce15 | .travis.yml | .travis.yml | language: python
env:
- TOXENV=py27
- TOXENV=pypy
install:
- pip install tox
- pip install coveralls
script:
- tox
after_success:
- coveralls
| language: python
matrix:
env:
- TOXENV=py27
allow_failures:
- TOXENV=pypy
- TOXENV=py27-trunkdeps
install:
- pip install tox
- pip install coveralls
script:
- tox
after_success:
- coveralls
| Add pypy, trunkdeps builds on Travis that are allowed to fail | Add pypy, trunkdeps builds on Travis that are allowed to fail
| YAML | isc | crypto101/merlyn |
0aeda8a004c3899a9cf80ef7059b68e68f82783c | .travis.yml | .travis.yml | language: java
sudo: required
# required for oraclejdk9
dist: trusty
# required for oraclejdk9
group: edge
jdk:
- oraclejdk8
- oraclejdk9
matrix:
allow_failures:
- jdk: oraclejdk9
script:
- java -version
- ./gradlew wrapper --gradle-distribution-url=https://services.gradle.org/distributions-snapshot... | language: java
sudo: required
# required for oraclejdk9
dist: trusty
# required for oraclejdk9
group: edge
jdk:
- oraclejdk8
- oraclejdk9
matrix:
allow_failures:
- jdk: oraclejdk9
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
... | Speed up Travis CI builds | Speed up Travis CI builds
- Prevent Travis CI from invoking `gradlew assemble` by default.
- Cache dependencies between builds
| YAML | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
61a87b9dd1f4218a99e60ee29fef4423a0e7f747 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: 5.4
env:
- DEPS="low"
- php: 5.5
- php: 5.6
- php: 7.0
env:
- TEST_COVERAGE=true
- php: 7.0
env:
- DEPS="lock"
- php: 7.1
- php: hhvm
allow_failures:
- php: hhvm
fast_finish: true
insta... | language: php
sudo: required
services:
- docker
matrix:
include:
- php: 5.4
env:
- DEPS="low"
- php: 5.5
- php: 5.6
- php: 7.0
env:
- TEST_COVERAGE=true
- php: 7.0
env:
- DEPS="lock"
- php: 7.1
- php: hhvm
allow_failures:
- php: hhvm
f... | Add docker compose integration in the Travis build | Add docker compose integration in the Travis build
| YAML | apache-2.0 | facile-it/crossbar-http-publisher-bundle,facile-it/crossbar-http-publisher-bundle |
4aaccc8e1866a94d2d3e4dbd54f6b64f934ffdd2 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
env:
- GITHUB_TOKEN="1fefaa93eaf6816640dc14e14fcbbc0f00914516"
install:
- "pip install ."
script:
- "octohatrack LABHR/octohatrack"
- "python octohatrack.py LABHR/octohatrack-rb --no-cache"
- "DEBUG=true octohatrack LABHR/octohatrack-rb"
- "python octohatrack.py... | language: python
python:
- "3.5"
env:
- GITHUB_TOKEN="1fefaa93eaf6816640dc14e14fcbbc0f00914516"
install:
- "pip install ."
script:
- "octohatrack LABHR/octohatrack"
- "python octohatrack.py LABHR/octohatrack-rb --no-cache"
- "python octohatrack.py programminghistorian/jekyll -w"
| Reduce failure rate on tests due to rate limiting | Reduce failure rate on tests due to rate limiting
| YAML | bsd-3-clause | glasnt/octohat,LABHR/octohatrack |
c7b5c0b03a3d224e117b33a456541ff4d1090089 | .travis.yml | .travis.yml | language: ruby
cache:
- bundler
- apt
bundler_args: --without production doc
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
env:
- LC_ALL=de_DE.UTF-8
services:
- postgresql
before_script:
- sudo locale-gen de_DE
- sudo update-locale LANG=de_DE
- psql -c 'create database matchy_test;' -U postgres
- psql -c 'CRE... | language: ruby
cache:
- bundler
- apt
bundler_args: --without production doc
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
env:
- LC_ALL=de_DE.UTF-8
services:
- postgresql
before_script:
- sudo locale-gen de_DE
- sudo update-locale LANG=de_DE
- psql -c 'create database matchy_test;' -U postgres
- psql -c 'CRE... | Use bundle exec to migrat database. | Use bundle exec to migrat database.
| YAML | mit | sozialhelden/poichecker,sozialhelden/poichecker,sozialhelden/poichecker |
8dcee25b33f3c304c7b7b1881f903ad8de2db06e | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.1
- 2.0
script:
- bundle exec rake travis
after_success:
- bundle exec rake travis:pages
matrix:
include:
- rvm: 2.3
env: GCLOUD_BUILD_DOCS=true
deploy:
provider: rubygems
api_key:
secure: CTbGzuCCZt4Zf3QrUjc3USK8ac205pfc81oZlTEiNnIWVexKxUuCk8JJZnTBhDFylLgKD+hoIbBii4iq1El1q... | dist: trusty
language: ruby
rvm:
- 2.2
- 2.1
- 2.0
script:
- bundle exec rake travis
after_success:
- bundle exec rake travis:pages
matrix:
include:
- rvm: 2.3
env: GCLOUD_BUILD_DOCS=true
deploy:
provider: rubygems
api_key:
secure: CTbGzuCCZt4Zf3QrUjc3USK8ac205pfc81oZlTEiNnIWVexKxUuCk8JJZnTBhDFylLgKD+ho... | Set build to run on trusty | Set build to run on trusty
We need the newer Ubuntu environment for the latest ruby.
Also, we will need trusty when we add gRPC.
| YAML | apache-2.0 | CloudVLab/google-cloud-ruby,quartzmo/google-cloud-ruby,qingling128/google-cloud-ruby,quartzmo/google-cloud-ruby,quartzmo/google-cloud-ruby,dazuma/google-cloud-ruby,CloudVLab/google-cloud-ruby,blowmage/gcloud-ruby,quartzmo/gcloud-ruby,swcloud/google-cloud-ruby,qingling128/google-cloud-ruby,quartzmo/google-cloud-ruby,Clo... |
d84f4617f73344ad3e74e32eca68856d1f0d0f53 | .travis.yml | .travis.yml | script: "git submodule update --init && rake test"
rvm:
- 1.8.7
- 1.9.2
- ree
- rbx
- jruby
| script: "git submodule update --init && rake test"
rvm:
- 1.8.7
- 1.9.2
- ree
- jruby
| Remove rubinius due to native extensions. | Remove rubinius due to native extensions.
| YAML | mit | makkrnic/simple_form,patrick99e99/simple_form,zlx/simple_form_bootstrap3,shaistaansari/simple_form,gregmolnar/simple_form,joshsoftware/simple_form,jobteaser/simple_form,wethu/simple_form,plataformatec/simple_form,PikachuEXE/simple_form,Eric-Guo/simple_form,shaistaansari/simple_form,dwilkie/simple_form,cuongnguyen2503/s... |
8a0cc9f0074bd6fb8b3bee7fc00f5fe46d6972c6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2"
services:
- mongodb
install:
- npm install
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-3.2.0/bin/mongod --dbpath /tmp/data --bind_... | language: node_js
node_js:
- "4.2"
env:
- COBALT_MONGO_URI=mongodb://localhost:27017/cobalt
install:
- npm install
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-3.2.0/... | Add environment variables, remove mongodb default dependency | Add environment variables, remove mongodb default dependency
| YAML | mit | cobalt-uoft/cobalt,cobalt-io/cobalt,kshvmdn/cobalt,cobalt-io/cobalt |
9210c6119f61cb3a0adc06bbbe158531067c17ea | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- jruby-18mode
- jruby-19mode
notifications:
email:
- badboy@archlinux.us
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.1
- jruby-18mode
- jruby-19mode
notifications:
email:
- badboy@archlinux.us
| Build with new Ruby 2.2.1 version | Build with new Ruby 2.2.1 version | YAML | bsd-3-clause | dixiS/hiredis-rb,dixiS/hiredis-rb,loggator/hiredis-rb,loggator/hiredis-rb,ferdinandrosario/hiredis-rb,redis/hiredis-rb,redis/hiredis-rb,ferdinandrosario/hiredis-rb |
272c65c2db2a15aa864d4fa5a49564fffbcff084 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
otp_release:
- 21.0
- 20.3
- 19.3
- 18.3
matrix:
exclude:
- elixir: 1.7
otp_release: 18.3
- elixir: 1.6
otp_release: 18.3
- elixir: 1.5
otp_release: 21.0
- elixir: 1.4
otp_release: 21.0
- ... | language: elixir
elixir:
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
otp_release:
- 21.0
- 20.3
- 19.3
- 18.3
matrix:
exclude:
- elixir: 1.7
otp_release: 18.3
- elixir: 1.6
otp_release: 18.3
- elixir: 1.5
otp_release: 21.0
- elixir: 1.4
otp_release: 21.0
- ... | Fix another issue in the build matrix | Fix another issue in the build matrix | YAML | mit | zackehh/siphash-elixir,zackehh/siphash-elixir |
6e04140d39dd10196078b384d8779d1f790a49af | .travis.yml | .travis.yml | branches:
only:
- master
language: node_js
os:
- linux
sudo: false
services:
- docker
node_js:
- "10"
- "8"
- "6"
cache:
directories:
- node_modules
matrix:
fast_finish: true
git:
depth: 1
install:
- npm install
- npm install coveralls --save-dev
before_script:
- npm run build;... | branches:
only:
- master
language: node_js
os:
- linux
sudo: false
services:
- docker
node_js:
- "12"
- "10"
- "8"
cache:
directories:
- node_modules
matrix:
fast_finish: true
git:
depth: 1
install:
- npm install
- npm install coveralls --save-dev
before_script:
- npm run build... | Replace support for Node.js 6.x with 12.x | Replace support for Node.js 6.x with 12.x
Signed-off-by: Remy Suen <553f7e7fc51e9ff47ae89d5a0ebd06651241b998@gmail.com>
| YAML | mit | rcjsuen/dockerfile-language-server-nodejs,rcjsuen/dockerfile-language-server-nodejs |
74af17cc659d721e1b9fd0b61e3bcb42fa487846 | .travis.yml | .travis.yml | dist: trusty
addons:
postgresql: "9.5"
apt:
packages:
- postgresql-9.5-postgis-2.3
- postgresql-plpython-9.5
- pkg-config
- libcairo2-dev
- libjpeg8-dev
- libgif-dev
- libpango1.0-dev
- g++-4.9
before_install:
- createdb template_postgis
- createuser publicus... | dist: trusty
addons:
postgresql: "9.5"
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- postgresql-9.5-postgis-2.3
- postgresql-plpython-9.5
- pkg-config
- libcairo2-dev
- libjpeg8-dev
- libgif-dev
- libpango1.0-dev
- g++-4.9
before_install:
- crea... | Add ubuntu toolchain for builds | Add ubuntu toolchain for builds
| YAML | bsd-3-clause | CartoDB/Windshaft-cartodb,CartoDB/Windshaft-cartodb,CartoDB/Windshaft-cartodb,CartoDB/Windshaft-cartodb |
11e4c35004ed91effed287f5eb0b2bd7b8139b58 | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
before_install:
- pip install --upgrade setuptools pip
- pip install --upgrade virtualenv
install:
- pip --version
- virtualenv --version
- git --version
before_script:
- pip install -r server/requirements.... | dist: trusty
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
before_install:
- pip install --upgrade setuptools pip
- pip install --upgrade virtualenv
install:
- pip --version
- virtualenv --version
- git --version
before_script:
- pip install -r server/requirements.... | Switch to using mozillasecurity for deployment, build a wheel package, and only deploy on 2.7. | Switch to using mozillasecurity for deployment, build a wheel package, and only deploy on 2.7.
| YAML | mpl-2.0 | MozillaSecurity/FuzzManager,MozillaSecurity/FuzzManager,MozillaSecurity/FuzzManager,MozillaSecurity/FuzzManager |
5ed8487a3f697f0887e06c7ed5191813a58a35a4 | .travis.yml | .travis.yml | language: scala
dist: trusty
sudo: false
scala:
- 2.11.11
- 2.12.8
cache:
directories:
- '$HOME/node_modules'
- $HOME/.ivy2
services:
- mongodb
jdk:
- openjdk8
matrix:
include:
- scala: 2.12.7
jdk: openjdk11
script: ./travis.sh
branches:
only:
- master
- /^release-branch-.*$/
node_js... | language: scala
dist: trusty
sudo: false
scala:
- 2.11.11
- 2.12.8
cache:
directories:
- '$HOME/node_modules'
- $HOME/.ivy2
services:
- mongodb
jdk:
- openjdk8
matrix:
include:
- scala: 2.12.8
jdk: openjdk11
script: ./travis.sh
branches:
only:
- master
- /^release-branch-.*$/
node_js... | Use the correct version of Scala on jdk11 | Use the correct version of Scala on jdk11
| YAML | apache-2.0 | lift/framework,lift/framework,lift/framework,lift/framework |
aee4108c0010bff14bd7f47235ba8bac3ace51c9 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-9.1.9.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
env:
- RACK_ENV=development
| language: ruby
sudo: false
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-9.1.14.0
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
script: bundle exec rake test
cache: bundler
env:
- RACK_ENV=development
| Use latest JRuby on Travis CI | Use latest JRuby on Travis CI
| YAML | mit | janko-m/shrine,janko-m/shrine |
440d6a3071253de18c5fca33627674b4a85d9f30 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom;' -U postgres
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- jruby-head
- ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=173b95dae5c6... | language: ruby
sudo: false
cache: bundler
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom;' -U postgres
script: "bundle exec rake ci"
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- jruby-head
- ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=173b95dae5c6... | Allow failures for rbx-2 for now | Allow failures for rbx-2 for now
each_with_object({}) { |(foo, (bar, baz)), r| } does not work on rbx :(
| YAML | mit | rom-rb/rom,dcarral/rom-repository,rom-rb/rom,rom-rb/rom,rom-rb/rom-repository |
ade1a1a94bacac5e7cd07a33f9414c649488ac97 | .travis.yml | .travis.yml | language: python
addons:
postgresql: "9.4"
sudo: false
python:
- "3.4"
- "3.5"
env:
- DJANGO_VERSION=1.9.10
- DJANGO_VERSION=1.10.5
- DJANGO_VERSION=1.11a1
install:
- pip install -r requirements-test.txt
- pip install Django==$DJANGO_VERSION
before_script:
- psql -c "CREATE USER tes... | language: python
addons:
postgresql: "9.4"
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO_VERSION=1.9.10
- DJANGO_VERSION=1.10.5
- DJANGO_VERSION=1.11a1
install:
- pip install -r requirements-test.txt
- pip install Django==$DJANGO_VERSION
before_script:
- psql -c "CRE... | Add Python 2.7 to tests | Add Python 2.7 to tests
| YAML | bsd-3-clause | opencivicdata/python-opencivicdata-django,opencivicdata/python-opencivicdata,opencivicdata/python-opencivicdata,opencivicdata/python-opencivicdata-django,opencivicdata/python-opencivicdata-django |
b84ab3bb3e397ef2394cbee2053a8eae04a5ca01 | .travis.yml | .travis.yml | language: ruby
script: bundle exec rspec
rvm:
- 1.9.2
- 1.9.3
| language: ruby
script: bundle exec rspec
rvm:
- 1.9.3
- 2.0.0
- 2.1.3
| Update Ruby versions for Travis. | Update Ruby versions for Travis.
Add Ruby 2.0 and 2.1.
Remove 1.9.2, since Rails now requires at least 1.9.3.
| YAML | mit | tylerhunt/gauges-rails |
aaf5a63a6d678a9dbe3bd974c4677b1d7507343d | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
before_script:
- brew update
- brew upgrade xctool
before_install:
- gem install cocoapods
- pod setup
| language: ruby
rvm:
- 1.9.3
before_install:
- brew install apple-gcc42
- gem install cocoapods
- pod setup
| Add installing apple-gcc42 in before_insatll | Add installing apple-gcc42 in before_insatll
| YAML | mit | rochefort/cocoapods-search |
4920eb98b28a6ddd7be4cf6358c31f796943f691 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
- beta
- stable
script: cargo test
matrix:
include:
- rust: 1.31.0
script: cargo check
| language: rust
rust:
- nightly
- beta
- stable
script: cargo test
matrix:
include:
- rust: 1.32.0
script: cargo check
| Raise minimum supported rustc version to 1.32 | Raise minimum supported rustc version to 1.32
For the $(...)? specifier in macros.
| YAML | apache-2.0 | dtolnay/anyhow |
5abd4c1b23962d38db3a4beae0db46d6a83cdb16 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
services:
- rabbitmq
rvm:
- '2.1'
- '2.0'
- '1.9.3'
- jruby
- rbx
gemfile:
- gemfiles/Gemfile.rails-4-1
- gemfiles/Gemfile.rails-4-0
- gemfiles/Gemfile.rails-3-2
env:
- BUNNY_VERSION="~> 1.6"
- BUNNY_VERSION="~> 1.5.0"
- BUNNY_VERSION="~> 1.4.0"... | sudo : false
language: ruby
bundler_args: --without development
services:
- rabbitmq
rvm:
- '2.1'
- '2.0'
- jruby
- rbx
gemfile:
- gemfiles/Gemfile.rails-4-1
- gemfiles/Gemfile.rails-4-0
- gemfiles/Gemfile.rails-3-2
env:
- BUNNY_VERSION="~> 1.6"
- BUNNY_VERSION="~> 1.5.0"
- BUNNY_VERSION="~> 1.4.0... | Drop 1.9.3 from CI and enable container | Drop 1.9.3 from CI and enable container
| YAML | mit | jgraichen/msgr,jgraichen/msgr |
3f53be5725ccbfb04b9011b317a1a45c4f4c800b | .travis.yml | .travis.yml | os:
- linux
services:
- docker
language: node_js
node_js:
- "6.10.2"
jdk:
- oraclejdk8
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
sudo: false
cache:
directories:
- node
- node_modules
- $HOME/.m2
- $HOME/.yarn-cache
env:
global:
- NODE_VE... | os:
- linux
services:
- docker
language: node_js
node_js:
- "6.10.2"
jdk:
- oraclejdk8
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
cache:
directories:
- node
- node_modules
- $HOME/.m2
- $HOME/.yarn-cache
env:
global:
- NODE_VERSION=6.10.2... | Add Protractor tests to Travis | Add Protractor tests to Travis
| YAML | apache-2.0 | pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast |
0eb7d668fd4dedf16ea0fad8f892aa1ae58a1516 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
install:
- sudo apt-get install parallel
- composer install --dev
before_script:
- mkdir -p build/coverage
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
script:
- bin/check-cs.sh
# Run tests for the various components in p... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
install:
- sudo apt-get install parallel
- composer install --dev --prefer-source
before_script:
- mkdir -p build/coverage
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
script:
- bin/check-cs.sh
# Run tests for the various... | Use --prefer-source flag for composer | Use --prefer-source flag for composer
- so that travis will be able to build properly
| YAML | bsd-3-clause | Eye4web/zend-i18n-resources,samsonasik/zend-i18n-resources |
8d153da74eaddac13454bf3a2f37c34438ee70bd | .travis.yml | .travis.yml | sudo: false
os:
- linux
- osx
- windows
language: node_js
node_js:
- node
- '13'
- '12'
- '11'
- '10'
- '9'
- '8'
| sudo: false
os:
- linux
- osx
- windows
language: node_js
node_js:
- node
- '15'
- '14'
- '13'
- '12'
- '11'
- '10'
| Drop node 8, 9 and add 14, 15 | Drop node 8, 9 and add 14, 15
| YAML | mit | jonschlinkert/matched |
c26b10dc613f4771d125287493bdef150ac95c5b | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
- wget https://releases.hashicorp.com/terraform/0.6.16/terraform_0.6.16_linux_amd64.zip
- mkdir -p ~/opt/terraform/
- unzip terraform_0.6.16_linux_amd64.zip -d ~/opt/terraform/
script:
- ... | language: node_js
node_js:
- "6.3"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
- wget https://releases.hashicorp.com/terraform/0.6.16/terraform_0.7.0_linux_amd64.zip
- mkdir -p ~/opt/terraform/
- unzip terraform_0.7.0_linux_amd64.zip -d ~/opt/terraform/
script:
- ex... | Upgrade node version, terraform version. Consolidate environment configuration files. | Upgrade node version, terraform version. Consolidate environment configuration files.
| YAML | mit | cliffano/feedpaper,cliffano/feedpaper,cliffano/feedpaper |
9be0053d6226e0a68cc902a65cad723f20f2e30f | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
before_script:
- "pushd tests && npm install && popd"
matrix:
exclude:
- node_js: "8"
env: RUN_PHANTOMJS=1
| language: node_js
node_js:
- "6"
- "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
before_script:
- "pushd tests && npm install && popd"
matrix:
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1
| Exclude the slower node version when running PhantomJS. | Exclude the slower node version when running PhantomJS.
| YAML | mit | ethers-io/ethers.js,ethers-io/ethers.js,ethers-io/ethers.js,ethers-io/ethers.js,ethers-io/ethers.js,ethers-io/ethers.js,ethers-io/ethers.js |
1a86997fc7a86a76c1f3c8e3f8c0b6abb8262067 | .travis.yml | .travis.yml | language: erlang
otp_release:
- 18.0
- 18.1
- 18.2.1
- 18.3
- 19.0
sudo: false
script: "make compile && rm -rf .git && make test"
notifications:
irc: "irc.freenode.org#elixir-lang"
recipients:
- jose.valim@plataformatec.com.br
- eric.meadows.jonsson@gmail.com
| language: erlang
otp_release:
- 18.0
- 18.1
- 18.2
- 18.3
- 19.0
sudo: false
script: "make compile && rm -rf .git && make test"
notifications:
irc: "irc.freenode.org#elixir-lang"
recipients:
- jose.valim@plataformatec.com.br
- eric.meadows.jonsson@gmail.com
| Use 18.2 instead of 18.2.1 | Use 18.2 instead of 18.2.1 | YAML | apache-2.0 | antipax/elixir,kimshrier/elixir,michalmuskala/elixir,pedrosnk/elixir,beedub/elixir,kelvinst/elixir,gfvcastro/elixir,elixir-lang/elixir,kimshrier/elixir,pedrosnk/elixir,joshprice/elixir,lexmag/elixir,kelvinst/elixir,beedub/elixir,ggcampinho/elixir,gfvcastro/elixir,ggcampinho/elixir,antipax/elixir,lexmag/elixir |
84b61ad8ce41e04e8faaea565915a45dd2cf5104 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: python:2.7-alpine3.7
steps:
- run:
name: Setup environment
command: apk add --no-cache --no-progress build-base git libffi-dev openssh openssl-dev
- checkout
- run:
name: Setup Python environment
command: |... | version: 2
jobs:
build:
docker:
- image: docker:18-git
environment:
CLA_DOCKER_REGISTRY: "cla-registry.dsd.io"
APP_NAME: "cla_public"
steps:
- checkout
- setup_remote_docker
- run:
name: Build Docker image
command: docker build --tag $CLA_DOCKER_REGI... | Add Docker build to CircleCI workflow | Add Docker build to CircleCI workflow
| YAML | mit | ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public |
b0740fa1062f79dfa132396b6ad0b133e0464d03 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10
# Specify service dependencies here if necessary
# CircleCI mai... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10
# Specify service dependencies here if necessary
# CircleCI mai... | Add build command to the CI | Add build command to the CI
| YAML | unlicense | dundalek/GrammKit,dundalek/GrammKit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.