Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update from Hackage at 2016-12-26T14:46:15Z
homepage: '' changelog-type: '' hash: b9c6795211066686bbffb6a640834e79b9fd89dd5ab0f3ed7149b4317df7a650 test-bench-deps: {} maintainer: Yuriy Syrovetskiy <cblp@cblp.su> synopsis: Gitter.im API client changelog: '' basic-deps: exceptions: ! '>=0.8.0.2 && <0.9' bytestring: ! '>=0.10.6.0 && <0.11' lens-aeson: ! '>=1....
homepage: '' changelog-type: '' hash: e627f2bb2b483a5ad2a37580e37ad1e1db832ba200cb8ed565440e5c6651074a test-bench-deps: {} maintainer: Yuriy Syrovetskiy <cblp@cblp.su> synopsis: Gitter.im API client changelog: '' basic-deps: exceptions: ! '>=0.8.3 && <0.9' bytestring: ! '>=0.10.8.1 && <0.11' lens-aeson: ! '>=1.0....
Update CI build list to match RDF.rb
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 2.0 - 2.1 - 2.2.4 - 2.3.0 cache: bundler sudo: false
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 2.0 - 2.1 - 2.2.4 - 2.3.1 - jruby-9.0.4.0 - rbx cache: bundler sudo: false
Fix Travis build file and add latest go 1.7
language: go go: - 1.4 - 1.5 - 1.6 - tip
language: go go: - 1.4 - 1.5 - 1.6 - 1.7.x - master
Remove `sudo: false` declaration in Travis config
language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 cache: bundler sudo: false after_success: bundle exec codeclimate-test-reporter notifications: email: on_success: never on_failure: change addons: code_climate: repo_token: 23788f6358c812402884bb474c91ba819e6c096189b8ebe45d3b10b206ed4c67...
language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 cache: bundler after_success: bundle exec codeclimate-test-reporter notifications: email: on_success: never on_failure: change addons: code_climate: repo_token: 23788f6358c812402884bb474c91ba819e6c096189b8ebe45d3b10b206ed4c67
Test on both Linux and OSX
language: node_js node_js: - '0.10' - '0.12' before_script: - npm install -g . - npm install -g jake - npm install -g titanium - mkdir ~/.titanium - cp ./cli_config.json ~/.titanium/config.json deploy: provider: npm email: npmjs@appcelerator.com api_key: secure: YDvhcMdwm6NX7vAQ7NwqC2m5YakaQhrPios6KfJNbYdd5aA...
language: node_js node_js: - '0.10' - '0.12' os: - linux - osx before_script: - npm install -g . - npm install -g jake - npm install -g titanium - mkdir ~/.titanium - cp ./cli_config.json ~/.titanium/config.json deploy: provider: npm email: npmjs@appcelerator.com api_key: secure: YDvhcMdwm6NX7vAQ7NwqC2m5YakaQ...
Use latest pytest for tests.
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 - pypy - pypy3 install: - pip install pytest script: - py.test -v test
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 - pypy - pypy3 install: - pip install --upgrade pytest script: - py.test -v test
Switch CI to Xcode 9 and iPhone 8
language: objective-c osx_image: xcode8 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=OAuthSwift.xcodeproj - IOS_FRAMEWORK_SCHEME="OAuthSwift" - MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX" - IOS_SDK=iphonesimulator10.0 - MACOS_SDK=macosx10.12 matrix: - DESTINATION="OS=1...
language: objective-c osx_image: xcode9 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=OAuthSwift.xcodeproj - IOS_FRAMEWORK_SCHEME="OAuthSwift" - MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX" - IOS_SDK=iphonesimulator10.0 - MACOS_SDK=macosx10.12 matrix: - DESTINATION="OS=1...
Disable style check (for now!)
language: python python: - 3.4 before_install: - make setup - make setup_ci script: - make style # - make test
language: python python: - 3.4 before_install: - make setup - make setup_ci script: # - make style - make test
Use apt addon to install build dependencies
language: node_js node_js: - "4" - "5" - "6" branches: except: - /^v[0-9]/ before_install: - sudo apt-get update -y -qq - sudo apt-get install -y libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++ - npm install -g npm before_script: - npm install -g grunt-cli
language: node_js node_js: - "4" - "5" - "6" addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - build-essential - g++-4.8 env: - CXX=g++-4.8 before_install: ...
Allow HTML test to fail
language: python python: 2.7 sudo: false addons: apt: sources: - debian-sid packages: - shellcheck before_cache: - rm -f $HOME/.cache/pip/log/debug.log cache: edge: true directories: - $HOME/.build - $HOME/.cache/pip virtualenv: system_site_packages: true before_install: - s...
language: python python: 2.7 sudo: true addons: apt: sources: - debian-sid packages: - shellcheck before_cache: - rm -f $HOME/.cache/pip/log/debug.log cache: edge: true directories: - $HOME/.build - $HOME/.cache/pip virtualenv: system_site_packages: true before_install: - su...
Add Ruby 2.2.4 support to Travis matrix
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.4
Add Node 5.3 to Travis build
language: node_js node_js: - "iojs" - "4.0" - "4.1" - "4.2" - "5.0" - "5.1" - "5.2" script: - npm test - npm run lint
language: node_js node_js: - "iojs" - "4.0" - "4.1" - "4.2" - "5.0" - "5.1" - "5.2" - "5.3" script: - npm test - npm run lint
Test on latest `io.js` versions.
language: node_js node_js: - "iojs-v1.2" - "iojs-v1.1" - "iojs-v1.0" - "0.12" - "0.11" - "0.10" - "0.9" - "0.8" - "0.6" - "0.4" before_install: - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6' matrix: fast_finish: true allow_failures: - node_js: "0.11" - node_js: ...
language: node_js node_js: - "iojs-v1.5" - "iojs-v1.4" - "iojs-v1.3" - "iojs-v1.2" - "iojs-v1.1" - "iojs-v1.0" - "0.12" - "0.11" - "0.10" - "0.9" - "0.8" - "0.6" - "0.4" before_install: - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6' matrix: fast_finish: true allow...
Add option for bundle install to resolve gemfile and gemfile.lock difference
language: ruby script: - bundle exec rake assets:precompile - bundle exec rspec spec/features/ deploy: provider: heroku api_key: secure: JHaaojmt64klUFQElkjE0arLV02cumMH0oDinvdRnnbMGCQVNJwTq8jlv9o1n9DctUDk+BvYJCU6B0cZHvqDlWgkZOR8VvXlaO644AmGKkCLEW1/6FCjEAitLkiRZ04kkGgVpDq5spcPDmjhSznYlUdonVgXq55M3IV3Yt+9GmU= ...
language: ruby install: bundle install --jobs=3 --retry=3 --no-deployment script: - bundle exec rake assets:precompile - bundle exec rspec spec/features/ deploy: provider: heroku api_key: secure: JHaaojmt64klUFQElkjE0arLV02cumMH0oDinvdRnnbMGCQVNJwTq8jlv9o1n9DctUDk+BvYJCU6B0cZHvqDlWgkZOR8VvXlaO644AmGKkCLEW1/6FCj...
Update codacy jar download url
language: java sudo: false install: true services: - docker jdk: - oraclejdk8 before_install: - sudo apt-get install jq - wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url) before...
language: java sudo: false install: true services: - docker jdk: - oraclejdk8 before_install: - sudo apt-get install jq - sudo apt-get install libxml-xpath-perl - wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl "https://oss.sonatype.org/service/local/repositories/releases/content/com/codacy/c...
Move codecov command to after_success build lifecycle step
sudo: required dist: trusty language: node_js node_js: - "8" - "7" - "6" before_install: - sudo apt-get -qq update - sudo apt-get install -y libasound2-dev test: - npm run test && npm run codecov
sudo: required dist: trusty language: node_js node_js: - "8" - "7" - "6" before_install: - sudo apt-get -qq update - sudo apt-get install -y libasound2-dev test: - npm run test after_success: - npm run codecov
Test with Node 8 and 10
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "7"
language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "7" - "8" - "10"
Test on `stable` instead of `iojs`
language: node_js node_js: - 'iojs' - '0.12' - '0.10'
language: node_js node_js: - 'stable' - '0.12' - '0.10'
Build on io.js 2 and 3
language: node_js node_js: - "0.12" - iojs after_success: - npm run coveralls
language: node_js node_js: - "0.12" - iojs-v2 - iojs-v3 after_success: - npm run coveralls
Add ppa which supports cmake 3 on 12.04
language: cpp compiler: - g++ before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa - sudo add-apt-repository -y ppa:george-edison55/cmake-3.x - sudo apt-get update -qq install: - sudo apt-get install -qq gcc-4.8 g++-4.8 - sudo apt-get install -qq ...
language: cpp compiler: - g++ before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa - sudo add-apt-repository -y ppa:sschuberth/cmake-here - sudo apt-get update -qq install: - sudo apt-get install -qq gcc-4.8 g++-4.8 - sudo apt-get install -qq cmak...
Add Python 3.5, 3.6, 3.6-dev to builds
language: python python: - "2.7" - "3.3" - "3.4" - "pypy" install: - "pip install -r requirements.txt" - "pip install flake8 ipython" script: - "make test" notifications: email: false irc: channels: - "irc.freenode.org#noswap" template: - "%{re...
language: python python: - "3.3" - "3.4" - "3.5" - "3.6" - "3.6-dev" - "pypy" install: - "pip install -r requirements.txt" - "pip install flake8 ipython" script: - "make test" notifications: email: false irc: channels: - "irc.freenode.org#noswap" t...
Add Ruby 2.3, 2.5 to CI Matrix.
# Build Options language: ruby rvm: - 2.4.2 before_script: - cp .rspec.example .rspec script: - bundle exec thor ci:steps # Travis-CI Configuration cache: bundler sudo: false # Enable containerized builds.
# Build Options language: ruby rvm: - 2.3.6 - 2.4.3 - 2.5.0 before_script: - cp .rspec.example .rspec script: - bundle exec thor ci:steps # Travis-CI Configuration cache: bundler sudo: false # Enable containerized builds.
Remove support for legacy Node versions
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "6"
language: node_js node_js: - "4" - "5" - "6"
Fix peer dependencies issue on CI
os: - linux - osx dist: trusty language: node_js node_js: - 4 - 6 - 7 - 8 before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install zmq; fi script: - travis_retry npm run report:coveralls env: global: - NODE_ENV=deve...
os: - linux - osx dist: trusty language: node_js node_js: - 4 - 6 - 7 - 8 # # The last test is required to avoid issues with peer dependencies upon # `npm install`. # # See: # https://github.com/npm/npm/issues/4749 # https://stackoverflow.com/questions/33816824/getting-npm-err-code-epeerinvalid-on-np...
Add i686 CI (without u64_digit)
language: rust sudo: false rust: - 1.15.0 - 1.22.0 # rand - 1.26.0 # has_i128 - 1.31.0 # 2018! - stable - beta - nightly script: - cargo build --verbose - ./ci/test_full.sh matrix: include: - name: "rustfmt" rust: 1.31.0 before_script: - rustup component add rustfmt scr...
language: rust sudo: false rust: - 1.15.0 - 1.22.0 # rand - 1.26.0 # has_i128 - 1.31.0 # 2018! - stable - beta - nightly script: - cargo build --verbose - ./ci/test_full.sh matrix: include: - name: "i686" rust: stable env: TARGET=i686-unknown-linux-gnu addons: apt: ...
Remove mirage-profile version pin entirely; require sudo.
language: c install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: bash -ex .travis-opam.sh env: global: - PINS="lwt.dev:https://github.com/mirage/lwt.git#tracing mirage-profile:https://github.com/mirage/mirage-profile.git#v0.7.0" - WITH_TRACING=1 matrix...
language: c install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh script: bash -ex .travis-opam.sh sudo: required env: global: - PINS="lwt.dev:https://github.com/mirage/lwt.git#tracing" - WITH_TRACING=1 matrix: - OCAML_VERSION=4.02 POST_INSTALL_HOOK="...
Use node 4 in tests
language: node_js sudo: false cache: directories: - $HOME/.node-gyp - $HOME/.npm - node_modules before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
language: node_js node_js: - "4" sudo: false cache: directories: - $HOME/.node-gyp - $HOME/.npm - node_modules before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
Use a newer version of Firefox
sudo: false language: node_js before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" node_js: - "0.12" - "4.2.2" - "iojs"
sudo: false language: node_js addons: firefox: "44.0" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" node_js: - "0.12" - "4.2.2" - "iojs"
Disable snapshot deployment (until nexus.codehaus.org is back up)
language: java jdk: - oraclejdk7 - openjdk7 - oraclejdk8 install: mvn -U install clean --fail-never --quiet -DskipTests script: mvn -U verify --fail-at-end notifications: email: on_success: never matrix: fast_finish: true env: global: - secure: F2kgyU0SYq/hGaZc7BNWa59MSUL5IvzpasuZqPgO7zvVbGzs...
language: java jdk: - oraclejdk7 - openjdk7 - oraclejdk8 install: mvn -U install clean --fail-never --quiet -DskipTests script: mvn -U verify --fail-at-end notifications: email: on_success: never matrix: fast_finish: true after_success: - ci/deploy-site.sh
Add "sudo: false" to Travis config
language: node_js node_js: - "0.10" before_script: npm i -g grunt-cli
sudo: false language: node_js node_js: - "0.10" before_script: npm i -g grunt-cli
Use xcpretty for Travis builds.
osx_image: xcode8.3 language: objective-c env: - DEST='platform=iOS Simulator,name=iPhone 7 Plus,OS=10.3' - DEST='platform=iOS Simulator,name=iPhone 6S Plus,OS=9.3' install: - xcodebuild -project LNPopupControllerExample/LNPopupControllerExample.xcodeproj -scheme LNPopupControllerExample -sdk iphonesimulator buil...
osx_image: xcode8.3 language: objective-c env: - DEST='platform=iOS Simulator,name=iPhone 7 Plus,OS=10.3' - DEST='platform=iOS Simulator,name=iPhone 6S Plus,OS=9.3' script: - set -o pipefail - xcodebuild -project LNPopupControllerExample/LNPopupControllerExample.xcodeproj -scheme LNPopupControllerExample -sdk i...
Use secure token for flowdock
language: node_js node_js: - "0.10" before_script: - ./scripts/create-schema.sh services: - redis-server - cassandra notifications: flowdock: 27e56ca105e90e3787e74dbe9470a066
language: node_js node_js: - "0.10" before_script: - ./scripts/create-schema.sh services: - redis-server - cassandra notifications: flowdock: secure: "ZxHS9m239A9qtqmEJI/nlb7epAlLOtlSbLoKtLiOE9BScKkoe+MFKrvvFGInli8UjuvgguYkldq9Y7/A5hS7Ty7m7SewkNWz9y0mXwR8NQG3zGVFNk3+8hN2ipfi9FZdAEKtm5cwNNw0y7mBWeibOPO...
Add PostgreSQL 10 to Travis
language: go go: - 1.x - tip # Derived from https://github.com/lib/pq/blob/master/.travis.yml before_install: - ./travis/before_install.bash env: global: - PGX_TEST_DATABASE=postgres://pgx_md5:secret@127.0.0.1/pgx_test matrix: - CRATEVERSION=2.1 - PGVERSION=9.6 - PGVERSION=9.5 - PGVERSI...
language: go go: - 1.x - tip # Derived from https://github.com/lib/pq/blob/master/.travis.yml before_install: - ./travis/before_install.bash env: global: - PGX_TEST_DATABASE=postgres://pgx_md5:secret@127.0.0.1/pgx_test matrix: - CRATEVERSION=2.1 - PGVERSION=10 - PGVERSION=9.6 - PGVERSIO...
Test with latest patch versions of Neo4j
script: - "bundle exec rubocop" - "bundle exec rake neo4j:install[$NEO4J_VERSION] neo4j:disable_auth neo4j:start default --trace" language: ruby rvm: - 2.2.2 - 2.1.5 - jruby-1.7.18 # - jruby-19mode env: - NEO4J_VERSION=community-2.2.1 - NEO4J_VERSION=community-2.1.7 sudo: false
script: - "bundle exec rubocop" - "bundle exec rake neo4j:install[$NEO4J_VERSION] neo4j:disable_auth neo4j:start default --trace" language: ruby rvm: - 2.2.2 - 2.1.5 - jruby-1.7.18 # - jruby-19mode env: - NEO4J_VERSION=community-latest - NEO4J_VERSION=community-2.1.8 sudo: false
Fix bundler issue with build
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.6.2 addons: apt: packages: - vim-gtk env: - TRAVIS_CI=1 before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "vim --version"
language: ruby dist: trusty sudo: false cache: bundler rvm: - 2.6.2 addons: apt: packages: - vim-gtk env: - TRAVIS_CI=1 before_install: - "gem install bundler" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "vim --version"
Add OpenJDK 9 and 10 to Travis CI build matrix
sudo: false language: java after_success: - mvn clean test jacoco:report coveralls:report jdk: - openjdk8 - oraclejdk8 - oraclejdk9
sudo: false language: java after_success: - mvn clean test jacoco:report coveralls:report jdk: - openjdk8 - oraclejdk8 - openjdk9 - oraclejdk9 - openjdk10
Remove the python3.5 interpreter for now since Travis is not ready
language: python python: "2.7" env: - TOX_ENV=py26-django14 - TOX_ENV=py26-django15 - TOX_ENV=py26-django16 - TOX_ENV=py27-django14 - TOX_ENV=py27-django15 - TOX_ENV=py27-django16 - TOX_ENV=py27-django17 - TOX_ENV=py27-django18 - TOX_ENV=py27-django19 - TOX_ENV=py33-django15 - TOX_ENV=py33-django...
language: python python: "2.7" env: - TOX_ENV=py26-django14 - TOX_ENV=py26-django15 - TOX_ENV=py26-django16 - TOX_ENV=py27-django14 - TOX_ENV=py27-django15 - TOX_ENV=py27-django16 - TOX_ENV=py27-django17 - TOX_ENV=py27-django18 - TOX_ENV=py27-django19 - TOX_ENV=py33-django15 - TOX_ENV=py33-django...
Test against the package.json target version as well as latest node, however will change again with ES6 version later on.
sudo: false language: node_js node_js: - 'iojs' - '0.10'
sudo: false language: node_js node_js: - '0.6' - 'node'
Use zef instead of panda
language: perl6 perl6: - latest install: - rakudobrew build-panda - panda installdeps .
language: perl6 perl6: - latest install: - rakudobrew build-zef - zef installdeps .
Install orocos kdl in a local dependecy
language: cpp compiler: - gcc - clang env: - KDL_CODYCO_BUILD_TYPE=Debug - KDL_CODYCO_BUILD_TYPE=Release before_script: - sudo apt-get install -qq libeigen3-dev - git clone https://github.com/orocos/orocos_kinematics_dynamics - cd orocos_kinematics_dynamics/orocos_kdl - mkdir build - cd build -...
language: cpp compiler: - gcc - clang env: - KDL_CODYCO_BUILD_TYPE=Debug - KDL_CODYCO_BUILD_TYPE=Release before_script: - sudo apt-get install -qq libeigen3-dev - git clone https://github.com/orocos/orocos_kinematics_dynamics - cd orocos_kinematics_dynamics/orocos_kdl - mkdir build - cd build ...
Add Ruby2.3 to Travis CI target
language: ruby rvm: - 2.2 branches: only: - master script: bundle exec rake spec before_install: - gem update bundler
language: ruby rvm: - 2.2 - 2.3 branches: only: - master script: bundle exec rake spec before_install: - gem update bundler
Set install and script correctly.
language: java jdk: oraclejdk8 install: mvn clean verify jacoco:prepare-agent test jacoco:report -Dmaven.test.failure.ignore after_success: - bash <(curl -s https://codecov.io/bash) - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/...
language: java jdk: oraclejdk8 install : true script : mvn clean verify jacoco:prepare-agent test jacoco:report -Dmaven.test.failure.ignore after_success: - bash <(curl -s https://codecov.io/bash) - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | su...
Remove Unnecessary Usage of test-reporter fork in Travis Config
language: go go: - "1.12" env: - GO111MODULE=on # This should be github.com/codeclimate/test-reporter when https://github.com/codeclimate/test-reporter/issues/378 is resolved # Right now, this uses a hack in this fork to remove the first part of a path (in our case 'v2/' when failing). With proper # support fo...
language: go go: - "1.12" env: - GO111MODULE=on install: - GO111MODULE=off go get github.com/codeclimate/test-reporter before_script: - test-reporter before-build script: - go test -coverprofile c.out ./... after_script: - test-reporter after-build --prefix github.com/alexandre-normand/slackscot/ --...
Check ci with latest npm like in Jest
language: node_js node_js: - "6" - "4" before_script: - npm install -g jest-cli sudo: false
language: node_js node_js: - "6" - "4" before_install: - npm i -g npm@latest sudo: false
Upgrade to latest Travis CI infrastructure
language: java env: - DISPLAY=:99.0 before_install: - "sh -e /etc/init.d/xvfb start" after_success: - ./gradlew jacocoTestReport coveralls
language: java env: - DISPLAY=:99.0 before_install: - "sh -e /etc/init.d/xvfb start" after_success: - ./gradlew jacocoTestReport coveralls sudo: false
Update scheme for Travis CI
language: objective-c xcode_project: Tests/AutoLayout.xcodeproj xcode_scheme: AutoLayoutTests
language: objective-c xcode_project: Tests/AutoLayout.xcodeproj xcode_scheme: AutoLayout
Fix coverage count in JRuby
language: ruby sudo: false rvm: - 2.2.5 - 2.3.1 - jruby-head - jruby-9.0.4.0 - rbx-3.59 jdk: - openjdk7 - oraclejdk8 matrix: exclude: - rvm: 2.2.5 jdk: openjdk7 - rvm: 2.3.1 jdk: openjdk7 - rvm: rbx-3.59 jdk: openjdk7 allow_failures: - rvm: jruby-head - rvm: rbx...
language: ruby sudo: false rvm: - 2.2.5 - 2.3.1 - jruby-head - jruby-9.0.4.0 - rbx-3.59 jdk: - openjdk7 - oraclejdk8 matrix: exclude: - rvm: 2.2.5 jdk: openjdk7 - rvm: 2.3.1 jdk: openjdk7 - rvm: rbx-3.59 jdk: openjdk7 allow_failures: - rvm: jruby-head - rvm: rbx...
Use the NPM on tap.
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install -g npm - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
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
Add Rubinius to the CI matrix
script: "rake db:drop db:create db:migrate test" rvm: - 1.8.7 - 1.9.2 - ree
script: "rake db:drop db:create db:migrate test" rvm: - 1.8.7 - 1.9.2 - rbx - ree
Increase minimum supported rust version to 1.51
dist: xenial language: rust env: RUST_BACKTRACE=1 matrix: include: - os: linux rust: 1.46.0 env: TARGET=x86_64-unknown-linux-gnu EXTRA_ARGS="" - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-gnu EXTRA_ARGS="" - os: osx rust: stable env: TARGET=x86_64-apple-da...
dist: xenial language: rust env: RUST_BACKTRACE=1 matrix: include: - os: linux rust: 1.51.0 env: TARGET=x86_64-unknown-linux-gnu EXTRA_ARGS="" - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-gnu EXTRA_ARGS="" - os: osx rust: stable env: TARGET=x86_64-apple-da...
Add caching directory to node_modules
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install -g grunt-cli bower - npm install - bower install
language: node_js node_js: - "0.10" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install -g grunt-cli bower - npm install cache: directories: - node_modules
Remove Ruby 1.9.2 from Travis - Rails 4 needs 1.9.3+
--- language: ruby rvm: - 2.0.0 - 1.9.3 - 1.9.2
--- language: ruby rvm: - 2.0.0 - 1.9.3
Remove explicit `npm install` from Travis config
# Travis CI Configuration language: node_js node_js: - "7" - "6" - "5" - "4" before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start install: - npm install before_script: - ./node_modules/brunch/bin/brunch build
# Travis CI Configuration language: node_js node_js: - "7" - "6" - "5" - "4" before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start before_script: - ./node_modules/brunch/bin/brunch build
Add flake8 to the Travis deps.
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" install: # No dependencies. script: python setup.py test
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "pypy" install: - pip install flake8 script: python setup.py test
Update built tools for Travis.
language: android jdk: oraclejdk8 android: components: - tools - tools - build-tools-25.0.3 - android-25 - extra-android-support - extra-android-m2repository licenses: - android-sdk-license-.+ before_install: - chmod +x gradlew
language: android jdk: oraclejdk8 android: components: - tools - tools - build-tools-26.0.1 - android-26 - extra-android-support - extra-android-m2repository licenses: - android-sdk-license-.+ before_install: - chmod +x gradlew
Build against 1.9.1 and 1.8.4
language: go go: - 1.8.3 - 1.7.6 sudo: false script: - go vet ./... - go test ./...
language: go go: - 1.9.1 - 1.8.4 sudo: false script: - go vet ./... - go test ./...
Add Solidus v2.8 to Travis config
sudo: required cache: bundler language: ruby dist: trusty addons: chrome: stable apt: packages: - chromium-chromedriver before_script: - ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver rvm: - 2.3.5 env: matrix: - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgr...
sudo: required cache: bundler language: ruby dist: trusty addons: chrome: stable apt: packages: - chromium-chromedriver before_script: - ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver rvm: - 2.3.5 env: matrix: - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgr...
Enable test retry in Travis because of SauceLabs problems.
language: node_js install: npm install script: - gulp test:mobile - gulp test:desktop - gulp test:shadow
language: node_js install: travis_retry npm install script: - travis_retry gulp test:mobile - travis_retry gulp test:desktop - travis_retry gulp test:shadow
Configure compiler for native extensions.
language: node_js node_js: - "4.1" - "4.0" - "0.11" - "0.10" before_install: - sudo apt-get update -qq - sudo apt-get install -qq libmagick++-dev
language: node_js node_js: - "4.1" - "4.0" - "0.11" - "0.10" before_install: - sudo apt-get update -qq - sudo apt-get install -qq libmagick++-dev env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Test controlled shutdown on Travis
language: ruby sudo: required services: - docker cache: - bundler rvm: - 2.3 env: global: - KITCHEN_YAML=.kitchen.docker.yml matrix: - CHEF_VERSION=11 KAFKA_VERSION=0.8.1.1 - CHEF_VERSION=12 KAFKA_VERSION=0.10.1.1 SCALA_VERSION=2.11 install: travis_wait bundle install --jobs=3 --retry=3 --deployme...
language: ruby sudo: required services: - docker cache: - bundler rvm: - 2.3 env: global: - KITCHEN_YAML=.kitchen.docker.yml matrix: - CHEF_VERSION=11 KAFKA_VERSION=0.8.1.1 - CHEF_VERSION=11 KAFKA_VERSION=0.8.1.1 KAFKA_CTRL_SHUTDOWN=true - CHEF_VERSION=12 KAFKA_VERSION=0.10.1.1 SCALA_VERSION=2...
Use 4.2 in nvm command
sudo: false language: node_js node_js: - "0.12" - "4.2" env: - TARGET=test - TARGET=test-stress - TARGET=test-multi - TARGET=test-multi-remote before_install: - sudo apt-get update -qq - sudo apt-get install -qq socat - ssh-keygen -t rsa -f ~/.ssh/id_rsa -N '' - cat ~/.ssh/id_rsa.pub >> ~/.ssh/autho...
sudo: false language: node_js node_js: - "4.2" env: - TARGET=test - TARGET=test-stress - TARGET=test-multi - TARGET=test-multi-remote before_install: - sudo apt-get update -qq - sudo apt-get install -qq socat - ssh-keygen -t rsa -f ~/.ssh/id_rsa -N '' - cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ...
Update test matrix to test against latest Puppet version
--- sudo: false language: ruby cache: bundler bundler_args: --without development system_tests before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' rvm: - 1.9.3 - 2.0.0 - 2.1.0 env: matrix: - PUPPET_VERSION="~> 3.8.0" - PUPPET_VERSION="~> 4.3.0" matrix...
--- sudo: false language: ruby cache: bundler bundler_args: --without development system_tests before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' rvm: - 1.9.3 - 2.0.0 - 2.1.0 env: matrix: - PUPPET_VERSION="~> 3.8.0" - PUPPET_VERSION="~> 4.4.0" matrix...
Use rustup.rs to install Rust in Travis builds
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" env: - RUST_VERSION=1.25.0 - RUST_VERSION=nightly sudo: false install: - python -c "import sysconfig; print('\n'.join(map(repr,sorted(sysconfig.get_config_vars().items()))))" - mkdir ~/rust-installer - curl -sL https://static.rust-lang...
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" env: - RUST_VERSION=1.25.0 - RUST_VERSION=nightly matrix: include: - python: "3.7" dist: xenial sudo: true env: RUST_VERSION=1.25.0 - python: "3.7" dist: xenial sudo: true env: RUST_VERSION=night...
Use node v0.12 instead of v0.11 for Travis
language: java jdk: - oraclejdk8 env: - NODE_VERSION="0.11" - NODE_VERSION="0.10" before_install: - sudo apt-get update -qq - sudo apt-get install -y graphviz - nvm install $NODE_VERSION before_script: - npm install script: - npm test
language: java jdk: - oraclejdk8 env: - NODE_VERSION="0.12" - NODE_VERSION="0.10" before_install: - sudo apt-get update -qq - sudo apt-get install -y graphviz - nvm install $NODE_VERSION before_script: - npm install script: - npm test
Debug - inspect python path.
language: python python: - "2.7" - "3.4" - "nightly" # command to install dependencies # setup anaconda install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:...
language: python python: - "2.7" - "3.4" - "nightly" # command to install dependencies # setup anaconda install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:...
Switch to container-based Travis CI builds.
language: clojure lein: lein2 script: lein2 do clean, prep, all test jdk: - openjdk7
sudo: false language: clojure lein: lein2 script: lein2 do clean, prep, all test jdk: - openjdk7
Allow tests to fail against PHP7 until final release, since we are hitting a PHP bug
language: php php: - 5.4 - 5.5 - 5.6 - 7 - nightly - hhvm matrix: allow_failures: - php: hhvm - php: nightly before_script: - composer install --no-interaction
language: php php: - 5.4 - 5.5 - 5.6 - 7 - nightly - hhvm matrix: allow_failures: - php: hhvm - php: nightly - php: 7 before_script: - composer install --no-interaction
Update ruby version for Travis.
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: 2.0.0 cache: bundler
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: 2.1.1 cache: bundler
Add Slack notifications for builds
language: node_js node_js: - stable
language: node_js node_js: - stable notifications: slack: rooms: secure: iDvzpHkbW7pooU0XdRAG2A9unCbWDB6PwJY0KwVAiawI5uHZHQeRToaiifbCBbSsXv4IWfGIytmg4ufKhE/BrVw1GLeiWWujsfuIKoY0tBPlamawhH8gulMH2AbggWIXVz5oBq37i80Z45DXENx0FkSl9szzx+HU0U9D7+aVWppGQcAvyN7Ih93ZDBPyEhV/hIw9NMFQuRFn96n0QE1gxAdCMnngkJ0aujTN0CoCcIA...
Select trusty containers explicitly for Travis builds.
language: node_js services: - mongodb node_js: - 4 - 6 script: npm run ci notifications: email: false
dist: trusty sudo: false language: node_js services: - mongodb node_js: - 4 - 6 script: npm run ci notifications: email: false
Drop PHP 5.4 and 5.5
# Travis CI configuration file. language: php # 5.4 is required for Codeception. php: - 5.4 - 5.5 - 5.6 - 7.0 env: - WP_VERSION=master - WP_VERSION=4.5 - WP_VERSION=4.4 # Use the new container-based infrastructure (it's faster). sudo: false matrix: include: # Only run HHVM a...
# Travis CI configuration file. language: php # 5.4 is required for Codeception. php: - 5.6 - 7.0 env: - WP_VERSION=master - WP_VERSION=4.5 - WP_VERSION=4.4 # Use the new container-based infrastructure (it's faster). sudo: false matrix: include: # Only run HHVM against trunk. ...
Use latest DITA-OT version (3.1) for CI builds
sudo: false language: java jdk: - oraclejdk8 env: global: - DITA_OT_VERSION=3.0.4 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
sudo: false language: java jdk: - oraclejdk8 env: global: - DITA_OT_VERSION=3.1 install: - ".travis/install.sh" script: - ".travis/publish.sh" after_success: - ".travis/deploy.sh"
Add node 7 and 8 to Travis CI test matrix
language: node_js sudo: false node_js: - '6' - '5' - '4' - '4.2' env: - MAIN_RUN=true - MAIN_RUN=false && REACT_VERSION=0.14 before_install: - npm install -g npm@2 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - if [[ $MAIN_RUN == false ]]; then npm install react-dom@^$REACT_V...
language: node_js sudo: false node_js: - '8' - '7' - '6' - '5' - '4' - '4.2' env: - MAIN_RUN=true - MAIN_RUN=false && REACT_VERSION=0.14 before_install: - npm install -g npm@2 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - if [[ $MAIN_RUN == false ]]; then npm install rea...
Correct GitHub Pages deployed directory to 'dist'
branches: only: - gh-pages - /.*/ language: node_js node_js: - "node" - "8" - "6" - "4" addons: chrome: stable sudo: required before_script: - node_modules/gulp/bin/gulp.js startServer & - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 & script: node_modules/gulp/bin/...
branches: only: - gh-pages - /.*/ language: node_js node_js: - "node" - "8" - "6" - "4" addons: chrome: stable sudo: required before_script: - node_modules/gulp/bin/gulp.js startServer & - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 & script: node_modules/gulp/bin/...
Remove reference to branch hugo
os: linux dist: focal language: generic branches: except: - hugo env: jobs: - LISP=sbcl - LISP=ccl - LISP=ecl - LISP=abcl - LISP=clisp - LISP=allegro # - LISP=sbcl32 # - lisp=ccl32 # - LISP=cmucl jobs: fast_finish: true allow_failures: - env: LISP=clisp - env: ...
os: linux dist: focal language: generic env: jobs: - LISP=sbcl - LISP=ccl - LISP=ecl - LISP=abcl - LISP=clisp - LISP=allegro # - LISP=sbcl32 # - lisp=ccl32 # - LISP=cmucl jobs: fast_finish: true allow_failures: - env: LISP=clisp - env: LISP=allegro # - env: LISP=s...
Use pytest instead of codecov which can fail silently
language: python python: - "3.5" - "3.6" install: - pip install . - pip install codecov - export PYTHONPATH="." # No data is collected by `coverage` without this. branches: only: - master - develop script: - COVERAGE_FILE=.coverage_al coverage run tests/test_active_learning.py - COVERAGE_FILE=....
language: python python: - "3.5" - "3.6" install: - pip install . - pip install pytest codecov pytest-cov - export PYTHONPATH="." # No data is collected by `coverage` without this. branches: only: - master - develop script: - python -m pytest --cov=dsawl --cov-config .coveragerc after_success: ...
Install numpy via pip as well.
language: python python: - "2.7" - "3.3" - "3.4" virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq python-numpy libblas-dev liblapack-dev gfortran install: - "pip install ." - "pip install -r requirements.txt" script: nosetests
language: python python: - "2.7" - "3.3" - "3.4" before_install: - sudo apt-get install -qq libblas-dev liblapack-dev gfortran install: - "pip install -r requirements.txt" - "pip install ." script: nosetests
Revert "Trying to fix CI builds."
language: python python: 2.7 sudo: false cache: pip install: - pip install ansible script: - ansible-galaxy install --force -r requirements.yml -p vendor/roles - ansible-playbook --syntax-check -i hosts/development dev.yml --ask-vault-pass < $ANSIBLE_VAULT_KEY - ansible-playbook --syntax-check -i hosts/developm...
language: python python: 2.7 sudo: false cache: pip install: - pip install ansible script: - ansible-galaxy install --force -r requirements.yml -p vendor/roles - ansible-playbook --syntax-check -i hosts/development dev.yml - ansible-playbook --syntax-check -i hosts/development server.yml
Add destination to Travis config
language: swift osx_image: xcode10.2 xcode_project: Advance.xcodeproj matrix: include: - xcode_scheme: Advance-iOS xcode_sdk: iphonesimulator12.2 - xcode_scheme: Advance-macOS xcode_sdk: macosx10.14 - xcode_scheme: Advance-tvOS xcode_sdk: appletvos12.2
language: swift osx_image: xcode10.2 xcode_project: Advance.xcodeproj matrix: include: - xcode_scheme: Advance-iOS xcode_sdk: iphonesimulator12.2 xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone Xs - xcode_scheme: Advance-macOS xcode_sdk: macosx10.14 - xcode_scheme: Advan...
Update Home Assistant to 0.90.2 for config checks in Travis CI
language: python python: - '3.5' - '3.6' env: - HASS=0.89.1 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
language: python python: - '3.5' - '3.6' env: - HASS=0.90.2 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Install six since our setup.py depends on it.
language: python python: - 2.6 - 2.7 install: - python setup.py develop script: - python setup.py test --unit matrix: allow_failures: - python: 2.6
language: python python: - 2.6 - 2.7 install: - pip install six - python setup.py develop script: - python setup.py test --unit matrix: allow_failures: - python: 2.6
Remove Node.js 10 from Travis CI until uws will not release 10.x version
language: node_js cache: yarn node_js: - node - "9" - "8" - "6" - "4" install: - YARN_IGNORE_ENGINES=true yarn
language: node_js cache: yarn node_js: - "9" - "8" - "6" - "4" install: - YARN_IGNORE_ENGINES=true yarn
Allow failures in Rails 5 / Ruby 9000 for now
language: ruby services: mongodb env: - DATABASE=sqlite3 - DATABASE=sqlite3mem - DATABASE=postgresql - DATABASE=mysql rvm: - 1.9.3 - 2.0.0 - 2.1.9 - 2.2.5 - 2.3.1 - jruby-19mode - jruby-9.0.5.0 - rbx-2 gemfile: - gemfiles/rails_3.2.gemfile - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1....
language: ruby services: mongodb env: - DATABASE=sqlite3 - DATABASE=sqlite3mem - DATABASE=postgresql - DATABASE=mysql rvm: - 1.9.3 - 2.0.0 - 2.1.9 - 2.2.5 - 2.3.1 - jruby-19mode - jruby-9.0.5.0 - rbx-2 gemfile: - gemfiles/rails_3.2.gemfile - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1....
Remove workaround for Travis CI
language: ruby cache: bundler sudo: false services: - mysql rvm: - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head gemfile: - gemfiles/activerecord_4_2.gemfile - gemfiles/activerecord_5_0.gemfile - gemfiles/activerecord_5_1.gemfile # NOTE: travis build fails on bundler v1.16.1 && rubygems v2.7.3. # Update travis's ru...
language: ruby cache: bundler sudo: false services: - mysql rvm: - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head gemfile: - gemfiles/activerecord_4_2.gemfile - gemfiles/activerecord_5_0.gemfile - gemfiles/activerecord_5_1.gemfile before_script: - cp spec/database.yml.travis spec/database.yml - mysql -e 'create ...
Change Travis CI time zone
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy env: - TIMEZONE=UTC install: - pip install nose - pip install coverage - pip install mock - pip install . script: nosetests -q tests
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy env: - TIMEZONE=Etc/UTC install: - pip install nose - pip install coverage - pip install mock - pip install . script: nosetests -q tests
Add GH_TOKEN for pushing to astrifex.github.io
language: node_js node_js: - 0.10 sudo: false cache: directories: - bower_components - node_modules install: - npm install - npm install -g bower broccoli-cli karma-cli - bower install --config.interactive=false script: - BROCCOLI_ENV=production broccoli build release - npm test after_success: .travis/a...
language: node_js node_js: - 0.10 sudo: false cache: directories: - bower_components - node_modules env: global: secure: "d9Lws27Y4WkxV3PlRbACsBj2JIJNw5sNbDe0VZRXlQKFyWt3WO2gAR/+P+/dTnFu8XwD15XC7KL6BLPh2IFAv3YWK2Se/xGSsHSWgP8k+PVTn9t8Rs4Q0IcF3aJ8tzdqN0cY14+9yRN2w7HpJQripCjnZHIgbkgA3/rATtxbhG0=" ins...
Set TERM=dumb for Travis CI
language: java install: mvn install -DskipTests -DbuildNumber="${TRAVIS_BUILD_NUMBER}" -DrevisionNumber="${TRAVIS_COMMIT}" script: mvn test -DbuildNumber="${TRAVIS_BUILD_NUMBER}" -DrevisionNumber="${TRAVIS_COMMIT}" after_success: - mvn clean cobertura:cobertura coveralls:cobertura
language: java env: - TERM=dumb install: mvn install -DskipTests -DbuildNumber="${TRAVIS_BUILD_NUMBER}" -DrevisionNumber="${TRAVIS_COMMIT}" script: mvn test -DbuildNumber="${TRAVIS_BUILD_NUMBER}" -DrevisionNumber="${TRAVIS_COMMIT}" after_success: - mvn clean cobertura:cobertura coveralls:cobertura
Stop testing against Puppet < 3.8
language: ruby rvm: - 1.8.7 - 2.0.0 script: "bundle exec rake spec" branches: only: - master - /^issues\/.*$/ notifications: email: - arusso@berkeley.edu env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.5.0" - PUPPET_VERSION="~> 3.6.0" - PUPPET_VERSION="~> 3.7.0" - PUPPET_VERS...
language: ruby rvm: - 1.8.7 - 2.0.0 script: "bundle exec rake spec" branches: only: - master - /^issues\/.*$/ notifications: email: - arusso@berkeley.edu env: - PUPPET_VERSION="~> 3.8.0" - PUPPET_VERSION="~> 3.8.0" FUTURE_PARSER="yes"
Add go version 1.13 and drop tip due to time-consuming
language: go go: - 1.11 - 1.12 - tip script: - ./test-coverage.sh after_success: - bash <(curl -s https://codecov.io/bash)
language: go go: - 1.11 - 1.12 - 1.13 script: - ./test-coverage.sh after_success: - bash <(curl -s https://codecov.io/bash)
Reduce the size of the git repository downloaded during TravisCI testing.
language: java jdk: - openjdk7 - oraclejdk7 install: - gem install bundler - bundle install script: buildr clean package
language: java jdk: - openjdk7 - oraclejdk7 install: - gem install bundler - bundle install script: buildr clean package git: depth: 10
Use host addon and set `dist:precise` to avoid Travis CI failure
language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 script: - ./gradlew test after_success: - ./gradlew jacocoTestReport coveralls
dist: precise language: java jdk: - openjdk7 - oraclejdk7 - oraclejdk8 script: - ./gradlew test after_success: - ./gradlew jacocoTestReport coveralls addons: hosts: - example.com hostname: example.com
Test php build on Trusty
language: php sudo: false dist: trusty cache: directories: - $HOME/.composer/cache php: - 5.6 - 7.0 - 7.1 - hhvm install: #- sudo apt-get install openssl - composer install # PHPUnit - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require phpunit/phpunit 5.7.*; fi - if [[ ${TRAV...
language: php sudo: false dist: trusty cache: directories: - $HOME/.composer/cache php: - 5.6 - 7.0 - 7.1 - hhvm install: - composer install --prefer-source --no-interaction # PHPUnit - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require phpunit/phpunit 5.7.*; fi - if [[ ${TRAVI...
Set up Travis CI to run on all versions 1.* of Ansible
language: python install: - pip install ansible - sudo apt-get install supervisor script: # Check the role syntax - ansible-playbook --inventory='localhost,' tests/test.yml --syntax-check # Check that the role can run with no errors/failures - ansible-playbook --inventory='localhost,' tests/test.yml --conne...
language: python env: - ANSIBLE_VERSION="1.0.*" - ANSIBLE_VERSION="1.1.*" - ANSIBLE_VERSION="1.2.*" - ANSIBLE_VERSION="1.3.*" - ANSIBLE_VERSION="1.4.*" - ANSIBLE_VERSION="1.5.*" - ANSIBLE_VERSION="1.6.*" - ANSIBLE_VERSION="1.7.*" - ANSIBLE_VERSION="1.8.*" - ANSIBLE_VERSION="1.9.*" install: - pip i...
Add before_install step to Travis builds.
language: ruby rvm: - 2.0.0 - 2.1.1 - jruby-head
language: ruby rvm: - 2.0.0 - 2.1.1 - jruby-head before_install: - sudo apt-get update && sudo apt-get install -y lame sox libsox-fmt-mp3 zip
Raise msi of mutation tests to 98
language: php php: - '7.3' - '7.4' - nightly before_install: - composer self-update install: - if [[ "$(phpenv version-name)" == "nightly" ]]; then composer update --ignore-platform-reqs; else composer install --dev --prefer-source; fi; script: - vendor/bin/phpunit - vendor/bin/phpstan analyse - ven...
language: php php: - '7.3' - '7.4' - nightly before_install: - composer self-update install: - if [[ "$(phpenv version-name)" == "nightly" ]]; then composer update --ignore-platform-reqs; else composer install --dev --prefer-source; fi; script: - vendor/bin/phpunit - vendor/bin/phpstan analyse - ven...
Drop node.js 11 support, add 12
language: node_js node_js: - '8' - '10' - '11' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - '8' - '10' - '12' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Move "cache" section below "language"
sudo: false cache: directories: $HOME/.npm $HOME/.cache # includes bowers cache language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - node os: - linux before_install: - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash - test $TRAVIS_OS_NAME = "osx" &&...
sudo: false language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - node cache: directories: $HOME/.npm $HOME/.cache # includes bowers cache os: - linux before_install: - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash - test $TRAVIS_OS_NAME = "osx" &...
Drop deprecated --use-mirrors option for pip
language: python sudo: false python: - 2.6 - 2.7 - 3.2 - 3.3 - "pypy" install: - pip install pep8 --use-mirrors script: - pep8 - py.test --doctest-modules --color no mpmath notifications: email: false
language: python sudo: false python: - 2.6 - 2.7 - 3.2 - 3.3 - "pypy" install: - pip install pep8 script: - pep8 - py.test --doctest-modules --color no mpmath notifications: email: false
Fix error in BUILD_TYPE check to run Coveralls in Travis script.
language: cpp compiler: - gcc - clang env: - BUILD_TYPE=Debug - BUILD_TYPE=Release install: - sudo pip install cpp-coveralls --use-mirrors before_script: - mkdir build && cd build - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on .. script: - make && ctest -V afte...
language: cpp compiler: - gcc - clang env: - BUILD_TYPE=Debug - BUILD_TYPE=Release install: - sudo pip install cpp-coveralls --use-mirrors before_script: - mkdir build && cd build - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on .. script: - make && ctest -V afte...
Add user back to varnish group
dist: trusty language: go go: - 1.6 - 1.7 - 1.8 env: - VER=4.1 - VER=5.0 - VER=5.1 before_install: - curl -s https://packagecloud.io/install/repositories/varnishcache/varnish${VER/./}/script.deb.sh | sudo bash - sudo apt-get install varnish=${VER}.* varnish-dev=${VER}.* script: - sudo -E su $USER -c "...
dist: trusty language: go go: - 1.6 - 1.7 - 1.8 env: - VER=4.1 - VER=5.0 - VER=5.1 before_install: - curl -s https://packagecloud.io/install/repositories/varnishcache/varnish${VER/./}/script.deb.sh | sudo bash - sudo apt-get install varnish=${VER}.* varnish-dev=${VER}.* - sudo usermod -a -G varnish $U...