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 |
|---|---|---|---|---|---|---|---|---|---|
dd62d04fb49ae9cbe312e799d308b2aa73ce6686 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
# - clang
# Install dependencies
# install: make get-deps
install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CXX=g++ && export... | language: cpp
compiler:
- gcc
# - clang
# Install dependencies
# install: make get-deps
install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CXX=g++ && export... | Fix gcc link when compiling in Travis | Fix gcc link when compiling in Travis
| YAML | mit | mezzovide/btcd,ychaim/dark-test-v2,Bitcoinsulting/multigateway-v2,mezzovide/btcd,Bitcoinsulting/dark-test-v2,Bitcoinsulting/multigateway-v2,Bitcoinsulting/dark-test-v2,Bitcoinsulting/multigateway-v2,Bitcoinsulting/dark-test-v2,mezzovide/btcd,mezzovide/btcd,Bitcoinsulting/dark-test-v2,ychaim/dark-test-v2,mezzovide/btcd,... |
8d3d7e70cc08bead0d53e71d673b0de88dc45a68 | .travis.yml | .travis.yml | sudo: false
language: cpp
compiler:
- clang
- gcc
addons:
apt:
packages:
- libgtest-dev
env:
- CFLAGS="-Werror" CXXFLAGS="-Werror"
before_install:
- mkdir gtest-build
- mkdir build/
- pushd gtest-build
- cmake /usr/src/gtest
- make
- popd
before_script:
- cd build/
... | sudo: false
language: cpp
compiler:
- clang
- gcc
addons:
apt:
packages:
- libgtest-dev
- libc6-dev-i386
- g++-multilib
- libstdc++6-4.6-dev:i386
env:
- CFLAGS="-Werror" CXXFLAGS="-Werror"
before_install:
- mkdir gtest-build
- mkdir build/
- pushd gtest-build
- cmake... | Add 32 bit libc to Travis environment | Add 32 bit libc to Travis environment
| YAML | mit | UAVCAN/libcanard,UAVCAN/libcanard,UAVCAN/libcanard |
8a3d45b3223c1f3ea25543f108a0460f44b28b43 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- pip install --quiet git+https://github.com/python-imaging/Pillow.git
- sudo apt-get --quiet=2 install perceptualdiff
- sudo apt-get --quiet=2 inst... | language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- pip install --quiet git+https://github.com/python-imaging/Pillow.git
- sudo apt-get --quiet=2 install perceptualdiff
script:
- ./test/test.py
... | Revert "add animation test to Travis" | Revert "add animation test to Travis"
This reverts commit 3e64db9fa2b4194c941552b67d655ae93a48e8a6.
| YAML | agpl-3.0 | aeszter/heatmap,hugovk/heatmap,aeszter/heatmap,hugovk/heatmap,sethoscope/heatmap,sethoscope/heatmap |
74d93ff92583079c7dd6a2c49e207104ff76cd6c | .travis.yml | .travis.yml | language: erlang
otp_release:
- 19.2
install:
- make
- ./rebar3 update
before_script:
- epmd -daemon
script:
- make eunit
- make xref
- make ct
- make peer-to-peer-ad-counter-simulation
- make client-server-ad-counter-simulation
- make peer-to-peer-game-tournament-simulation
- make client-server-g... | language: erlang
otp_release:
- 19.2
install:
- make
- ./rebar3 update
before_script:
- epmd -daemon
script:
- make eunit
- make xref
- make ct
- make peer-to-peer-ad-counter-simulation
- make client-server-ad-counter-simulation
- make peer-to-peer-game-tournament-simulation
- make client-server-g... | Mark sudo as no longer required. | Mark sudo as no longer required.
| YAML | apache-2.0 | ergl/lasp,lasp-lang/lasp,ergl/lasp,lasp-lang/lasp,lasp-lang/lasp,ergl/lasp,lasp-lang/lasp,ergl/lasp |
93630178dd60bf3949adc642e780aa837a2add6c | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Add OpenJDK 12 to Travis builds. Also 13-EA. | Add OpenJDK 12 to Travis builds. Also 13-EA. | YAML | apache-2.0 | apache/commons-codec,apache/commons-codec,apache/commons-codec |
86c3201d0cfdb301ca787f70df80f2b0b63b8d07 | .travis.yml | .travis.yml | language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode6.4
xcode_sdk:
- iphonesimulator8.4
# Check out nested dependencies
before_install: git submodule update --init --recursive
# A custom test script is required because xctool ... | language: objective-c
xcode_workspace: OneTimePassword.xcworkspace
xcode_scheme:
- OneTimePassword
- OneTimePasswordLegacy
osx_image: xcode7
xcode_sdk:
- iphonesimulator9.0
# Check out nested dependencies
before_install: git submodule update --init --recursive
# A custom test script is required because xctool ca... | Update Travis configuration to build with Xcode 7 for iOS 9.0 | Update Travis configuration to build with Xcode 7 for iOS 9.0
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
91ee07eacc199d4c4ab5a648e037d6b215d2e63c | .travis.yml | .travis.yml | sudo: false
language: c
os: linux
install:
- git clone https://github.com/nim-lang/nim
- cd nim
- ./bootstrap.sh
- cd ..
before_script:
- set -e
- export PATH=$(pwd)/nim/bin:$(pwd):$PATH
script:
- nim c c2nim.nim
- nim c -r testsuite/tester.nim
| sudo: false
language: c
os: linux
install:
- git clone https://github.com/nim-lang/nim
- cd nim
- ./bootstrap.sh
- export PATH=$(pwd)/bin:$PATH
- nim e install_nimble.nims
- cd ..
before_script:
- set -e
- export PATH=$(pwd)/nim/bin:$(pwd):$PATH
- nimble update
- nimble install compiler
script:
- ... | Revert "no need for nimble with nim@devel" | Revert "no need for nimble with nim@devel"
This reverts commit c8e49093672c0df1842556a0b35d4842385d4a78.
| YAML | mit | nim-lang/c2nim,BigEpsilon/c2nim,BigEpsilon/c2nim,nim-lang/c2nim |
493767b9466d2e612f4a7b750836bed47925cbd2 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4.1"
- "0.12"
- "0.10"
| language: node_js
sudo: false
node_js:
- "node"
- "0.12"
- "0.10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- export CXX=g++-4.8
- $CXX --version
- npm install | Resolve issues with Travis toolchain | Resolve issues with Travis toolchain
| YAML | mit | zackehh/neek,iwhitfield/neek |
e4bdd5c652e8d1bb54417c0633784ef11e01c2c6 | .travis.yml | .travis.yml | language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- tip
| language: go
go:
- 1.8
- 1.9
- tip
| Fix Travis-Ci build fail: remove Go version before 1.8 | Fix Travis-Ci build fail: remove Go version before 1.8
After Go 1.8, we can call Server.Shutdown().
| YAML | mit | northbright/jwthelper |
45592938402741a1eaaa1eff5589dcdb6dfd40ab | .travis.yml | .travis.yml | rvm:
# MRI
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.2
# rbx
- rbx-2.4.1
# jruby
- jruby-19mode
bundler_args: --without development
| language: ruby
sudo: false
cache: bundler
rvm:
# MRI
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.2
# rbx
- rbx-2.4.1
# jruby
- jruby-19mode
bundler_args: --without development
| Speed up builds on Travis | Speed up builds on Travis
| YAML | mit | adparlor/koala,supriyantomaftuh/koala,lisa-lina/koala,Loke155/koala,mateusrevoredo/koala,christer155/koala,samnang/koala,hendricius/koala,sancopanco/koala,arsduo/koala,chrisortman/koala,sideci-sample/sideci-sample-koala,lucaskds/koala |
f6de6daf729bcef950d15b1399e1c5d53ee3bdb2 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: 7.0
- php: hhvm
- php: nightly
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 -p --extensio... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: 7.0
- php: hhvm
- php: nightly
sudo: false
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 ... | Use Travis Docker containers rather than legacy infrastructure | Use Travis Docker containers rather than legacy infrastructure
| YAML | bsd-3-clause | chappy84/google-analytics-server-side |
d64c9a9c459cb79e919538a7321c2a20802ff005 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
sudo: false
virtualenv:
system_site_packages: true
addons:
apt:
packages:
- python-opencv
- python-nump
- python-pyside
- libtiff4-dev
- libjpeg8-dev
- zlib1g-dev
install:
- pip install -r requirements.txt
- "export DISPLAY=:99.0"
- "sh -e /e... | language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
sudo apt-get install --fix-missing python-opencv python-numpy python-pyside libtiff4-dev libjpeg8-dev zlib1g-dev;
fi
- pip install... | Disable container based Travis - python-pyside not yet whitelisted | Disable container based Travis - python-pyside not yet whitelisted
| YAML | bsd-3-clause | NaturalHistoryMuseum/inselect,NaturalHistoryMuseum/inselect |
2252effd622e65e4b247caae9ff4943efe5a1b52 | .travis.yml | .travis.yml | # .travis.yml
# Do not set the language to c++, this over rides our environment variable CXX
# below.
language: C++
sudo: false
git:
depth: 1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
os:
- linux
cache:
ccache: true
directories:
- node_modules
install... | # .travis.yml
# Do not set the language to c++, this over rides our environment variable CXX
# below.
language: C++
sudo: false
git:
depth: 1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
os:
- linux
cache:
ccache: true
directories:
- node_modules
install... | Set the gcov version to match the compiler | Set the gcov version to match the compiler
Signed-off-by: Robert Young <42c59959a3f4413d6a1b4d7b4f99db457d199e49@gmail.com>
| YAML | apache-2.0 | youngar/Base9,jduimovich/Base9,youngar/Base9,jduimovich/Base9,youngar/Base9 |
dc3759986d55377b2b3875678c2f459826c65081 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6" | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
| Drop support for node v0.6 | Drop support for node v0.6
| YAML | mit | sevastos/tiner |
9dc1e0af3ba3dcc5663d1235ad5502668ac15266 | .travis.yml | .travis.yml | language: python
install: true
script: py.test
notifications:
email:
on_success: never
on_failure: always
deploy:
provider: pypi
user: vecnet
password:
secure: P6zKZHjUc/cFxdE1gYMx00NfShFFKdiZ9lDcMdP9Fk7d1chWId052De3n9boP8FcxJvqhMHf9GqM5Drmxk3rHtFBCDUcHPpFYQu3KOOejuMh3a3E748tQ8cNxv/R1X9bLQb8lc+m1/ak... | sudo: false
language: python
install: true
script: py.test
notifications:
email:
on_success: never
on_failure: always
deploy:
provider: pypi
user: vecnet
password:
secure: P6zKZHjUc/cFxdE1gYMx00NfShFFKdiZ9lDcMdP9Fk7d1chWId052De3n9boP8FcxJvqhMHf9GqM5Drmxk3rHtFBCDUcHPpFYQu3KOOejuMh3a3E748tQ8cNxv/R1X9b... | Use container-based infrastructure in Travis CI. | Add: Use container-based infrastructure in Travis CI.
| YAML | mpl-2.0 | vecnet/vecnet.openmalaria,vecnet/vecnet.openmalaria |
b390c97f013549ad51568150df45314484d0b2c1 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
# TODO: Gross until Travis support setting maven version or upgrades to 3.3
before_install:
- wget http://apache.claz.org/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
- tar zxvf apache-maven-3.3.3-bin.tar.gz
- chmod +x apache-maven-3.3.3/bin/mvn
script:... | sudo: false
language: java
jdk:
- oraclejdk8
# TODO: Gross until Travis support setting maven version or upgrades to 3.3
before_install:
- wget http://apache.claz.org/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
- tar zxvf apache-maven-3.3.3-bin.tar.gz
- chmod +x apache-maven-3.3.3/bin/mvn
- exp... | Revert "Trying simplifying Travis CI." | Revert "Trying simplifying Travis CI."
This reverts commit 908ad124ea800864be18c8e8bb7a70b64781bcbb.
| YAML | unlicense | binkley/labs,binkley/labs |
e7b0695942a3cd0e63106d4f487e8d9fe4bf2b43 | .travis.yml | .travis.yml | language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
sudo: false
before_install:
- gotools=golang.org/x/tools
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v
script:
- go test -race -v ./test -service-start-delay 1000ms -http-client-timeout 60000ms
| language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
sudo: false
before_install:
- gotools=golang.org/x/tools
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v
script:
- go test -v -race -cover ./test -service-start-delay 1000ms -http-client-timeout 60000ms
| Add code coverage to build script | Add code coverage to build script
| YAML | mit | eleniums/gohost,eleniums/gohost |
72c9e4540b52e84aaa005fc0e21cf5e3d930b9d8 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
matrix:
allow_failures:
jdk:
- oraclejdk7
- openjdk6 | language: java
jdk: oraclejdk8 | Drop everything that isn't Java 8 | Drop everything that isn't Java 8
| YAML | mit | Team4761/L3GD20HGyroLib |
63af7750ffc5e3404caefdae29c4cecc0a3f6dff | .travis.yml | .travis.yml | language: php
php:
- 5.3
install:
- npm install
- mkdir node_modules_new
- mkdir node_modules_new/grunt-drupal-tasks
- for fn in *; do if [ "$fn" != "node_modules_new" ]; then mv $fn node_modules_new/grunt-drupal-tasks; fi; done
- cp -r node_modules_new/grunt-drupal-tasks/example/* .
- mv node_modules_new... | language: php
php:
- 5.3
install:
- npm install
- mkdir -p node_modules_new/grunt-drupal-tasks
- for fn in *; do if [ "$fn" != "node_modules_new" ]; then mv $fn node_modules_new/grunt-drupal-tasks; fi; done
- cp -r node_modules_new/grunt-drupal-tasks/example/* .
- mv node_modules_new node_modules
- npm in... | Use mkdir -p instead of two mkdir's. | Use mkdir -p instead of two mkdir's.
| YAML | mit | phase2/grunt-drupal-tasks,AndBicScadMedia/grunt-drupal-tasks,phase2/grunt-drupal-tasks,AndBicScadMedia/grunt-drupal-tasks,EvanLovely/grunt-drupal-tasks,AndBicScadMedia/grunt-drupal-tasks,AndBicScadMedia/grunt-drupal-tasks,puppetlabs/grunt-drupal-tasks,puppetlabs/grunt-drupal-tasks,phase2/grunt-drupal-tasks,puppetlabs/g... |
a8ca907618f60755db6028983df11cdc4c2c8ae1 | .travis.yml | .travis.yml | before_install: gem install bundler
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.1.0
- ree
gemfile:
- Gemfile
- gemfiles/rspec2.gemfile
| before_script:
- gem install bundler
- bundle install
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.1.0
- ree
gemfile:
- Gemfile
- gemfiles/rspec2.gemfile
| Add bundle install to the before script for Travis. | Add bundle install to the before script for Travis.
| YAML | mit | zackexplosion/yee-formatter,mattsears/nyan-cat-formatter,Brescia717/nyan-cat-formatter,StevenNunez/nyan-cat-formatter |
1a94bf5b377db92c78f5d5f2da17128ba68f0d45 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
script:
- "node tools/build.js -t node"
- "npm test"
sudo: false # Use container-based architecture
| language: node_js
node_js:
- "4.1"
- "4.0"
script:
- "node tools/build.js -t node"
- "npm test"
sudo: false # Use container-based architecture
| Change test node version to only 4.x | Change test node version to only 4.x
| YAML | bsd-3-clause | sourrust/highlight.js,aurusov/highlight.js,palmin/highlight.js,palmin/highlight.js,Sannis/highlight.js,StanislawSwierc/highlight.js,VoldemarLeGrand/highlight.js,bluepichu/highlight.js,VoldemarLeGrand/highlight.js,teambition/highlight.js,dbkaplun/highlight.js,MakeNowJust/highlight.js,highlightjs/highlight.js,isagalaev/h... |
23562bbb0d828d706767cb89c5ac49c17631a2b8 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
sudo: false
install:
- pip install -r requirements.txt
- pip install codecov
script:
- py.test
after_success:
- py.test --cov=avena
- codecov
| language: python
python:
- "2.7"
- "3.2"
os:
- linux
- osx
sudo: false
install:
- pip install -r requirements.txt
- pip install codecov
script:
- py.test
after_success:
- py.test --cov=avena
- codecov
| Test on Linux and OS X. | Test on Linux and OS X.
| YAML | isc | eliteraspberries/avena |
66f32384516de655dfb3380fc679de2ae1d41882 | .travis.yml | .travis.yml | script: "bundle exec rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- ree
- ruby-head
| script: "bundle exec rake db:drop db:create db:migrate test"
| Revert "Test against Ruby 1.9.2 and 1.9.3" | Revert "Test against Ruby 1.9.2 and 1.9.3"
This reverts commit 199fa510d9fab78edfa771ecf9a2c3c09236875d.
| YAML | mit | 0xCCD/travis-ci,0xCCD/travis-ci |
c3850107a5f74a370ec27069b47e14ecfc0787b0 | .travis.yml | .travis.yml | language: rust
rust:
- stable
script:
- cargo build
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build
notifications:
on_success: change
| Build over beta and nightly | Build over beta and nightly
| YAML | mit | dopsi/arch-audit,ilpianista/arch-audit |
8f2850a8cf01a6c1bc1283a42d01953debcbd8dd | .travis.yml | .travis.yml | language: java
before_install:
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -o Dpkg::Options::="--force-confold" -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- wget http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
- tar xzf android-sdk_r21.... | language: java
before_install:
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -o Dpkg::Options::="--force-confold" -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- wget http://dl.google.com/android/android-sdk_r21.1-linux.tgz
- tar xzf android-sdk_r21.1-... | Update Android SDK version and target platform | Update Android SDK version and target platform
| YAML | apache-2.0 | vcgato29/Travis-Jr,sahan/Travis-Jr |
0f2cc63f5f11d5f399c64b0de0f867a13c54c7ba | .travis.yml | .travis.yml | before_script:
- "bundle exec rake test_app"
script: "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
email:
- lbrapid@gmail.com
- ryan@spreecommerce.com
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
| ---
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
sudo: false
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- bundle exec rake test_app
script:
- bundle exec rspec spec
| Use new beta build for Travis | Use new beta build for Travis
| YAML | bsd-3-clause | habib136888/spree_social,sunny2601/spree_social,ramkumar-kr/spree_social,habib136888/spree_social,spree-contrib/spree_social,gogo52cn/spree_social,wuboy0307/solidus_social,spark-solutions/spree_social,spree-contrib/spree_social,spark-solutions/spree_social,DynamoMTL/spree_social,wuboy0307/solidus_social,ramkumar-kr/spr... |
6c36d279a0ee73694a6cf99759501f4ae8fd7cc3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- jruby-18mode
- jruby-19mode
- rbx
| language: ruby
rvm:
- 2.1.2
- 2.1.1
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- jruby-18mode
- jruby-19mode
- rbx-2
| Add Ruby 2.1.2 and fix RBX | Add Ruby 2.1.2 and fix RBX
| YAML | mit | JonRowe/ping_pong |
f168a1dceb104930a5d638166bec25fc1dc289c1 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
- sudo apt-get update
- sudo apt-get install mongodb sqlite-3 build-essential python-dev python-setuptools
# command to install dependencies
install: pip install -r requirements.txt --use-mirrors
# # command to run tests
script: nosetests --exe -v tests/
| language: python
python:
- "2.7"
before_install:
- sudo apt-get update
- sudo apt-get install mongodb sqlite3 build-essential python-dev python-setuptools
# command to install dependencies
install: pip install -r requirements.txt --use-mirrors
# # command to run tests
script: nosetests --exe -v tests/
| Fix typo in package name. | Fix typo in package name.
| YAML | agpl-3.0 | cnelsonsic/SimpleMMO,cnelsonsic/SimpleMMO,cnelsonsic/SimpleMMO |
9971699f7fb1ec437e77da5306f4b00da14efaa8 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.6"
before_install: pip install codecov
install: pip install --upgrade -r dev_requirements.txt
script: mypy *.py && PYTHONHASHSEED=random pytest
after_success: codecov
| dist: xenial
language: python
python:
- "3.7"
before_install: pip install codecov
install: pip install --upgrade -r dev_requirements.txt
script: mypy *.py && PYTHONHASHSEED=random pytest
after_success: codecov
| Change to Python 3.7 and remove deprecated sudo config | Change to Python 3.7 and remove deprecated sudo config
| YAML | apache-2.0 | jingw/dconf-manager |
f751292f892d17acff0abf35ad3677c77e053153 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- composer install
script:
- (cd tests ; phpunit ./)
| language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer install
script:
- (cd tests ; phpunit ./)
matrix:
allow_failures:
- php: hhvm
| Add PHP v5.6 and hhvm to build | Add PHP v5.6 and hhvm to build | YAML | mit | ojhaujjwal/currency-converter-php |
f6a6cbeec707c2ed237048507130fafca98fe061 | .travis.yml | .travis.yml | language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgmp-dev libssl-dev check
script: ./configure && make && make check
compiler:
- clang
- gcc
| language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgmp-dev libssl-dev check autoconf automake m4
script: autoreconf -iv && ./configure && make && make check
compiler:
- clang
- gcc
| Rebuild configure file in CI | Rebuild configure file in CI | YAML | mit | jtdowney/trustworthy-c-spike,jtdowney/trustworthy-c-spike,jtdowney/trustworthy-c-spike |
44005960b2e068363a68427ea50cf7e8cf6f06dc | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- python setup.py install
script:
- export DJANGO_SETTINGS_MODULE=saleor.test_settings
- python setup.py test
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
| language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
install:
- python setup.py install
script:
- export DJANGO_SETTINGS_MODULE=saleor.test_settings
- python setup.py test
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
| Drop support for python 2.6 and add support for python 3.4 | Drop support for python 2.6 and add support for python 3.4
| YAML | bsd-3-clause | rchav/vinerack,arth-co/saleor,paweltin/saleor,rodrigozn/CW-Shop,spartonia/saleor,KenMutemi/saleor,arth-co/saleor,taedori81/saleor,taedori81/saleor,paweltin/saleor,laosunhust/saleor,itbabu/saleor,mociepka/saleor,UITools/saleor,hongquan/saleor,jreigel/saleor,car3oon/saleor,KenMutemi/saleor,spartonia/saleor,UITools/saleor... |
0d5aa3577dfe4a1f4058222d72a58eb8894c465e | .travis.yml | .travis.yml | language: android
android:
components:
# The BuildTools version used by your project
- build-tools-19.1.0
# The SDK version used to compile your project
- android-19
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
... | language: android
android:
components:
# The BuildTools version used by your project
- build-tools-21.0.2
# The SDK version used to compile your project
- android-20
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
... | Use proper sdk and tools version | Use proper sdk and tools version
| YAML | apache-2.0 | dreamscape-carnival/zurbagan-android |
348a5d884dcaf8ffae32b347d2e67cc1e069e87e | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
jdk:
- oraclejdk8
branches:
except:
- gh-pages
notifications:
email: false
script:
- chmod +x ./gradlew
| language: android
android:
components:
- tools
- build-tools-23.0.3
- android-23
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
jdk:
- oraclejdk8
branches:
except:
- gh-pages
notifications:
email: false
script:
- chmod +x ./gradlew
| Fix build tools version for Travis (gets me every time) | Fix build tools version for Travis (gets me every time)
| YAML | apache-2.0 | oriley-me/crate |
c35d4a07bffb47913208ecb81388f041a57ac6eb | .travis.yml | .travis.yml | language: ruby
gemfile:
- Gemfile
- Gemfile_activemodel4
rvm:
- 1.9.3
- 2.1.6
- jruby-1.7.11
- jruby-head
script: bundle exec rake unattended_spec
| language: ruby
gemfile:
- Gemfile
- Gemfile_activemodel4
rvm:
- 1.9.3
- 2.1.6
script: bundle exec rake unattended_spec
| Revert "Add JRubies to Travis CI config" | Revert "Add JRubies to Travis CI config"
This reverts commit d1300c21281515ad7ff82389b1dcd5afe1bf5bed.
| YAML | mit | dnswus/Dynamoid,BilalBudhani/Dynamoid,dnswus/Dynamoid,philipmw/Dynamoid,BilalBudhani/Dynamoid,cavi21/Dynamoid,cavi21/Dynamoid,Dynamoid/Dynamoid,philipmw/Dynamoid,Dynamoid/Dynamoid |
0f7ced7edf49179aa68db7b43589882c1cb954e0 | .travis.yml | .travis.yml | language: node_js
node_js:
- 8
- 10
- 12
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
before_install: 'sudo apt-get update && sudo apt-get install -y optipng pngcrus... | language: node_js
node_js:
- 10
- 12
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
before_install: 'sudo apt-get update && sudo apt-get install -y optipng pngcrush pngq... | Remove node.js 8 support (semver-major) | Remove node.js 8 support (semver-major)
| YAML | bsd-3-clause | papandreou/express-processimage |
6f7cc675c217787c16e04fc0d8193e4bf2e0dbc6 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_install:
- 'sudo apt-get install -qqy autoconf automake libtool nasm'
| sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
addons:
apt:
packages: nasm
| Test on `stable` instead of `iojs` | Test on `stable` instead of `iojs`
| YAML | mit | imagemin/mozjpeg-bin |
fd74a372d8576ace6d28592212b549de89610684 | src/Oro/Bundle/UIBundle/Resources/views/layouts/blank/page/layout.yml | src/Oro/Bundle/UIBundle/Resources/views/layouts/blank/page/layout.yml | layout:
actions:
- '@setBlockTheme':
themes: 'default.html.twig'
- '@addTree':
items:
head:
blockType: head
title:
blockType: title
meta_charset:
blockType: meta
... | layout:
actions:
- '@setBlockTheme':
themes: 'layout.html.twig'
- '@addTree':
items:
head:
blockType: head
title:
blockType: title
meta_charset:
blockType: meta
... | Create blank theme - correct path | BB-3732: Create blank theme
- correct path
| YAML | mit | Djamy/platform,orocrm/platform,geoffroycochard/platform,orocrm/platform,orocrm/platform,geoffroycochard/platform,Djamy/platform,geoffroycochard/platform,Djamy/platform |
5ea8df861ff00a97084ddd08f0f1d5606e3e3eb2 | .travis.yml | .travis.yml | language: go
sudo: required
services:
- docker
go:
- 1.8.1
script:
- make get-deps
- make test
- make bin/buildlog bin/buildlog.static
- make docker
| language: go
sudo: false
services:
- docker
go:
- 1.8.1
script:
- make get-deps
- make test
- make bin/buildlog bin/buildlog.static
- make docker
| Move to container based Travis build | Move to container based Travis build
| YAML | mit | fajran/buildlog |
2c4c1405dc64014583e0f4e91c614085575561cb | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install:
- python setup.py install
- python setup.py test
script:
- pep8 --max-line-length=120 .
- nosetests
| language: python
python:
- "2.6"
- "2.7"
install:
- python setup.py install
- python setup.py test
notifications:
irc: "chat.freenode.net#eucalyptus-qa"
script:
- pep8 --max-line-length=120 .
- nosetests
| Add eucalyptus-qa IRC notification for Travis | Add eucalyptus-qa IRC notification for Travis
| YAML | apache-2.0 | tbeckham/DeploymentManager,ccassler/DeploymentManager,tbeckham/DeploymentManager,ccassler/DeploymentManager,ccassler/DeploymentManager,tbeckham/DeploymentManager |
2c308e4bcca45fa01982f3a8d827976e6b24026b | .travis.yml | .travis.yml | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee libjson-glib libjson-glib-dev libvala-0.30-dev valac libvte-2.91-dev libsoup2... | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee-0.8-dev libjson-glib-dev libsoup2.4-dev libvte-2.91-dev
after_success:
- ba... | Use same install packages than local | Use same install packages than local | YAML | mit | lcallarec/gnome-docker-manager,lcallarec/dockery |
57660531c70f37e9d2d06d3c865c97eccf53347a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
# command to run tests
script: python -m unittest discover | language: python
python:
- "3.4"
# command to run tests
script: python -m unittest discover | Remove python 2.7 from supported versions | Remove python 2.7 from supported versions
| YAML | mit | Darkheir/pyjection |
5461ac84cef3ae96238d5baba8f725e6de4aaff7 | .travis.yml | .travis.yml | language: erlang
dist: bionic
sudo: false
notifications:
email:
- backend@gameanalytics.com
otp_release:
- 21.1
- 22.3
- 23.0
addons:
apt:
packages:
- default-jre
install: make deps
script: make xref test dialyzer
| language: erlang
dist: bionic
sudo: false
notifications:
email:
- backend@gameanalytics.com
otp_release:
- 21.1
- 22.3
addons:
apt:
packages:
- default-jre
install: make deps
script: make xref test dialyzer
| Remove Erlang 23 testing for now | Remove Erlang 23 testing for now
| YAML | mit | GameAnalytics/current |
2c1c8f73a7c5ad3fc1031b8e753b59a0c4d3dfc1 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.3beta
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ASMapLauncher.xcworkspace
- SCHEME=ASMapLauncher
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=10.3.1,... | language: objective-c
osx_image: xcode9.3beta
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ASMapLauncher.xcworkspace
- SCHEME=ASMapLauncher
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=10.3.1,... | Build and run for iOS 9.3 too. | Build and run for iOS 9.3 too.
| YAML | mit | abdullahselek/ASMapLauncher,abdullahselek/ASMapLauncher |
014b4eece33d88579965955bffd2326ab59da317 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
env:
- GROUP=js
- GROUP=
services:
- mongodb
before_install:
# Pierre Carrier's PPA for PhantomJS and CasperJS
- time sudo add-apt-repository -y ppa:pcarrier/ppa
- sudo apt-get update
- git clone --recursive https://github.com/ipython/ipython.git
install:
- sudo ... | language: python
python:
- 2.7
- 3.4
env:
- GROUP=js
- GROUP=
services:
- mongodb
before_install:
# Pierre Carrier's PPA for PhantomJS and CasperJS
- time sudo add-apt-repository -y ppa:pcarrier/ppa
- sudo apt-get update
- git clone --recursive https://github.com/ipython/ipython.git
install:
- sudo ... | Exclude version 2.4.2 of requests | Exclude version 2.4.2 of requests
| YAML | bsd-3-clause | EdwardJKim/nbgrader,jhamrick/nbgrader,EdwardJKim/nbgrader,ellisonbg/nbgrader,MatKallada/nbgrader,EdwardJKim/nbgrader,jhamrick/nbgrader,modulexcite/nbgrader,jdfreder/nbgrader,ellisonbg/nbgrader,alope107/nbgrader,alope107/nbgrader,dementrock/nbgrader,jhamrick/nbgrader,dementrock/nbgrader,EdwardJKim/nbgrader,jupyter/nbgra... |
ad9065f9b1a795891ffe8c806385e6094ba67554 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
before_install:
- gem update --system
- gem install bundler --conservative --no-document -v "~> 2.0"
matrix:
allow_failures:
- rvm: ruby-head
include:
# Run Danger only once, on 2.6.0
- rvm: 2.6.0
... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
before_install:
- gem update --system
- gem install bundler --conservative --no-document -v "~> 2.0"
- gem install executable-hooks --conservative --no-document
matrix:
include:
# Run Danger only once, on 2.... | Work around rvm ruby-head build failures | Work around rvm ruby-head build failures
Currently rvm fails to install ruby-head completely on Travis with
errors like:
there was an error installing gem gem-wrappers
This leaves the ruby environment in an inconsistent state where binstubs
fail to execute with errors like:
/usr/bin/env: ruby_executable_hoo... | YAML | mit | mattbrictson/chandler,mattbrictson/chandler |
f53a54d79b56769c73324a0a4b2dbda45958b0f7 | .travis.yml | .travis.yml | addons:
apt:
packages:
- aspell
- aspell-en
- g++
- gcc
- git
- gfortran
- libblas3gf
- libblas-dev
- liblapack3gf
- liblapack-dev
- libatlas-base-dev
- libfontconfig1
- libmysqlclient-dev
- libxml2-dev
- libxslt1-dev
- nodejs
- python2.7
- p... | addons:
apt:
packages:
- aspell
- aspell-en
- g++
- gcc
- git
- gfortran
- libblas3gf
- libblas-dev
- liblapack3gf
- liblapack-dev
- libatlas-base-dev
- libfontconfig1
- libmysqlclient-dev
- libxml2-dev
- libxslt1-dev
- nodejs
- python2.7
- p... | Add ora-staff-grading to branches to build | Add ora-staff-grading to branches to build
| YAML | agpl-3.0 | miptliot/edx-ora2,miptliot/edx-ora2,Stanford-Online/edx-ora2,edx/edx-ora2,Lektorium-LLC/edx-ora2,Lektorium-LLC/edx-ora2,Edraak/edx-ora2,miptliot/edx-ora2,EDUlib/edx-ora2,Lektorium-LLC/edx-ora2,edx/edx-ora2,nttks/edx-ora2,Edraak/edx-ora2,edx/edx-ora2,EDUlib/edx-ora2,EDUlib/edx-ora2,Stanford-Online/edx-ora2,Edraak/edx-or... |
6ce934431f48ca9b9dcdacfb9a22cba59ff83163 | .travis.yml | .travis.yml | language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
env:
- DJANGO="Django>=1.11,<2.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"
- DJANGO="Django>=2.2,<2.3"
- DJANGO="Django>=3.0,<3.1"
install:
- pip install coverage coveralls $DJANGO
script: coverage run -a --branch setup.py test
mat... | language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
env:
- DJANGO="Django>=1.11,<2.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"
- DJANGO="Django>=2.2,<2.3"
- DJANGO="Django>=3.0,<3.1"
- DJANGO="Django>=3.1,<3.2"
- DJANGO="Django>=3.2,<3.3"
install:
- pip install coverage co... | Add Python 3.9 and Django>=3.1 | Add Python 3.9 and Django>=3.1
| YAML | mit | treyhunner/django-email-log,treyhunner/django-email-log |
999d13ee3ca937070ef5132da9d911a41920c732 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
before_script:
- "npm install dalek-cli -g"
| language: node_js
node_js:
- "0.10"
before_script:
- "npm install dalek-cli -g"
| Check if sudo false makes it fail | Check if sudo false makes it fail
| YAML | mit | swisnl/jQuery-contextMenu,swisnl/jQuery-contextMenu |
0d8322f90a47a3c3fb801be07909d52e6eab445a | .travis.yml | .travis.yml | language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env: COMPILER=g++-4.8
- os: linux
compiler: gcc
addons:
apt:
sources:
-... | language: cpp
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: COMPILER=g++-4.9
- os: linux
compiler: gcc
addons:
apt:
sources:
-... | Remove gcc 4.8 from Tracis ci scripts | Remove gcc 4.8 from Tracis ci scripts
| YAML | mit | benvenutti/foo,benvenutti/foo,benvenutti/test |
15cd128838932644717d1b71c423a36631acc2f3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- "pip install coveralls tox"
script:
- "tox"
after_success:
- "coveralls"
| language: python
python:
- "2.7"
before_install:
- "sudo apt-get update"
- "sudo apt-get install libgeoip1 -y"
install:
- "pip install coveralls tox"
script:
- "tox"
after_success:
- "coveralls"
| Add `libgeoip1` as Travis CI dependency | Add `libgeoip1` as Travis CI dependency
| YAML | mit | myhro/myhronet,myhro/myhronet |
5081da5442f3fddf6b99cd387325c7390c3a581f | .travis.yml | .travis.yml | language: node_js
node_js:
- 7
before_install:
- openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv
-in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- n... | language: node_js
node_js:
- 7
before_install:
- openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv
-in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- n... | Correct invalid argument for gsutil rsync | Correct invalid argument for gsutil rsync
| YAML | mit | hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web |
85e23c04c07df5a0fd4605e763791534a48c07ed | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
install:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit -c ./phpunit.xml --coverage-text --strict
| language: php
php:
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
install:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit -c ./phpunit.xml --coverage-text --strict
| Remove PHP 5.5 testing, add PHP 7.2/7.3 testing. | Remove PHP 5.5 testing, add PHP 7.2/7.3 testing.
| YAML | mit | commerceguys/tax |
e89f0f2222f189a007b3e48ee59d63db00506382 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-spiffy' ]; then cd .. && eval "mv $currentfolder generator-spiffy" && cd generator-spiffy; fi
| language: node_js
node_js:
- 'iojs'
- '0.12'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'generator-spiffy' ]; then cd .. && eval "mv $currentfolder generator-spiffy" && cd generator-spiffy; fi
| Stop bothering with node v0.10 | Stop bothering with node v0.10
| YAML | mit | danawoodman/generator-spiffy |
f91751e45d0836d0495f81d77fa8df1f90fb1985 | .travis.yml | .travis.yml | language: php
php:
- 7.2
- 7.3
- 7.4
before_install:
# Disable PHP deprecation notices
- echo 'error_reporting = E_ALL & ~E_DEPRECATED' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
install:
- composer install
script:
- vendor/bin/simple-phpunit --coverage-clover coverage.xml
- ... | language: php
php:
- 7.2
- 7.3
- 7.4
before_install:
# Disable PHP deprecation notices
- echo 'error_reporting = E_ALL & ~E_DEPRECATED' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
install:
- composer install
script:
- vendor/bin/phpunit --coverage-clover coverage.xml
- compose... | Fix phpunit run on Travis | Fix phpunit run on Travis
| YAML | mit | leapt/im-bundle |
14a26dd990f19672eeffa50654239b91023b5105 | .travis.yml | .travis.yml | language: node_js
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
node_js:
- node
- iojs
- 0.10
- 0.1
# If the package has OS-dependent features, uncomment this.
#os:
# - linux
# - osx
# Note: semantic-release caches... | language: node_js
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
node_js:
- node
- iojs
- 0.10
# Note: Travis appears to interpret 0.1 as 0.10, so test against 0.2 instead
- 0.2
# If the package has OS-dependent featur... | Use Node 0.2 instead of 0.1 as min test version | Use Node 0.2 instead of 0.1 as min test version
Since 0.1 appears to run with 0.10 instead of 0.1 on Travis CI.
Signed-off-by: Kevin Locke <ffb4761cba839470133bee36aeb139f58d7dbaa9@kevinlocke.name>
| YAML | mit | kevinoid/promised-read,kevinoid/promised-read,kevinoid/promised-read |
0be33931480b6c1ad9f89cc9f1475ba5841e00dc | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require --dev --no-update phpunit/phpunit 5.7.5; fi
install:
- composer install
script: vendor/bin/phpunit --coverage-text
before_script:
- composer instal... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require --dev --no-update phpunit/phpunit 5.7.5; fi
install:
- composer install
script: vendor/bin/phpunit --coverage-text
before_script:
- composer install
notif... | Support up to PHP 7.1 | Support up to PHP 7.1
... because PHP 7.2 isnn't production-ready, anyway. Looking at the
changelog, it seems there's been a lot of session-related changes.
| YAML | mit | crazedsanity/session |
47665717c5a98411661448141627287cf9d889cb | .travis.yml | .travis.yml | language: java
install: /bin/true # Don't run "gradle assemble" (which is the default)
script: mvn test javadoc:javadoc
after_success:
- mvn clean cobertura:cobertura -Dcobertura.report.format=xml coveralls:cobertura | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
install: /bin/true # Don't run "gradle assemble" (which is the default)
script: mvn test javadoc:javadoc
after_success:
- mvn clean cobertura:cobertura -Dcobertura.report.format=xml coveralls:cobertura | Configure Travis to check java8. | Configure Travis to check java8.
This will catch javadoc lint issues at pull request time.
| YAML | apache-2.0 | googlegenomics/utils-java,deflaux/utils-java,googlegenomics/utils-java,deflaux/utils-java |
ed73119529f9c96af47054eac8b747cce8136988 | .travis.yml | .travis.yml | ## Add to .hg/hgrc to enable bitbucket pushes to push to github as well.
# [hooks]
# outgoing = hg push git+ssh://git@github.com/jmchilton/lwr.git || true
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- sudo apt-get install libxml2-dev libxslt1-dev libcurl3 python-pycurl python3-pycurl
- pip install -... | ## Add to .hg/hgrc to enable bitbucket pushes to push to github as well.
# [hooks]
# outgoing = hg push git+ssh://git@github.com/jmchilton/lwr.git || true
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- sudo apt-get install libxml2-dev libxslt1-dev libcurl3 python-pycurl
- pip install -r tools/pip-req... | Remove python3-pycurl dependency for Travis-CI, not available in Ubuntu LTS VMs used by Travis. | Remove python3-pycurl dependency for Travis-CI, not available in Ubuntu LTS VMs used by Travis.
| YAML | apache-2.0 | galaxyproject/pulsar,ssorgatem/pulsar,jmchilton/lwr,natefoo/pulsar,jmchilton/pulsar,natefoo/pulsar,ssorgatem/pulsar,galaxyproject/pulsar,jmchilton/lwr,jmchilton/pulsar |
d86b3dc0f83412e85ca506b5d32ed9210ae421db | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python: 3.5
env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py27
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U to... | # Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python: 3.5
env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py27
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U to... | Add etcd dir to path | Add etcd dir to path
| YAML | apache-2.0 | kragniz/python-etcd3 |
dfca4dc2d160f5192123e242628d995d10ffe991 | .travis.yml | .travis.yml | language: java
# Make NetworkTables happy
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- junit4
script:
- ./gradlew $TEST_SUITE --debug
# For CodeCov
after_success:
- ./gradlew test jacocoTestReport
- bash <(curl -s https://codecov.io/bash)
jdk:
- oraclejdk... | language: java
# Make NetworkTables happy
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- junit4
before_script:
- chmod +x gradlew
script:
- ./gradlew $TEST_SUITE --debug
# For CodeCov
after_success:
- ./gradlew test jacocoTestReport
- bash <(curl -s https:/... | Add executable permissions for gradlew | Add executable permissions for gradlew
| YAML | mit | RoboEagles4828/ACE,RoboEagles4828/2017Robot |
3b2f3b12ea94128bffffc1da4cedb8e1ce47ee70 | .travis.yml | .travis.yml | language: rust
rust:
- 1.4.0
- 1.5.0
- 1.6.0
- 1.7.0
- 1.8.0
- 1.9.0
- 1.10.0
- 1.11.0
- 1.12.0
- 1.13.0
- 1.14.0
- 1.15.1
- 1.16.0
- beta
- nightly
| language: rust
rust:
- 1.4.0
- 1.5.0
- 1.6.0
- 1.7.0
- 1.8.0
- 1.9.0
- 1.10.0
- 1.11.0
- 1.12.0
- 1.13.0
- 1.14.0
- 1.15.1
- 1.16.0
- 1.17.0
- beta
- nightly
| Test on Rust 1.17 stable | Test on Rust 1.17 stable
| YAML | apache-2.0 | ruuda/filebuffer,ruud-v-a/filebuffer |
599fa3751c50552dd02771b9574e61c00ecb3fa0 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- tip
node_js:
- "0.10"
install:
- go get -v -t ./...
- pushd regbackend && go build -v && popd
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm start > /dev/null &
- cd regbackend && ./regbackend >/dev/null &
- npm run update-webdri... | language: go
go:
- 1.3
- 1.4
- tip
node_js:
- "0.10"
install:
- go get -v -t ./...
- pushd regbackend && go build -v && popd
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm start > /dev/null &
- cd regbackend && ./regbackend >/dev/null &
- npm run updat... | Add golang 1.3 to Travis. | Add golang 1.3 to Travis.
Debian Jessie seems to be locked into this, so I'll lock in too.
| YAML | agpl-3.0 | CCJ16/registration,CCJ16/registration,CCJ16/registration |
bea783da36cd6f762aebbeca4946673a57320f43 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.9
before_install:
- npm install -g grunt-cli
- npm install -g grunt-lib-phantomjs | language: node_js
node_js:
- 0.9
before_install:
- npm install -g grunt-cli
- wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2
... | Add manual PhantomJS installation routine for Travis | Add manual PhantomJS installation routine for Travis | YAML | mit | ain/jquery-feedbackradio |
0dc93c19860211ff750f0196f5fe13b15d09b2fa | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby-9.1.17.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
- 2.5
- ruby-head
- jruby-9.2.0.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 JRuby 9.2.0.0 on Travis CI | Use JRuby 9.2.0.0 on Travis CI
| YAML | mit | janko-m/shrine,janko-m/shrine |
4567fd5e66cf923cbbeaba2e6835ab0316a86c0d | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
# Echo trickery prevents an error return from `[ -e $dir/package.json ]` from erroring the Travis CI build.
- for dir in $(find . -maxdepth 1 -type d -a ! -name .\*); do [ -e $dir/packag... | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install -g npm
# Echo trickery prevents an error return from `[ -e $dir/package.json ]` from erroring the Travis CI build.
- for dir in $(find . -maxdepth 1 -type d -a ! -name .\... | Install with NPM 5 on Travis CI. | Install with NPM 5 on Travis CI.
| YAML | mit | bigeasy/nascent,bigeasy/nascent |
4477bab1aa049d014846cc9ae3e2a5b2690e6520 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- gemfiles/Gemfile.rails-4.2-stable
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stable
- Gemfile
matrix:
exclude:
- rvm: 2.2
gemfile: gemfiles/Gemfile.rails-3.2-stable
serv... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- gemfiles/Gemfile.rails-4.2-stable
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stable
- Gemfile
matrix:
exclude:
- rvm: 2.2
gemfile: gemfiles/Gemfile.rails-3.2-stable
serv... | Update Travis CI notification settings. | Update Travis CI notification settings.
| YAML | mit | plataformatec/devise,fjg/devise,ngpestelos/devise,Qwiklabs/devise,hauledev/devise,rubyrider/devise,leonardoprg/devise,leonardoprg/devise,sespindola/devise,twalpole/devise,hauledev/devise,bolshakov/devise,stanhu/devise,rubyrider/devise,twalpole/devise,sespindola/devise,hauledev/devise,sespindola/devise,stanhu/devise,ngp... |
d69189b66f2821ea539f1cdc7e4814e2360d8405 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
notifications:
email:
on_success: never
| language: node_js
node_js:
- 0.6
- 0.7
notifications:
email:
on_success: never
| Test with node v0.7.x as well. | Test with node v0.7.x as well.
Signed-off-by: Nick Campbell <e31591b49bf5c9127aafb098f2b9d466891b32f9@gmail.com>
| YAML | mit | DJMcK/node.bcrypt.js,nullivex/node.bcrypt.js,nullivex/node.bcrypt.js,DJMcK/node.bcrypt.js,greyhwndz/node.bcrypt.js,ksmyth/node.bcrypt.js,kelektiv/node.bcrypt.js,ncb000gt/node.bcrypt.js,kelektiv/node.bcrypt.js,kelektiv/node.bcrypt.js,DJMcK/node.bcrypt.js,listepo/node.bcrypt.js,greyhwndz/node.bcrypt.js,greyhwndz/node.bcr... |
81cc2e16e13b8f8019a2109678f2d98b9abef2ed | packages/ps/PSQueue.yaml | packages/ps/PSQueue.yaml | homepage: ''
changelog-type: ''
hash: 188b45e7cca61d59df13a0a24eaa259b54eaedbafc639bef519e5f38d718fd3e
test-bench-deps: {}
maintainer: Scott E. Dillard <sedillard@gmail.com>
synopsis: Priority Search Queue
changelog: ''
basic-deps:
base: ! '>=4 && <4.11'
all-versions:
- '1.0'
- '1.1'
author: Ralf Hinze
latest: '1.1'
... | homepage: ''
changelog-type: markdown
hash: 0eb84220799c95fd7ec05b2f3ba1a673ac24a8200a79be1666233852a8d346c6
test-bench-deps: {}
maintainer: Hackage Trustees <trustees@hackage.haskell.org>
synopsis: Priority Search Queue
changelog: |
### 1.1.0.1
- Maintenance release
- Add support for `base-4.11.0.0`
- Fix lin... | Update from Hackage at 2019-01-12T20:02:45Z | Update from Hackage at 2019-01-12T20:02:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1f9235be3ba82bb76b21801df586a269d89ac590 | packages/sh/shake-c.yaml | packages/sh/shake-c.yaml | homepage: ''
changelog-type: markdown
hash: 911638f77045983e879b6fc834418b392f1b20a42d67683527c67ae354c44dc4
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Library for building C code with shake
changelog: |
# shake-c
## 0.4.3.0
* Add `preprocessA` and `preprocessR`
* Add `TCC` construct... | homepage: ''
changelog-type: markdown
hash: 5379e277c4eca581d58f7d3f5fb7265e2f5eb2d460e051f08c73e99a90a88f8d
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Library for building C code with shake
changelog: |
# shake-c
## 0.4.4.0
* Add `Pgi` constructor
## 0.4.3.0
* Add `preprocessA` and ... | Update from Hackage at 2020-07-26T19:20:04Z | Update from Hackage at 2020-07-26T19:20:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a25c7c2907b54e6f6d6aec09bf4fe9398aa4cbd4 | _config.yml | _config.yml | # Harmony Jekyll theme general configuration
markdown: redcarpet
pygments: true
# Base URL
baseurl: /harmony
# Site URL
url: http://webcreate.lk/harmony
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
# Harmony theme configuration. Please change accordingly.
harmony:
name: Harmony #Name of... | # Harmony Jekyll theme general configuration
markdown: redcarpet
pygments: true
# Base URL
baseurl: /harmony
# Site URL
url: http://webcreate.lk/harmony
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
# Harmony theme configuration. Please change accordingly.
harmony:
name: Harmony #Name of... | Check build failures after uncomment dribble property | Check build failures after uncomment dribble property
| YAML | mit | charlyraffellini/harmony,sarnthil/harmony,Cawhee/harmony,jackMilano/jackmilano.github.io,zhanghaowx/Blog-Escape,eek/eek.github.io,DarkManiel/harmony,abhilashhb/harmony,kri5/blog.kri5.fr,mnzr/blog,be9/blog-eng,kamiljsokolowski/kamiljsokolowski.github.io,gayanvirajith/harmony,jakerobers/jakerobers.github.io,namul/namul.g... |
9b13f5e4891904134a75b8bcfa7db1bfbaba530d | _config.yml | _config.yml | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Jekyll Marlene
tagline: Starter template to Jekyll
url: https://github.com/filipelinhares/jekyll-marlene
paginate... | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: Jekyll Marlene
tagline: Starter template to Jekyll
url: https://github.com/filipelinhares/jekyll-marlene
paginate: 1
baseurl: ... | Fix pagination deprecate and permalink upgrade | Fix pagination deprecate and permalink upgrade
| YAML | mit | filipelinhares/jekyll-marlene |
44ad1aba38a8e3be2165d0b610c5ac1f22f453a1 | _config.yml | _config.yml | # Site settings
title: Your awesome title
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.... | # Site settings
title: Orlando Developers Wiki
email: jaxbot@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.... | Change base path and title | Change base path and title
| YAML | mit | OrlandoDevWiki/wiki |
3a45744c29945f9519b35ea37919667fef382242 | readthedocs.yml | readthedocs.yml | conda:
file: docs/environment.yml
# The default for requirements_file is null, but for some reason we get an error with this message if it's not set:
# "Problem parsing YAML configuration. Invalid "requirements_file": path docs/requirements.txt does not exist"
requirements_file: null
python:
version: 3.6
... | conda:
file: docs/environment.yml
# The default for requirements_file is null, but for some reason we get an error with this message if it's not set:
# "Problem parsing YAML configuration. Invalid "requirements_file": path docs/requirements.txt does not exist"
requirements_file: null
python:
version: 3.5
... | Revert to docs build for py 3.5 | Revert to docs build for py 3.5
| YAML | mit | choderalab/openmmtools,choderalab/openmmtools |
e7c7a5064c76537039c331ccc5a91c64ea1eb146 | templates/.travis.yml | templates/.travis.yml | language: node_js
sudo: false
notifications:
email: false
node_js:
- stable
branches:
only:
- master
script: npm test
compiler: clang-3.6
env:
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1
- CC="clang"
- CXX="clang++"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
... | language: node_js
sudo: false
notifications:
email: false
node_js:
- stable
branches:
only:
- master
script: npm test
compiler: clang-3.6
env:
global:
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1
- CC="clang"
- CXX="clang++"
addons:
apt:
sources:
- ubuntu-toolchain-r-te... | Fix env vars not being global | fix(templates): Fix env vars not being global
| YAML | mit | jhermsmeier/npm-create |
9d9ab8a459d95437fcb7b1d2b687e92872636178 | repository.yaml | repository.yaml | leakDetectionExemptions:
- ruleId: 'ip_addresses'
filePaths:
- '/src/test/scala/uk/gov/hmrc/bobby/domain/VersionSpec.scala'
repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| Remove all leak detection exemptions | Remove all leak detection exemptions
| YAML | apache-2.0 | hmrc/sbt-bobby |
605d996322e55dff9b872f2a30ac5894c42f9406 | _bookdown.yml | _bookdown.yml | book_filename: "RProgrammingForResearch"
chapter_name: "Chapter "
rmd_files: ["index.Rmd", "00-course_info.Rmd", "01-prelim.Rmd", "vocabulary.Rmd", "homework.Rmd"]
repo: https://github.com/geanders/RProgrammingForResearch/
edit:
link: https://github.com/geanders/RProgrammingForResearch/edit/master/%s
text: "Edit"
o... | book_filename: "RProgrammingForResearch"
chapter_name: "Chapter "
rmd_files: ["index.Rmd", "00-course_info.Rmd", "01-prelim.Rmd", "vocabulary.Rmd", "homework.Rmd"]
repo: https://github.com/geanders/RProgrammingForResearch/
edit:
link: https://github.com/geanders/RProgrammingForResearch/edit/master/%s
text: "Edit"
o... | Change book output to "docs" | Change book output to "docs"
| YAML | cc0-1.0 | geanders/RProgrammingForResearch,geanders/RProgrammingForResearch,geanders/RProgrammingForResearch |
15700ff43b35d340f40c27043e9acb0f4a45689e | dts/bindings/base/base.yaml | dts/bindings/base/base.yaml | title: base device binding
description: >
Binding for device
properties:
compatible:
type: string-array
category: required
description: compatible strings
reg:
type: array
description: register space
category: optional
reg-names:
type: string-a... | title: base device binding
description: >
Binding for device
properties:
compatible:
type: string-array
category: required
description: compatible strings
reg:
type: array
description: register space
category: optional
reg-names:
type: string-a... | Change clock type to compound | dts/bindings: Change clock type to compound
The clock property should be a compound type as that matches uses like
FOO-gpios, pwms, etc.
Signed-off-by: Kumar Gala <a5e5248af4cd4f0ed8c515f61d40a6e2db46a66e@linaro.org>
| YAML | apache-2.0 | Vudentz/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,nashif/zephyr,finikorg/zephyr,Vudentz/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,nashif/zephyr,Vudentz/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zep... |
ed4a6845df31150ad5d7e68d7df7a5ec96864a59 | perfdash/deployment.yaml | perfdash/deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: perfdash
labels:
app: perfdash
spec:
selector:
matchLabels:
app: perfdash
template:
metadata:
labels:
app: perfdash
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:2.33
c... | apiVersion: apps/v1
kind: Deployment
metadata:
name: perfdash
labels:
app: perfdash
spec:
selector:
matchLabels:
app: perfdash
template:
metadata:
labels:
app: perfdash
spec:
containers:
- name: perfdash
# Version 2.33 consumes > 32GiB of memory.
#... | Revert "Upgrade perfdash to 2.33" | Revert "Upgrade perfdash to 2.33"
| YAML | apache-2.0 | kubernetes/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests |
5351e0184b260f40b79b521b374b4a1fb31ce2cf | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 11
- name: install
run: npm install
- name: lint
run: npm run lint
- name: test
run: npm te... | name: CI
on: [push]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Set up Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 12
- name: Install dependencies
run: npm in... | Set up CI to use changesets | Set up CI to use changesets
| YAML | mit | primer/stylelint-config-primer |
83791b9331058a1f0f3d5853df5dbe441f68cc6d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We try to go with the currently active Python branches:
# https://devguide.python.org/#status-of-python-branches
python-ve... | name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We try to go with the currently active Python branches:
# https://devguide.python.org/#status-of-python-branches
python-versio... | Fix branch names in GH Action | CI: Fix branch names in GH Action
| YAML | mit | bkircher/python-rpm-spec |
74d3a02dc82412c692f18df048c592d127dd3fbf | .github/workflows/ci.yml | .github/workflows/ci.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
push:
branches: [ github-actions ]
pull_request:
branches: [ github-actions ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out the repository under $GITHUB_WORKSPACE
... | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
push:
branches: [ github-actions ]
pull_request:
branches: [ github-actions ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out the repository under $GITHUB_WORKSPACE
... | Add some of the missing GA steps | Add some of the missing GA steps | YAML | apache-2.0 | jguerinet/MyMartlet,jguerinet/MyMartlet,jguerinet/MyMartlet,jguerinet/MyMartlet |
44307d9a4655e3e400c99ac2058ab64107c22158 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous Integration
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4]
dependency-version: [prefer-lowest, prefer-stable]
name: CI - PHP ${{ matrix.php }} (${{ matrix.dependency-version }})
steps:
- name: Checko... | name: Continuous Integration
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4]
dependency-version: [prefer-lowest, prefer-stable]
name: CI - PHP ${{ matrix.php }} (${{ matrix.dependency-version }})
steps:
- name: Checko... | Update to v2 of actions/cache action | Update to v2 of actions/cache action | YAML | mit | laravel-zero/framework |
26cb667ad66ca69de2b752b13ba88547713c0664 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: tr... | name: ci
on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, '3.0', '3.1', head, jruby, jruby-head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodu... | Test on Ruby 3.1 as well | Test on Ruby 3.1 as well
| YAML | mit | fbernier/tomlrb,fbernier/tomlrb |
fe14e7881c6d25efd64c24cc68d5ebab6ac37f4d | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches:
- '**'
- '!main'
pull_request:
branches: [ main ]
jobs:
test:
name: Test Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
... | name: Go
on:
pull_request:
branches: [ main ]
jobs:
test:
name: Test Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
id: go
- name: Get dependencies
run: ... | Disable CI on branches, only on PRs | Disable CI on branches, only on PRs
We do not use branches as such, only for feature development through PRs. | YAML | bsd-3-clause | open-source-firmware/go-tcg-storage |
7f46062e3587561b788388344c5d87cd23db1947 | .github/workflows/run-tests.yml | .github/workflows/run-tests.yml | name: Run Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
tests:
strategy:
matrix:
os: [Ubuntu, macOS]
php: [7.2, 7.3, 7.4, 8.0]
include:
- os: Ubuntu
os-version: ubuntu-latest
- os: macOS
os-version: macos-latest
name: ${{ ... | name: Run Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
tests:
strategy:
matrix:
os: [Ubuntu, macOS]
php: [7.3, 7.4, 8.0]
include:
- os: Ubuntu
os-version: ubuntu-latest
- os: macOS
os-version: macos-latest
name: ${{ matri... | Remove support for php 7.2 | build: Remove support for php 7.2
| YAML | mit | tightenco/lambo |
ea6863df48e99855b6bad2d777f08fa44b34b1d5 | .github/workflows/run_tests.yml | .github/workflows/run_tests.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
j... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
j... | Drop python3.6 from test matrix and use pypy3.10 | Drop python3.6 from test matrix and use pypy3.10
| YAML | apache-2.0 | harlowja/fasteners |
8ba054f56d1656ea2da9cb11b28970d615d3a064 | .install.conf.yaml | .install.conf.yaml | - clean:
- '~'
- '~/.config'
- '~/.config/i3'
- '~/.config/i3status'
- link:
~/.config/fish:
create: true
path: fish/
~/.config/git/config:
create: true
path: git/config
~/.config/git/ignore_global:
create: true
path: git/ignore_global
~/.... | - clean:
- '~'
- '~/.config'
- '~/.config/git'
- '~/.config/i3'
- '~/.config/i3status'
- link:
~/.config/fish:
create: true
path: fish/
~/.config/git/config:
create: true
path: git/config
~/.config/git/ignore_global:
create: true
path: git... | Add the new git folder to the clean list | Add the new git folder to the clean list
| YAML | unlicense | KibaFox/dotfiles,KibaFox/dotfiles,KibaFox/dotfiles,KibaFox/dotfiles,KibaFox/dotfiles |
ad8c50e78eb707fc833f70d8705f7cc887302f20 | .github/workflows/ant.yml | .github/workflows/ant.yml | name: Java CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/local-s3
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
... | name: Java CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/local-s3
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version... | Disable MacOS CI again (all are passing except S3USerTests) | Disable MacOS CI again (all are passing except S3USerTests)
| YAML | agpl-3.0 | Peergos/Peergos,Peergos/Peergos,Peergos/Peergos |
84772c40ebcfdf49bf1d6cba56d8407516d5479c | Configuration/Settings.Mvc.yaml | Configuration/Settings.Mvc.yaml | #
# MVC configuration for the Flow Framework
#
Neos:
Flow:
mvc:
# Defines routes that should be included after existing routes defined in the main Routes.yaml (if any)
# Note: This only allows to include existing Routes.yaml files from other packages, you can't adjust the routes via Settings.
#... | #
# MVC configuration for the Flow Framework
#
Neos:
Flow:
mvc:
# Defines routes that should be included after existing routes defined in the main Routes.yaml (if any)
# Note: This only allows to include existing Routes.yaml files from other packages, you can't adjust the routes via Settings.
#... | Change default flash message storage to session | BUGFIX: Change default flash message storage to session | YAML | mit | neos/flow,neos/flow,neos/flow,neos/flow |
e0d57bcab3a6214d3b36fc4fae860ae73009dee9 | recipes/pyflakes/meta.yaml | recipes/pyflakes/meta.yaml | {%set name = "pyflakes" %}
{%set version = "1.3.0" %}
{%set hash_type = "sha256" %}
{%set hash_val = "a4f93317c97a9d9ed71d6ecfe08b68e3de9fea3f4d94dcd1d9d83ccbf929bc31" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0... | {%set name = "pyflakes" %}
{%set version = "1.5.0" %}
{%set hash_type = "sha256" %}
{%set hash_val = "aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0... | Update pyflakes recipe to version 1.5.0 | Update pyflakes recipe to version 1.5.0
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
4582c51d8ee3d2123f84c18cfaaff7b1d752ce8a | recipes/pyserial/meta.yaml | recipes/pyserial/meta.yaml | {% set name = "pyserial" %}
{% set version = "3.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e1... | {% set name = "pyserial" %}
{% set version = "3.4" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed94... | Update pyserial to version 3.4 | Update pyserial to version 3.4
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
b31ffa7b362e9fe1368b68fcfc5218a2faf7a565 | recipes/sos-bash/meta.yaml | recipes/sos-bash/meta.yaml | {% set name = "sos-bash" %}
{% set version = "0.18.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9b38514b0a7b8385c924aaa994dee326681bc09f9497a153dcff091aa89b2d05
build:
skip: tru... | {% set name = "sos-bash" %}
{% set version = "0.18.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9b38514b0a7b8385c924aaa994dee326681bc09f9497a153dcff091aa89b2d05
build:
noarch: p... | Add python as runtime dependency, and add noarch:python | Add python as runtime dependency, and add noarch:python
| YAML | bsd-3-clause | mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,dschreij/staged-rec... |
4d60932d038fd59ece8e2fa695d0b58001a4db20 | python/defaults/main.yml | python/defaults/main.yml | ---
### basic settings, role internal configuration
### service or site name
# used as default for a number of things, eg. venv, install dir, hostname, ...
# override this in you playbook for the service/site
service_name: "service"
### system configuration, library, service, ... feature switches
# use python3 inst... | ---
### basic settings, role internal configuration
### service or site name
# used as default for a number of things, eg. venv, install dir, hostname, ...
# override this in you playbook for the service/site
service_name: "service"
### system configuration, library, service, ... feature switches
# use python3 inst... | Revert defaults and add note about config in playbook (django role sets those defaults too) | Revert defaults and add note about config in playbook (django role sets those defaults too)
| YAML | mit | fdemmer/ansible_roles |
f77055a585b5e05d7afa28f2f0da35cb26c5c8d5 | recipes/docrep/meta.yaml | recipes/docrep/meta.yaml | {% set name = "docrep" %}
{% set version = "0.1.1" %}
{% set sha256 = "ede2317a6caa63b04197b69b0b511237236d9c27c962d0dfcd6ff7290b165d45" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }... | {% set name = "docrep" %}
{% set version = "0.1.1" %}
{% set sha256 = "ede2317a6caa63b04197b69b0b511237236d9c27c962d0dfcd6ff7290b165d45" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }... | Use the abbreviation (GPLv2) for the license | Use the abbreviation (GPLv2) for the license
| YAML | bsd-3-clause | jakirkham/staged-recipes,hadim/staged-recipes,gqmelo/staged-recipes,guillochon/staged-recipes,petrushy/staged-recipes,sannykr/staged-recipes,JohnGreeley/staged-recipes,jjhelmus/staged-recipes,hadim/staged-recipes,pmlandwehr/staged-recipes,benvandyke/staged-recipes,chohner/staged-recipes,rmcgibbo/staged-recipes,igortg/s... |
35a7caac9ab36c54095aa76c5b772a7c996b4f41 | site/config.yml | site/config.yml | baseurl: "https://studionock.com/"
languageCode: "en-US"
title: "Studio NOCK"
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: false
enableRobotsTXT: true
enableEmoji: true
MetaDataFormat: "yaml"
params:
description: "Studio NOCK is an independent platform dedicated to architecture"
| baseurl: "https://studionock.com/"
languageCode: "en-US"
title: "Studio NOCK"
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: false
enableRobotsTXT: true
enableEmoji: true
MetaDataFormat: "yaml"
params:
description: "Studio NOCK is an independent platform dedicated to architecture"
menu:
main:
- ... | Add hom to main menu | Add hom to main menu
| YAML | mit | studionock/studionock.com,studionock/studionock.com |
374366e825fdada66b0187f9460b6ad23e456009 | recipes/yamale/meta.yaml | recipes/yamale/meta.yaml | {% set name = "yamale" %}
{% set version = "2.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ac7dbb7b01c9fc61a5954d61fc6deb66b177c1f84146925add92dc0fa2b7e4c3
build:
number: 0
scri... | {% set name = "yamale" %}
{% set version = "2.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ac7dbb7b01c9fc61a5954d61fc6deb66b177c1f84146925add92dc0fa2b7e4c3
build:
number: 0
scri... | Install via pip and remove empty line. | yamale: Install via pip and remove empty line.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,kwilcox/staged-recipes,asmeurer/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,ch... |
41f1d54b6560c8d44e3219b4a784e70a50cf16e9 | recipes/eudist/meta.yaml | recipes/eudist/meta.yaml | {% set name = "eudist" %}
{% set version = "0.1.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/eudist-{{ version }}.tar.gz
sha256: 587caf9ab5e204b4c86a2f75551a973f37059fe146ca93a44270fc2279218a45
build:
script:
- python... | {% set name = "eudist" %}
{% set version = "0.1.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/eudist-{{ version }}.tar.gz
sha256: 587caf9ab5e204b4c86a2f75551a973f37059fe146ca93a44270fc2279218a45
build:
script: {{ PYTHON }}... | Revert "Add compilation step in install" | Revert "Add compilation step in install"
This reverts commit 4658b3f40efdfef6699310ce813f86aa2527c67c.
Does not seem to have been necessary to get Cython file compiled.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes |
9153871bea88866c1b03cdb2c9ae739a656d4358 | recipes/stride/meta.yaml | recipes/stride/meta.yaml | {% set name = "stride" %}
{% set version = "1.0" %}
{% set md5 = "f5861823b1eccd6326f62eb21ffac9e7" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 1
skip: True # [osx]
source:
fn: {{ name }}_v{{ version }}.tar.gz
url: https://github.com/ythuang0522/StriDe/archive/v{{ version }}.tar.gz... | {% set name = "stride" %}
{% set version = "1.0" %}
{% set md5 = "f5861823b1eccd6326f62eb21ffac9e7" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 1
skip: True # [osx]
source:
fn: {{ name }}_v{{ version }}.tar.gz
url: https://github.com/ythuang0522/StriDe/archive/v{{ version }}.tar.gz... | Add zlib as build dependency | Add zlib as build dependency
| YAML | mit | ivirshup/bioconda-recipes,rvalieris/bioconda-recipes,abims-sbr/bioconda-recipes,abims-sbr/bioconda-recipes,CGATOxford/bioconda-recipes,gregvonkuster/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,rob-p/bioconda-recipes,ostrokach/bioconda-recipes,hardingnj/bioconda-recipes,ivirshup/bioconda-recipes,CGA... |
c7c5907a2bf9a16b0adb2fcef8d93e8b876829d0 | metadata/com.reminimalism.materialslivewallpaper.yml | metadata/com.reminimalism.materialslivewallpaper.yml | Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Donate: https://pragma-once.github.io/materialslivewall... | Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Donate: https://pragma-once.github.io/materialslivewall... | Update Materials Live Wallpaper to 0.5 (5) | Update Materials Live Wallpaper to 0.5 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.