Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Make tests run with a dummy default project ID.
language: python python: - "2.7" - "pypy" before_install: - sudo rm -f /etc/boto.cfg # command to install dependencies install: - pip install . # command to run tests script: gsutil version -l && gsutil test -u
language: python python: - "2.7" - "pypy" before_install: - sudo rm -f /etc/boto.cfg # command to install dependencies install: - pip install . # command to run tests script: - gsutil version -l - gsutil -o 'GSUtil:default_project_id=999999999' test -u
Drop OpenJDK 13 on Travis CI Fixes gh-102
language: java jdk: - openjdk-ea - openjdk14 - openjdk13 - openjdk11 - openjdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNK...
language: java jdk: - openjdk-ea - openjdk14 - openjdk11 - openjdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNKJ62wLBIOC/wvD\...
Test with latest Node.js 5 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Remove PHP 5.6 from allow failures.
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev script: phpunit -c phpunit.xml --coverage-text after_script: - if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev script: phpunit -c phpunit.xml --coverage-text after_script: - if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/...
Upgrade emulator API to 24
script: # By default Travis CI executes './gradlew build connectedCheck' if no 'script:' section found. - ./gradlew clean build connectedCheck language: android jdk: - oraclejdk8 android: components: - tools - build-tools-26.0.1 - android-26 - extra-android-m2repository # System image ne...
script: # By default Travis CI executes './gradlew build connectedCheck' if no 'script:' section found. - ./gradlew clean build connectedCheck language: android jdk: - oraclejdk8 android: components: - tools - build-tools-26.0.1 - android-26 - extra-android-m2repository # System image ne...
Update Travis CI config (commands, notifications)
language: php php: - 5.4 - 5.5 git: depth: 25 before_install: - make install dependencies script: make test # whitelist branches: only: - master
language: php php: - 5.4 - 5.5 git: depth: 1 install: - npm install -g grunt-cli - npm install - grunt install script: grunt test notifications: email: false
Drop old ruby support and test against 2.1.6 and 2.2.2
language: ruby jdk: - oraclejdk7 services: - mongodb rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: rbx-19mode - rvm: rbx-18mode
language: ruby jdk: - oraclejdk7 services: - mongodb rvm: - 1.9.3 - 2.1.6 - 2.2.2 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: rbx-19mode - rvm: rbx-18mode - rvm: 2.1.6 - rvm: 2.2.2
Fix OSX build on Travis.
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g mono: - 4.0.5 os: - linux - osx osx_image: xcode7.1 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ scrip...
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g mono: - 4.0.5 os: - linux - osx osx_image: xcode7.1 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ befor...
REMOVE command to disable xdebug
sudo: false language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly - hhvm - hhvm-nightly cache: directories: - vendor before_script: - phpenv config-rm xdebug.ini - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml -...
sudo: false language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly - hhvm - hhvm-nightly cache: directories: - vendor before_script: - composer install --dev --no-interaction --prefer-source script: - vendor/bin/phpunit --configuration phpunit.xml --colors --coverage-clover=covera...
Update Travis: posgresql and postgis versions.
sudo: false language: python cache: pip dist: xenial python: - 3.7 services: - postgresql - docker addons: postgresql: 9.6 apt: packages: - postgresql-9.6-postgis-2.3 branches: only: - master env: global: - SECRET_KEY="SecretKeyForTravisCI" - DATAB...
sudo: false language: python cache: pip dist: xenial python: - 3.7 services: - postgresql - docker addons: postgresql: 10 apt: packages: - postgresql-10-postgis-2.4 branches: only: - master env: global: - SECRET_KEY="SecretKeyForTravisCI" - DATABAS...
Add more versions of ruby
language: ruby cache: bundler gemfile: - gemfiles/jekyll_v2.gemfile - gemfiles/jekyll_v3.gemfile before_script: bundle update script: ./scripts/test_ci rvm: - 2.2 - 2.1 - 2.0 notifications: email: on_success: never on_failure: never
language: ruby cache: bundler gemfile: - gemfiles/jekyll_v2.gemfile - gemfiles/jekyll_v3.gemfile before_script: bundle update script: ./scripts/test_ci rvm: - 2.4 - 2.3 - 2.2 - 2.1 - 2.0 notifications: email: on_success: never on_failure: never
Add ADMIN_EMAIL env var to Travis
language: ruby rvm: - 2.1.1 services: - mongodb
language: ruby rvm: - 2.1.1 services: - mongodb env: global: - ADMIN_EMAIL=ohanapi@codeforamerica.org
Make dir where json log will end up.
language: php php: - 7.0 - 7.1 cache: directories: - vendor - $HOME/.composer/cache install: - rm composer.lock - composer update --no-scripts - cp .env.testing .env - php artisan clear-compiled - php artisan optimize - php artisan env - cp .env.testing .env - mv storage/databa...
language: php php: - 7.0 - 7.1 cache: directories: - vendor - $HOME/.composer/cache install: - rm composer.lock - composer update --no-scripts - cp .env.testing .env - php artisan clear-compiled - php artisan optimize - php artisan env - cp .env.testing .env - mv storage/databa...
Update travix to compile with Xcode 9
language: objective-c osx_image: xcode8.2 before_install: - gem install fastlane --no-doc script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - fastlane scan # - pod lib lint
language: objective-c osx_image: xcode9 before_install: - gem install fastlane --no-doc script: - echo $SIMULATOR_ID - open -b com.apple.iphonesimulator --args -CurrentDeviceUDID $SIMULATOR_ID - fastlane scan # - pod lib lint
Revert "Use halcyon for haskell support on Travis-CI"
sudo: false language: sh env: - HALCYON_GHC_VERSION=7.10.1 HALCYON_CABAL_VERSION=1.22.6.0 HALCYON_CACHE=$HOME/.halcyon-cache cache: directories: - $HOME/.halcyon-cache addons: apt: sources: - debian-sid packages: - shellcheck before_install: - git clone https://github.com/mietek/halcyon....
sudo: false addons: apt: sources: - hvr-ghc - debian-sid packages: - shellcheck - cabal-install-1.22 - ghc-7.10.1 before_install: - export PATH=/opt/ghc/7.10.1/bin:/opt/cabal/1.22/bin:$PATH install: - travis_retry cabal update - cabal sandbox init --sandbox="`pwd`"/.cabal-sandbox ...
Migrate Travis CI to Container-Based Infrastructure
language: ruby rvm: - 2.2.4 bundler_args: --without development --jobs=9 --retry=2 --quiet before_script: - cp config/config.yml.sample config/config.yml - cp config/database.yml.sample config/database.yml script: - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake cucumber
language: ruby sudo: false rvm: - 2.2.4 bundler_args: --without development --jobs=9 --retry=2 --quiet before_script: - cp config/config.yml.sample config/config.yml - cp config/database.yml.sample config/database.yml script: - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake cucu...
Update Travis CI setting since the rust-bindgen’s master requires libclang-3.4 now.
branches: only: - master - rust-0.9 - rust-0.10 - rust-mac env: global: - secure: l/QiDLC5/4FiebGhIVjk3XrA6nUQV9xNZUb/a79UOOgUYWJhtg6TR8EOHQ+GvQcTUVn7QJIESIqOg9AcwcdoNY/iqgDiTIdnm+TlSnGD6gKGN4bswmEJqNUjxYFLt61cqfDuYSF7Iiwywm2Ux5iFt1Bbco9k8uMmqGets9zto84= before_install: - yes | sudo add-apt-...
branches: only: - master - rust-0.9 - rust-0.10 - rust-mac env: global: - secure: l/QiDLC5/4FiebGhIVjk3XrA6nUQV9xNZUb/a79UOOgUYWJhtg6TR8EOHQ+GvQcTUVn7QJIESIqOg9AcwcdoNY/iqgDiTIdnm+TlSnGD6gKGN4bswmEJqNUjxYFLt61cqfDuYSF7Iiwywm2Ux5iFt1Bbco9k8uMmqGets9zto84= before_install: - yes | sudo add-apt-...
Drop 5.4 support as minimum requirement for the new SDK is >=5.5
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 before_script: - travis_retry composer update --no-interaction script: - make tests
language: php sudo: false php: - 5.5 - 5.6 - 7.0 before_script: - travis_retry composer update --no-interaction script: - make tests
Migrate to Travis CI's Ubuntu 14.04 image
--- language: c script: ./autogen.sh && make all check distcheck # Install a newer version of GJS than available in the default Ubuntu 12.04. before_install: - sudo apt-get update -qq - sudo apt-get install -qq gir1.2-gtk-3.0 - wget http://de.archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.19-0ubuntu6.6_amd6...
--- language: c script: ./autogen.sh && make all check distcheck sudo: required dist: trusty before_install: - sudo apt-get update -qq - sudo apt-get install -qq gjs
Use deps from master for 2.7
name: ci on: push: paths: - .github/workflows/custom_ci.yml - lib/** - spec/** - Gemfile - Gemfile.devtools - "*.gemspec" pull_request: jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.7", "2.6", "2.5", "2.4", "j...
name: ci on: push: paths: - .github/workflows/custom_ci.yml - lib/** - spec/** - Gemfile - Gemfile.devtools - "*.gemspec" pull_request: jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.7", "2.6", "2.5", "2.4", "j...
Add coverall to gh action
name: Package Tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - name: R...
name: Package Tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - name: R...
Fix actuator healthpoint in docker compose
version: '2.2' services: mariadb: image: mariadb:10.4 volumes: - mariadb_data:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD= env_file: - db.env ports: - '3306:3306' healthcheck: test: ["CMD", "bash", "-c", "/usr/bin/mysql --user=$$MYSQL_USER --password=$$MYSQL...
version: '2.2' services: mariadb: image: mariadb:10.4 volumes: - mariadb_data:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD= env_file: - db.env ports: - '3306:3306' healthcheck: test: ["CMD", "bash", "-c", "/usr/bin/mysql --user=$$MYSQL_USER --password=$$MYSQL...
Detach to allow flexible tests
steps: - name: 'gcr.io/cloud-builders/docker' args: ['build', '-f', 'docker/test/Dockerfile', '-t', 'redissample_test:latest', '.'] - name: 'gcr.io/cloud-builders/docker' args: ['run', '-v', '/workspace:/redissample', 'redissample_test:latest'] - name: 'gcr.io/cloud-builders/docker' args: ['build', '-...
steps: - name: 'gcr.io/cloud-builders/docker' args: ['build', '-f', 'docker/test/Dockerfile', '-t', 'redissample_test:latest', '.'] - name: 'gcr.io/cloud-builders/docker' args: ['run', '-v', '/workspace:/redissample', '-d', '--name', 'redissample-test', 'redissample_test:latest', '/bin/bash', 'infinity'] ...
Set exceptions to two letter code
files: - source: /_locales/en/*.json translation: /_locales/%two_letters_code%/%original_file_name%
files: - source: /_locales/en/*.json translation: /_locales/%two_letters_code%/%original_file_name% languages_mapping: - two_letters_code: - zh-CN: zh_CN pt-BR: pt_BR zh-TW: zh_TW
Update GH actions test matrix
name: Run Test on: [push, pull_request] jobs: Test: runs-on: ${{ matrix.os }} strategy: matrix: python-version: - '3.6' - '3.7' - '3.8' - '3.9' - '3.10.0-beta - 3.10.0' os: [ubuntu-latest] steps: - name: Check out repository cod...
name: Run Test on: [push, pull_request] jobs: Test: runs-on: ${{ matrix.os }} strategy: matrix: python-version: - '3.6' - '3.7' - '3.8' - '3.9' - '3.10' - '3.11.0-beta - 3.11.0' os: [ubuntu-latest] steps: - name: Check...
Exclude consul modules from py24 syntax check
sudo: false language: python addons: apt: sources: - deadsnakes packages: - python2.4 script: - python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py' .
sudo: false language: python addons: apt: sources: - deadsnakes packages: - python2.4 script: - python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py|consul' .
Update from Hackage at 2021-12-21T02:57:27Z
homepage: '' changelog-type: '' hash: 31ddfc5ebcbb4811b0c956fd5fcf106643012b46bb4e0bc2f15d09db1d116fbb test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: DOM library that supports both GHCJS and GHC using jsaddle changelog: '' basic-deps: jsaddle-dom: ! '>=0.9.3.1 && <0.10'...
homepage: '' changelog-type: '' hash: 7a903b5d8e2b6ef94174def9bf70e3f870ea96c2f68275069d278c6dcdf2f418 test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: DOM library that supports both GHCJS and GHC using jsaddle changelog: '' basic-deps: jsaddle-dom: '>=0.9.5.0 && <0.10' a...
Add contacts-admin parent field to blacklisted tag types
travel-advice-publisher: # This is a temporary workaround for the fact that 'parent' links # can sometimes be blobs of JSON (containing a breadcrumb, for example) # rather than the array of content IDs content-tagger currently expects. We # need to either improve the editing interface in content tagger to some...
contacts-admin: - parent travel-advice-publisher: # This is a temporary workaround for the fact that 'parent' links # can sometimes be blobs of JSON (containing a breadcrumb, for example) # rather than the array of content IDs content-tagger currently expects. We # need to either improve the editing interfac...
Rename new main config management task
--- # Tasks about Jenkins main configuration management - name: Manage number of executors become : True become_user : "{{ jenkins_etc_user }}" manage_jenkins_main_configuration: number_of_executors: "{{ jenkins_main_cfg_num_executors }}" register: jenkins_change_main_configuration
--- # Tasks about Jenkins main configuration management - name: Manage main configuration with new settings become : True become_user : "{{ jenkins_etc_user }}" manage_jenkins_main_configuration: number_of_executors: "{{ jenkins_main_cfg_num_executors }}" register: jenkins_change_main_configuration
Update from Hackage at 2019-10-14T14:06:00Z
homepage: https://github.com/leftaroundabout/manifolds changelog-type: '' hash: 6d93d7a15e19c05913b06e18272021e50ca786d4492151cffa3533aebd54c7bd test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Sampling random points on general manifolds. changelog: '' basic-deps: linearmap-category: -any base: ! '>=4.7 ...
homepage: https://github.com/leftaroundabout/manifolds changelog-type: '' hash: f6703580d8b86fc9d5b2654078882a5b42b3d6335bfd2eb06ea256570883469e test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Sampling random points on general manifolds. changelog: '' basic-deps: linearmap-category: -any base: ! '>=4.7 ...
Update English sentences for cirandasnoface
"en-US": &en-US fb_app_plugin: lib: plugin: name: 'Facebook integration' description: 'Use the Cirandas app for Facebook!' views: myprofile: checking_auth: 'Checking authorization' different_login: 'But you are logged in on facebook as:' current_login: '...
"en-US": &en-US fb_app_plugin: lib: plugin: name: 'Facebook integration' description: 'Use the Cirandas app for Facebook!' views: myprofile: checking_auth: 'Checking authorization' different_login: 'But you are logged in on facebook as:' current_login: '...
Use Alpine Git image for CI
version: 2 jobs: build: docker: - image: debian:stretch steps: - add-ssh-keys: fingerprints: - '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48' - checkout - run: name: Create slummed mirror of this branch command: git branch slummed/$CIRCLE_BRA...
version: 2 jobs: build: docker: - image: alpine/git steps: - add-ssh-keys: fingerprints: - '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48' - checkout - run: name: Create slummed mirror of this branch command: git branch slummed/$CIRCLE_BRANCH &...
Fix ollivander head on legacy minecraft versions
skull_ollivander: player_head{display:{Name:"{\"text\":\"Ollivander\"}"},SkullOwner:{Id:[I;-810238844,-1257419440,-1615805572,-1442094482],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODFjMzViY2MxMDM5ZGJkM2NhMmFmNTY4ZmJiNjE4ZWQzZjlmNTVlZTQ2YzQ0MWN...
skull_ollivander: item: skull{display:{Name:"{\"text\":\"Ollivander\"}"},SkullOwner:{Id:[I;-810238844,-1257419440,-1615805572,-1442094482],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODFjMzViY2MxMDM5ZGJkM2NhMmFmNTY4ZmJiNjE4ZWQzZjlmNTVlZTQ2YzQ0M...
Add scikit-learn for knn in determing NERC labels
name: psci channels: - defaults - conda-forge dependencies: - python=3.6 - matplotlib - numpy - pandas>=0.22.0 - jupyter - seaborn - nb_conda_kernels - geopandas - fiona - shapely - xlrd - feather-format - joblib pip: - yapf - watermark
name: psci channels: - defaults - conda-forge dependencies: - python=3.6 - matplotlib - numpy - pandas>=0.22.0 - jupyter - seaborn - nb_conda_kernels - geopandas - fiona - shapely - xlrd - feather-format - joblib - scikit-learn pip: - yapf - watermark
Change Python version for RTD
# Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: builder: html configuration: docs/conf.py fail_on_warning: false python: version: 3.9 install: - requirements: requirements/requirements-docs.txt - requirements: require...
# Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: builder: html configuration: docs/conf.py fail_on_warning: false python: version: 3.8 install: - requirements: requirements/requirements-docs.txt - requirements: require...
Update from Hackage at 2019-05-29T19:58:31Z
homepage: /dev/null changelog-type: '' hash: 1098959269fdbd55564f0b3ecbb8d9e71b4ce4324593d534ff67cdd50557d586 test-bench-deps: {} maintainer: James Cook <mokus@deepbondi.net> synopsis: |- LibFFI interface with dynamic bidirectional type-driven binding generation changelog: '' basic-deps: base: ! '>=3 && <5' int...
homepage: /dev/null changelog-type: '' hash: 1af1f95d3f314b3517a31a42428e4e175666dbec07724fbc54d6dbd530b15812 test-bench-deps: {} maintainer: James Cook <mokus@deepbondi.net> synopsis: |- LibFFI interface with dynamic bidirectional type-driven binding generation changelog: '' basic-deps: base: ! '>=3 && <5' int...
Update from Hackage at 2015-10-27T08:17:08+0000
homepage: '' changelog-type: '' hash: c2a4cb382adac9c906a7b20fcf54ff7906b2952047ca6836ee01b08b3b9f13d8 test-bench-deps: {} maintainer: puttamalac@gmail.com synopsis: Unary natural numbers relying on the singletons infrastructure. changelog: '' basic-deps: base: ! '>=4.7 && <4.9' singletons: ! '>=2.0.1' all-versions...
homepage: https://github.com/AndrasKovacs/singleton-nats changelog-type: '' hash: 052aef630805e1a63d8c4e43dc0d1e06d1b0b8bd7b62eabe9fd9ca10b771a11d test-bench-deps: {} maintainer: puttamalac@gmail.com synopsis: Unary natural numbers relying on the singletons infrastructure. changelog: '' basic-deps: base: ! '>=4.8.1.0...
Update pytest recipe to version 3.2.1
{% set name = "pytest" %} {% set version = "3.2.0" %} {% set sha256 = "0225cf10b9e173f84729d5f4648211458a222c6e53a77a85e104bc5f31c244ee" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }...
{% set name = "pytest" %} {% set version = "3.2.1" %} {% set sha256 = "4c2159d2be2b4e13fa293e7a72bdf2f06848a017150d5c6d35112ce51cfd74ce" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }...
Use 'npm ci' instead of 'npm install'
name: Node.js CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-vers...
name: Node.js CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-vers...
Add singledispatch for py27 builds
package: name: databroker version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/databroker git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get(...
package: name: databroker version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/databroker git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get(...
Drop testing on node.js 8
language: node_js node_js: - 8 - 10 - 12 script: npm run build && npm test
language: node_js node_js: - 10 - 12 script: npm run build && npm test
Fix git_repo to create dest dir if doesn't exists.
--- # tasks file for qb.git_repo - name: initialize git command: git init args: chdir: "{{ git_repo_dest }}" creates: "{{ git_repo_dest }}/.git" - name: Tell Git to ignore OSX artifacts when: ansible_distribution == "MacOSX" include_role: name: qb.gitignore vars: gitignore_name: Global/macO...
--- # tasks file for qb.git_repo - name: >- Create {{ git_repo_dest }} directory file: dest: >- {{ git_repo_dest }} state: directory - name: >- Initialize git command: git init args: chdir: >- {{ git_repo_dest }} creates: >- {{ git_repo_dest }}/.git - name: >- Tell...
Update CircleCI such that the end-to-end tests are run post unit-tests
machine: node: version: 5.6.0 environment: PATH: "$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" MIX_ENV: "test" general: artifacts: - "screenshots" dependencies: cache_directories: - ~/.asdf - _build - deps pre: - if ! asdf | grep version; then git clone https://github.com/HashNuke/...
machine: node: version: 5.6.0 environment: PATH: "$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" MIX_ENV: "test" general: artifacts: - "screenshots" dependencies: cache_directories: - ~/.asdf - _build - deps pre: - if ! asdf | grep version; then git clone https://github.com/HashNuke/...
Set u CircleCO to send test coverage
--- machine: ruby: version: '2.2.7' dependencies: pre: - gem install bundler database: override: - bundle install test: override: - bundle exec rake spec
--- machine: ruby: version: '2.2.7' environment: CC_TEST_REPORTER_ID: e0db6fd6beb8208980b2908947735982fb5a4e8a9a3cb742dc194e00df79f388 dependencies: pre: - gem install bundler post: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter ...
Update office hours for fall 17
resources: - number: 0 description: Intro and Lost on the Moon downloads: - name: Slides type: slides link: /cs61a/fa17/assets/Disc00.pdf locations: - type: Office Hours time: TBD location: TBD - type: Discussion time: Th 15:30-17:00 location: 243 Dwinelle - type: ...
resources: - number: 0 description: Intro and Lost on the Moon downloads: - name: Slides type: slides link: /cs61a/fa17/assets/Disc00.pdf locations: - type: Office Hours time: M 19:30-20:00 location: 521 Cory - type: Office Hours time: W 18:30-19:30 location: 400 Cor...
Disable 1.9 hash syntax checks
AllCops: Exclude: - '**/*.gemspec' Metrics/CyclomaticComplexity: Max: 20 Metrics/MethodLength: Max: 20 Style/AccessorMethodName: Enabled: False Style/SignalException: Enabled: False Style/GuardClause: Enabled: False Metrics/PerceivedComplexity: Max: 20 Metrics/AbcSize: Max: 50 Metrics...
AllCops: Exclude: - '**/*.gemspec' Metrics/CyclomaticComplexity: Max: 20 Metrics/MethodLength: Max: 20 Style/AccessorMethodName: Enabled: False Style/HashSyntax: Enabled: false Style/SignalException: Enabled: False Style/GuardClause: Enabled: False Metrics/PerceivedComplexity: Max: 20 ...
Fix Rubocop complaining about incorrect check name
AllCops: Exclude: - vendor/**/* - Guardfile AlignParameters: Enabled: false ClassLength: Enabled: false CyclomaticComplexity: Enabled: false Documentation: Enabled: false Encoding: Enabled: false Style/FileName: Enabled: false LineLength: Enabled: false MethodLength: Enabled: false Metrics/Ab...
AllCops: Exclude: - vendor/**/* - Guardfile AlignParameters: Enabled: false ClassLength: Enabled: false CyclomaticComplexity: Enabled: false Documentation: Enabled: false Encoding: Enabled: false Style/FileName: Enabled: false LineLength: Enabled: false MethodLength: Enabled: false Metrics/Ab...
Update DeuFeiTage to 4.4.0 (405)
Categories: - Time License: GPL-3.0-or-later WebSite: https://micmun.github.io/DeuFeiTage/ SourceCode: https://github.com/MicMun/DeuFeiTage IssueTracker: https://github.com/MicMun/DeuFeiTage/issues Changelog: https://github.com/MicMun/DeuFeiTage/blob/HEAD/Changelog.md AutoName: DeuFeiTage Description: |- Find th...
Categories: - Time License: GPL-3.0-or-later WebSite: https://micmun.github.io/DeuFeiTage/ SourceCode: https://github.com/MicMun/DeuFeiTage IssueTracker: https://github.com/MicMun/DeuFeiTage/issues Changelog: https://github.com/MicMun/DeuFeiTage/blob/HEAD/Changelog.md AutoName: DeuFeiTage Description: |- Find th...
Set PHP version from matrix.
name: PHP Composer on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build-test: strategy: fail-fast: true matrix: operating-system: [ubuntu-latest] php: ['8.0', '8.1'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} ...
name: PHP Composer on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build-test: strategy: fail-fast: true matrix: operating-system: [ubuntu-latest] php: ['8.0', '8.1'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} ...
Build and run core tests on push to master
name: .NET Core on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.301 - name: Install dependenc...
name: .NET Core on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.301 - name: Insta...
Make sure we can compile mysql2 gem on server
--- - name: Install mysql apt: pkg=mysql-server
--- - name: Install mysql apt: pkg=mysql-server - name: Install bits for compiling mysql clients against apt: pkg=libmysqlclient-dev
Install wordpress in the imicrobe home directory
--- - name: Install unzip for Ansible unarchive command yum: name: unzip state: latest - name: Download wordpress unarchive: src: https://wordpress.org/latest.zip dest: /usr/local/imicrobe/ remote_src: True - name: Copy wp-config.php copy: src: files/wp-config.php dest: /usr/local/im...
--- - name: Install unzip for Ansible unarchive command yum: name: unzip state: latest - name: Download wordpress unarchive: src: https://wordpress.org/latest.zip dest: /home/imicrobe/imicrobe/ remote_src: True become_user: imicrobe - name: Copy wp-config.php copy: src: files/wp-config...
Include .rubocop.yml in Code Climate configuration
--- engines: duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.rb" exclude_paths: - spec/**/*
--- engines: duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - .rubocop.yml - "**.rb" exclude_paths: - spec/**/*
Fix code climate rating attributes
engines: eslint: enabled: true duplication: enabled: true config: languages: - javascript exclude_paths: - tasks/**
engines: eslint: enabled: true duplication: enabled: true config: languages: - javascript ratings: paths: - "**.js" exclude_paths: - tasks/**
Fix typo in reaper service
apiVersion: v1 kind: ReplicationController metadata: name: stf-reaper labels: app: stf-reaper spec: replicas: 1 selector: app: stf-reaper template: metadata: labels: app: stf-reaper spec: containers: - name: stf-reaper image: dimasaryoprakoso/stf:latest ...
apiVersion: v1 kind: ReplicationController metadata: name: stf-reaper labels: app: stf-reaper spec: replicas: 1 selector: app: stf-reaper template: metadata: labels: app: stf-reaper spec: containers: - name: stf-reaper image: dimasaryoprakoso/stf:latest ...
Correct schedule for daily update job
apiVersion: batch/v2alpha1 kind: ScheduledJob metadata: name: update-enrollment-data spec: schedule: 0 2 * * ? jobTemplate: spec: template: spec: containers: - name: update image: "berkeleyscheduler/update" imagePullPolicy: Always volumeMou...
apiVersion: batch/v2alpha1 kind: ScheduledJob metadata: name: update-enrollment-data spec: schedule: 30 10 * * ? jobTemplate: spec: template: spec: containers: - name: update image: "berkeleyscheduler/update" imagePullPolicy: Always volumeM...
Update from Hackage at 2017-11-22T02:31:23Z
homepage: http://rd.slavepianos.org/t/hcg-minus-cairo changelog-type: '' hash: 705f5cd6704fc04ef51d3b7abad936842e224c3327185166d7cc3f1311a8fb42 test-bench-deps: {} maintainer: rd@slavepianos.org synopsis: haskell cg (minus) (cairo rendering) changelog: '' basic-deps: base: ==4.* hcg-minus: ==0.15.* filepath: -any...
homepage: http://rd.slavepianos.org/t/hcg-minus-cairo changelog-type: '' hash: 6c72b0fa328c4cda2dd04729c060761234607baa04693b0843e2819a20cdaa06 test-bench-deps: {} maintainer: rd@slavepianos.org synopsis: haskell cg (minus) (cairo rendering) changelog: '' basic-deps: base: ==4.* && <5 hcg-minus: ==0.16.* filepath...
Handle efi boot variable entries in systemd-boot
--- - name: install required firmware pacman: name: "{{ systemd_boot.packages }}" update_cache: true when: "'GenuineIntel' in ansible_processor" tags: systemd-boot - name: setup systemd-boot esp copy: src: "{{ item.src }}" dest: "{{ item.dest }}" with_items: "{{ systemd_boot.files }}" tags:...
--- - name: install required firmware pacman: name: "{{ systemd_boot.packages }}" update_cache: true when: "'GenuineIntel' in ansible_processor" tags: systemd-boot - name: check boot entries command: bootctl status register: boot_entries changed_when: false tags: systemd-boot - name: create syst...
Remove Rummager RabbitMQ configuration from AWS Prod and AWS Staging
--- govuk::node::s_rabbitmq::apps_using_rabbitmq: - rummager - content_data_api - cache_clearing_service - search_api govuk_rabbitmq::aws_clustering: true govuk_safe_to_reboot::can_reboot: 'careful' govuk_safe_to_reboot::reason: 'rabbitmq-1 is a single point of failure for content-store, apps not resilient' ...
--- govuk::node::s_rabbitmq::apps_using_rabbitmq: - content_data_api - cache_clearing_service - search_api govuk_rabbitmq::aws_clustering: true govuk_safe_to_reboot::can_reboot: 'careful' govuk_safe_to_reboot::reason: 'rabbitmq-1 is a single point of failure for content-store, apps not resilient' rabbitmq::co...
Add hooks for Gitter on Travis
language: node_js node_js: - "stable" - "iojs" notifications: irc: channels: - "chat.freenode.net#bionode" template: - "%{message}: %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})"
language: node_js node_js: - "stable" - "iojs" notifications: irc: channels: - "chat.freenode.net#bionode" template: - "%{message}: %{repository}#%{build_number}: %{commit_message} (%{branch} - %{commit} : %{author})" webhooks: urls: - https://webhooks.gitter.im/e/bc08fdd81e88a4b24...
Update from Hackage at 2017-03-24T17:02:17Z
homepage: http://ivorylang.org changelog-type: '' hash: ce24d17f7413b4d6694918421d659988ae859c5809cbe4949198f1572dc52da4 test-bench-deps: {} maintainer: leepike@galois.com synopsis: Ivory C backend. changelog: '' basic-deps: bytestring: ! '>=0.10' mainland-pretty: ! '>=0.2.5' srcloc: -any base: ! '>=4.7 && <5' ...
homepage: http://ivorylang.org changelog-type: '' hash: 896caeaf7836e16c1e75400cb0d4be531cfdf5bac4c87740c54319b9964c2027 test-bench-deps: {} maintainer: leepike@galois.com synopsis: Ivory C backend. changelog: '' basic-deps: bytestring: ! '>=0.10' mainland-pretty: ! '>=0.2.5' srcloc: -any base: ! '>=4.7 && <5' ...
Fix Traivs config again again
language: php php: - 7.0 - 7.1 sudo: false services: - mysql env: - ARTISAN_DB_HOST=127.0.0.1 ARTISAN_DB_PORT=3306 ARTISAN_DB_USER=travis ARTISAN_DB_PASS= cache: directories: - $HOME/.composer/cache before_install: - travis_retry composer self-update - mysql -e 'CREATE DATABASE IF NOT EXISTS sui...
language: php php: - 7.0 - 7.1 sudo: false services: - mysql env: - ARTISAN_DB_HOST=127.0.0.1 ARTISAN_DB_PORT=3306 ARTISAN_DB_USER=travis ARTISAN_DB_PASS="" cache: directories: - $HOME/.composer/cache before_install: - travis_retry composer self-update - mysql -e 'CREATE DATABASE IF NOT EXISTS s...
Enable extglob and globstar so that the pyflakes test works
language: python python: - "3.4" - "3.5.0b3" - "3.5-dev" - "nightly" matrix: allow_failures: - python: "3.5-dev" install: - "python setup.py install" - "pip install pyflakes" script: - py.test - catimg --help - catimg --update --verbose - catimg > /dev/null - pyflakes catimg/**/!(__init__...
language: python python: - "3.4" - "3.5.0b3" - "3.5-dev" - "nightly" matrix: allow_failures: - python: "3.5-dev" install: - "python setup.py install" - "pip install pyflakes" script: - shopt -s extglob globstar - py.test - catimg --help - catimg --update --verbose - catimg > /dev/null -...
Fix coverity config after repo rename
language: c script: make compiler: - clang - gcc before_install: - sudo apt-get update -qq - sudo apt-get install -y libusb-1.0-0-dev # Coverity autoscan env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's ...
language: c script: make compiler: - clang - gcc before_install: - sudo apt-get update -qq - sudo apt-get install -y libusb-1.0-0-dev # Coverity autoscan env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's ...
Make sure we have the proper cocoapods installed before launch.
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c xcode_sdk: iphonesimulator10.0 # cache: cocoapods # podfile: Example/Podfile # before_install: # - gem install cocoapods # Since Travis is not always on latest version # ...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c xcode_sdk: iphonesimulator10.0 before_install: - gem install cocoapods -v '1.1.1' # cache: cocoapods # podfile: Example/Podfile # before_install: # - gem install coco...
Use modulesync to manage meta files
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLIS...
--- language: ruby bundler_args: --without development script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" after_success: ["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"] env: global: - PUBLIS...
Add docker compose integration in the Travis build
language: php sudo: false matrix: include: - php: 5.4 env: - DEPS="low" - php: 5.5 - php: 5.6 - php: 7.0 env: - TEST_COVERAGE=true - php: 7.0 env: - DEPS="lock" - php: 7.1 - php: hhvm allow_failures: - php: hhvm fast_finish: true insta...
language: php sudo: required services: - docker matrix: include: - php: 5.4 env: - DEPS="low" - php: 5.5 - php: 5.6 - php: 7.0 env: - TEST_COVERAGE=true - php: 7.0 env: - DEPS="lock" - php: 7.1 - php: hhvm allow_failures: - php: hhvm f...
Remove rubinius due to native extensions.
script: "git submodule update --init && rake test" rvm: - 1.8.7 - 1.9.2 - ree - rbx - jruby
script: "git submodule update --init && rake test" rvm: - 1.8.7 - 1.9.2 - ree - jruby
Add environment variables, remove mongodb default dependency
language: node_js node_js: - "4.2" services: - mongodb install: - npm install before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PWD}/mongodb-linux-x86_64-3.2.0/bin/mongod --dbpath /tmp/data --bind_...
language: node_js node_js: - "4.2" env: - COBALT_MONGO_URI=mongodb://localhost:27017/cobalt install: - npm install before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.0.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PWD}/mongodb-linux-x86_64-3.2.0/...
Replace support for Node.js 6.x with 12.x
branches: only: - master language: node_js os: - linux sudo: false services: - docker node_js: - "10" - "8" - "6" cache: directories: - node_modules matrix: fast_finish: true git: depth: 1 install: - npm install - npm install coveralls --save-dev before_script: - npm run build;...
branches: only: - master language: node_js os: - linux sudo: false services: - docker node_js: - "12" - "10" - "8" cache: directories: - node_modules matrix: fast_finish: true git: depth: 1 install: - npm install - npm install coveralls --save-dev before_script: - npm run build...
Use 18.2 instead of 18.2.1
language: erlang otp_release: - 18.0 - 18.1 - 18.2.1 - 18.3 - 19.0 sudo: false script: "make compile && rm -rf .git && make test" notifications: irc: "irc.freenode.org#elixir-lang" recipients: - jose.valim@plataformatec.com.br - eric.meadows.jonsson@gmail.com
language: erlang otp_release: - 18.0 - 18.1 - 18.2 - 18.3 - 19.0 sudo: false script: "make compile && rm -rf .git && make test" notifications: irc: "irc.freenode.org#elixir-lang" recipients: - jose.valim@plataformatec.com.br - eric.meadows.jonsson@gmail.com
Add extra partition to integration postgres primary
--- lv: postgresql: pv: - '/dev/sda1' - '/dev/sdc1' - '/dev/sde1' vg: 'backups' data: pv: '/dev/sdd1' vg: 'postgresql'
--- lv: postgresql: pv: - '/dev/sda1' - '/dev/sdc1' - '/dev/sde1' - '/dev/sdf1' vg: 'backups' data: pv: '/dev/sdd1' vg: 'postgresql'
Update from Hackage at 2021-12-19T12:51:01Z
homepage: '' changelog-type: markdown hash: 04e6d261d7ca3de38b9a7cc7c98a3d35d6385db015fc9de5f6cd1d609df680b1 test-bench-deps: base: '>=4 && <5' text: '>=1.2.2.2' quickcheck-instances: '>=0.3.27' futhark-manifest: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: '>=2.8' maintainer: a...
homepage: '' changelog-type: markdown hash: d38398022482d4411fcef39b98dc56ae938fc1d1171cbc7bfc79399814f45f25 test-bench-deps: base: '>=4 && <5' text: '>=1.2.2.2' quickcheck-instances: '>=0.3.27' futhark-manifest: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: '>=2.8' maintainer: a...
Remove comments that aren't true anymore
--- # This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have # 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think). # To run: # cd provisioning # ansible-playbook -i hosts playbook.yml # - hosts: all sudo: true # Uncomment the user line below if you are using this playbook ...
--- # This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have # 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think). # To run: # cd provisioning # ansible-playbook -i hosts playbook.yml # - hosts: all sudo: true user: root roles: - morph-app
Increase min rustc version to 1.22
language: rust rust: - stable - beta - nightly - 1.20.0 notifications: email: on_success: never
language: rust rust: - stable - beta - nightly - 1.22.0 notifications: email: on_success: never
Undo change to Travis CI configuration
language: php php: - 5.3 dist: precise - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm install: travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit # - vendor/bin/phpcs --standard=phpcs.xml src matrix: allow_failures: - php: hhvm fast_finish: true
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm install: travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit # - vendor/bin/phpcs --standard=phpcs.xml src matrix: allow_failures: - php: hhvm fast_finish: true
Deploy on master branch only
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - build-tools-27.0.3 - android-27 - extra-android-m2repository licenses: - android-sdk-license-.+ before_script: - yes | sdkmanager "platforms;android-27" script: - ./gradlew clean test - ./gra...
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - build-tools-27.0.3 - android-27 - extra-android-m2repository licenses: - android-sdk-license-.+ before_script: - yes | sdkmanager "platforms;android-27" script: - ./gradlew clean build deploy: ...
Build on Ubuntu Trusty container and enable IPv6 beforehand
language: node_js os: osx node_js: - "4" - "6" - "8" - "9"
language: node_js sudo: false dist: trusty before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' node_js: - "4" - "6" - "8" - "9"
Use script stage to return exit codes for docker build
language: go sudo: required services: - docker go: - tip before_install: - sudo apt-get update - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce - sudo docker --version install: true script: - ./.travis-test.sh after_success: - bash <(curl -s https://codecov.io/bash) - if [ "$TRAVIS_BRA...
language: go sudo: required services: - docker go: - tip before_install: - sudo apt-get update - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce - sudo docker --version install: true script: - ./.travis-test.sh - bash <(curl -s https://codecov.io/bash) - if [ "$TRAVIS_BRANCH" == "master...
Remove support for ruby 2.1
language: ruby before_install: - gem install bundler -v '~> 1.5' rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 - 2.4.1 bundler_args: --without debug deploy: provider: rubygems api_key: secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjC...
language: ruby before_install: - gem install bundler -v '~> 1.5' rvm: - 2.2.6 - 2.3.3 - 2.4.0 - 2.4.1 bundler_args: --without debug deploy: provider: rubygems api_key: secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjChNrJZCLPX...
Add quiet option to pip to prevent clogging up log.
language: python python: - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -y pylint - sudo pip install matplotlib pyhull install: true script: npm test deploy: provider: heroku api_key: secure: hHFVh5+TA5U1iyFgqQuzLSjRrN4BFWEyUerUUtn589NiMDJFtE3SA1okJIQTlq2w/iAhBqjgMoDG0rMB6NVM...
language: python python: - "2.7" before_install: - sudo apt-get update -qq - sudo apt-get install -y pylint - sudo pip install -q matplotlib pyhull install: true script: npm test deploy: provider: heroku api_key: secure: hHFVh5+TA5U1iyFgqQuzLSjRrN4BFWEyUerUUtn589NiMDJFtE3SA1okJIQTlq2w/iAhBqjgMoDG0rMB6...
Remove IRC notifications for Travis.
branches: only: - master sudo: false language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - python: pypy - python: '2.7' install: - pip install -U pip setuptools wheel - pip install epsilon pytz pycrypto 'cryptography < 1.0' - pip install . script: - "$(type -p trial) entropy" notifi...
branches: only: - master sudo: false language: python cache: directories: - "$HOME/.cache/pip" matrix: include: - python: pypy - python: '2.7' install: - pip install -U pip setuptools wheel - pip install epsilon pytz pycrypto 'cryptography < 1.0' - pip install . script: - "$(type -p trial) entropy" notifi...
Change python: and env: to matrix:
# Config file for automatic testing at travis-ci.org sudo: false language: python python: 3.5 env: - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py35 - TOX_ENV=py36 - TOX_ENV=pypy - TOX_ENV=flake8 script: tox -e $TOX_ENV install: - pip install tox after_success: # Repo...
# Config file for automatic testing at travis-ci.org sudo: false language: python matrix: include: - python: 2.7 env: TOX_ENV=py27 - python: 3.3 env: TOX_ENV=py33 - python: 3.4 env: TOX_ENV=py34 - python: 3.5 env: TOX_ENV=py35 - python: nightly ...
Fix file path of coverage test
language: node_js node_js: - node after_script: - codeclimate-test-reporter < lcov.info
language: node_js node_js: - node after_script: - codeclimate-test-reporter < ./coverage/lcov.info
Remove allowed failures, add Ruby 2.1.5 to matrix
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.3 - 2.1.5 env: COVERAGE=true script: 'bundle exec rspec' matrix: allowed_failures: - rvm: jruby-head notifications: email: false
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 env: COVERAGE=true script: 'bundle exec rspec' notifications: email: false
Enable container infrastructure on Travis
language: node_js node_js: - "0.8" - "0.10" git: depth: 10 branches: only: - master before_install: - npm install -g npm - npm --version matrix: allow_failures: - node_js: "0.8"
language: node_js node_js: - "0.8" - "0.10" git: depth: 10 branches: only: - master before_install: - npm install -g npm - npm --version sudo: false matrix: allow_failures: - node_js: "0.8"
Revert "Use latest versions of Android SDK Tools, Platform Tools, and Build Tools"
language: android jdk: - oraclejdk8 env: global: - ANDROID_SDK_VERSION=23 - JPM_BIN=${HOME}/jpm/bin - JPM_HOME=${HOME}/jpm android: components: - tools-preview - platform-tools-preview - build-tools-24.0.0-preview - android-${ANDROID_SDK_VERSION} - extra-android-m2repository be...
language: android jdk: - oraclejdk8 env: global: - ANDROID_BUILD_TOOLS_VERSION=24.0.0-rc2 - ANDROID_SDK_VERSION=23 - JPM_BIN=${HOME}/jpm/bin - JPM_HOME=${HOME}/jpm android: components: - tools - platform-tools - build-tools-${ANDROID_BUILD_TOOLS_VERSION} - android-${ANDROID_SDK_...
Switch to pod lib lint.
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Alexander.xcodeproj" -scheme "Alexander-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Alexander.xcodeproj" -sche...
language: objective-c osx_image: xcode7.3 install: - carthage bootstrap --no-use-binaries - git clone https://github.com/facebook/xctool.git script: - xctool/xctool.sh -project "Alexander.xcodeproj" -scheme "Alexander-iOS" -sdk "iphonesimulator" build test - xctool/xctool.sh -project "Alexander.xcodeproj" -sche...
Use trusty dist for Travis builds
language: php env: global: - COMPOSER_ROOT_VERSION=2.0.x-dev matrix: include: - php: 5.6 env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=MYSQL PHPUNIT_TEST=1 - php: 7.1 env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1 before_script: # Init PHP - phpenv rehash - phpenv co...
language: php dist: trusty env: global: - COMPOSER_ROOT_VERSION=2.0.x-dev matrix: include: - php: 5.6 env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=MYSQL PHPUNIT_TEST=1 - php: 7.1 env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1 before_script: # Init PHP - phpenv rehash...
Update support Node version matrix
sudo: false language: node_js node_js: - 6 - 8 - node after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: ye...
sudo: false language: node_js node_js: - 8 - 10 - node after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: y...
Update for Chef 15 license agreement and Chef Workstation
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-...
addons: apt: sources: - chef-current-xenial packages: - chef-workstation # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" env: - CHEF_LICENSE=accept branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTAN...
Update CI to use 2.6.5 as well
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.7.0-rc2 addons: postgresql: "9.6" env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rak...
language: ruby dist: trusty sudo: false cache: bundler branches: only: [master] rvm: - 2.6.5 addons: postgresql: "9.6" env: matrix: - "RAILS_MASTER=0" - "RAILS_MASTER=1" before_install: - gem install bundler --no-document - bundle install script: - bundle exec rake test - bundle exec rake ru...
Add redis which is apparently needed for tests :-[
language: python python: - "2.7" - "3.5" install: - pip install python-coveralls script: "make test" after_success: coveralls
language: python python: - "2.7" - "3.5" install: - pip install python-coveralls script: "make test" after_success: coveralls services: - redis-server env: - REDIS_URL=localhost:6379
Remove sudo: false to see if pip can install properly
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=em...
--- language: node_js node_js: - "0.12" cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=ember-canary b...
Build only on 0.0.10 at Travis CI.
language: node_js node_js: - 0.10 - 0.8 - 0.6 branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm ...
language: node_js node_js: - '0.10' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install istanb...
Update Code Climate repo token.
language: php php: - 7.0 - 7.1 - hhvm before_install: - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - - sudo apt-get install --yes nodejs - npm install -g grunt-cli install: - npm install - composer install script: - grunt after_script: - php vendor/bin/coveralls -v - chmod +...
language: php php: - 7.0 - 7.1 - hhvm before_install: - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - - sudo apt-get install --yes nodejs - npm install -g grunt-cli install: - npm install - composer install script: - grunt after_script: - php vendor/bin/coveralls -v - chmod +...
Add node modules cache setting for Travis CI.
language: node_js node_js: - "node" - "7" - "6" after_success: npm run coverage
language: node_js node_js: - "node" - "7" - "6" cache: directories: - node_modules after_success: npm run coverage
Drop el6 from CI and use 3.5
language: minimal sudo: required env: matrix: - OS_VERSION=6 OSG_VERSION=3.4 - OS_VERSION=7 OSG_VERSION=3.4 services: - docker before_install: - sudo docker pull centos:centos${OS_VERSION} script: # Run tests in Container - sudo docker run --rm=true -v `pwd`:/osg-configure:rw centos:centos${OS_VERSION} /...
language: minimal sudo: required env: matrix: - OS_VERSION=7 OSG_VERSION=3.5 services: - docker before_install: - sudo docker pull centos:centos${OS_VERSION} script: # Run tests in Container - sudo docker run --rm=true -v `pwd`:/osg-configure:rw centos:centos${OS_VERSION} /bin/bash /osg-configure/tests/tes...
Drop support for Go 1.6.
sudo: false language: go go: - 1.6 - 1.7 - 1.8 os: - linux cache: directories: - $HOME/.cache before_install: - export CACHE=$HOME/.cache - mkdir -p $CACHE # Fetch the Go Appengine SDK - export FILE=$(curl https://storage.googleapis.com/appengine-sdks/ | grep -o 'go_appengine_sdk_linux_amd64-...
sudo: false language: go go: - 1.7 - 1.8 os: - linux cache: directories: - $HOME/.cache before_install: - export CACHE=$HOME/.cache - mkdir -p $CACHE # Fetch the Go Appengine SDK - export FILE=$(curl https://storage.googleapis.com/appengine-sdks/ | grep -o 'go_appengine_sdk_linux_amd64-[^\<]*' ...
Fix URL of prebuilt neovim dependencies
language: python python: - 2.7 before_install: - sudo apt-get install expect - git clone --depth=1 -b master git://github.com/neovim/neovim nvim - cd /opt && sudo git clone --depth=1 git://github.com/tarruda/neovim-deps && cd - install: - pip install . - prefix="/opt/neovim-deps" - eval $($prefix/bin/luar...
language: python python: - 2.7 before_install: - sudo apt-get install expect - git clone --depth=1 -b master git://github.com/neovim/neovim nvim - cd /opt && sudo git clone --depth=1 git://github.com/neovim/deps neovim-deps && cd - install: - pip install . - prefix="/opt/neovim-deps" - eval $($prefix/bin/...