Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update paambaati/codeclimate-action action to v3
name: Test on: pull_request: branches: - master push: branches: - master jobs: integration: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Determine env variables from local files run: | echo "GO_VERSION=$(grep "go 1." go.mod | cut -d ...
name: Test on: pull_request: branches: - master push: branches: - master jobs: integration: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Determine env variables from local files run: | echo "GO_VERSION=$(grep "go 1." go.mod | cut -d ...
Update from Forestry.io - Updated Forestry configuration
--- label: team hide_body: false is_partial: false fields: []
--- label: team hide_body: false is_partial: false fields: - type: text name: ad_soyad label: Ad Soyad
Move kafka.create to the proper yaml location
# Default values for riff. # This is a YAML-formatted file. # Declare variables to be passed into your templates. create: crd: true faas: true rbac: # Specifies whether RBAC resources should be created create: true apiVersion: v1beta1 kafka: # Specifies whether the single-node development Kafka chart shou...
# Default values for riff. # This is a YAML-formatted file. # Declare variables to be passed into your templates. create: crd: true faas: true rbac: # Specifies whether RBAC resources should be created create: true apiVersion: v1beta1 serviceAccount: # Specifies whether a service account should be created...
Add pkg/profile as a dependency
version: 2 jobs: build: docker: - image: circleci/golang:1.9.4 steps: - checkout - run: command: pwd - run: name: mkdir command: mkdir -p /go/src/github.com/${CIRCLE_PROJECT_USERNAME} - run: name: ln command: ln -s /home/circleci/...
version: 2 jobs: build: docker: - image: circleci/golang:1.9.4 steps: - checkout - run: command: pwd - run: name: mkdir command: mkdir -p /go/src/github.com/${CIRCLE_PROJECT_USERNAME} - run: name: ln command: ln -s /home/circleci/...
Change circle cache to yarn.lock
version: 2 jobs: build: docker: - image: circleci/node:6.11.1 steps: - checkout - restore_cache: keys: - v1-dependency-cache-{{ checksum "package.json" }} - v1-dependency-cache - run: yarn install - save_cache: key: v1-dependency-cache...
version: 2 jobs: build: docker: - image: circleci/node:6.11.1 steps: - checkout - restore_cache: keys: - v1-dependency-cache-{{ checksum "yarn.lock" }} - v1-dependency-cache - run: yarn install - save_cache: key: v1-dependency-cache-{{...
Remove bug in ceph tasks
--- - name: add ceph repo key apt_key: url="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc" - name: add pycurl apt: pkg="python-pycurl" update_cache=yes cache_valid_time=3600 - name: add ceph repo apt_repository: repo="deb http://ceph.com/debian-{{ ceph_release }} precise main" update_cache=no...
--- - name: add ceph repo key apt_key: url="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc" - name: add pycurl apt: pkg="python-pycurl" update_cache=yes cache_valid_time=3600 - name: add ceph repo apt_repository: repo="deb http://ceph.com/debian-{{ ceph_release }} precise main" update_cache=no...
Add overrides for FQDNSet in test
# See cmd/shell.go for definitions of these rate limits. totalCertificates: window: 2160h threshold: 100000 certificatesPerName: window: 2160h threshold: 2 overrides: ratelimit.me: 1 # Hostnames used by the letsencrypt client integration test. le.wtf: 10000 le1.wtf: 10000 le2.wtf: 10000 ...
# See cmd/shell.go for definitions of these rate limits. totalCertificates: window: 2160h threshold: 100000 certificatesPerName: window: 2160h threshold: 2 overrides: ratelimit.me: 1 # Hostnames used by the letsencrypt client integration test. le.wtf: 10000 le1.wtf: 10000 le2.wtf: 10000 ...
Enable FreeBSD test on CI workflow
name: Runtime Test on: workflow_dispatch: schedule: - cron: '0 0 * * 5' push: branches: [master, main, develop] jobs: macos: runs-on: macos-latest strategy: matrix: go: ['1.14', '1.15'] steps: - name: Checkout uses: actions/checkout@v2 - name: Go u...
name: Runtime Test on: workflow_dispatch: schedule: - cron: '0 0 * * 5' push: branches: [master, main, develop] jobs: macos: runs-on: macos-latest strategy: matrix: go: ['1.14', '1.15'] steps: - name: Checkout uses: actions/checkout@v2 - name: Go u...
Add dev summit announcement banner to all projects.
name: TFX breadcrumb_name: For Production home_url: /tfx/ parent_project_metadata_path: /_project.yaml description: > TFX is an end-to-end platform, spanning from data ingestion, training, to production-grade serving. use_site_branding: true #color: orange hide_from_products_list: true content_license: cc3-apache2 ...
name: TFX breadcrumb_name: For Production home_url: /tfx/ parent_project_metadata_path: /_project.yaml description: > TFX is an end-to-end platform, spanning from data ingestion, training, to production-grade serving. use_site_branding: true #color: orange hide_from_products_list: true content_license: cc3-apache2 ...
Optimize teaser images - Reduce to 400x250 px - Reduce off canvas menu teasers to 150px wide
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser.png - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser.jpg - ti...
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser-150.png - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser-150.j...
Change default branch to master.
name: GitHub Pages on: push: branches: - main pull_request: jobs: deploy: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 - name: Build shell: bash run: | cd $GITHUB_WORKSPACE/tools/c...
name: GitHub Pages on: push: branches: - master pull_request: jobs: deploy: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 - name: Build shell: bash run: | cd $GITHUB_WORKSPACE/tools...
Create indexes on machine provision
--- # Playbook to set-up and configure local server #Keep the role "configure_sphinx" commented unless you want to #create indexes and start the search daemon (indexing takes 6-8 hours) - hosts: all become: true gather_facts: yes roles: - common - common_debian - common_vagrant - setup_nginx - setup_p...
--- # Playbook to set-up and configure local server #Keep the role "configure_sphinx" commented unless you want to #create indexes and start the search daemon (indexing takes 6-8 hours) - hosts: all become: true gather_facts: yes roles: - common - common_debian - common_vagrant - setup_nginx - setup_p...
Add extra path for our own puppet modules in environment
--- # defaults file for ansible-puppet copy_hieradata: false copy_puppet: false hieradata: /etc/puppet/hieradata # manage_config: False puppet_server: puppet certname: "{{ ansible_fqdn }}" puppet_data_binding_terminus: hiera puppet_reports: store puppet_basemodulepath: '$confdir/modules:/usr/share/puppet/modules' pupp...
--- # defaults file for ansible-puppet copy_hieradata: false copy_puppet: false hieradata: /etc/puppet/hieradata # manage_config: False puppet_server: puppet certname: "{{ ansible_fqdn }}" puppet_data_binding_terminus: hiera puppet_reports: store puppet_basemodulepath: '$confdir/modules:/opt/system-config/production/m...
Update from Hackage at 2016-02-16T11:21:01+0000
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 59bbd8f7408464b30dcffecdad71ae6ecfb25a0d638461bec8f12d300bd367b9 test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 42dd338528119b094fc54f7acf76df38855aaf05ac0dd2114f75719f436ee4de test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
Remove tests for Python 2.6. It's more important that we focus on Python 3 support than spending time adding backwards compatibility
language: python python: - "2.6" - "2.7" env: - WAGTAIL_VERSION=1.5.1 - WAGTAIL_VERSION=1.5.2 # command to install dependencies install: - pip install wagtail==$WAGTAIL_VERSION - pip install beautifulsoup4==4.4.1 # command to run tests script: - python manage.py test sudo: false
language: python python: - "2.7" env: - WAGTAIL_VERSION=1.5.1 - WAGTAIL_VERSION=1.5.2 # command to install dependencies install: - pip install wagtail==$WAGTAIL_VERSION - pip install beautifulsoup4==4.4.1 # command to run tests script: - python manage.py test sudo: false
Test with latest JRuby version
dist: trusty language: ruby sudo: false cache: bundler rvm: - jruby-1.7.26 - jruby-9.1.14.0
dist: trusty language: ruby sudo: false cache: bundler rvm: - jruby-1.7.26 - jruby-9.2.4.0
Add PHP 7.2 to build and remove HHVM from build
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 5.4 - 5.5 - 5.6 - hhvm - 7.0 - 7.1 matrix: include: - php: 5.3 dist: precise allow_failures: - php: hhvm install: - composer install --prefer-dist before_script: - ~/.phpenv/versions/5.6/bin/php -S...
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: 5.3 dist: precise install: - composer install --prefer-dist before_script: - ~/.phpenv/versions/5.6/bin/php -S localhost:8000 -t $(pwd) > /dev/nu...
Disable openjdk7 in Travis CI builds
language: scala scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test after_success:...
language: scala scala: - 2.10.6 - 2.11.7 jdk: # Enable once https://github.com/travis-ci/travis-ci/issues/5227 is fixed. #- openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - ...
Use the new build env on Travis
language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - jruby - rbx-2 gemfile: - gemfiles/activerecord_3_1.gemfile - gemfiles/activerecord_3_2.gemfile - gemfiles/activerecord_4_0.gemfile - gemfiles/activerecord_4_1.gemfile - gemfiles/activerecord_edge.gemfile env: - DB=pos...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - jruby - rbx-2 gemfile: - gemfiles/activerecord_3_1.gemfile - gemfiles/activerecord_3_2.gemfile - gemfiles/activerecord_4_0.gemfile - gemfiles/activerecord_4_1.gemfile - gemfiles/activerecord_edge.gemfile env: - DB=postgresql - DB=mysql - DB=sqlite...
Remove caching (seems to be causing issues on Travis)
language: node_js cache: directories: - elm-stuff/build-artifacts node_js: - "4.3" install: - npm install -g elm@0.17.0 - elm-package install -y script: - sh runtests.sh - elm make src/Main.elm --output=tictactoe.js after_success: - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "maste...
language: node_js node_js: - "4.3" install: - npm install -g elm@0.17.0 - elm-package install -y script: - sh runtests.sh - elm make src/Main.elm --output=tictactoe.js after_success: - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
Use dist: xenial with Python 3.7
language: python matrix: include: - python: 2.7 env: - TOXENV=py27 - python: 3.6 env: - TOXENV=py36 - python: 3.7 env: - TOXENV=py37 env: matrix: - TOXENV=go - TOXENV=lua LUA="lua 5.1" - TOXENV=lua LUA="lua 5.2" - TOXENV=lua LUA="lua 5.3" -...
language: python matrix: include: - python: 2.7 env: - TOXENV=py27 - python: 3.6 env: - TOXENV=py36 - python: 3.7 dist: xenial env: - TOXENV=py37 env: matrix: - TOXENV=go - TOXENV=lua LUA="lua 5.1" - TOXENV=lua LUA="lua 5.2" - TOXENV=lua ...
Test 2.0.0 and 1.9.3 on Travis CI
language: ruby rvm: - 2.0.0 - 1.9.3 gemfile: - gemfiles/Gemfile.activesupport-3.x - gemfiles/Gemfile.activesupport-4.x matrix: exclude: - rvm: 1.9.3 gemfile: gemfiles/Gemfile.activesupport-3.x - rvm: 2.0.0 gemfile: gemfiles/Gemfile.activesupport-3.x env: global: secure: T3becyAvdUz5P62ri...
language: ruby rvm: - 2.0.0 - 1.9.3
Use only the most recent Ruby versions
language: ruby cache: bundler rvm: - 2.2.0 - 2.1.5 - 2.0.0 branches: only: - develop - master env: global: - secure: "D3z4RvKc32obw+Tnd92VLwpGHca5HP3oMpCrMo1AbzsZcEpTuiIlQ+8byQt0MfnPABfJy/MNnXJNefVjZr7rOkGH6NiIAR2zH0Ajb0HJytXocG5a4KIYY6BJtavwdX4PLTbOHassdfxkuOrMkF0lVcxBPeGIFUYUytahnYDw9q0="
language: ruby cache: bundler rvm: - 2.4.0 - 2.3.3 branches: only: - develop - master env: global: - secure: "D3z4RvKc32obw+Tnd92VLwpGHca5HP3oMpCrMo1AbzsZcEpTuiIlQ+8byQt0MfnPABfJy/MNnXJNefVjZr7rOkGH6NiIAR2zH0Ajb0HJytXocG5a4KIYY6BJtavwdX4PLTbOHassdfxkuOrMkF0lVcxBPeGIFUYUytahnYDw9q0="
Use bundler to execute test
language: ruby rvm: - 2.2 - 2.0.0 - 2.1 - jruby-9000 env: - RAILS_VERSION="~>3.2" - RAILS_VERSION="~>4.0.0" - RAILS_VERSION="~>4.1.0" - RAILS_VERSION="~>4.2.0" script: "rake spec:all" before_install: - sudo apt-get update - sudo apt-get install idn - gem update bundler notifications: email: rec...
language: ruby rvm: - 2.2 - 2.0.0 - 2.1 - jruby-9000 env: - RAILS_VERSION="~>3.2" - RAILS_VERSION="~>4.0.0" - RAILS_VERSION="~>4.1.0" - RAILS_VERSION="~>4.2.0" script: "bundle exec rake spec:all" before_install: - sudo apt-get update - sudo apt-get install idn - gem update bundler notifications: em...
Revert "Rubinius version for Travis"
rvm: - 1.9.3 - 2.0.0 - 2.1.1 - rbx-2.2 - jruby-19mode script: "bundle exec rake spec"
rvm: - 1.9.3 - 2.0.0 - 2.1.1 - jruby-19mode script: "bundle exec rake spec"
Enable Rust CI doc upload
before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust - sudo apt-get update install: - sudo apt-get install rust-nightly script: - make - sudo make install - sudo make uninstall - make clean - make doc
env: global: - secure: eEAXQP0S4A9RQv4rQYGbGDgdQ2McwCGtjW4QA6oaWXxPnQLaaylRRmdKvNpgfVmWQr6gf2mcpJKar6Ys4OF7xBUTze2ObSCfBIqS4ovK72XMA4kOAonqeq7pxq/OXzKd4eN5BX2DyXxZ5nlPqr2HT7Wb/CjpazKyQ+fCsjKtyzY= before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust - sudo apt-get update install: - sudo apt-get ...
Deploy to rubgems on new tags
sudo: false language: ruby cache: bundler rvm: - 2.3.1
sudo: false language: ruby cache: bundler rvm: 2.3.1 deploy: provider: rubygems api_key: secure: hL0h5W084SQgCMufhUYzzrLq0krzt+C5WgmobbB81f684XJ+2FG6SvouPSzrAKLjgv/Ksk3G+oqr6kvTSV7L20+le+dpkE7c1lXDuwzs8Kd/VVr1ZJxDOu5Mn0NcVGvEdl+qKT8GLrz1KskK7QQdld0e+k3F7U+7ixtd2uz9GSZfBBjFSYTc38aa9O9EM0DqzYp717oDxZKChlB5p5G6bt...
Switch Travis builds to container-based infrastructure
language: java deploy: provider: releases api_key: secure: "d4ehSZ2dgGAjBmwWeRX1HJNZOXdI9/fv1OR5mObQnHcrKj6efg53VAUfG0fFjp8+1HaxPp9NJO3ZbglhayiJN2RSuxBHYU/f6qqRqUAThLLG5Wt0OEqG8IHcxZhYHS3LHLQMo0dK5ihHwV3MoU1B9FdCq0Ci1yMLBvBAxBOOr4U=" file-glob: true file: "build/libs/NBT-*.jar" skip_cleanup: true on: ...
language: java deploy: provider: releases api_key: secure: "d4ehSZ2dgGAjBmwWeRX1HJNZOXdI9/fv1OR5mObQnHcrKj6efg53VAUfG0fFjp8+1HaxPp9NJO3ZbglhayiJN2RSuxBHYU/f6qqRqUAThLLG5Wt0OEqG8IHcxZhYHS3LHLQMo0dK5ihHwV3MoU1B9FdCq0Ci1yMLBvBAxBOOr4U=" file-glob: true file: "build/libs/NBT-*.jar" skip_cleanup: true on: ...
Fix allow_failures on Travis CI
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - ruby-head - jruby - rbx-2 before_install: - gem install bundler script: rake spec matrix: allow_failures: - 1.9.3 - jruby - rbx-2
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.7 - 2.2.3 - ruby-head - jruby - rbx-2 before_install: - gem install bundler script: rake spec matrix: allow_failures: - rvm: 1.9.3 - rvm: jruby - rvm: rbx-2
Set precise version for node 4.x
sudo: false language: node_js matrix: include: - node_js: "4.1.x" - node_js: "iojs" - node_js: "0.12" - node_js: "0.10" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" notifications: email: - tormozz48@gmail.com - yndx.tavria@yandex.ru
sudo: false language: node_js matrix: include: - node_js: "4.1.0" - node_js: "iojs" - node_js: "0.12" - node_js: "0.10" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" notifications: email: - tormozz48@gmail.com - yndx.tavria@yandex.ru
Update Travis config to test with more recent versions of Node.
sudo: false language: node_js node_js: - '5' - '4.2' - '4.1' - '4.0' script: - npm run test
sudo: false language: node_js node_js: - '8' - '6' - '5' - '4.2' - '4.1' - '4.0' script: - npm run test
Add PHP 7 src & add GCC 4.8
language: python notifications: email: false branches: only: - master - stable python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" node_js: - "6" php: - "7.0" compiler: - gcc before_install: - sudo apt-get update install: - sudo apt-get install php7.0 - if [[ "${TRAVIS_PYTHON_VERSION:0:1}" == ...
language: python notifications: email: false branches: only: - master - stable python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" node_js: - "6" php: - "7.0" compiler: - gcc before_install: - sudo apt-add-repository ppa:ondrej/php - sudo apt-get update -q install: - sudo apt-get install gcc-4...
Remove unavailable PHP version from Travis CI config
language: php php: - 5.3.3 - 5.3 - 5.4 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar --dev install
language: php php: - 5.3 - 5.4 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar --dev install
Remove PHP 5.3 from Travis config, shuffle tested SS versions
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 env: - DB=MYSQL CORE_RELEASE=3.5 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 ...
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php matrix: include: - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.3 - php: 5.5 env: DB=MYSQL CORE_RELEASE=3.4 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.5 - php: 7.0 env: DB=MYS...
Fix no output in the last 10 minutes issue
osx_image: xcode8.3 language: objective-c cache: directories: - Carthage/ before_install: - brew install swiftlint - script/install before_script: - set -o pipefail script: - xcodebuild -project SlideStock.xcodeproj -scheme SlideStock build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c - ...
osx_image: xcode8.3 language: objective-c cache: directories: - Carthage/ before_install: - brew install swiftlint - travis_wait 30 script/install before_script: - set -o pipefail script: - xcodebuild -project SlideStock.xcodeproj -scheme SlideStock build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | x...
Remove master branch of go environment in Travis. Since the fmt and converage are not compatible.
language: go go: - 1.7.x - 1.8.x - master script: - make misspell-check - make fmt-check - make all - make pack - make coverage after_success: - bash <(curl -s https://codecov.io/bash)
language: go go: - 1.7.x - 1.8.x script: - make misspell-check - make fmt-check - make all - make pack - make coverage after_success: - bash <(curl -s https://codecov.io/bash)
Add go1.9 and go.10 to Travis build config
language: go go: - tip - 1.8 - 1.7 - 1.6 - 1.5 - 1.4.2 - 1.3.3 - 1.2.2 - 1.1.2
language: go go: - tip - 1.10 - 1.9 - 1.8 - 1.7 - 1.6 - 1.5 - 1.4.2 - 1.3.3 - 1.2.2 - 1.1.2
Test if lua can load the library
language: cpp compiler: - gcc - clang before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'; fi - sudo apt-get update -qq install: - sudo apt-get install liblu...
language: cpp compiler: - gcc - clang before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'; fi - sudo apt-get update -qq install: - sudo apt-get install liblu...
Use the latest Python coverage
# We need sudo to install pip system-wide sudo: required os: - linux - osx install: - sudo -H pip install coverage==3.7.1 - sudo -H pip install coveralls script: ./ci.sh after_success: - coveralls
# We need sudo to install pip system-wide sudo: required os: - linux - osx install: - sudo -H pip install coveralls coverage script: ./ci.sh after_success: - coveralls
Use latest Liberty and try Travis containers
language: java jdk: - oraclejdk8 script: - "mvn verify -Ponline-its -DwlpVersion=8.5.5_05 -DwlpLicense=L-MCAO-9SYMVC"
sudo: false language: java jdk: - oraclejdk8 script: - "mvn verify -Ponline-its -DwlpVersion=8.5.5_06 -DwlpLicense=L-MCAO-9SYMVC"
Use modern Rubies on Travis CI
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1
language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.3 - 2.4.1
Test with latest Node.js 4 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci - finalizers # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build ou...
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci - finalizers # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build outp...
Move jruby-19mode and jruby-head to rvm matrix
language: ruby rvm: - 2.0 - 2.1 - 2.2 - ruby-head - rbx-19mode env: - "ADAPTER=in_memory" - "ADAPTER=yaml" - "ADAPTER=sqlite" - "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''" - "ADAPTER=postgres DM_DB_USER=postgres DM_DB_PASSWORD=''" cache: bundler sudo: true services: - mysql - postgres...
language: ruby rvm: - 2.0 - 2.1 - 2.2 - ruby-head - jruby-19mode - jruby-head - rbx-19mode env: - "ADAPTER=in_memory" - "ADAPTER=yaml" - "ADAPTER=sqlite" - "ADAPTER=mysql DM_DB_USER=root DM_DB_PASSWORD=''" - "ADAPTER=postgres DM_DB_USER=postgres DM_DB_PASSWORD=''" cache: bundler sudo: true ...
Update Go version to 1.9 in Travis CI.
sudo: false language: go go: - 1.8.3 - tip matrix: fast_finish: true allow_failures: - go: tip branches: only: - master notifications: email: on_success: change on_failure: change before_install: - make tools install: - make deps before_script: - make clean script: - make tes...
sudo: false language: go go: - 1.9 - tip matrix: fast_finish: true allow_failures: - go: tip branches: only: - master notifications: email: on_success: change on_failure: change before_install: - make tools install: - make deps before_script: - make clean script: - make test ...
Disable daemon on Travis build
language: java matrix: include: - os: linux sudo: false jdk: oraclejdk8 addons: apt: packages: - oracle-java8-installer - oracle-java8-set-default script: ./gradlew check --info --stacktrace --console=plain -Dkotlin.colors.enabled=false -Porg.gradle.jv...
language: java matrix: include: - os: linux sudo: false jdk: oraclejdk8 addons: apt: packages: - oracle-java8-installer - oracle-java8-set-default script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon before_cache: ...
FIX pip install scipy on Travis
language: python python: # Only 2.7 to prevent having to install NumPy and SciPy from source. - "2.7" virtualenv: system_site_packages: true install: - sudo apt-get update - sudo apt-get install cython python-numpy python-scipy - pip install scikit-learn - pip install . script: - cd /tmp - nosetest...
language: python python: # Only 2.7 to prevent having to install NumPy and SciPy from source. - "2.7" virtualenv: system_site_packages: true install: - sudo apt-get update - sudo apt-get install cython python-numpy - pip install scipy - pip install scikit-learn - pip install . script: - cd /tmp -...
Remove the temporary sync task for the Content Data API
govuk_env_sync::tasks: # Temporary task to pull data from Carrenza production "pull_content_performance_manager_production_daily": ensure: "absent" hour: "2" minute: "0" action: "pull" dbms: "postgresql" storagebackend: "s3" # Use the old database name for consistency while still working...
govuk_env_sync::tasks: # Use the new Content Data API name here, to avoid issues with # changing the name later "push_content_data_api_production_daily": ensure: "present" hour: "3" minute: "0" action: "push" dbms: "postgresql" storagebackend: "s3" # Use the old database name for consi...
Add bokeh to env file
name: IOOS channels: - conda-forge - ioos dependencies: - python=2.7 - anaconda-navigator - beautifulsoup4 - cartopy - cc-plugin-glider # Python 2.7 - cmocean - compliance-checker - ctd - cython - descartes - fiona - folium - gdal - geojson - geojsoni...
name: IOOS channels: - conda-forge - ioos dependencies: - python=2.7 - anaconda-navigator - beautifulsoup4 - bokeh - cartopy - cc-plugin-glider # Python 2.7 - cmocean - compliance-checker - ctd - cython - descartes - fiona - folium - gdal - geojson ...
Switch back to 1 canary job
--- meta: ~ compilation: <<: (( merge )) workers: 2 network: redis_z1 reuse_compilation_vms: true cloud_properties: <<: (( merge )) name: (( .meta.deployment_name )) update: canaries: 5 canary_watch_time: 30000-180000 update_watch_time: 30000-180000 max_in_flight: 6
--- meta: ~ compilation: <<: (( merge )) workers: 2 network: redis_z1 reuse_compilation_vms: true cloud_properties: <<: (( merge )) name: (( .meta.deployment_name )) update: canaries: 1 canary_watch_time: 30000-180000 update_watch_time: 30000-180000 max_in_flight: 6
Use command vs shell since it is safer
--- - name: Check if NetworkManager package is installed shell: dpkg -l network-manager register: nm_installed_check failed_when: nm_installed_check.rc > 1 - name: Stop NetworkManager service: name=network-manager state=stopped enabled=no when: nm_installed_check == 0 - name: Remove NetworkManager apt: p...
--- - name: Check if NetworkManager package is installed command: dpkg -l network-manager register: nm_installed_check failed_when: nm_installed_check.rc > 1 - name: Stop NetworkManager service: name=network-manager state=stopped enabled=no when: nm_installed_check == 0 - name: Remove NetworkManager apt:...
Install pandoc in Circle CI
version: 2 jobs: build: docker: - image: circleci/python:3.6.1 working_directory: ~/repo steps: - checkout - run: name: install dependencies command: | python3 -m venv venv . venv/bin/activate pip install .[dev] - run: ...
version: 2 jobs: build: docker: - image: circleci/python:3.6.1 working_directory: ~/repo steps: - checkout - run: name: install dependencies command: | sudo apt update && sudo apt install pandoc python3 -m venv venv . venv/bin/ac...
Update from Hackage at 2015-10-15T18:38:03+0000
homepage: '' changelog-type: '' hash: a15e80bc60442bdabcd6222e639d43e74e83007638faba92912c6a69028610ed test-bench-deps: {} maintainer: anton.pirogov@gmail.com synopsis: ! 'Binding to render with Cairo on SDL textures and optional convenience drawing API.' changelog: '' basic-deps: base: ! '>=4.8 && <=5' time: -a...
homepage: '' changelog-type: '' hash: 67c081c9f36ae6097217f19780a22e1b9d0f6b1d709ea0ae462d7c2aca06ef19 test-bench-deps: {} maintainer: anton.pirogov@gmail.com synopsis: Render with Cairo on SDL textures. Includes optional convenience drawing API. changelog: '' basic-deps: base: ! '>=4.7 && <=5' time: -any cairo...
Change blog url to shubhamchaudhary.in/blog for sometime
# Site settings title: Develop Freedom header-img: img/home-bg.jpg email: me@shubhamchaudhary.in description: "Develop Freedom - Blog by Shubham Chaudhary" baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://developfreedom.org" # the base hostname & protocol for your site twitter_username: ChaudharySimply ...
# Site settings title: Develop Freedom header-img: img/home-bg.jpg email: me@shubhamchaudhary.in description: "Develop Freedom - Blog by Shubham Chaudhary" baseurl: "/blog" # the subpath of your site, e.g. /blog/ url: "http://shubhamchaudhary.in/" # the base hostname & protocol for your site twitter_username: Chaudhary...
Update from Hackage at 2017-05-26T10:23:58Z
homepage: https://github.com/bartavelle/fastparser#readme changelog-type: '' hash: 9f1976470cfd4a8633183e24d2fa55618b5de40dd0498f82a77ce700a37a0844 test-bench-deps: {} maintainer: bartavelle@gmail.com synopsis: A fast, but bare bones, bytestring parser combinators library. changelog: '' basic-deps: bytestring: ==0.10...
homepage: https://github.com/bartavelle/fastparser#readme changelog-type: '' hash: d17d6c95e9cb3fd2d31724ffafa5e5efedfc530d64b73aa0851d1b93d55ae6e1 test-bench-deps: {} maintainer: bartavelle@gmail.com synopsis: A fast, but bare bones, bytestring parser combinators library. changelog: '' basic-deps: bytestring: ==0.10...
Use gcloud sdk latest image for testing
platform: linux inputs: - name: continuous-deployment-on-kubernetes outputs: - name: email image_resource: type: docker-image source: repository: viglesiasce/csa-test tag: latest params: service_account_json: project_id: zone: run: path: bash args: - -exc - | cat > service_account....
platform: linux inputs: - name: continuous-deployment-on-kubernetes outputs: - name: email image_resource: type: docker-image source: repository: google/cloud-sdk tag: latest params: service_account_json: project_id: zone: run: path: bash args: - -exc - | cat > service_account.json...
Create symbolic link to .ivy2 instead of using sbt argument
pipeline: test: image: lampepfl/dotty:latest pull: true commands: - ln -s /var/cache/drone/scala-scala scala-scala - ./scripts/update-scala-library - sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"...
pipeline: test: image: lampepfl/dotty:latest pull: true commands: - ln -s /var/cache/drone/scala-scala scala-scala - ln -s /var/cache/drone/ivy2 "$HOME/.ivy2" - ./scripts/update-scala-library - sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.dr...
Disable HAML linting through Hound
sass-lint: enabled: false coffeescript: enabled: false jshint: enabled: false haml: config_file: .haml-lint.yml rubocop: version: 1.22.1 config_file: .rubocop.yml
sass-lint: enabled: false coffeescript: enabled: false jshint: enabled: false haml: enabled: false config_file: .haml-lint.yml rubocop: version: 1.22.1 config_file: .rubocop.yml
Change variables in the yml file
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For te...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For te...
Add CoffeeScript checking to Hound
StringLiterals: Enabled: false Blocks: Enabled: false ClassAndModuleChildren: Enabled: false LineLength: Enabled: false
StringLiterals: Enabled: false Blocks: Enabled: false ClassAndModuleChildren: Enabled: false LineLength: Enabled: false CoffeeScript: Enabled: true
Add PHP 8.0 to build matrix
name: Continuous Integration on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-version: [ '7.3', '7.4' ] steps: - name: Checkout code u...
name: Continuous Integration on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-version: [ '7.3', '7.4', '8.0' ] steps: - name: Checkout code ...
Add emptyOption on email template order status log
# =================================== # Form Field Definitions # =================================== fields: is_active: label: Active type: switch name: label: Name span: auto color: label: Color type: colorpicker span: auto parent: la...
# =================================== # Form Field Definitions # =================================== fields: is_active: label: Active type: switch name: label: Name span: auto color: label: Color type: colorpicker span: auto parent: la...
Update from Hackage at 2016-09-28T17:57:14+00:00
homepage: '' changelog-type: '' hash: e8570b437e7cdd2f4223d87f728e52e19ea702caa280151110a4b9bcecf2f09f test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Arrow Transformer Library changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '15310.92' - '15320.1' - '15321.1' - '15321.2' - '15322.1' - '153...
homepage: '' changelog-type: '' hash: c1806fbd47ebca095f8d783b6e23ac75444046b722567708a5b3ed66025fb206 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Arrow Transformer Library changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '15310.92' - '15320.1' - '15321.1' - '15321.2' - '15322.1' - '153...
Update Raspberry Pi to new version 5.0.0
name: Raspberry Pi on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@4.0....
name: Raspberry Pi on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@5.0....
Disable markdownlint's ordered list item prefix style check
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026...
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026...
Remove Eric Thompson as a reviewer
approve_by_comment: true approve_regex: ^Approved reject_regex: ^Rejected reset_on_push: false reviewers: members: - atneik - battletoilet - dammittom - ericthompson - Jahnp - mikewheaton - philworthington - wdo3650 - dzearing - micahgodbolt name: default required: 2
approve_by_comment: true approve_regex: ^Approved reject_regex: ^Rejected reset_on_push: false reviewers: members: - atneik - battletoilet - dammittom - Jahnp - mikewheaton - philworthington - wdo3650 - dzearing - micahgodbolt name: default required: 2
Switch to CI on Java 8 and 11
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Run tests run: sbt te...
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build-11: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' - ...
Update actions/cache for GitHub action
name: tests on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: php: [7.4, 8.0, 8.1] steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: ...
name: tests on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: php: [7.4, 8.0, 8.1] steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: ...
Configure Codecov to treat the `develop` branch as the default
# Configuration for Codecov (https://codecov.io) coverage: ignore: - "Tests"
# Configuration for Codecov (https://codecov.io) coverage: branch: develop ignore: - "Tests"
Update exclusion for renamed dash-case file
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-18 01:46:01 -0500 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of ne...
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-18 01:50:26 -0500 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of ne...
Add var for backend storage
do_private_docker_registry: false docker_lvm_backed_devicemapper: "{% if provider in ['gce', 'openstack', 'aws'] %} true {% else %} false {% endif %}" ## Refer to commentaries in ../templates/docker-storage-setup.conf.j2 ## or `man lvcreate` for acceptable sizes, and their syntax docker_lvm_data_volume_size: 40%FREE ...
do_private_docker_registry: false docker_lvm_backed_devicemapper: "{% if provider in ['gce', 'openstack', 'aws'] %} true {% else %} false {% endif %}" # Possible values: overlay, devicemapper # Used with docker-storage-setup docker_storage_driver: overlay ## Refer to commentaries in ../templates/docker-storage-setup....
Update GAE project name again
application: hymnpage2 version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: #root - url: / static_files: www/index.html upload: www/index.html #serve our home page in case index.html is requested - url: /index.html static_files: www/index.html upload: www/index.html #all images and support f...
application: hymnpage version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: # root - url: / static_files: www/index.html upload: www/index.html # Serve our home page in case index.html is requested - url: /index.html static_files: www/index.html upload: www/index.html # All images and support...
Split tasks in self_signed_certificate role.
- name: self signed certificate shell: | hostname=`hostname` && crt_file="/etc/pki/tls/certs/${hostname}.crt" && key_file="/etc/pki/tls/private/${hostname}.key" && crt_and_key_file="/etc/pki/tls/private/${hostname}.crt_and_key" && subject="{{ self_signed_certificate_subject_prefix }}/CN=${hostname...
- name: create private key for host shell: | creates=/etc/pki/tls/private/{{ ansible_fqdn }}.key umask 0277 && openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 \ -out /etc/pki/tls/private/{{ ansible_fqdn }}.key - name: self signed certificate shell: | creates=/etc/pki/tls/certs/{{...
Add `n` version manager install
--- - dnf: name={{ item }} state=latest name: install R, Go, and Haskell become: true with_items: - haskell-platform - R - autoconf - make - golang tags: - packages when: ansible_distribution == 'Fedora' - include: python.yml - include: ruby.yml - name: Install node version manager and make su...
--- - dnf: name={{ item }} state=latest name: install R, Go, and Haskell become: true with_items: - haskell-platform - R - autoconf - make - golang tags: - packages when: ansible_distribution == 'Fedora' - include: python.yml - include: ruby.yml - block: - name: grab n install script get...
Install nodejs from nodesource on debian by default
--- nodejs_playbook_version: "0.1.6" nodejs_install_source: build #One of: build (from source), nodesource_debs (works only on debian-based distros) nodejs_version: "0.10.36" nodejs_path: "/usr/local/" nodejs_tmp_dir: "/tmp/" nodejs_global_packages: - nodemon - debug - foreman nodejs_version_tag: "v{{nodejs_versi...
--- nodejs_playbook_version: "0.1.6" nodejs_install_source: '{% if ansible_os_family == "Debian" %}nodesource_debs{% else %}build{% endif %}' nodejs_version: "0.10.36" nodejs_path: "/usr/local/" nodejs_tmp_dir: "/tmp/" nodejs_global_packages: - nodemon - debug - foreman nodejs_version_tag: "v{{nodejs_version}}" n...
Add Node 5 to Travis CI.
language: node_js sudo: false node_js: - "0.12" - "4" addons: apt: packages: - fontforge
language: node_js sudo: false node_js: - "0.12" - "4" - "5" addons: apt: packages: - fontforge
Add _ss_environment.php settings for database
language: php services: docker env: - VERSION=platform install: - composer create-project silverstripe/installer ~/src - docker run -d --name database mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=true before_script: - env | sort - cd "$VERSION" - image="brettt89/silverstripe-web:${VERSION}" - image="${image//'/...
language: php services: docker env: - VERSION=platform install: - composer create-project silverstripe/installer ~/src - docker run --name database --env MYSQL_ALLOW_EMPTY_PASSWORD=true mysql - echo "<?php \ndefine('SS_DATABASE_SERVER', 'database'); \ndefine('SS_DATABASE_USERNAME', 'root'); \ndefine('SS_DATAB...
Remove 3.4 as unsupported by LXML & add 3.7 and 3.8 prematurely
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: "pip install -r requirements.txt" script: ./tests/run_tests.sh
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: "pip install -r requirements.txt" script: ./tests/run_tests.sh
Install all deps when building on Travis
language: ruby bundler_args: --without development script: bundle exec rspec spec rvm: - ruby-1.8.7 - ruby-1.9.3 - ruby-2.0.0
language: ruby script: bundle exec rspec spec rvm: - ruby-1.8.7 - ruby-1.9.3 - ruby-2.0.0
Drop PHP 7.1 in builds
language: php php: - 7.1 - 7.2 - 7.3 env: global: - CC_TEST_REPORTER_ID=$CODECLIMATE_REPO_TOKEN matrix: - LARAVEL_VERSION=5.5.* - LARAVEL_VERSION=5.7.* - LARAVEL_VERSION=5.8.* - LARAVEL_VERSION=6.0.* matrix: fast_finish: true sudo: false install: - if [ "$LARAVEL_VERSION" != "" ];...
language: php php: - 7.2 - 7.3 env: global: - CC_TEST_REPORTER_ID=$CODECLIMATE_REPO_TOKEN matrix: - LARAVEL_VERSION=5.5.* - LARAVEL_VERSION=5.7.* - LARAVEL_VERSION=5.8.* - LARAVEL_VERSION=6.0.* matrix: fast_finish: true sudo: false install: - if [ "$LARAVEL_VERSION" != "" ]; then co...
Allow CI test failures for PHP7 (phpunit > 5.4)
language: php sudo: required php: - 5.5 - 5.6 - 7.0 env: global: - NC_BRANCH=master matrix: - NC_DATABASE=mysql matrix: allow_failures: include: - php: 5.5 env: NC_DATABASE=sqlite - php: 5.5 env: NC_DATABASE=pgsql - php: 5.6 env: NC_DATABASE=sqlite - php: 5.6 ...
language: php sudo: required php: - 5.5 - 5.6 - 7.0 env: global: - NC_BRANCH=master matrix: - NC_DATABASE=mysql matrix: allow_failures: - php: 7.0 include: - php: 5.5 env: NC_DATABASE=sqlite - php: 5.5 env: NC_DATABASE=pgsql - php: 5.6 env: NC_DATABASE=sqlite ...
Drop oraclejdk7 and start testing openjdk7 on Trusty
language: java addons: hosts: - short-hostname hostname: short-hostname matrix: include: - jdk: openjdk7 dist: precise - jdk: oraclejdk7 dist: precise - jdk: oraclejdk8 - jdk: oraclejdk9 notifications: email: on_success: never sudo: false script: - ./gradlew clean test...
sudo: required language: java addons: hosts: - short-hostname hostname: short-hostname jdk: - openjdk7 - oraclejdk8 - oraclejdk9 before_install: # Work around missing crypto in openjdk7 - | if [ "$TRAVIS_JDK_VERSION" == "openjdk7" ]; then sudo wget "https://bouncycastle.org/download/bcpr...
Use only CS on src dir
language: php php: - 5.3 - 5.4 before_script: - composer install --dev --prefer-source - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar script: - phpunit --configuration tests/phpunit.xml - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do...
language: php php: - 5.3 - 5.4 before_script: - composer install --dev --prefer-source - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar script: - phpunit --configuration tests/phpunit.xml - output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 ./src); if [[ $output ]]; then while read -r line...
Test on all supported platforms
language: objective-c script: - xctool -project RMStore.xcodeproj -scheme 'RMStoreExcludeKeychainTests' -configuration Release -sdk iphonesimulator test - xctool -project RMStore.xcodeproj -scheme 'RMStoreDemo' -configuration Release -sdk iphonesimulator branches: only: - master
language: objective-c script: - xctool -project RMStore.xcodeproj -scheme 'RMStoreExcludeKeychainTests' -configuration Release -sdk iphonesimulator build-tests - xctool -project RMStore.xcodeproj -scheme 'RMStoreExcludeKeychainTests' -configuration Release run-tests -test-sdk iphonesimulator5.0 - xctool -project...
Enable automated testing on Python 3.4
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 install: - python setup.py install - pip install coverage script: coverage run setup.py test after_success: - pip install coveralls - coveralls notifications: webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 install: - python setup.py install - pip install coverage script: coverage run setup.py test after_success: - pip install coveralls - coveralls notifications: webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b
Build with Node.js 10 on Travis CI.
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Edit .travs.yml in another attempt to instal gcc-4.8 again
sudo-false language: - cpp compiler: - gcc addons: apt: sources: -ubuntu-toolchain-r-test before_install: - sudo apt-get update -qq - sudo apt-get install -qq install: - apt-get update - apt-get install g++-4.8 - update-alternatives --install /usr/bin/g++ g++ /user/bin/g++-4.8 90 - update-...
sudo: false language: - cpp compiler: - gcc addons: apt: sources: -ubuntu-toolchain-r-test before_install: - sudo apt-get update -qq - sudo apt-get install -qq install: - apt-get update - apt-get install g++-4.8 - update-alternatives --install /usr/bin/g++ g++ /user/bin/g++-4.8 90 - update...
Use Go 1.16 to run CI
language: go go: - 1.12.x install: - export PATH=${PATH}:${HOME}/gopath/bin - export PATH=${PATH}:${HOME}/bin - cd ../../.. && mkdir goa.design && cp -r github.com/goadesign/plugins goa.design/plugins && cd goa.design/plugins before_script: - make depend script: - make
language: go go: - 1.16.x install: - export PATH=${PATH}:${HOME}/gopath/bin - export PATH=${PATH}:${HOME}/bin - cd ../../.. && mkdir goa.design && cp -r github.com/goadesign/plugins goa.design/plugins && cd goa.design/plugins before_script: - make depend script: - make
Install `pdftotext` for Travis CI
language: python python: - "3.4" install: - pip install -r requirements/test.txt env: matrix: - TARGET=test - TARGET=lint script: make $TARGET after_success: - bash <(curl -s https://codecov.io/bash)
language: python sudo: required python: - "3.4" install: - pip install -r requirements/test.txt - sudo apt-get install poppler-utils env: matrix: - TARGET=test - TARGET=lint script: make $TARGET after_success: - bash <(curl -s https://codecov.io/bash)
Exclude incompatible python and django versions from CI
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO_VERSION=1.8.17 - DJANGO_VERSION=1.9.12 - DJANGO_VERSION=1.10.0 - DJANGO_VERSION=1.10.1 - DJANGO_VERSION=1.10.2 - DJANGO_VERSION=1.10.3 - DJANGO_VERSION=1.10.4 - DJANGO_VERSION=1.10.5 branches: exce...
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO_VERSION=1.8.17 - DJANGO_VERSION=1.9.12 - DJANGO_VERSION=1.10.0 - DJANGO_VERSION=1.10.1 - DJANGO_VERSION=1.10.2 - DJANGO_VERSION=1.10.3 - DJANGO_VERSION=1.10.4 - DJANGO_VERSION=1.10.5 # https://docs.dja...
Add node 0.12 and iojs as build targets
language: node_js services: - mongodb node_js: - '0.10' before_script: - npm install -g istanbul - npm install coveralls - npm install mocha-lcov-reporter after_script: - NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/co...
language: node_js services: - mongodb node_js: - '0.10' - '0.12' - 'iojs' before_script: - npm install -g istanbul - npm install coveralls - npm install mocha-lcov-reporter after_script: - NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov...
Use "pip install ." instead of using setup.py directly
sudo: false language: python python: - "3.3" - "3.4" - "3.5" - "3.6" - "3.7-dev" install: pip install tox-travis codecov script: - tox - python setup.py install && s4 version after_success: - codecov cache: pip
sudo: false language: python python: - "3.3" - "3.4" - "3.5" - "3.6" - "3.7-dev" install: pip install tox-travis codecov script: - tox - pip install . && s4 version after_success: - codecov cache: pip
Build dependencies with Debug configuration
language: objective-c osx_image: xcode7 before_install: - brew update - brew install carthage || brew outdated carthage || brew upgrade carthage install: - gem install xcpretty - carthage bootstrap --verbose script: - set -o pipefail && xcodebuild -scheme 'Cartography-Mac' test | xcpretty -c - set -o pipefail && xcodeb...
language: objective-c osx_image: xcode7 before_install: - brew update - brew install carthage || brew outdated carthage || brew upgrade carthage install: - gem install xcpretty - carthage bootstrap --verbose --configuration DEBUG script: - set -o pipefail && xcodebuild -scheme 'Cartography-Mac' test | xcpretty -c - set...
Remove node v0.12.x from Travis CI
sudo: false language: node_js node_js: - "6" - "4" - "0.12" install: - npm install script: npm test
sudo: false language: node_js node_js: - "6" - "4" install: - npm install script: npm test
Enable Java versions < 8 again
# Use docker-based build environment (instead of openvz) sudo: false # Select JDKs >= Java 6 for testing language: java jdk: # - openjdk6 # - openjdk7 # - oraclejdk7 - oraclejdk8 # Test execution install: true script: "mvn -e -q clean compile test > /dev/null"
# Use docker-based build environment (instead of openvz) sudo: false # Select JDKs >= Java 6 for testing language: java jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 # Test execution install: true script: "mvn -e -q clean compile test > /dev/null"
Use build matrix on Travis CI
language: python python: - 3.6 sudo: required services: - docker before_install: - gem install package_cloud before_script: - sudo chown root:root */* script: - make all - if [[ "$RPM_GPG_KEY_SECRET" != "" ]]; then openssl aes-256-cbc -k "$RPM_GPG_KEY_SECRET" -in secret.asc.enc -out secret.asc -d; fi - if...
language: python python: - 3.6 sudo: required services: - docker before_install: - gem install package_cloud before_script: - sudo chown root:root */* script: - make $BUILD_TARGET - if [[ "$RPM_GPG_KEY_SECRET" != "" ]]; then openssl aes-256-cbc -k "$RPM_GPG_KEY_SECRET" -in secret.asc.enc -out secret.asc -d;...
Make a few tests with xcpretty & bash scripts
language: objective-c osx_image: xcode7.3 xcode_workspace: Rocket.Chat.xcworkspace xcode_scheme: Rocket.Chat xcode_sdk: iphonesimulator9.3
language: objective-c osx_image: xcode7.3 env: matrix: - TEST_TYPE=iOS before_install: - | gem install xcpretty -N --no-ri --no-rdoc script: - | set -o pipefail xcodebuild clean test -workspace Rocket.Chat.xcworkspace -scheme Rocket.Chat -destination "platform=iOS Simulator,name=iPhone 6 Plus" -enabl...
Remove Travis test for python2.6
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies #install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies #install: "pip install -r requirements.txt" # command to run tests script: nosetests
Update WhatsApp Web To Go to 1.6.2 (31)
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go RepoType: git Repo: https://github.com/92ll...
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go RepoType: git Repo: https://github.com/92ll...
Update from Hackage at 2015-11-16T14:16:40+0000
homepage: http://www.cs.kent.ac.uk/~oc/pretty.html changelog-type: '' hash: caf7ff2698598946b6d76b91782e7b94316713a17238c200bf5cbe3d40fbdd6b test-bench-deps: {} maintainer: O.Chitil@kent.ac.uk synopsis: Efficient simple pretty printing combinators changelog: '' basic-deps: base: ! '>=4.5 && <5' containers: ! '>=0.4...
homepage: http://www.cs.kent.ac.uk/~oc/pretty.html changelog-type: '' hash: 6e35d96e78b2e6cf79f88217a7084899000530a399cd5d2857471cadabd20d13 test-bench-deps: {} maintainer: O.Chitil@kent.ac.uk synopsis: Efficient simple pretty printing combinators changelog: '' basic-deps: base: ! '>=4.5 && <5' containers: ! '>=0.4...
Fix sketch size in CI config
seed: 3301 num_replicates: 1 population_size: 6 recomb_per_gen: 1 num_chroms: 1 # Chromosomes runs_per_sample: 2 # Replicate runs per sample coverage_cv: 0.3 genome_size: 10000 sketch_size: "5e4" # Pairs of coverage, tree scale (i.e. $\pi$, mean pairwise dist.) coverage_variablity: - {cov: 1, var: 0.001} - {cov: 4...
seed: 3301 num_replicates: 1 population_size: 6 recomb_per_gen: 1 num_chroms: 1 # Chromosomes runs_per_sample: 2 # Replicate runs per sample coverage_cv: 0.3 genome_size: 10000 sketch_size: "5e5" # Pairs of coverage, tree scale (i.e. $\pi$, mean pairwise dist.) coverage_variablity: - {cov: 1, var: 0.001} - {cov: 4...