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
84b0d0c900b1aacf4256c77fc6d566eef5d683cb
.travis.yml
.travis.yml
language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 - oraclejdk7 - openjdk7 branches: only: - master - development # Handle git submodules manually git: submodules: false # Replace the authenticated SSH URL with the public URL, then initialize submodules before_install: - sed -i...
language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 branches: only: - master - development # Handle git submodules manually git: submodules: false # Replace the authenticated SSH URL with the public URL, then initialize submodules before_install: - sed -i 's/git@github.com:/https:\/...
Remove java7 tests until such time as we can grok conditional builds
Remove java7 tests until such time as we can grok conditional builds The jetty test dependency needs to change based on the version of java being used. Not sure how to do that with TravisCI...
YAML
apache-2.0
bpoweski/http.async.client
3d2ece1138ee1b3fa9c00ba6a952263752e69880
.travis.yml
.travis.yml
language: java jdk: openjdk8 dist: trusty script: - ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -q -B -V - ./mvnw test -q -B -V cache: directories: - $HOME/.m2
language: java jdk: openjdk8 dist: trusty cache: directories: - $HOME/.m2
Revert Travis CI script to default
Revert Travis CI script to default
YAML
apache-2.0
zregvart/fuse-credential-store,zregvart/fuse-credential-store
7a529157259dc1b2eb2357bfa83326e08ec015e9
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" install: - pip install pep8 tox before_script: - "pep8 --ignore=E123,E402,E501,E701 ./bin ./zask ./tests" script: - make test branches: #only: # - master notifications: slack: rooms: - juwai:BnihlKlSqagkR1FS7agVecXg on_success: never ...
sudo: false language: python python: - "2.7" install: - pip install pep8 tox before_script: - "pep8 --ignore=E123,E402,E501,E701 ./bin ./zask ./tests" script: - make test branches: only: - master notifications: slack: rooms: - juwai:BnihlKlSqagkR1FS7agVecXg on_success: never ...
Change to apply to master only for CI checking
Change to apply to master only for CI checking
YAML
bsd-3-clause
j-5/zask
10006587a8cda55f96f92082fd88b94b94fafda3
.travis.yml
.travis.yml
language: generic before_install: - export BATS_PATH=/tmp/bats - export PATH=$BATS_PATH/bin:$PATH - git clone https://github.com/sstephenson/bats $BATS_PATH script: - make -s test
language: generic before_install: - export BATS_PATH=/tmp/bats - export PATH=$BATS_PATH/bin:$PATH - git clone https://github.com/sstephenson/bats $BATS_PATH script: - bats -t t
Use bats direct on CI
Use bats direct on CI
YAML
mit
kusabashira/vil
f156fd920179c2d5e3335f233388d2d6f086280f
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.0 - 2.1 - 2.2 - jruby-9.0.0.0 - rbx-2 matrix: allow_failures: - rvm: jruby-9.0.0.0 - rvm: rbx-2 fast_finish: true script: bundle exec rake before_install: - gem update --system services: - redis-server branches: except: - /^v[0-9]/ notif...
language: ruby sudo: false cache: bundler rvm: - 2.0 - 2.1 - 2.2 - jruby-9.0.0.0 - rbx-2 matrix: allow_failures: - rvm: jruby-9.0.0.0 - rvm: rbx-2 fast_finish: true script: bundle exec rake before_install: - gem update --system - gem update bundler services: - redis-server branches: except...
Update bundler on Travis since they won't.
Update bundler on Travis since they won't.
YAML
mit
tristaneuan/lita,litaio/lita,jimmycuadra/lita,litaio/lita,brodock/lita,liamdawson/lita,jimmycuadra/lita,tristaneuan/lita,liamdawson/lita,brodock/lita
2207c09f6a969e3d3c37dba96966f70441fbd92d
pubspec.yaml
pubspec.yaml
name: petitparser version: 1.4.3 author: Lukas Renggli <renggli@gmail.com> description: Dynamic parser combinator framework. homepage: https://github.com/renggli/dart-petitparser environment: sdk: '>=1.8.0 <2.0.0' dependencies: browser: '>=0.10.0 <0.11.0' dev_dependencies: test: '>=0.12.1 <0.13.0'
name: petitparser version: 1.4.3 author: Lukas Renggli <renggli@gmail.com> description: Dynamic parser combinator framework. homepage: https://github.com/renggli/dart-petitparser environment: sdk: '>=1.8.0 <2.0.0' dev_dependencies: browser: '>=0.10.0 <0.11.0' test: '>=0.12.1 <0.13.0'
Move 'browser' dependency to dev_dependencies.
Move 'browser' dependency to dev_dependencies.
YAML
mit
petitparser/dart-petitparser
a145823e24d338ec583e3928007d8ef701f84463
.travis.yml
.travis.yml
# force run: 1 language: c compiler: - clang - gcc python: - "2.7" sudo: required before_install: - which ${CC} - sudo -H pip install -r requirements.txt - sudo -H DEBIAN_FRONTEND=noninteractive apt-get update script: sh -x ./scripts/do-test.sh
# force run: 1 language: c compiler: - clang - gcc python: - "2.7" sudo: required before_install: - whereis clang - whereis gcc - sudo -H pip install -r requirements.txt - sudo -H DEBIAN_FRONTEND=noninteractive apt-get update script: sh -x ./scripts/do-test.sh
Use whereis instead of which.
Use whereis instead of which.
YAML
bsd-2-clause
dsanders11/rtpproxy,dsanders11/rtpproxy,synety-jdebp/rtpproxy,synety-jdebp/rtpproxy,jevonearth/rtpproxy,jevonearth/rtpproxy,sippy/rtpproxy,sippy/rtpproxy,synety-jdebp/rtpproxy,synety-jdebp/rtpproxy,jevonearth/rtpproxy,jevonearth/rtpproxy,dsanders11/rtpproxy,sippy/rtpproxy
3c030784c2696e75e6572a76d080883d6ba6336c
.travis.yml
.travis.yml
language: ruby rvm: - ree - 1.9.3 - 2.0.0 - 2.1.0 bundler_args: --without tools
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 bundler_args: --without tools
Drop ree; use pre-installed 2.1 ruby
Drop ree; use pre-installed 2.1 ruby
YAML
mit
mhw/htwax
8dca77d13a9572bbb144a0f5b77371dcbc546795
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 - 2.2.4 - 2.1.8 - 2.0.0 - 1.9.3 - jruby-19mode - ruby-head - jruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - rvm: ruby-head - env: "RAILS_VERSION=master" script: rspec...
language: ruby rvm: - 2.3.0 - 2.2.4 - 2.1.8 - 2.0.0 - ruby-head - jruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - rvm: ruby-head - rvm: 1.9.3 - rvm: jruby-19mode - env: "RAILS_VERSION=master"...
Allow failures for Ruby 1.9.3
Allow failures for Ruby 1.9.3
YAML
mit
TutoringAustralasia/bower-rails,rharriso/bower-rails
56d62f915ca8d0bd72cbb79333dc575819a96925
.travis.yml
.travis.yml
language: erlang otp_release: - R15B02 - R15B01 - R14B04 - R14B03
language: erlang otp_release: - R16B - R15B02 - R15B01 - R14B04 - R14B03
Add R16B builds to Travis
Add R16B builds to Travis
YAML
mit
jpgneves/iota
b56488324adf624832aeb3e0c1ca905498d0f299
.travis.yml
.travis.yml
sudo: required language: node_js node_js: - 8 - 7 - 6 dist: trusty services: - docker env: matrix: - DOCKER_TAG=17.06-dind - DOCKER_TAG=17.03-dind global: - DEBUG='navy:*' NAVY_DEBUG='navy:*' DOCKER_COMPOSE_VERSION=1.12.0 cache: directories: - $(npm config get cache) matrix: fast_...
sudo: required language: node_js node_js: - 8 - 7 - 6 dist: trusty services: - docker env: matrix: - DOCKER_TAG=17.06-dind - DOCKER_TAG=17.12-dind global: - DEBUG='navy:*' NAVY_DEBUG='navy:*' DOCKER_COMPOSE_VERSION=1.12.0 cache: directories: - $(npm config get cache) matrix: fast_...
Stop supporting older versions of Docker
Stop supporting older versions of Docker The build failed. Don't know why, don't really care. I guess this will be a major version bump though.
YAML
mit
momentumft/navy,momentumft/navy,momentumft/navy
911c86782fd97e4cda5c87b61ce0c7d8c4913566
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 after_success: - mvn clean cobertura:cobertura coveralls:report
env: - export COVERALLS_SERVICE_NAME=travis-ci language: java jdk: - openjdk6 - oraclejdk7 - openjdk7 - oraclejdk8 after_success: - mvn clean cobertura:cobertura coveralls:report
Add env var for coveralls repo, might be needed.
Add env var for coveralls repo, might be needed. In travis project settings I also just added the COVERALLS_REPO_TOKEN.
YAML
apache-2.0
magro/kryo-serializers,aaronpoweruser/kryo-serializers
99ca2f354009ea72e87de84cba9422bd1d8060ec
.travis.yml
.travis.yml
sudo: false language: "node_js" node_js: - node - 7 services: - mongodb before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start after_success: gulp coveralls addons: apt: sources: - mongodb-upstart - mongodb-3.2-precise packages: - mongodb-org-server - mongodb-or...
sudo: false language: "node_js" node_js: - node - 7 services: - mongodb install: yarn && jspm i before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start after_success: gulp coveralls addons: apt: sources: - mongodb-upstart - mongodb-3.2-precise packages: - mongodb-org-s...
Make sure we also install JSPM dependencies
Make sure we also install JSPM dependencies
YAML
mit
thatJavaNerd/novaXfer,thatJavaNerd/novaXfer,thatJavaNerd/novaXfer
585781fc8c5486a369179ac40f3a5caa25b1c0e2
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - pip install -r requirements/ci.txt --use-mirrors services: - redis-server - riak before_script: ./scripts/setup_riak_buckets.sh script: - nosetests tests --with-cov -v - flake8 sifr --max-complexity=1...
language: python sudo: required python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - pip install -r requirements/ci.txt --use-mirrors services: - redis-server - riak before_script: sudo ./scripts/setup_riak_buckets.sh script: - nosetests tests --with-cov -v - flake8 sif...
Add sudo for riak bootstrap script
Add sudo for riak bootstrap script
YAML
mit
alisaifee/sifr,alisaifee/sifr
b9a435c75dcf9f48dc6cc8097fb3bb7b2e4af35d
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.3 - 2.2.6 - jruby-9.1.7.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.4 - 2.2.7 - 2.1.10 - jruby-9.1.7.0 env: global: - JRUBY_OPTS="--debug" after_success: - bundle exec codeclimate-test-reporter
Test with latest Ruby versions, test with Ruby 2.1.10
Test with latest Ruby versions, test with Ruby 2.1.10
YAML
mit
pitluga/keepassx
cdfe43fe21d011ee61286b8000f6a3a600273f2d
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 branches: except: - gh-pages addons: hosts: - blank sudo: false install: - wget http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar - composer install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start ...
language: php php: - 5.6 - 7.0 - 7.1 branches: except: - gh-pages addons: hosts: - blank sudo: false install: - wget http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar - composer install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvf...
Test from 5.6 to 7.1 of PHP (drop 5.5)
Test from 5.6 to 7.1 of PHP (drop 5.5)
YAML
mit
delboy1978uk/common
7565910bf952366c074d547bd3ff8ce8fa900a19
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" env: - DJANGO=1.4.10 - DJANGO=1.5.5 - DJANGO=1.6.1 - DJANGO=1.7.0 install: - pip install -q Django==$DJANGO --use-mirrors - pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib - pip install -r requirements/base.txt --use-mirrors script: -...
language: python python: - "2.7" - "3.3" - "3.4" env: - DJANGO=1.4.10 - DJANGO=1.5.5 - DJANGO=1.6.1 - DJANGO=1.7.0 - DJANGO=1.8c1 install: - pip install -q Django==$DJANGO --use-mirrors - pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib - pip install -r requirements/base.tx...
Add Python 3.4 and Django 1.8c1 to Travis CI
Add Python 3.4 and Django 1.8c1 to Travis CI
YAML
bsd-2-clause
ericdwang/django-import-export,ylteq/dj-import-export,pajod/django-import-export,sergei-maertens/django-import-export,pajod/django-import-export,bmihelac/django-import-export,daniell/django-import-export,ericdwang/django-import-export,bmihelac/django-import-export,pajod/django-import-export,manelclos/django-import-expo...
6460abe8a453ce7f3b3f1115992a9da7ccea0556
.travis.yml
.travis.yml
language: java before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
Build using oracle jdk 8
Build using oracle jdk 8
YAML
mit
pacey/dropwizard-pebble
6df01c6efdef249d31518795dea8dd4da38e280e
env/containers.yaml
env/containers.yaml
version: v1beta2 containers: - name: redis image: dockerfile/redis ports: - name: redi-listen-port hostPort: 6379 containerPort: 6379
version: v1beta2 containers: - name: redis image: dockerfile/redis ports: - name: redi-listen-port hostPort: 6379 containerPort: 6379 - name: app1 image: webdizz/centos-java8-sshd ports: - name: app1-listen-port hostPort: 8080 containerPort: 8080
Add Java 8 based image to be loaded into container
Add Java 8 based image to be loaded into container
YAML
apache-2.0
webdizz/bootiful-apps
f2545e0bf1af033e18c2b1577272885ce06f48de
.travis.yml
.travis.yml
language: ruby services: - redis rvm: - jruby-19mode jdk: - oraclejdk7 - openjdk6 matrix: include: - rvm: 1.9.3 jdk: before_install: - gem install bundler before_script: - sudo service mysql stop - redis-cli config set save "" - 'RAILS_ENV=test rake db:create db:schema:load --trace' script: ...
language: ruby services: - redis rvm: - jruby-19mode jdk: - oraclejdk7 - openjdk6 matrix: include: - rvm: 1.9.3 jdk: before_script: - sudo service mysql stop - redis-cli config set save "" - 'RAILS_ENV=test rake db:create db:schema:load --trace' script: - './build.sh' notifications: irc: "...
Remove explicit Bundler installation again.
Remove explicit Bundler installation again.
YAML
mit
travis-ci/travis-core,developerfm/travis-core,developerfm/travis-core,kidaa/travis-core,final-ci/travis-core,developerfm/travis-core,travis-ci/travis-core,final-ci/travis-core,jantman/travis-core,kidaa/travis-core,kidaa/travis-core,travis-ci/travis-core,Tiger66639/travis-core,GistIcon/travis-core,final-ci/travis-core,T...
dffd08b18d474baf4076cd32de7b06a82137a791
.travis.yml
.travis.yml
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release 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: - mas...
sudo: required dist: trusty # install the pre-release chef-dk. Use chef-stable-trusty to install the stable release addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - mast...
Switch back to stable ChefDK builds for testing
Switch back to stable ChefDK builds for testing
YAML
apache-2.0
chef-cookbooks/yum-repoforge
4a4a0ac42806f959727cde6474cdcc044b075226
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi - npm install -g grunt-cli
language: node_js node_js: - '0.10' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi - npm install -g grunt-cli notifications: email: - dave@famo.us - fetterman@famo.us - myles@famo.us
Update Travis with explicit emails
Update Travis with explicit emails
YAML
mpl-2.0
chinakids/famous,Famous/famous,FamousArchives/utilities,Offirmo/famous,Faiz7412/famous,wgester/famous,trusktr/famous,SuPenguin/famous,ziteboard/famous,Famous/famous,Lkraljevic/famous,ziteboard/famous,holmesal/famous-global-build,gdi2290/famous,Bizboard/famous,Famous/utilities,SeanOceanHu/famous,Faiz7412/famous
60f7532abff98da854e57a03beade68b46adb5d8
.travis.yml
.travis.yml
# SPDX-FileCopyrightText: 2014, microg Project Team # SPDX-License-Identifier: CC0-1.0 language: android sudo: false before_script: - echo sdk.dir $ANDROID_HOME > local.properties script: - jdk_switcher use oraclejdk8 - export TERM=dumb - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemo...
# SPDX-FileCopyrightText: 2014, microg Project Team # SPDX-License-Identifier: CC0-1.0 jobs: include: - name: "Build" language: android android: components: - tools - build-tools-29.0.3 - android-29 script: - export JAVA_OPTS="-XX:+CMSClassUnloading...
Add REUSE lint to Travis
Add REUSE lint to Travis
YAML
apache-2.0
microg/android_packages_apps_UnifiedNlp
f3bbf04f8d629208d980535842bb4e4fa2d90b64
kubernetes/socketcluster-deployment.yaml
kubernetes/socketcluster-deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: socketcluster spec: replicas: 1 template: metadata: labels: app: socketcluster spec: containers: - name: socketcluster image: socketcluster/socketcluster:v8.0.2 ports: - containerPort: 8000 ...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: socketcluster spec: replicas: 1 template: metadata: labels: app: socketcluster spec: containers: - name: socketcluster image: socketcluster/socketcluster:v8.0.2 ports: - containerPort: 8000 ...
Add podAntiAffinity to socketcluster deployment to ensure not more than one Pod is scheduled for the same k8s node/minion
Add podAntiAffinity to socketcluster deployment to ensure not more than one Pod is scheduled for the same k8s node/minion
YAML
mit
SocketCluster/socketcluster,SocketCluster/socketcluster
df2e8b4d03db42c555aac2e4bc6e705803bd8b88
.travis.yml
.travis.yml
before_install: sudo apt-get install -y libavahi-compat-libdnssd-dev rvm: - 1.8.7 - 1.9.2 - 1.9.3
before_install: sudo apt-get install -y libavahi-compat-libdnssd-dev rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby
Add jruby to the CI
Add jruby to the CI
YAML
mit
elcuervo/airplay,wangyu0305/airplay,sodabrew/airplay
8d2bb9db586ed35944ef8679559a11d8131aa851
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '8' - '10' - 'node' sudo: false script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - '8' - '10' - 'node' sudo: false script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop node.js 6 support (semver-major)
Drop node.js 6 support (semver-major)
YAML
bsd-3-clause
papandreou/express-extractheaders
795ee04fca1fb7177d71f0a9188a60dc1da503b5
.travis.yml
.travis.yml
language: cpp compiler: - gcc install: - (cd ci/travis/ && bash setup.sh) - pip install scipy matplotlib networkx beautifulsoup4 pandas tabulate termcolor html --user addons: apt: sources: - ubuntu-toolchain-r-test - boost-latest packages: - libblas-dev - liblapack-dev -...
language: cpp compiler: - gcc install: - (cd ci/travis/ && bash setup.sh) - pip install scipy matplotlib networkx beautifulsoup4 pandas tabulate termcolor html --user addons: apt: sources: - ubuntu-toolchain-r-test - boost-latest packages: - libblas-dev - liblapack-dev -...
Change default target to run on CI
Change default target to run on CI
YAML
mit
caskorg/cask,caskorg/cask,caskorg/cask,caskorg/cask,caskorg/cask
07f9269d830224ba98f7b7d9d20196d9876a9e0d
tmuxinator/tachyons-components.yml
tmuxinator/tachyons-components.yml
# ~/.tmuxinator/tachyons-components.yml name: tachyons-components root: ~/elm/tachyons-components on_project_first_start: - asdf local nodejs 11.0.0 - asdf local elm 0.18.0 # Server - open --background http://localhost:3000 # elm-analyse - open --background http://localhost:3001 # Grip - open --backgr...
# ~/.tmuxinator/tachyons-components.yml name: tachyons-components root: ~/elm/tachyons-components on_project_first_start: - asdf local nodejs 11.12.0 - asdf local elm 0.19.0-bugfix6 # Server - open --background http://localhost:3000 # elm-analyse - open --background http://localhost:3001 # Grip - open...
Update Elm version used in tachyons project
Update Elm version used in tachyons project
YAML
mit
paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles
ee3039caa7cc9f15821d4c9f61adaeed3de7f00a
.travis.yml
.travis.yml
script: "gem install foodcritic -v 1.7.0 && foodcritic -f any -t ~FC017 ." rvm: - 1.9.3
script: "gem install foodcritic -v 2.0.0 && foodcritic -f any -t ~FC017 ." rvm: - 1.9.3
Update the version of foodcritic in use
Update the version of foodcritic in use
YAML
apache-2.0
realityforge/chef-authbind
6733e0d9aec01e2a0a53420c08374086c76d6719
.travis.yml
.travis.yml
sudo: false language: rust cache: cargo rust: - 1.9.0 - stable - beta - nightly before_script: - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: - travis-cargo --only nightly doc-upload notifi...
sudo: false language: rust cache: cargo rust: - 1.9.0 - 1.13.0 - stable - beta - nightly before_script: - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: - travis-cargo --only nightly doc-up...
Enable 1.13.0 since libc > 0.2.40 requires it
Enable 1.13.0 since libc > 0.2.40 requires it
YAML
apache-2.0
frewsxcv/rust-threadpool,rust-threadpool/rust-threadpool,rust-lang/threadpool
1118f925c1055ebff41db053871843557d0ce7de
.travis.yml
.travis.yml
language: python python: - "3.4" sudo: required dist: trusty install: - pip install -r requirements.txt before_script: - python cvdb/generate_passwords.py - python manage.py makemigrations - python manage.py migrate script: - coverage run --source='./viewcv' manage.py test -v2 viewcv - coverage report...
language: python python: - "3.4" sudo: required dist: trusty install: - pip install -r requirements.txt before_script: - python cvdb/generate_passwords.py cvdb/passwords.py - python manage.py makemigrations - python manage.py migrate script: - coverage run --source='./viewcv' manage.py test -v2 viewcv ...
Update password generation for Travis
Update password generation for Travis
YAML
mit
jarnoln/cvdb,jarnoln/cvdb
cb7e460a61e749179d3eba1d638316a04c41a783
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 before_install: - npm install -g gulp
language: objective-c node_js: - 0.10 before_install: - npm install -g gulp - curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh
Change Travis environment to Mac OS X
Change Travis environment to Mac OS X
YAML
mit
cognitom/gulp-sketch
248d76da3b90ef1deea9a1532d473d06e13c17ad
.travis.yml
.travis.yml
# NB: don't set `language: haskell` here env: - CABALVER=1.22 GHCVER=7.10.2 # Note: the distinction between `before_install` and `install` is not important. before_install: - travis_retry sudo add-apt-repository -y ppa:hvr/ghc - travis_retry sudo apt-get update - travis_retry sudo apt-get install cabal-install-$C...
# https://github.com/commercialhaskell/stack/blob/master/doc/GUIDE.md # Use new container infrastructure to enable caching sudo: false # Choose a lightweight base image; we provide our own build tools. language: c # GHC depends on GMP. You can add other dependencies here as well. addons: apt: packages: - l...
Switch to stack for building
Switch to stack for building
YAML
bsd-3-clause
charleso/haskell-in-haste
3bc6eef537059f920641a4aa7eea546e4044ae2e
.travis.yml
.travis.yml
dist: xenial language: node_js node_js: - "6" - "8" - "9" sudo: "required" before_install: "sudo apt-get update && sudo apt-get install -y graphicsmagick" script: "npm run-script travis"
dist: xenial language: node_js node_js: - '6' - '8' - '10' sudo: 'required' before_install: 'sudo apt-get update && sudo apt-get install -y graphicsmagick' script: 'npm run-script travis'
Test with node.js 10 instead of 9
Test with node.js 10 instead of 9
YAML
bsd-3-clause
unexpectedjs/unexpected-image
0d30ec0984586749682a1812ef6fc02eefbf38f8
.travis.yml
.travis.yml
language: python python: - 3.6 - 3.5 - 3.4 install: - make install script: - make test
language: python python: - 3.6 - 3.5 - 3.4 env: global: - MPLBACKEND=agg install: - make install script: - make test
Set MPLBACKEND=agg for Travis tests
Set MPLBACKEND=agg for Travis tests
YAML
bsd-3-clause
European-XFEL/h5tools-py
93cf45f2a3da3698ff2f39b455aabb58f578ad38
.travis.yml
.travis.yml
language: haskell # IF you want to get the latest build, # on a BSD machine, you'll want to use the following # CVC4=cvc4-20$(date -v-1d +"%y-%m-%d")-i386-linux-opt # On a GNU machine, use # CVC4=cvc4-20$(date --date='1 day ago' +"%y-%m-%d")-i386-linux-opt # Original URL: http://cvc4.cs.nyu.edu/builds/i386-linux-opt/u...
language: haskell # IF you want to get the latest build, # on a BSD machine, you'll want to use the following # CVC4=cvc4-20$(date -v-1d +"%y-%m-%d")-i386-linux-opt # On a GNU machine, use # CVC4=cvc4-20$(date --date='1 day ago' +"%y-%m-%d")-i386-linux-opt # Original URL: http://cvc4.cs.nyu.edu/builds/i386-linux-opt/u...
Build alex and happy in parallel.
Travis-CI: Build alex and happy in parallel.
YAML
bsd-3-clause
GaloisInc/ivory,GaloisInc/ivory,Hodapp87/ivory
29b57542a3f40c036e4f3d86bc868ac6bf8ea77d
.travis.yml
.travis.yml
language: c compiler: - gcc - clang notifications: recipients: - kenhys@gmail.com branches: only: - master - develop env: - USE_WEBKITGTK=yes - USE_GTKHTML=yes - USE_WEBKITGTK=yes USE_DEBUG=yes - USE_GTKHTML=yes USE_DEBUG=yes before_script: - curl https://raw.github.com/kenhys/sylpheed-plu...
language: c compiler: - gcc - clang notifications: recipients: - kenhys@gmail.com branches: only: - master - develop env: - USE_WEBKITGTK=yes - USE_GTKHTML=yes - USE_WEBKITGTK=yes USE_DEBUG=yes - USE_GTKHTML=yes USE_DEBUG=yes before_script: - curl --location https://raw.github.com/kenhys/s...
Use --location to support redirect
Use --location to support redirect
YAML
bsd-2-clause
kenhys/sylpheed-htmlview,kenhys/sylpheed-htmlview
49763f8b27b88c5da436db0a3ae46b9ac79a1682
.travis.yml
.travis.yml
language: php sudo: false matrix: fast_finish: true include: - php: 5.5 env: SYMFONY_VERSION=2.8.* - php: 5.6 env: SYMFONY_VERSION=3.2.* - php: 7.0 env: SYMFONY_VERSION=3.3.* DEPENDENCIES=dev - php: 7.1 - php: hhvm-stable sudo: required dist: trusty group: e...
language: php sudo: false matrix: fast_finish: true include: - php: 5.5 env: SYMFONY_VERSION=2.8.* - php: 5.6 env: SYMFONY_VERSION=3.2.* - php: 7.0 env: SYMFONY_VERSION=3.3.* DEPENDENCIES=dev - php: 7.1 - php: hhvm-stable sudo: required dist: trusty group: e...
Allow failures on low deps until next symfony release
Allow failures on low deps until next symfony release
YAML
mit
lexik/LexikJWTAuthenticationBundle,chalasr/LexikJWTAuthenticationBundle
bc533ab8c2b38eea9df7a8a4b2b95accde791b40
.travis.yml
.travis.yml
language: java
language: java addons: apt: sources: - george-edison55-precise-backports - ubuntu-toolchain-r-test packages: - cmake - cmake-data - gcc-mingw-w64-base - binutils-mingw-w64-x86-64 - gcc-mingw-w64-x86-64 - gcc-mingw-w64 - libc6-dev-i386
Add external dependencies (waiting maven native plugin release)
Add external dependencies (waiting maven native plugin release)
YAML
mit
gchauvet/satellite,gchauvet/satellite,gchauvet/satellite
48a297616745bee5036ae5e14f2ec21a7132396d
keps/sig-storage/1900-volume-snapshot-validation-webhook/kep.yaml
keps/sig-storage/1900-volume-snapshot-validation-webhook/kep.yaml
title: CSI Snapshot Webhook kep-number: 1900 authors: - "@andili99" - "@yuxiangqian" owning-sig: sig-storage participating-sigs: - sig-storage status: implementable creation-date: 2020-07-22 reviewers: - "@msau42" - "@liggit" - "@xing-yang" - "@mattcary" approvers: - "@msau42" - "@liggit" - "@xing-y...
title: CSI Snapshot Webhook kep-number: 1900 authors: - "@andili99" - "@yuxiangqian" owning-sig: sig-storage participating-sigs: - sig-storage status: implemented creation-date: 2020-07-22 reviewers: - "@msau42" - "@liggit" - "@xing-yang" - "@mattcary" approvers: - "@msau42" - "@liggit" - "@xing-yan...
Change KEP status to implemented
Change KEP status to implemented
YAML
apache-2.0
kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements
a5ade387192df44ba89b33cd77c80983b909a399
.travis.yml
.travis.yml
language: cpp sudo: true compiler: - gcc - clang before_install: - sudo add-apt-repository ppa:kubuntu-ppa/backports -y - sudo apt-get update -qq - sudo apt-get install -qq cmake=2.8.12.2-0ubuntu1~ubuntu12.04.1~ppa2 before_script: - BUILD_DIR=`pwd`/builds - mkdir -p ${BUILD_DIR} - cd ${BUILD_DIR} - cm...
language: cpp os: linux sudo: required dist: trusty compiler: - gcc - clang before_script: - BUILD_DIR=`pwd`/builds - mkdir -p ${BUILD_DIR} - cd ${BUILD_DIR} - cmake .. script: - cd ${BUILD_DIR} - make
Configure Travis to use a newer compiler
Configure Travis to use a newer compiler For example, g++ 4.6's C++11 support is very poor.
YAML
mit
ogdf/bandit,ogdf/bandit,joakimkarlsson/bandit,joakimkarlsson/bandit,joakimkarlsson/bandit
43b1ee1977c3701226ed5ad22429b0b8579cfc57
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.3 rvm: system install: - sudo gem update --system - sudo gem install bundler --no-ri --no-rdoc - sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install - sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler ...
language: objective-c osx_image: xcode7.3 rvm: system install: - sudo gem update --system --no-document - sudo gem install bundler --no-document -n /usr/local/bin - sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install - sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure t...
Install bundler binary into /usr/local/bin
Install bundler binary into /usr/local/bin
YAML
mit
pivotal-sprout/sprout-exemplar,pivotal-sprout/sprout-exemplar
29fe3c84923854db3ee9e2d93196bcce1587cfaf
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: "npm install -g bob --loglevel error" script: "bob build"
language: node_js node_js: - "0.11" - "0.10" before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Add coveralls report and node 0.11 to CI run.
Add coveralls report and node 0.11 to CI run.
YAML
mit
cliffano/sapi
956af23fc4414892819a371b7038875e037fb6e7
.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' - '10' 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 $d...
Build with Node.js 10 on Travis CI.
Build with Node.js 10 on Travis CI.
YAML
mit
bigeasy/nascent,bigeasy/nascent
57cd8dcbbcfe6b9340ef552ec17231b5d46ee93f
.travis.yml
.travis.yml
language: python python: - "2.7" - "2.6" install: pip install -r test-requirements.txt --use-mirrors script: make test
language: python python: - "2.7" - "2.6" install: pip install -r test-requirements.txt --use-mirrors script: make test
Test commit to trigger Travis.
Test commit to trigger Travis.
YAML
bsd-3-clause
spilgames/pyvertica,brocaar/pyvertica
47a6f6e07807e98424f98d020723dd7db2e6683b
.travis.yml
.travis.yml
language: node_js node_js: - '0.11' - '0.10' script: - npm run coverage
language: node_js node_js: - '0.11' - '0.10' before_script: - npm install -g istanbul - npm install -g mocha script: - npm run coverage
Make Travis install istanbul and mocha before running tests
Make Travis install istanbul and mocha before running tests
YAML
mit
vgno/ably
aa118edce7ce743613018e5dcbe93c0fdb756d88
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.2 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true
language: ruby sudo: false rvm: - 2.2.2 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true services: - mongodb
Add MongoDB to Travis CI config
Add MongoDB to Travis CI config
YAML
mit
hashrabbit/ruuid-mongoid,hashrabbit/ruuid-mongoid
c4093761ffcb8e814f2642189eac8e282c8b3878
.travis.yml
.travis.yml
language: node_js node_js: - "8" - "9" - "10" dist: trusty addons: chrome: stable deploy: - provider: npm api_key: $NPM_TOKEN on: tags: true repo: Cox-Automotive/alks.js email: $NPM_EMAIL
language: node_js node_js: - "8" - "9" - "10" dist: trusty addons: chrome: stable before_deploy: - npm install deploy: - provider: npm api_key: $NPM_TOKEN on: tags: true repo: Cox-Automotive/alks.js email: $NPM_EMAIL
Install dev deps to deploy
Install dev deps to deploy
YAML
mit
Cox-Automotive/alks.js,Cox-Automotive/alks.js,Cox-Automotive/alks.js
c7d84af3fa8b55b9cd761d4134228add96abe1c3
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "iojs"
language: node_js node_js: - "iojs"
Drop node.js support for now
Drop node.js support for now
YAML
mit
takenspc/convert-newline
c87d5abbabb654d0ac3ee392bf16679053384cb6
.github/workflows/lint.yml
.github/workflows/lint.yml
on: [push, pull_request] name: Ansible Lint jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@main
on: [push, pull_request] name: Ansible Lint jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@main
Update actions/checkout action to v3
Update actions/checkout action to v3
YAML
apache-2.0
konstruktoid/ansible-role-hardening
3565f8045cb7508943bf749c63bc7e0fb99b3949
.travis.yml
.travis.yml
sudo: false language: python env: RUNNER=travis python: - "2.7" install: pip install -r requirements/dev.txt --download-cache $HOME/.pip-cache before_script: - psql -c 'create database travis_ci_test;' -U postgres - psql -U postgres -d travis_ci_test -c "create extension postgis" script: coverage run --source=ele...
sudo: false language: python env: RUNNER=travis python: - "2.7" install: pip install -r requirements/dev.txt --download-cache $HOME/.pip-cache before_script: - psql -c 'create database travis_ci_test;' -U postgres - psql -U postgres -d travis_ci_test -c "create extension postgis" script: - coverage run --source...
Make Travis actually run tests
Make Travis actually run tests The `script` key in `.travis.yml` needs an array if multiple test scripts should be run. As it was, the harvest script was overriding the nosetest script. `leaflets` isn’t a valid harvest attribute, so no tests were running. This now runs all features.
YAML
mit
DemocracyClub/electionleaflets,DemocracyClub/electionleaflets,DemocracyClub/electionleaflets
704c08c7b88c878bd9c3f80234af6cc773abd138
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 services: - redis-server env: global: - TEST_PHP_ARGS=-q install: - | git clone https://github.com/redis/hiredis.git \ && pushd hiredis \ && make \ && sudo make install \ && popd script: - phpize - ./...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 services: - redis-server env: global: - TEST_PHP_ARGS=-q install: - | git clone https://github.com/redis/hiredis.git \ && pushd hiredis \ && make \ && sudo make install \ && popd script: - phpiz...
Add PHP 5.6 as a testing environment on Travis CI.
Add PHP 5.6 as a testing environment on Travis CI.
YAML
bsd-2-clause
nrk/phpiredis,RustJason/phpiredis,Danack/phpiredis,Danack/phpiredis,Danack/phpiredis,jymsy/phpiredis,nrk/phpiredis,RustJason/phpiredis,RustJason/phpiredis,nrk/phpiredis,jymsy/phpiredis
6b14437001951dd6aea7edc6cac118b62d1c29c9
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ '*' ] pull_request: branches: [ master ] jobs: test: strategy: matrix: python-version: [3.7, 3.8] marker: [not integration] os: [ubuntu-latest] include: - python-version: 3.9 marker: '' os: ubuntu-...
name: CI on: push: branches: [ '*' ] pull_request: branches: [ master ] jobs: test: strategy: matrix: python-version: [3.7, 3.8] marker: [not integration] os: [ubuntu-latest] include: - python-version: 3.9 marker: '' os: ubuntu-...
Remove docker step in CI
Remove docker step in CI
YAML
mit
alisaifee/limits,alisaifee/limits
0c8b2460bbb2b1c1f74768f10e8a6b94c74c8f13
.github/workflows/main.yml
.github/workflows/main.yml
name: Build and Test on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build_and_test: runs-on: ubuntu-latest strategy: matrix: distro: - fedora - debian fail-fast: false steps: - uses: actions/checkout@v2 - run: doc...
name: Build and Test on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build-linux: runs-on: ubuntu-latest strategy: matrix: distro: - fedora - debian fail-fast: false steps: - uses: actions/checkout@v2 - run: docker...
Add a FreeBSD CI target
Add a FreeBSD CI target
YAML
lgpl-2.1
hughsie/libgusb,hughsie/libgusb,hughsie/libgusb
253ec53dc53bf540c0f57559ad8906807db0ddf4
.github/workflows/main.yml
.github/workflows/main.yml
name: CI tests on: push: branches: - master pull_request: branches: - master jobs: misc: name: Misc tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Set up JDK 1.8 uses: actions/setup-java@v1 ...
name: CI tests on: push: branches: - master pull_request: branches: - master jobs: misc: name: Misc tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Set up JDK 1.8 uses: actions/setup-java@v1 ...
Test DuckDB using GitHub actions
Test DuckDB using GitHub actions
YAML
mit
sqlancer/sqlancer,sqlancer/sqlancer
6795ddc5e23542d768002a606e0813660a4be5a6
.github/workflows/main.yml
.github/workflows/main.yml
on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true env: NOKOGIRI_USE_SYSTEM_LIBRARIES: true # speeds up installation of html-proofer ...
on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true env: NOKOGIRI_USE_SYSTEM_LIBRARIES: true # speeds up installation of html-proofer ...
Use GitHub token for authenticated builds
Use GitHub token for authenticated builds
YAML
mit
nicolasmccurdy/nicolasmccurdy.github.io,nicolasmccurdy/nicolasmccurdy.github.io
68dd2573e20ccd0a4dfb054036796acc88794d48
.travis.yml
.travis.yml
## Travis CI Integration language: csharp solution: libgame.sln matrix: include: - os: linux mono: latest dotnet: 1.0.0-preview2-003121 - os: osx mono: latest dotnet: 1.0.0-preview2-003121 install: - nuget restore libgame.sln - nuget install NUnit.Runners -OutputDirectory tes...
## Travis CI Integration language: csharp solution: libgame.sln matrix: include: - os: linux dist: trusty mono: latest - os: linux dist: trusty dotnet: 1.0.0-preview2-003121 mono: none env: DOTNETCORE=1 - os: osx osx_image: xcode8 mono: latest - os: osx...
Fix build for Linux and MacOS
:green_heart: Fix build for Linux and MacOS
YAML
mit
SceneGate/Yarhl
e2b79e93a13b09b5151c6a16099be21e920254f4
.travis.yml
.travis.yml
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm matrix: include: - php: 5.3 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - vendor/bin/phpcs --sta...
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm matrix: include: - php: 5.3 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' allow_failures: - hhvm before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist scrip...
Allow Travis to fail on HHVM
Allow Travis to fail on HHVM
YAML
mit
datasift/datasift-php,datasift/datasift-php
b863674b34dba15eafbcd179e7dc6721002b5d3d
.travis.yml
.travis.yml
language: php cache: directories: - $COMPOSER_CACHE_DIR php: - 5.4 - 5.5 - 5.6 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpu...
language: php cache: directories: - $COMPOSER_CACHE_DIR php: - 5.4 - 5.5 - 5.6 - hhvm matrix: fast_finish: true allow_failures: - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpu...
Remove Code Climate token, it should be stored in Travis Environment?
Remove Code Climate token, it should be stored in Travis Environment?
YAML
mit
HippoPHP/Hippo
4145f0155727a334bf7e76738f63758066d76573
.github/workflows/ruby.yml
.github/workflows/ruby.yml
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
Test with Ruby 3.1 in CI
Test with Ruby 3.1 in CI
YAML
lgpl-2.1
mvz/gir_ffi-gst
9ecd47945e505356cb72990842223d1099587909
.travis.yml
.travis.yml
language: python sudo: false python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" env: - DJANGO='https://github.com/django/django/archive/master.tar.gz' - DJANGO='django>=1.9.0,<1.10.0' - DJANGO='django>=1.8.0,<1.9.0' install: - travis_retry pip install $DJANGO - travis_retry pip install -r requireme...
language: python sudo: false cache: pip python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" env: - DJANGO='https://github.com/django/django/archive/master.tar.gz' - DJANGO='django>=1.9.0,<1.10.0' - DJANGO='django>=1.8.0,<1.9.0' install: - travis_retry pip install $DJANGO - travis_retry pip install ...
Add pip cache to TravisCI
Add pip cache to TravisCI
YAML
bsd-3-clause
alex/django-filter,alex/django-filter
b7c12d86c493adc86de7b2a22395ab3f0dcf513b
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "8" - "10" - "node" script: "npm run-script travis"
language: node_js node_js: - "8" - "10" - "node" script: "npm run-script travis"
Drop node.js 6 support as well
Drop node.js 6 support as well
YAML
bsd-3-clause
One-com/teepee
b03b41e168d9131111e5e5a43646c58bda2028cb
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 before_install: - MVN_VERSION=3.5.0 - wget https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/apache-maven-${MVN_VERSION}-bin.zip - unzip -qq apache-maven-${MVN_VERSION}-bin.zip - export M2_HOME=$PWD/apache-maven-${MVN_VERSION} - export PATH...
sudo: false language: java jdk: - oraclejdk8 install: mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -U -DskipTests=true -am -pl caliper script: mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn verify -U -D...
Remove stuff for downloading Maven 3.5.0 from Travis config; according to Travis, Maven 3.5.x is the default now.
Remove stuff for downloading Maven 3.5.0 from Travis config; according to Travis, Maven 3.5.x is the default now. Also suppress "Downloading/Downloaded ..." messages from Maven output like we did for Guava. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186629833
YAML
apache-2.0
google/caliper
9090781fb309e31cf7e7209b5eb38dcb7e0db0c7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 gemfile: - gemfiles/liquid_2.5.gemfile - gemfiles/liquid_2.6.gemfile - gemfiles/liquid_3.gemfile bundler_args: --without documentation script: bundle exec rake validate
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 gemfile: - gemfiles/liquid_2.5.gemfile - gemfiles/liquid_2.6.gemfile - gemfiles/liquid_3.gemfile script: bundle exec rake validate
Remove a reference to the deleted documentation gem group
Remove a reference to the deleted documentation gem group
YAML
mit
Within3/liquid-autoescape
ce534823ad2fb5f2e4674364df9dbbe65ad14a69
.travis.yml
.travis.yml
sudo: required dist: trusty os: - linux - osx env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true - NUGET_XMLDOC_MODE=skip branches: only: - master cache: directories: - /home/travis/.npm - /home/travis/.nuget/packages - src/Website/node_modules addons: apt: packages: ...
sudo: required dist: trusty os: - linux - osx env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true - NUGET_XMLDOC_MODE=skip branches: only: - master cache: directories: - /home/travis/.npm - /home/travis/.nuget/packages - src/Website/node_modules addons: apt: sources: -...
Install Chrome in Travis CI
Install Chrome in Travis CI Install Chrome in Travis CI so the UI tests can use it.
YAML
apache-2.0
martincostello/website,martincostello/website,martincostello/website,martincostello/website
18ce40776c0ee616cfbf3d68fef59bd28708379e
.travis.yml
.travis.yml
# Travis CI (http://travis-ci.org/) is a continuous integration service for # open source projects. This file configures it to run unit tests for rtfblog. language: go go: - 1.4 - 1.5 - tip before_install: - go get -v golang.org/x/tools/cmd/vet - go get -v golang.org/x/tools/cmd/cover - go ge...
# Travis CI (http://travis-ci.org/) is a continuous integration service for # open source projects. This file configures it to run unit tests for rtfblog. language: go go: - 1.5 - 1.6 - tip before_install: - go get -v golang.org/x/tools/cmd/cover - go get -v github.com/mattn/goveralls - go ge...
Drop Go 1.4, add Go 1.6 and don't install vet
Drop Go 1.4, add Go 1.6 and don't install vet
YAML
bsd-2-clause
rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog,rtfb/rtfblog
e23596be49476f93f6c1eaa8aad824750042a81c
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby addons: chrome: stable env: - DB=postgres - DB=mysql gemfile: - gemfiles/spree_3_2.gemfile - gemfiles/spree_3_5.gemfile - gemfiles/spree_3_6.gemfile - gemfiles/spree_master.gemfile script: - bundle exec rake test_app - bundle exec rake spec rvm: - 2.5...
sudo: required dist: trusty language: ruby addons: chrome: stable env: - DB=postgres - DB=mysql gemfile: - gemfiles/spree_3_2.gemfile - gemfiles/spree_3_5.gemfile - gemfiles/spree_3_6.gemfile - gemfiles/spree_master.gemfile script: - bundle exec rake test_app - bundle exec rake spec rvm: - 2.5...
Exclude master branch drom testing on ruby 2.3 and 2.4
Exclude master branch drom testing on ruby 2.3 and 2.4
YAML
bsd-3-clause
spree/spree_gateway,spree/spree_gateway
6fda9cb62b1f45c675894a450c08257a5d546f90
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly script: - cd enum-map - cargo build --verbose - cargo test --verbose --all-features
language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly script: - cd enum-map - cargo build --verbose - cargo test --verbose - cargo test --verbose --all-features
Test without all features too
Test without all features too
YAML
apache-2.0
xfix/enum-map
b2b029e8528fcc30abef371e5f75cbfa5eee4d03
.travis.yml
.travis.yml
language: node_js node_js: - 'iojs' - '0.12' - '0.10'
language: node_js node_js: - 'stable' - '0.12' - '0.10'
Test on Node stable instead of iojs.
Test on Node stable instead of iojs.
YAML
mit
tugend/node-source-map-support,merqlove/node-source-map-support,evanw/node-source-map-support,kpdecker/node-source-map-support,merqlove/node-source-map-support,tugend/node-source-map-support,evanw/node-source-map-support,kpdecker/node-source-map-support
7bb3b350b22ca052164b1f14575a4d9286cb5920
.travis.yml
.travis.yml
--- language: objective-c before_install: # - brew update # - brew upgrade xctool install: - sudo easy_install cpp-coveralls script: - xctool -project DTFoundation.xcodeproj -scheme "DTSidePanels Demo" build -sdk iphonesimulator -arch i386 ONLY_ACTIVE_ARCH=NO - xctool -project DTFoundation.xcodeproj -scheme "D...
--- language: objective-c before_install: # - brew update # - brew upgrade xctool install: - sudo easy_install cpp-coveralls script: - xctool -project DTFoundation.xcodeproj -scheme "DTSidePanels Demo" build -sdk iphonesimulator -arch i386 ONLY_ACTIVE_ARCH=NO - xctool -project DTFoundation.xcodeproj -scheme "D...
Test if keychain unit test also fails with xcodebuild
Test if keychain unit test also fails with xcodebuild
YAML
bsd-2-clause
ywzw2013/DTFoundation,JasperYanky/DTFoundation,SanjoDeundiak/DTFoundation,vlondon/DTFoundation,sbausis/DTFoundation,SanjoDeundiak/DTFoundation,nrcmedia/DTFoundation,Cocoanetics/DTFoundation,z8927623/DTFoundation,ShengQiangLiu/DTFoundation,1yvT0s/DTFoundation,programming086/DTFoundation,JasperYanky/DTFoundation,devontec...
ecf332c3fdfa6515858a211032d62277178f5e6e
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - $HOME/.npm - $HOME/.yarn-cache - node_modules node_js: - "0.10" - "0.12" - "iojs" - "4" - "5" - "node" before_install: - npm i -g yarn install: - yarn before_script: - nvm install stable - yarn run lint - nvm use $TRAVIS_NODE_VERSIO...
sudo: false language: node_js cache: directories: - $HOME/.npm - $HOME/.yarn-cache - node_modules node_js: - "0.10" - "0.12" - "iojs" - "4" - "5" - "node" before_install: - npm i -g yarn install: - yarn before_script: - nvm install stable - npm run lint - nvm use $TRAVIS_NODE_VERSION...
Use npm to run lint script on Travis CI
Use npm to run lint script on Travis CI Since we're using a different version of Node for linting (due to eslint dropping support for Node < 4), the yarn package we installed prior to the temporary version switch is not available. It's silly to install it again just to run a script, so we'll just stick with npm on thi...
YAML
mit
wKovacs64/pwned,wKovacs64/pwned
9ea42daf8f906a751c06e64bb1bb87f5946d5a16
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.9,<1.10" - DJANGO="Django>=1.10,<1.11" matrix: exclude: - python: 3.3 env: DJANGO="Django>=1.9,<1.10" - python: 3.3 env: DJANGO="Django>=1.10,<1.11" install: - pip install $DJANGO ...
language: python cache: pip python: - 2.7 - 3.3 - 3.4 - 3.5 env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.9,<1.10" - DJANGO="Django>=1.10,<1.11" matrix: exclude: - python: 3.3 env: DJANGO="Django>=1.9,<1.10" - python: 3.3 env: DJANGO="Django>=1.10,<1.11" install: - pip insta...
Use Travis's builtin support for pip cache
Use Travis's builtin support for pip cache See docs: https://docs.travis-ci.com/user/caching/#pip-cache
YAML
bsd-3-clause
llazzaro/django-scheduler,sprightco/django-scheduler,sprightco/django-scheduler,sprightco/django-scheduler,drodger/django-scheduler,llazzaro/django-scheduler,llazzaro/django-scheduler,drodger/django-scheduler,drodger/django-scheduler
c72d558c99595fdcd5828c09ecc7a7e5b06532df
.travis.yml
.travis.yml
language: node_js node_js: - 4.0 - 4.1 - 4.2 - 4.3 - 4.4 - 5.0 - 5.1 - 5.2 - 5.3 - 5.4 - 5.5 - 5.6 - 5.7 - 5.8 - 5.9 - 5.10 - 5.11 - 5.12 - 6.0 - 6.1 - 6.2 - 6.3
language: node_js node_js: - 4.0 - 4.1 - 4.2 - 4.3 - 4.4 - 4.5 - 5.0 - 5.1 - 5.2 - 5.3 - 5.4 - 5.5 - 5.6 - 5.7 - 5.8 - 5.9 - 5.10 - 5.11 - 5.12 - 6.0 - 6.1 - 6.2 - 6.3 - 6.4
Test against Node.js 4.5 and 6.4
Test against Node.js 4.5 and 6.4
YAML
mit
xavierdutreilh/wintersmith-environments,xavierdutreilh/wintersmith-environments
4220f6ba0a82217ce8efe5deeaabcf05db3c1556
.github/actions/npmjs/action.yml
.github/actions/npmjs/action.yml
name: Build and Deploy to NPM.js description: Build TS and deploy package to NPM.js inputs: NPM_TOKEN: description: NPM.js Token required: true runs: using: "composite" steps: - name: Create JS from TS files run: | npm ci --silent npm run build shell: bash - name: Dep...
name: Build and Deploy to NPM.js description: Build TS and deploy package to NPM.js inputs: NPM_TOKEN: description: NPM.js Token required: true runs: using: "composite" steps: - name: Create JS from TS files run: | npm ci --silent npm run build shell: bash - name: Dep...
Use Login before publish to NPM
Use Login before publish to NPM
YAML
apache-2.0
kuzzleio/kuzzle,kuzzleio/kuzzle,kuzzleio/kuzzle,kuzzleio/kuzzle
56ead10bd5ce4762349ed265520ad2b25bb05067
.travis.yml
.travis.yml
language: node_js node_js: - "5.5" - "5.4" - "5.3" - "5.2" - "5.1" - "5.0" - "4.2" - "4.1" - "4.0" script: - npm test after_success: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coverall...
language: node_js node_js: - 5 - 4 - "0.12" - "0.10" script: - npm test after_success: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Build for Node 0.12 and Node 0.10
Build for Node 0.12 and Node 0.10
YAML
mit
frostney/rollup-babel-lib-bundler
65c89cd1d1363b78b60fc2bf1a39dd23afc338e8
.travis.yml
.travis.yml
language: node_js node_js: # - "0.10" - "0.11" install: npm install
language: node_js node_js: - "0.10" - "0.11" install: npm install
Test node.js v0.10 and v0.11
Test node.js v0.10 and v0.11
YAML
mit
cloud9UG/generator-qsExtension,cloud9UG/generator-qsExtension
b975603a2696f702d58011ef2edb1f5b2963548b
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "5" install: - npm install -g elm - npm install -g elm-test - elm-package install -y - pushd tests && elm-package install -y && popd script: - elm-test
sudo: false language: node_js node_js: - "5" cache: directories: - node_modules install: - npm install -g elm - npm install -g elm-test - elm-package install -y - pushd tests && elm-package install -y && popd script: - elm-test
Add node_modules to cache folder
Add node_modules to cache folder
YAML
mit
stil4m/elm-analyse,stil4m/elm-analyse,stil4m/elm-analyse,stil4m/elm-analyse
000fcacff4a28989106754ece8a0843879a32b3e
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" - "3.2" - "3.3" before_install: - sudo apt-get install graphviz python-tk install: - pip install Sphinx --use-mirrors - pip install pep8 --use-mirrors before_script: - pep8 --exclude=asizeof.py,metadata.py,bottle*.py --max-line-length=80 pympler script:...
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" before_install: - sudo apt-get install graphviz python-tk install: - pip install Sphinx --use-mirrors - pip install pep8 --use-mirrors script: - python setup.py try - python setup.py install - python setup.py test - python run.py --doctest ...
Remove Python 2.5 from CI config; run tests before checking PEP8
Remove Python 2.5 from CI config; run tests before checking PEP8
YAML
apache-2.0
yunjianfei/pympler,pympler/pympler,Khan/pympler,pympler/pympler,swiftstack/pympler,yunjianfei/pympler,Khan/pympler
c13d222ef75383777587d404131fc68e9252ea49
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 before_install: gem install bundler -v 1.13.2
sudo: false language: ruby rvm: - 2.4.1 before_install: gem install bundler -v 1.13.2
Use ruby 2.4.1 for ci
Use ruby 2.4.1 for ci
YAML
mit
okazu-dm/barbatos,okazu-dm/barbatos,okazu-dm/barbatos
f6dfbd26252c258c462f5b9857de057c9715405e
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs"
Upgrade Travis to container-based infrastructure
Upgrade Travis to container-based infrastructure See http://docs.travis-ci.com/user/migrating-from-legacy/ for details.
YAML
mit
dopeddude/loopback-boot
9f52a8a06fa6e02deab178e7d3d532f9eb0e6703
.travis.yml
.travis.yml
language: node_js node_js: - "stable" - "8" - "6" sudo: false
language: node_js node_js: - "stable" - "12" - "10" - "8" sudo: false
Update nodejs versions we test against * 6 no longer supported * Add 10 and 12 specifically
[~] Update nodejs versions we test against * 6 no longer supported * Add 10 and 12 specifically
YAML
mit
cubehouse/themeparks
9c2eddd76248f31f3423d2132c97dadb404981e1
.travis.yml
.travis.yml
dist: trusty sudo: required language: - cpp compiler: - g++ addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 packages: - g++-6 - clang-3.8 notifications: email: false # Install project dependencies install: - "[ $CXX = g++ ] && export...
dist: trusty sudo: required language: - cpp compiler: - g++ addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 packages: - g++-6 - clang-3.8 - lcov notifications: email: false # Install project dependencies install: - "[ $CXX = g++ ] ...
Update CI script with lcov
Update CI script with lcov
YAML
apache-2.0
platisd/indoor-navigation-system,platisd/indoor-navigation-system,platisd/indoor-navigation-system,platisd/indoor-navigation-system
7b373b065b2e6cf04c34c018b7f50b74d6a7469f
.github/workflows/deploy-dev.yml
.github/workflows/deploy-dev.yml
name: Deploy Dev Build on: push: branches: - master jobs: deploy: name: Deploy Lambda Function runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v2 with: node-version: 14 - name: install dependencies r...
name: Deploy Dev Build on: push: branches: - master jobs: deploy: name: Deploy Lambda Function runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v2 with: node-version: 14 - name: install dependencies r...
Use a single AWS key for all deployments
Use a single AWS key for all deployments This permission doesn't need to be scoped for dev/prod.
YAML
mit
ucsf-ckm/zorgbort
87e0bd4b4559eb7c8c14e4dba9e51ba8c078c3eb
.github/workflows/dotnetcore.yml
.github/workflows/dotnetcore.yml
name: .NET Core on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core 3.0 uses: actions/setup-dotnet@v1 with: dotnet-version: 3.0.101 - name: Create NuGet.Config.template run: echo '<?xml version="1.0" encoding="utf-...
name: .NET Core on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core 3.0 uses: actions/setup-dotnet@v1 with: dotnet-version: 3.0.101 - name: Create NuGet.Config.template run: echo '<?xml version="1.0" encoding="utf-...
Comment out nuget push to later see if it is some security issue
Comment out nuget push to later see if it is some security issue
YAML
bsd-3-clause
managed-commons/SvgNet
a3365d8e2e66d106eec89702213f193d2640df91
.github/workflows/update-www.yml
.github/workflows/update-www.yml
name: "Update challenges on owasp-juice.shop" on: push: branches: [ master ] paths: - 'data/static/challenges.yml' jobs: UpdateChallengesOnWebsite: runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v2 with: repository: OWASP/www-pr...
name: "Update challenges on owasp-juice.shop" on: push: branches: [ master ] paths: - 'data/static/challenges.yml' jobs: UpdateChallengesOnWebsite: runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v2 with: repository: OWASP/www-pr...
Remove trainling slash from repository identifer
Remove trainling slash from repository identifer
YAML
mit
bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop
8dec2c759ccdc9224e913f21f121ccb6c02a8c29
.github/workflows/analyze-and-build.yml
.github/workflows/analyze-and-build.yml
name: Analyze and Build on: push jobs: js: name: js runs-on: ubuntu-latest steps: - uses: actions/setup-node@master with: {version: ^12.0} - uses: actions/checkout@master - run: yarn install --frozen-lockfile - run: yarn run bundle-data - run: yarn run pretty ...
name: Analyze and Build on: push jobs: js: name: Run JavaScript Checks runs-on: ubuntu-latest steps: - uses: actions/setup-node@master with: {version: ^12.0} - uses: actions/checkout@master - run: yarn install --frozen-lockfile - run: yarn run bundle-data - run: yar...
Add a better name for the js job
Add a better name for the js job Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
c566006a183566fa2abcd852ae554ba4797a7ecc
metadata/de.kromke.andreas.mediascanner.yml
metadata/de.kromke.andreas.mediascanner.yml
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/mediascanner IssueTracker: https://gitlab.com/AndreasK/mediascanner/issues Changelog: https://gitlab.com/AndreasK/mediascanner/blob/HEAD/app/src/main/assets/version-history.txt AutoName: Classical Music ...
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/mediascanner IssueTracker: https://gitlab.com/AndreasK/mediascanner/issues Changelog: https://gitlab.com/AndreasK/mediascanner/blob/HEAD/app/src/main/assets/version-history.txt AutoName: Classical Music ...
Update CV of Classical Music Scanner to 1.2 (5)
Update CV of Classical Music Scanner to 1.2 (5)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
357558715ba70be1f111e2a03a59491469ad7287
metadata/com.oF2pks.jquarks.yml
metadata/com.oF2pks.jquarks.yml
Categories: - Internet - Navigation - Reading License: Apache-2.0 SourceCode: https://gitlab.com/oF2pks/jelly IssueTracker: https://gitlab.com/oF2pks/jelly/issues AutoName: jQuarks RepoType: git Repo: https://gitlab.com/oF2pks/jelly.git Builds: - versionName: 1.0-2 versionCode: 2 commit: v1.0-2 s...
Categories: - Internet - Navigation - Reading License: Apache-2.0 SourceCode: https://gitlab.com/oF2pks/jelly IssueTracker: https://gitlab.com/oF2pks/jelly/issues AutoName: jQuarks RepoType: git Repo: https://gitlab.com/oF2pks/jelly.git Builds: - versionName: 1.0-2 versionCode: 2 commit: v1.0-2 s...
Update jQuarks to 1.0-5 (5)
Update jQuarks to 1.0-5 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
4e80328b16b26639d35286698c9df829869eb136
src/Oro/Bundle/EntityMergeBundle/Resources/config/mass_action.yml
src/Oro/Bundle/EntityMergeBundle/Resources/config/mass_action.yml
parameters: oro_entity_merge.mass_action.merge.class: Oro\Bundle\EntityMergeBundle\DataGrid\Extension\MassAction\MergeMassAction oro_entity_merge.mass_action.data_handler.class: Oro\Bundle\EntityMergeBundle\DataGrid\Extension\MassAction\MergeMassActionHandler oro_entity_merge.mass_action.merge_mass_action_l...
parameters: oro_entity_merge.mass_action.merge.class: Oro\Bundle\EntityMergeBundle\DataGrid\Extension\MassAction\MergeMassAction oro_entity_merge.mass_action.data_handler.class: Oro\Bundle\EntityMergeBundle\DataGrid\Extension\MassAction\MergeMassActionHandler oro_entity_merge.mass_action.merge_mass_action_l...
Add validate mass action event - CR
BAP-3186: Add validate mass action event - CR
YAML
mit
mszajner/platform,trustify/oroplatform,northdakota/platform,trustify/oroplatform,hugeval/platform,mszajner/platform,morontt/platform,orocrm/platform,northdakota/platform,hugeval/platform,ramunasd/platform,hugeval/platform,geoffroycochard/platform,Djamy/platform,2ndkauboy/platform,mszajner/platform,morontt/platform,Djam...
4ab0a98d88b1a47d912739feabc2ee92a31c76c0
.github/workflows/contributions-validator.yml
.github/workflows/contributions-validator.yml
# Copyright 2020 The TensorFlow Hub Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
# Copyright 2020 The TensorFlow Hub Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
Update the markdown validation action to use Python 3.7
Update the markdown validation action to use Python 3.7 PiperOrigin-RevId: 488886070
YAML
apache-2.0
tensorflow/tfhub.dev
3ffad7e4829562598e3a08348a701210b2b4362f
roles/ssh-client/tasks/main.yml
roles/ssh-client/tasks/main.yml
--- - name: Ensure ~/.ssh exists file: path: "{{ ansible_user_dir }}/.ssh" owner: "{{ ansible_user_id }}" state: directory mode: 0700 tags: - ssh-client - name: Ensure default settings for ssh exists in ~/.ssh/config blockinfile: dest: "{{ ansible_user_dir }}/.ssh/config" block: | ...
--- - name: Ensure ~/.ssh exists file: path: "{{ ansible_user_dir }}/.ssh" owner: "{{ ansible_user_id }}" state: directory mode: 0700 tags: - ssh-client - name: Ensure default settings for ssh exists in ~/.ssh/config blockinfile: dest: "{{ ansible_user_dir }}/.ssh/config" create: yes ...
Create file if it does not exists
Create file if it does not exists
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
2ebce8097815c953763c707cfa69168aae80c21b
roles/vagrant/defaults/main.yml
roles/vagrant/defaults/main.yml
--- vagrant_allow_hosts: [] # - "rpcbind mountd nfsd statd lockd rquotad : 192.168.50." vagrant_deny_hosts: [] # - "rpcbind mountd nfsd statd lockd rquotad : ALL" vagrant_modules: - nfs-common - nfs-kernel-server vagrant_nfs_lines: {} # Default-Start: "" # Default-Stop "0 1 2 3 4 5 6" vagrant_plugins: - vagr...
--- vagrant_allow_hosts: [] # - "rpcbind mountd nfsd statd lockd rquotad : 192.168.50." vagrant_deny_hosts: [] # - "rpcbind mountd nfsd statd lockd rquotad : ALL" vagrant_modules: - nfs-common - nfs-kernel-server vagrant_nfs_lines: {} # Default-Start: "" # Default-Stop "0 1 2 3 4 5 6" vagrant_plugins: - vagr...
Increase default version number, cause of bug in version < 1.7.2
Increase default version number, cause of bug in version < 1.7.2
YAML
mit
kraksoft/ansible-roles
0c0463b27c19bee76694a568c5c0f0044413761a
packages/ca/call-haskell-from-anything.yaml
packages/ca/call-haskell-from-anything.yaml
homepage: https://github.com/nh2/call-haskell-from-anything changelog-type: '' hash: 88524be27d9f51260decd01cad1d402f1e574c68e417074d483417f1c5f674d7 test-bench-deps: {} maintainer: Niklas Hambüchen (mail@nh2.me) synopsis: Python-to-Haskell function calls changelog: '' basic-deps: call-haskell-from-anything: -any b...
homepage: https://github.com/nh2/call-haskell-from-anything changelog-type: '' hash: 90fa593a259eb1bbef669b5be27c007899743e531df356386493142f5684d07e test-bench-deps: {} maintainer: Niklas Hambüchen (mail@nh2.me) synopsis: Call Haskell functions from other languages via serialization and dynamic libraries changelog: ...
Update from Hackage at 2016-01-30T22:41:14+0000
Update from Hackage at 2016-01-30T22:41:14+0000
YAML
mit
commercialhaskell/all-cabal-metadata
005a7fe8c7af25e8e95ddde1918e1c1ec47e0389
packages/ha/hasql-optparse-applicative.yaml
packages/ha/hasql-optparse-applicative.yaml
homepage: https://github.com/sannsyn/hasql-optparse-applicative changelog-type: '' hash: bf5588265e64ccd7afdd42930c3b6ca01abc955ba81e116a58c1589412818b90 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: ! '"optparse-applicative" parsers for "hasql"' changelog: '' basic-deps: hasql: ! ...
homepage: https://github.com/sannsyn/hasql-optparse-applicative changelog-type: '' hash: 176cc71d03d65fc7864dac3d4c979ea943afe4c402d28e0bb0c252d44ea72962 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: ! '"optparse-applicative" parsers for "hasql"' changelog: '' basic-deps: hasql: ! ...
Update from Hackage at 2018-05-24T07:28:34Z
Update from Hackage at 2018-05-24T07:28:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
ae766f09961ada10bcd1ea7b76bfc6a7426225da
ansible-stunnel/inventory/group_vars/all/stunnel/all.yml
ansible-stunnel/inventory/group_vars/all/stunnel/all.yml
--- stunnel_server: [ 'test-service' ] stunnel_services: - name: 'test-service' server_accept: ':::test-service' server_connect: '3306' port: '3307' type: 'dport_accept' dport: [ 'test-service' ] daemon: 'test-service' accept_any: True
--- stunnel_server: [ 'test-service' ] stunnel_services: - name: 'test-service' server_accept: ':::test-service' server_connect: '3306' port: '3307' type: 'accept' dport: [ 'test-service' ] daemon: 'test-service' accept_any: True
Change the ferm rule type
Change the ferm rule type
YAML
mit
ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/test-suite,debops/test-suite,ganto/test-suite,debops/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/debops-test-suite,debops/test-suite,debops/test-suite,ganto/debops-test-suite,debops/test-suite
0fca575bc779962a7dfb97443f49e27c43d93039
releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml
releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml
--- features: - The service subcommand of nova-manage was deprecated in 13.0. Now in 14.0 the service subcommand is removed. Use service-* commands from python-novaclient or the os-services REST resource instead.
--- upgrade: - The service subcommand of nova-manage was deprecated in 13.0. Now in 14.0 the service subcommand is removed. Use service-* commands from python-novaclient or the os-services REST resource instead.
Fix reno for removal of nova-manage service command
Fix reno for removal of nova-manage service command Removing the nova-manage service subcommand is not a feature, but it could impact upgrades, so this change fixes the category of that change in the release notes. Change-Id: I42def633f22353faf5e4df817b85a0f8b81a90f0
YAML
apache-2.0
rajalokan/nova,hanlind/nova,rajalokan/nova,vmturbo/nova,sebrandon1/nova,jianghuaw/nova,klmitch/nova,alaski/nova,klmitch/nova,jianghuaw/nova,Juniper/nova,gooddata/openstack-nova,rajalokan/nova,cloudbase/nova,openstack/nova,rahulunair/nova,klmitch/nova,Juniper/nova,vmturbo/nova,klmitch/nova,openstack/nova,gooddata/openst...
2a48ddaf121133c574dd318b4eb40263fb3c33f8
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: gutils version: "1.2.2" source: path: ../ build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - gsw - numpy - scipy ...
package: name: gutils version: "1.2.2" source: path: ../ build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - gsw - numpy - scipy ...
Test the create_glider_netcdf.py command on conda build
Test the create_glider_netcdf.py command on conda build
YAML
mit
SECOORA/GUTILS,SECOORA/GUTILS
31aa916323c974dc802a6c3e9a2a560709c9a337
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: pyboost_ipc version: 0.1 source: git_url: git@github.com:ESSS/pyboost_ipc.git requirements: build: - gcc [linux] - cmake >=3.0 - python - libpython [win] - boost >=1.55 run: - python - boost >=1.55 test: imports: - pyboost_ipc
package: name: pyboost_ipc version: 0.2 source: path: ../ requirements: build: - gcc [linux] - cmake >=3.0 - python - libpython [win] - boost >=1.55 run: - python - boost >=1.55 test: imports: - pyboost_ipc
Use the '..' as source of conda recipe instead of the github url
Use the '..' as source of conda recipe instead of the github url
YAML
mit
ESSS/pyboost_ipc,ESSS/pyboost_ipc,ESSS/pyboost_ipc
7ed19462f93bbf8d494fa49fb90b51ebcd53e2fc
templates/iot/operator/030-ClusterRoleBinding-iot-operator.yaml
templates/iot/operator/030-ClusterRoleBinding-iot-operator.yaml
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: iot-operator labels: app: enmasse roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: enmasse.io:iot-operator subjects: - kind: ServiceAccount name: iot-operator namespace: ${NAMESPACE}
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: "enmasse.io:iot-operator-${NAMESPACE}" labels: app: enmasse roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: enmasse.io:iot-operator subjects: - kind: ServiceAccount name: iot-operator namespace: ${NA...
Align the names with the other binding
Align the names with the other binding
YAML
apache-2.0
EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse
2ababdee3439bbe13862118e27b2103505f396a8
repository.yaml
repository.yaml
digital-service: Check your State Pension
digital-service: Check your State Pension repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
Enforce repo yaml privacy key.
PLATOPS-BAU: Enforce repo yaml privacy key.
YAML
apache-2.0
hmrc/nisp-frontend,hmrc/nisp-frontend