Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Remove JRuby build from Travis CI
addons: postgresql: '9.3' cache: bundler language: ruby rvm: - '2.1' # < 1.7.14 - 'jruby-1.7.13' # >= 1.7.14 - 'jruby-1.7.14' script: bundle exec rake spec yard sudo: false
addons: postgresql: '9.3' cache: bundler language: ruby rvm: - '2.1' # JRuby failing for redcarpet and shoulda-matchers gems # < 1.7.14 #- 'jruby-1.7.13' # >= 1.7.14 #- 'jruby-1.7.14' script: bundle exec rake spec yard sudo: false
Fix for Travis to use Node.js 4
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs"
language: node_js sudo: false node_js: - "4" - "iojs"
Disable GPG plugin for `install` step.
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 script: - mvn clean install verify -Dgpg.skip=true before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
language: java install: mvn install -DskipTests -Dgpg.skip jdk: - oraclejdk8 - oraclejdk7 - openjdk7 script: - mvn clean install verify -Dgpg.skip=true before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -scre...
Update and upgrade before running apt-get install
language: node_js node_js: - "0.10" addons: postgresql: "9.3" before_install: - sudo apt-get install libicu-dev prosody luarocks openjdk-7-jdk - sudo luarocks install luabitop # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.c...
language: node_js node_js: - "0.10" addons: postgresql: "9.3" before_install: - sudo apt-get update - sudo apt-get upgrade - sudo apt-get install libicu-dev prosody luarocks openjdk-7-jdk - sudo luarocks install luabitop # Workaround for a permissions issue with Travis virtual machine images # that brea...
Build Scheme before Test on CI
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode7.3 language: objective-c # cache: cocoapods # podfile: XCFitDemo/Podfile # before_install: # - gem install cocoapods # - pod install --project-directory=XCFitDemo script: - cd XCFitDemo/ -...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode7.3 language: objective-c # cache: cocoapods # podfile: XCFitDemo/Podfile # before_install: # - gem install cocoapods # - pod install --project-directory=XCFitDemo script: - cd XCFitDemo/ -...
Fix mocha es6 modules loading issues
launchers: Node: command: node_modules/.bin/mocha -R tap --compilers js:mocha-traceur test/**/*.spec.js protocol: tap launch_in_dev: - Node src_files: - "lib/**/*.js" - "wrappers/**/*.js" - "test/**/*.spec.js" - "index.js"
launchers: Node: command: node_modules/.bin/mocha -R tap --compilers js:mocha-traceur/no-dependencies test/**/*.spec.js protocol: tap launch_in_dev: - Node src_files: - "lib/**/*.js" - "wrappers/**/*.js" - "test/**/*.spec.js" - "index.js"
Test on Python 3.10 (fix)
name: Tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.8, 3.10] steps: - name: Checkout 🛎️ uses: actions/checkout@v2 - name: Setup ffmpeg uses: FedericoCarboni/setup-ffmpeg@v1 id: setup-ffmpeg - na...
name: Tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.6', '3.8', '3.10'] steps: - name: Checkout 🛎️ uses: actions/checkout@v2 - name: Setup ffmpeg uses: FedericoCarboni/setup-ffmpeg@v1 id: setup-ffmpeg ...
Use FreeBSD 11.2 & 12.0 on Cirrus CI
freebsd_instance: image: freebsd-11-2-release-amd64 task: install_script: pkg install -y rust gmake asciidoc pkgconf stfl curl json-c ncurses openssl sqlite3 gettext-tools script: RUST_BACKTRACE=1 gmake all test test_script: cargo test
freebsd_task: freebsd_instance: matrix: - image: freebsd-11-2-release-amd64 - image: freebsd-12-0-release-amd64 install_script: pkg install -y rust gmake asciidoc pkgconf stfl curl json-c ncurses openssl sqlite3 gettext-tools script: RUST_BACKTRACE=1 gmake all test test_s...
Use Node 8 on Travic CI
language: node_js cache: yarn notifications: email: false node_js: - '7' before_script: - npm prune after_success: - bash <(curl -s https://codecov.io/bash) - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
language: node_js cache: yarn notifications: email: false node_js: - '8' before_script: - npm prune after_success: - bash <(curl -s https://codecov.io/bash) - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
Remove verbose flag from sbt
language: scala jdk: - oraclejdk7 env: global: - secure: D67lbC+UaIrlmL9KC7eegzw5i0xeRI+L99iUenR5krhfCOZtKX1VcJtR4fl+YXYQ6QJwJbAx1N5RkjshZcR/v9iD8++9E8KkhixF3n1fHmeQa61AQ1GpQTPv2PiEIxvnf0qJNfjsc14Kcp5lgXd9ZtDSxLVrjsR5mJO2JyVkHqk= before_script: - echo "TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG, TRAVIS_PULL_REQUEST=$TRAVIS...
language: scala jdk: - oraclejdk7 env: global: - secure: D67lbC+UaIrlmL9KC7eegzw5i0xeRI+L99iUenR5krhfCOZtKX1VcJtR4fl+YXYQ6QJwJbAx1N5RkjshZcR/v9iD8++9E8KkhixF3n1fHmeQa61AQ1GpQTPv2PiEIxvnf0qJNfjsc14Kcp5lgXd9ZtDSxLVrjsR5mJO2JyVkHqk= before_script: - echo "TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG, TRAVIS_PULL_REQUEST=$TRAVIS...
Use native test from Travis
language: python sudo: false python: - '3.4' install: python setup.py develop script: python setup.py nosetests deploy: provider: pypi user: alynn on: tags: true all_branches: true password: secure: f9Qlsme1aNar/y8K3zpLDSOZNXHZl7g24A03SUCUObA12wWHGTBuTfq2j/ZJrUy75y7Eemlj66iB2ZaDzbDGIqCphNhHo6fiV/dWz...
language: python sudo: false python: - '3.4' install: python setup.py develop script: python setup.py test deploy: provider: pypi user: alynn on: tags: true all_branches: true password: secure: f9Qlsme1aNar/y8K3zpLDSOZNXHZl7g24A03SUCUObA12wWHGTBuTfq2j/ZJrUy75y7Eemlj66iB2ZaDzbDGIqCphNhHo6fiV/dWzGsiLN...
Drop support for old rubies.
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode
language: ruby rvm: - "2.3.0"
Use go get on 1.10
language: go os: - linux - osx - windows go: - "1.10.x" - "1.11.x" - "1.12.x" - "1.13.x" before_script: - | if [[ $TRAVIS_GO_VERSION == '1.13.x' && $TRAVIS_OS_NAME == 'linux' ]]; then curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH...
language: go os: - linux - osx - windows go: - "1.10.x" - "1.11.x" - "1.12.x" - "1.13.x" before_script: - | if [[ $TRAVIS_GO_VERSION == '1.10.x' ]]; then go get -t -u ./... fi - | if [[ $TRAVIS_GO_VERSION == '1.13.x' && $TRAVIS_OS_NAME == 'linux' ]]; then curl -sfL https://i...
Add Python 3.7 to CI setup. Remove 3.4 to not increase runtime
language: python os: - linux python: - 2.7 - 3.4 - 3.5 - 3.6 - nightly before_install: - openssl aes-256-cbc -K $encrypted_e7f042a9cf96_key -iv $encrypted_e7f042a9cf96_iv -in settings.yml.enc -out settings.yml -d install: # Sometimes, only lxml master branch compiles with Python nightly # - if [[ "$( python --ver...
language: python os: - linux python: - 2.7 - 3.5 - 3.6 - 3.7 - nightly before_install: - openssl aes-256-cbc -K $encrypted_e7f042a9cf96_key -iv $encrypted_e7f042a9cf96_iv -in settings.yml.enc -out settings.yml -d install: # Sometimes, only lxml master branch compiles with Python nightly # - if [[ "$( python --ver...
Adjust parameters for cookstyle and foodcritic
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" before_script: - eval "$(chef shell-init bash)" - chef --version - cookstyle --version - foodcritic --versio...
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" before_script: - eval "$(chef shell-init bash)" - chef --version - cookstyle --version - foodcritic --versio...
Add gofmt to CI checks.
language: go sudo: false go: - 1.6 install: - go get -v github.com/golang/lint/golint - go get -d -t -v ./... - go build -v ./... script: - go vet ./... - $HOME/gopath/bin/golint . - go test -v ./...
language: go sudo: false go: - 1.6 install: - go get -v github.com/golang/lint/golint - go get -d -t -v ./... - go build -v ./... script: - go vet ./... - gofmt -l -d . - $HOME/gopath/bin/golint . - go test -v ./...
Use id to select test device
language: objective-c osx_image: xcode8.2 xcode_project: MathSwift.xcodeproj xcode_scheme: MathSwift xcode_sdk: iphonesimulator script: xcodebuild test -project MathSwift.xcodeproj -scheme MathSwift -destination 'platform=iOS Simulator,name=iPhone 7' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
language: objective-c osx_image: xcode8.2 xcode_project: MathSwift.xcodeproj xcode_scheme: MathSwift xcode_sdk: iphonesimulator script: xcodebuild test -project MathSwift.xcodeproj -scheme MathSwift -destination 'platform=iOS Simulator,id=22FA2149-1241-469C-BF6D-462D3837DB72' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRE...
Drop support for Ruby 2.2 (EOL)
language: ruby sudo: false matrix: include: - rvm: ruby-head - rvm: 2.6 - rvm: 2.5 - rvm: 2.4 - rvm: 2.3 - rvm: 2.2 - rvm: jruby-9.2.6.0 env: JRUBY_OPTS="--debug" LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 allow_failures: - rvm: ruby-head # https://github.com...
language: ruby sudo: false matrix: include: - rvm: ruby-head - rvm: 2.6 - rvm: 2.5 - rvm: 2.4 - rvm: 2.3 - rvm: jruby-9.2.6.0 env: JRUBY_OPTS="--debug" LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 allow_failures: - rvm: ruby-head # https://github.com/cucumber/cucum...
Test latest Django (allow failures), and improve the version strings
language: python services: - postgresql python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO=1.7.11 - DJANGO=1.8.14 - DJANGO=1.9.9 - DJANGO=1.10 matrix: exclude: - python: "3.5" env: DJANGO=1.7.11 - python: "3.3" env: DJANGO=1.9.9 - python: "3.3" env: DJANGO=1.10 insta...
language: python services: - postgresql python: - "2.7" - "3.3" - "3.4" - "3.5" env: - DJANGO_VERSION='Django>=1.7,<1.8' - DJANGO_VERSION='Django>=1.8,<1.9' - DJANGO_VERSION='Django>=1.9,<1.10' - DJANGO_VERSION='Django>=1.10,<2.0' - DJANGO_VERSION='https://github.com/django/django/archive/master.tar...
Use OpenJDK8 instead of OracleJDK8 because the Oracle one disappeared from Travis
language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew after_success: - ./gradlew cobertura coveralls deploy: - provider: script script: ./gradlew bintrayUpload -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_KEY}" -PdryRun=false skip_cleanup: true on: tags: true
language: java jdk: - openjdk8 before_install: - chmod +x gradlew after_success: - ./gradlew cobertura coveralls deploy: - provider: script script: ./gradlew bintrayUpload -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_KEY}" -PdryRun=false skip_cleanup: true on: tags: true
Use only latest of certain Node.js releases for build.
language: node_js node_js: - "6" - "6.0.0" - "6.1.0" - "6.2.0" - "6.2.1" - "6.2.2" - "6.3.0" - "6.3.1" - "6.4.0" - "6.5.0" - "6.6.0" - "6.7.0" script: - npm run test:coveralls
language: node_js node_js: - "6" - "6.0.0" - "6.1.0" - "6.2.x" - "6.3.x" - "6.4.0" - "6.5.0" - "6.6.0" - "6.7.0" script: - npm run test:coveralls
Disable integration tests on rails 3.2 due to incompatible dummy app.
language: ruby bundler_args: --without development rvm: - 2.0.0 - 1.9.3 - jruby - rbx-19mode gemfile: - gemfiles/Gemfile.rails-3-2 - gemfiles/Gemfile.rails-4-0 services: - rabbitmq script: - bundle exec rake spec:msgr - bundle exec rake spec:integration
language: ruby bundler_args: --without development services: - rabbitmq rvm: - 2.0.0 - 1.9.3 - jruby - rbx-19mode gemfile: - gemfiles/Gemfile.rails-3-2 - gemfiles/Gemfile.rails-4-0 env: - SUITE=msgr - SUITE=integration matrix: exclude: - gemfile: gemfiles/Gemfile.rails-3-2 env: SUITE=integ...
Fix a RVM install version
language: node_js node_js: 4 before_install: - rvm install 2.3 install: - npm install - gem install scss_lint script: - npm run lint
language: node_js node_js: 4 before_install: - rvm install 2.2.2 install: - npm install - gem install scss_lint script: - npm run lint
Put node 4 and 5 back
language: node_js sudo: false install: - "npm install" script: - "npm run travis" node_js: - "6" - "7" - "8" cache: directories: - 'node_modules'
language: node_js sudo: false install: - "npm install" script: - "npm run travis" node_js: - "4" - "5" - "6" - "7" - "8" cache: directories: - 'node_modules'
Update Travis config for testing matrix
language: python python: - "3.4" - "3.5" - "3.6" script: - python runtests.py
language: python python: - "3.4" - "3.5" - "3.6" env: - DJANGO_VERSION=1.10.8 - DJANGO_VERSION=1.11.9 - DJANGO_VERSION=2.0.1 install: pip install -r requirements.txt pip install Django==$DJANGO_VERSION script: - python runtests.py
Test on PHP7.0 and hhvm
language: php php: - 5.5 - 5.6 before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover script: phpunit --cove...
language: php php: - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover sudo:...
Use node v5 - node-sass issues
language: node_js node_js: - "node" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' - npm install -g npm@latest install: - npm install script: npm run js:test
language: node_js node_js: - "5" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' - npm install -g npm@latest install: - npm install script: npm run js:test
Use the pre-release builds of chefdk
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Update Travis YAML for generating docs.
before_install: - sudo add-apt-repository --yes ppa:hansjorg/rust - sudo add-apt-repository --yes ppa:cmrx64/cargo - sudo apt-get update -qq install: - sudo apt-get install -qq rust-nightly cargo script: - cargo build - cargo test
language: rust env: global: - secure: DEEHr+VSH3P0mzeEsd8iQniYvu/KSx5FtHHDXd1Wrs5zThQosfzk4uR/4OL5QxcGU2fGNHRXBqg1aPUarsRd6znFVOPU8cdyOmEgFF8vBCBVkZf3ZbtQcufhDHHki8EPg3UVlMqYnp8mloBFvj5QSTE00rzFFvXYF0PS4IFRrmY= before_install: - sudo add-apt-repository --yes ppa:hansjorg/rust - sudo add-apt-reposit...
Test Travis CI: Update build script
language: cpp compiler: - clang before_install: - mkdir -p _build - sudo add-apt-repository -y ppa:george-edison55/cmake-3.x - sudo apt-get update install: - sudo apt-get install -y cmake - cmake --version script: - cd _build - cmake .. - cmake --build .
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmake_bin/cmake-3.3.2-Linux...
Use the latest stable Node.js version on Travis CI and enable caching
language: node_js node_js: - "0.12" before_install: - npm install -g gulp-cli
language: node_js node_js: - node cache: directories: - node_modules install: - npm install -g gulp-cli - npm install - npm update
Upgrade Travis environment to PHP 7.2
language: php php: - '7.1' before_script: - cp .env.travis .env - mysql -e 'create database homestead_test;' - composer self-update - composer install --dev --no-interaction - php artisan key:generate - php artisan migrate --database=testing script: - mkdir -p build/logs - vendor/bin/phpunit -c php...
language: php php: - '7.2' before_script: - cp .env.travis .env - mysql -e 'create database homestead_test;' - composer self-update - composer install --dev --no-interaction - php artisan key:generate - php artisan migrate --database=testing script: - mkdir -p build/logs - vendor/bin/phpunit -c php...
Disable Python 3 support in Travis until a new release of pyramid_mailer is released
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" install: python setup.py develop script: python setup.py test services: - mongodb
language: python python: - "2.6" - "2.7" install: python setup.py develop script: python setup.py test services: - mongodb
Speed up ci with cache.
language: cpp sudo: required services: - docker dist: trusty os: linux env: - JOB=build - JOB=lint - JOB=test install: skip before_script: - if [ ! -d "${HOME}/.cache" ]; then mkdir ${HOME}/.cache; fi - cp scripts/AGREEMENT.txt ${HOME}/.cache/.apollo_agreement.txt - ./apollo_docker.sh clean ...
language: cpp sudo: required services: - docker dist: trusty os: linux env: - JOB=build - JOB=lint - JOB=test cache: directories: - $HOME/.cache/bazel install: skip before_script: - if [ ! -d "${HOME}/.cache" ]; then mkdir ${HOME}/.cache; fi - cp scripts/AGREEMENT.txt ${HOME}/.cache/.apollo_...
Add nasm to apt-get list for Travis
language: cpp compiler: - gcc - clang branches: except: - gh-pages before_install: - sudo apt-get update -qq - sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev install: make gtest-bootstrap script: make && make test && make clean && make ENABLE64BIT=Yes && make test && make ...
language: cpp compiler: - gcc - clang branches: except: - gh-pages before_install: - sudo apt-get update -qq - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev install: make gtest-bootstrap script: make && make test && make clean && make ENABLE64BIT=Yes && make test && ...
Extend test coverage to newer python 3 versions
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" install: - "python setup.py install" - "pip install coveralls" script: - "nosetests --with-coverage --cover-package=tr" after_success: - coveralls notifications: email: recipients: - yukino0131@me.com on_success: always ...
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" - "3.9-dev" install: - "python setup.py install" - "pip install coveralls" script: - "nosetests --with-coverage --cover-package=tr" after_success: - coveralls notifications: email: on_success: always...
Add node.js to the build
language: java jdk: - oraclejdk8
language: java jdk: - oraclejdk8 install: - npm install - mvn install -DskipTests=true script: - mvn test - ls target/
Fix coverage for python 3.2
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "3.6" - "3.6-dev" # 3.6 development branch - "3.7-dev" # 3.7 development branch - "nightly" # currently points to 3.7-dev # command to install dependencies install: "pip install -r requi...
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "3.6" - "3.6-dev" # 3.6 development branch - "3.7-dev" # 3.7 development branch - "nightly" # currently points to 3.7-dev before_install: - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; ...
Remove HHVM-nightly from Travis as it's no longer supported
language: php php: - 5.6 - 5.5 - hhvm - hhvm-nightly sudo: false env: matrix: - PREFER_LOWEST="--prefer-lowest --prefer-stable" - PREFER_LOWEST="" before_install: - composer self-update install: - composer update --prefer-source $PREFER_LOWEST
language: php php: - 5.6 - 5.5 - hhvm sudo: false env: matrix: - PREFER_LOWEST="--prefer-lowest --prefer-stable" - PREFER_LOWEST="" before_install: - composer self-update install: - composer update --prefer-source $PREFER_LOWEST
Add --runInBand back to Travis
--- language: node_js node_js: - node - "4" cache: yarn: true directories: - node_modules env: global: - NODE_ENV=development matrix: - JOB=test AST_COMPARE=1 matrix: fast_finish: true include: - node_js: "node" env: JOB=lint install: - yarn install before_script: - yarn ...
--- language: node_js node_js: - node - "4" cache: yarn: true directories: - node_modules env: global: - NODE_ENV=development matrix: - JOB=test AST_COMPARE=1 matrix: fast_finish: true include: - node_js: "node" env: JOB=lint install: - yarn install before_script: - yarn ...
Add latest ruby version to Travis build matrix
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.1.1" - "2.1.2" gemfile: - gemfiles/rails_30.gemfile - gemfiles/rails_31.gemfile - gemfiles/rails_32.gemfile - gemfiles/rails_40.gemfile - gemfiles/rails_41.gemfile
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.1.1" - "2.1.2" - "2.1.3" gemfile: - gemfiles/rails_30.gemfile - gemfiles/rails_31.gemfile - gemfiles/rails_32.gemfile - gemfiles/rails_40.gemfile - gemfiles/rails_41.gemfile
Update from Hackage at 2016-01-11T13:15:42+0000
homepage: http://www.cse.chalmers.se/~emax/bookshelf/Manual.shelf.html changelog-type: '' hash: c12033919565985ac656e63a41fc8972d69a712a1142c5b957fae0af84093f76 test-bench-deps: base: <5 process: -any maintainer: Emil Axelsson <emax@chalmers.se> synopsis: A simple document organizer with some wiki functionality cha...
homepage: http://www.cse.chalmers.se/~emax/bookshelf/Manual.shelf.html changelog-type: '' hash: 8691aa438ccfd96def58e25b1731cd2718a996ee26bb911a56aa74466759a92b test-bench-deps: base: <5 process: -any maintainer: Emil Axelsson <emax@chalmers.se> synopsis: A simple document organizer with some wiki functionality cha...
Add Bazel@HEAD with no bzlmod tests.
--- build_targets: &build_targets - "//..." # TODO: Look into broken targets in //toolchains - "-//toolchains/..." build_targets_bzlmod: &build_targets_bzlmod - "//..." - "-//toolchains/..." # TODO(pcloudy): pkg_tar doesn't work with Bzlmod due to https://github.com/bazelbuild/bazel/issues/14259 # Enable...
--- build_targets: &build_targets - "//..." # TODO: Look into broken targets in //toolchains - "-//toolchains/..." build_targets_bzlmod: &build_targets_bzlmod - "//..." - "-//toolchains/..." # TODO(pcloudy): pkg_tar doesn't work with Bzlmod due to https://github.com/bazelbuild/bazel/issues/14259 # Enable...
Install latest Firefox ESR release
language: java jdk: - oraclejdk8 sudo: false cache: directories: - $HOME/.gradle before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - "export DISPLAY=:99.0" deploy: provider: sc...
language: java jdk: - oraclejdk8 sudo: false addons: firefox: "latest-esr" cache: directories: - $HOME/.gradle before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - "export DISPL...
Add node 0.12 and iojs for CI
language: node_js node_js: - "0.11" - "0.10"
language: node_js node_js: - "0.12" - "0.10" - "iojs"
Add Ruby 2.3 to Travis config
sudo: false language: ruby rvm: - 2.2.1 - 2.2.3 cache: bundler script: "bundle exec rake test"
sudo: false language: ruby rvm: - 2.2.1 - 2.2.4 - 2.3.0 cache: bundler script: "bundle exec rake test"
Update Ruby versions to test against
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.2 - jruby-19mode - rbx-2
Remove Python 3.2 from interpreters list
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install . - pip install mock==2.0 - pip install -r requirements.txt script: nosetests
language: python python: - "2.7" - "3.3" - "3.4" install: - pip install . - pip install mock==2.0 - pip install -r requirements.txt script: nosetests
Add Ruby 2.5 to TravisCI builds
language: ruby rvm: - 2.4 - 2.3 - 2.2
language: ruby rvm: - 2.5 - 2.4 - 2.3 - 2.2
Switch build to use xcodebuild
language: objective-c osx_image: xcode7.3 xcode_project: PSOperations.xcodeproj xcode_sdk: - iphonesimulator - iphonesimulator xcode_scheme: - PSOperations - PSOperationsAppForTests before_install: - brew update - brew outdated xctool || brew upgrade xctool
language: objective-c osx_image: xcode7.3 script: - xcodebuild test -project PSOperations.xcodeproj -scheme PSOperations -destination 'platform=iOS Simulator,name=iPhone 6s' -destination 'platform=tvOS Simulator,name=Apple TV 1080p' - xcodebuild test -project PSOperations.xcodeproj -scheme PSOperationsAppForTests -d...
Use the correct scheme for testing.
language: objective-c osx_image: xcode7.3 xcode_workspace: Example/AirRivet.xcworkspace xcode_scheme: AirRivet xcode_sdk: iphonesimulator9.3 deploy: skip_cleanup: true provider: script script: ./scripts/deploy.sh on: tags: true
language: objective-c osx_image: xcode7.3 xcode_workspace: Example/AirRivet.xcworkspace xcode_scheme: AirRivet-Example xcode_sdk: iphonesimulator9.3 deploy: skip_cleanup: true provider: script script: ./scripts/deploy.sh on: tags: true
Test against Ruby 2.0.0 and 2.1.0
language: ruby rvm: - 1.9.2 - 1.9.3 - ruby-head
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head
Include Ruby 2.0 in Travis runs
language: ruby rvm: - "1.9.3" # - jruby-19mode # JRuby in 1.9 mode # - rbx-19mode # uncomment this line if your project needs to run something other than `rake`: env: global: - DB_HOST=127.0.0.1 matrix: # - GEM_SOURCE=rubygems DB=postgres DB_USER=postgres # - GEM_SOURCE=rubygems DB=mysql DB_USE...
language: ruby rvm: - "1.9.3" - "2.0.0" # - jruby-19mode # JRuby in 1.9 mode # - rbx-19mode # uncomment this line if your project needs to run something other than `rake`: env: global: - DB_HOST=127.0.0.1 matrix: # - GEM_SOURCE=rubygems DB=postgres DB_USER=postgres # - GEM_SOURCE=rubygems DB=mysql...
Fix failing selenium tests on TravisCI.
language: ruby cache: bundler rvm: - "2.2.0" notifications: email: false bundler_args: --without development:production --deployment --retry=3 --jobs=3 before_script: - bundle exec rake db:create - bundle exec rake db:migrate script: xvfb-run bundle exec rake test addons: postgresql: "9.3"
language: ruby cache: bundler rvm: - "2.2.0" notifications: email: false bundler_args: --without development:production --deployment --retry=3 --jobs=3 before_script: - bundle exec rake db:create - bundle exec rake db:migrate before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: ...
Switch to rbx-2 for Travis build.
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - rbx script: bundle exec rake spec cache: bundler
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.9.2 - rbx-2 script: bundle exec rake spec cache: bundler
Use openjdk8 to avoid Travis CI installation errors
sudo: false language: scala scala: - 2.10.7 - 2.11.12 - 2.12.9 - 2.13.0 jdk: - oraclejdk8 - oraclejdk11 - openjdk11 script: - java -version - sbt test
sudo: false language: scala scala: - 2.10.7 - 2.11.12 - 2.12.9 - 2.13.0 jdk: - openjdk8 - oraclejdk11 - openjdk11 script: - java -version - sbt test
Drop support for Ruby versions before 2.2.5
language: ruby rvm: - 2.1.5 - 2.0.0 - 1.9.3
language: ruby rvm: - 2.3.1 - 2.2.5
Use Node 0.10 on Travis
language: node_js node_js: - "0.8" before_script: - npm install -g grunt-cli - npm install -g bower - bower install branches: only: - master - develop
language: node_js node_js: - "0.10" before_script: - npm install -g grunt-cli - npm install -g bower - bower install branches: only: - master - develop
Remove Python 3.2 from Travis CI build matrix
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev - "pypy" install: - pip install tox script: - tox -e coverage after_success: - coveralls
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev - "pypy" install: - pip install tox script: - tox -e coverage after_success: - coveralls
Add note for build chain config
language: node_js env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "0.12" - "0.11" - "0.10" - "iojs" - "iojs-v1.0.4" - "node" - "4.0"
language: node_js # Add build chain config for Node GYP in Node 4.x env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "0.12" - "0.11" - "0.10" - "iojs" - "iojs-v1.0.4" - "node" - "4.0"
Migrate to Travis CI container-based infrastructure
language: node_js node_js: - "0.10" - "0.11" - "0.12" - "4.0" - "4.1" before_install: - sudo apt-get update -qq - sudo apt-get install -qq default-jdk g++ make - echo -e "127.0.0.1 localhost\n127.0.0.1 travis001.onddo.com" | sudo tee -a /etc/hosts - sudo hostname 'travis001.onddo.com' - hostname | sudo tee /etc/hostn...
language: node_js sudo: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - default-jdk - g++-4.8 - make node_js: - "0.10" - "0.11" - "0.12" - "4.0" - "4.1" before_install: - export CXX=g++-4.8 - npm install -g jshint || true
Use Swift 3.0p1 on Ubuntu.
language: generic matrix: include: - os: Linux dist: trusty env: SWIFT_SNAPSHOT_NAME=DEVELOPMENT-SNAPSHOT-2016-05-31-a sudo: required - os: Linux dist: trusty env: "SWIFT_SNAPSHOT_NAME=https://swift.org/builds/swift-2.2.1-release/ubuntu1404/s...
language: generic matrix: include: - os: Linux dist: trusty env: "SWIFT_SNAPSHOT_NAME=https://swift.org/builds/swift-3.0-preview-1/ubuntu1404/swift-3.0-preview-1/swift-3.0-preview-1-ubuntu14.04.tar.gz" sudo: required - os: Linux dist: trusty e...
Test against Ruby 2.3.0 on Travis CI
language: ruby rvm: - 2.2 - 2.1 - 2.0.0 - 1.9.3 - rbx-2 - jruby-19mode - jruby-head sudo: false bundler_args: --without=guard notifications: disabled: true script: - bundle exec rake - bundle exec rubocop
language: ruby rvm: - 2.3.0 - 2.2 - 2.1 - 2.0.0 - 1.9.3 - rbx-2 - jruby-19mode - jruby-head sudo: false bundler_args: --without=guard notifications: disabled: true script: - bundle exec rake - bundle exec rubocop
Fix CI for bundler v2
language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - ruby-head bundler_args: "--jobs=2" before_install: - gem install bundler --no-document script: bundle exec rspec branches: only: - master notifications: email: false slack: secure: A2NfkamFIfgKSrV3KFMW+vYsCt9H9WgXJf6A4T+aAi8...
language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - ruby-head bundler_args: "--jobs=2" before_install: - travis_retry gem update --system || travis_retry gem update --system 2.7.8 - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3...
Add notifications to our Slack channel.
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapper/" notifications: slack: secure: l8CRTBmVulwZ29is+bEC2DE6X//CiReJvVQOUsFVVg0Ib0EMFOxj1HRUVRleba+mBG08TvFdq2hUgI7fz7lXprir72EcLWx0iRjGm4pH...
Move testing from Precies to Trusty, add rubinius, update to lates minor ruby versions
language: ruby cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.1 - jruby-19mode - jruby-head - rbx-2 before_install: # bundler installation needed for jruby-head # https://github.com/travis-ci/travis-ci/issues/5861 - gem install bundler env: - JRUBY_OPTS="-Xcli.debug=true --debug"
dist: trusty sudo: false language: ruby cache: bundler rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - jruby-9.0.5.0 - jruby-9.1.12.0 - rbx-3.82 before_install: # bundler installation needed for jruby-head # https://github.com/travis-ci/travis-ci/issues/5861 - gem install bundler env: - JRUBY_OP...
Remove unneeded npm install in dist-tools
language: node_js node_js: - "0.10" branches: only: - master - normalized before_script: - "npm install git://github.com/aws/aws-sdk-js-apis#$TRAVIS_BRANCH" - "pushd dist-tools && npm install && popd" script: "if [ $INTEGRATION ]; then cucumber.js -f pretty; else npm test; fi" # env: # global: # ...
language: node_js node_js: - "0.10" branches: only: - master - normalized before_script: - "npm install git://github.com/aws/aws-sdk-js-apis#$TRAVIS_BRANCH" script: "if [ $INTEGRATION ]; then cucumber.js -f pretty; else npm test; fi" # env: # global: # - secure: "..." # matrix: # - UNIT=1 ...
Add basic info to jekyll config
# Site settings title: Your awesome title email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed....
# Site settings title: Blog by Hilzu email: hilzu@iki.fi description: > Random thoughts mostly about technology and especially about web stack. baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://blog.hilzu.moe" # the base hostname & protocol for your site twitter_username: ze_hilda github_username: hil...
Exclude COPYING and README.md from the generated site
markdown: kramdown highlighter: pygments permalink: /news/:year/:month/:day/:title/ excerpt_separator: "" google_analytics_id: UA-46880695-1 organization_url: https://github.com/frida repository: https://github.com/frida/frida timezone: Europe/Oslo collections: docs: output: true name: Frida • A world-class ...
markdown: kramdown highlighter: pygments permalink: /news/:year/:month/:day/:title/ excerpt_separator: "" google_analytics_id: UA-46880695-1 organization_url: https://github.com/frida repository: https://github.com/frida/frida timezone: Europe/Oslo collections: docs: output: true name: Frida • A world-class ...
Switch to rouge for highlighting
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" highlighter: pygments markdown: redcarpet name: "[ antoinealb.net ]" description: A blog about robotics, embedded software and Linux author: name: Antoine Albe...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" highlighter: rouge markdown: redcarpet name: "[ antoinealb.net ]" description: A blog about robotics, embedded software and Linux author: name: Antoine Alberte...
Update config settings for newer jekyll
markdown: rdiscount pygments: true permalink: /posts/:title auto: true future: false rdiscount: extensions: [smart] name: Matt Yoho url: http://mattyoho.com description: Wholesale optimism distributor. twitter: mattyoho github: mattyoho instagram: mattyoho gravatar_url: http://www.gravatar.com/avatar/52ee95ca6e345d8...
markdown: kramdown highlighter: pygments permalink: /posts/:title future: false kramdown: gfm: true name: Matt Yoho url: http://mattyoho.com description: Wholesale optimism distributor. twitter: mattyoho github: mattyoho instagram: mattyoho gravatar_url: http://www.gravatar.com/avatar/52ee95ca6e345d86a414741dccaa6dc...
Exclude node modules & minima readme
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For te...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For te...
Add codeclimate test coverage token
--- language: ruby rvm: 2.0.0 before_install: - gem install bundler --no-ri --no-rdoc script: CODECLIMATE_REPO_TOKEN=x bundle && bundle exec rspec addons: code_climate: repo_token: x
--- language: ruby rvm: 2.0.0 before_install: - gem install bundler --no-ri --no-rdoc script: CODECLIMATE_REPO_TOKEN=2f6f03ad98447b63d5ad55055331c2fbd76526fbffdc5365d4a3b9e3d59dbc70 bundle && bundle exec rspec addons: code_climate: repo_token: 2f6f03ad98447b63d5ad55055331c2fbd76526fbffdc5365d4a3b9e3d59dbc70
Test on more php versions
language: php php: - 5.4 - 5.5 - 5.6 - hhvm sudo: false install: travis_retry composer install --no-interaction --prefer-source script: phpunit
language: php php: - 5.4 - 5.5.9 - 5.5 - 5.6 - 7.0 - hhvm sudo: false install: travis_retry composer install --no-interaction --prefer-source script: phpunit
Use newer version of Maven
language: java jdk: - oraclejdk8
language: java jdk: - oraclejdk8 before_install: - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip - unzip -qq apache-maven-3.3.9-bin.zip - export M2_HOME=$PWD/apache-maven-3.3.9 - export PATH=$M2_HOME/bin:$PATH
Revert "Fix Travis config to reflect new requirements"
language: scala sudo: false scala: - 2.11.8 jdk: - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
language: scala sudo: false scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport scalastyle - sbt ++$TRAVIS_SCALA_VERSION coverageAggregate after_success: - bash <(curl -s https://codecov.io/bash)
Switch back to parallel spec tests
--- sudo: false dist: trusty language: ruby cache: bundler before_install: - bundle -v - rm -f Gemfile.lock - gem update --system - gem --version - bundle -v script: - 'bundle exec rake $CHECK' bundler_args: --without system_tests rvm: - 2.5.0 env: global: - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_G...
--- sudo: false dist: trusty language: ruby cache: bundler before_install: - bundle -v - rm -f Gemfile.lock - gem update --system - gem --version - bundle -v script: - 'bundle exec rake $CHECK' bundler_args: --without system_tests rvm: - 2.5.0 env: global: - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_G...
Fix invalid deps and move AttributeFactory to component
language: php php: - 5.5 - 5.6 - 7.0 before_script: composer install --dev --prefer-source script: bin/phpspec run -fpretty --verbose
language: php php: - 5.5 - 5.6 - 7.0 before_script: composer install --no-interaction --prefer-source script: bin/phpspec run -fpretty --verbose
Include patchelf as a build requirement
package: name: julia version: 0.5.0 source: fn: julia-0.5.0-full.tar.gz url: https://github.com/JuliaLang/julia/releases/download/v0.5.0/julia-0.5.0-full.tar.gz md5: b61385671ba74767ab452363c43131fb # from https://s3.amazonaws.com/julialang/bin/checksums/julia-0.5.0.md5 build: string: mkl script_env: ...
package: name: julia version: 0.5.0 source: fn: julia-0.5.0-full.tar.gz url: https://github.com/JuliaLang/julia/releases/download/v0.5.0/julia-0.5.0-full.tar.gz md5: b61385671ba74767ab452363c43131fb # from https://s3.amazonaws.com/julialang/bin/checksums/julia-0.5.0.md5 requirements: build: - patche...
Update from Hackage at 2017-04-03T21:47:57Z
homepage: https://github.com/tonyday567/numhask changelog-type: '' hash: 57c2756453b0794874932aafa25d2f2a2d27f0f7a619cba2f75481d06e0a7e89 test-bench-deps: numhask: -any base: ! '>=4.7 && <5' doctest: -any HUnit: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: -any maintainer: tonyd...
homepage: https://github.com/tonyday567/numhask changelog-type: '' hash: dd4f8cdfa2c75684def5f1380bf160b3adf700739343f4d1bfab014918a34d9b test-bench-deps: numhask: -any base: ! '>=4.7 && <5' doctest: -any HUnit: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: -any maintainer: tonyd...
Remove redundant AppVeyor matrix entry
environment: NODE_CONFIG: '{"db": {"host": "localhost"}}' PGUSER: postgres PGPASSWORD: Password12! POSTGRES_PATH: C:\Program Files\PostgreSQL\10 matrix: - nodejs_version: "8.16.0" - nodejs_version: "8.16.0" - nodejs_version: "10.15.3" - nodejs_version: "10.15.3" USE_QLOBBER_PG: 1 - n...
environment: NODE_CONFIG: '{"db": {"host": "localhost"}}' PGUSER: postgres PGPASSWORD: Password12! POSTGRES_PATH: C:\Program Files\PostgreSQL\10 matrix: - nodejs_version: "8.16.0" - nodejs_version: "10.15.3" - nodejs_version: "10.15.3" USE_QLOBBER_PG: 1 - nodejs_version: "12.2.0" - n...
Update before running the tests
language: php before_script: - composer install --dev --prefer-source php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm script: - phpunit --coverage-text
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: - phpunit --coverage-text
Use the right make rule for Travis builds
language: go go: - 1.x - 1.8.x - master services: - docker jobs: include: - stage: deploy script: # build caddy - make travis-build # build image and push - docker login --username="$DOCKER_USER" --password="$DOCKER_PASSWORD" - make docker - make d...
language: go go: - 1.x - 1.8.x - master services: - docker script: - make travis-build jobs: include: - stage: deploy script: # build caddy - make travis-build # build image and push - docker login --username="$DOCKER_USER" --password="$DOCKER_PASSWORD" ...
Update image format for docker 1.12 due to new restrictions
after_script: - docker images before_script: - cd "$VERSION" - IMAGE="bitcoind:$VERSION" env: - VERSION=0.13 - VERSION=0.13/alpine - VERSION=0.12 - VERSION=0.12/alpine - VERSION=0.11 - VERSION=0.11/alpine language: bash script: - docker build -t "$IMAGE" . - docker run "$IMAGE" --version | gre...
after_script: - docker images before_script: - cd "$VERSION" - IMAGE="bitcoind:${VERSION/\//-}" env: - VERSION=0.13 - VERSION=0.13/alpine - VERSION=0.12 - VERSION=0.12/alpine - VERSION=0.11 - VERSION=0.11/alpine language: bash script: - docker build -t "$IMAGE" . - docker run "$IMAGE" --versio...
Add Ruby 2.2.0 to test targets on Travis CI
rvm: - "1.9.3" - "2.0.0" - "2.1.0"
rvm: - "1.9.3" - "2.0.0" - "2.1.0" - "2.2.0"
Use 9.4 postgres for jsonb support.
language: ruby sudo: false cache: bundler rvm: - 2.3.0 before_script: - psql -c 'create database reread_test;' -U postgres notifications: email: false slack: secure: wZ1UPEcH/Zf/wSPvpR1q76vpUQvAEGuwR5500ML8C+shW7PedvuSZaiZYAOZxhyD17RXzXYroON0ArEk3NUcKD8supPzYjUWzCeWDIFaYxEb7dOm7tpRBf4GuQ/oy8HGsBi947ZTX3WytG...
language: ruby sudo: false cache: bundler rvm: - 2.3.0 addons: postgresql: 9.4 before_script: - psql -c 'create database reread_test;' -U postgres notifications: email: false slack: secure: wZ1UPEcH/Zf/wSPvpR1q76vpUQvAEGuwR5500ML8C+shW7PedvuSZaiZYAOZxhyD17RXzXYroON0ArEk3NUcKD8supPzYjUWzCeWDIFaYxEb7dOm7tpR...
Remove Oracle JDK 7 and OpenJDK 7 from Travis CI.
language: java before_install: sudo pip install codecov install: mvn install --quiet -DskipTests=true -B script: mvn test --quiet -B jdk: - openjdk7 - oraclejdk7 - oraclejdk8 after_success: codecov
language: java before_install: sudo pip install codecov install: mvn install --quiet -DskipTests=true -B script: mvn test --quiet -B jdk: - oraclejdk8 after_success: codecov
Use the latest 2.1 and 2.2 ruby versions for the test builds
before_install: - gem update bundler - sed -i '1d' Gemfile before_script: - npm install -g mocha-phantomjs@2.0.2 - bundle exec rake test_js &> /dev/null & - sleep 5 cache: bundler language: ruby rvm: - 2.0.0 - 2.1.0 - 2.2.0 script: - bundle exec rspec - mocha-phantomjs http://localhost:4567/test -...
before_install: - gem update bundler - sed -i '1d' Gemfile before_script: - npm install -g mocha-phantomjs@2.0.2 - bundle exec rake test_js &> /dev/null & - sleep 5 cache: bundler language: ruby rvm: - 2.0.0 - 2.1 - 2.2 script: - bundle exec rspec - mocha-phantomjs http://localhost:4567/test - bun...
Install wand using -e option in Travis CI
language: python python: - 2.6 - 2.7 - pypy install: - pip install pytest pytest-cov pytest-capturelog coveralls script: - python -mwand.version --verbose - py.test --cov wand --durations=20 after_success: - coveralls notifications: irc: channels: - "ircs://ssl.ozinger.org:16667#hongminhee" - "irc.freenod...
language: python python: - 2.6 - 2.7 - pypy install: - pip install pytest pytest-cov pytest-capturelog coveralls - pip install -e . script: - python -mwand.version --verbose - py.test --cov wand --durations=20 after_success: - coveralls notifications: irc: channels: - "ircs://ssl.ozinger.org:16667#hongminhee"...
Add rubinius to the build matrix
language: ruby services: postgresql before_script: - psql -c "CREATE USER rdo WITH PASSWORD 'rdo';" -U postgres - psql -c "CREATE DATABASE rdo WITH OWNER rdo;" -U postgres script: "CONNECTION=postgres://rdo:rdo@127.0.0.1/rdo?encoding=utf-8 bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 notifications: email: chri...
language: ruby services: postgresql before_script: - psql -c "CREATE USER rdo WITH PASSWORD 'rdo';" -U postgres - psql -c "CREATE DATABASE rdo WITH OWNER rdo;" -U postgres script: "CONNECTION=postgres://rdo:rdo@127.0.0.1/rdo?encoding=utf-8 bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 - rbx-19mode notifications...
Fix script for scala 2.10.1
language: scala scala: - "2.10.1" - "2.10.0" jdk: - oraclejdk7 - openjdk7 - openjdk6 services: - mongodb
language: scala script: sbt ';set scalaVersion in Global := "2.10.1"; test' scala: - "2.10.1" - "2.10.0" jdk: - oraclejdk7 - openjdk7 - openjdk6 services: - mongodb
Exclude 0.10 and 0.12 node from Travis.yml
language: node_js node_js: - "0.10" - "0.12" - "4.0" - "4.1" - "4.2" before_install: npm i npm@2.14.4 --global install: - npm install - npm install codecov.io --save services: addons: postgresql: "9.3" apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 env: global: ...
language: node_js node_js: - "4.0" - "4.1" - "4.2" before_install: npm i npm@2.14.4 --global install: - npm install - npm install codecov.io --save services: addons: postgresql: "9.3" apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 env: global: - CXX=g++-4.8 befo...
Fix workspace path in Travis.yml
language: objective-c cache: cocoapods xcode_workspace: Cortado/Cortado.xcworkspace xcode_scheme: Cortado xcode_sdk: iphonesimulator before_install: - gem install activesupport --no-ri --no-rdoc - gem install cocoapods cocoapods-keys --no-ri --no-rdoc - gem install slather --no-ri --no-rdoc - pod keys set fou...
language: objective-c cache: cocoapods xcode_workspace: Cortado.xcworkspace xcode_scheme: Cortado xcode_sdk: iphonesimulator before_install: - gem install activesupport --no-ri --no-rdoc - gem install cocoapods cocoapods-keys --no-ri --no-rdoc - gem install slather --no-ri --no-rdoc - pod keys set foursquareC...
Use Travis-CI docker infrastructure, which makes build run faster
language: c before_install: - sudo apt-get update -qq - sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev libavresample-dev script: - cmake . && cmake --build . - make test compiler: - gcc - clang
language: c addons: apt: packages: - libavutil-dev - libavcodec-dev - libavformat-dev - libavresample-dev script: - cmake . && cmake --build . - make test compiler: - gcc - clang
Use latest version of specified ruby
rvm: - 1.9.3 - 2.0.0 - 2.1.2
rvm: - 1.9.3-p551 - 2.0.0-p648 - 2.1.10
Use bundled Lua and libdwarf
language: c compiler: - clang - gcc env: global: - LUA_VER=5.3.0 matrix: - COVERAGE=true - COVERAGE=false install: - sudo apt-get install libdwarf-dev libelf-dev ninja-build - $COVERAGE && sudo pip install cpp-coveralls || true script: - wget -O - http://www.lua.org/f...
language: c compiler: - clang - gcc env: matrix: - COVERAGE=true - COVERAGE=false install: - $COVERAGE && sudo pip install cpp-coveralls || true script: - $COVERAGE && export CC="${CC} -fprofile-arcs -ftest-coverage -O0 -g" || true - ./configure --objdir=out --enable-checks --ena...
Support openjdk12 on Travis CI Fixes gh-80
language: java jdk: - openjdk11 - oraclejdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNKJ62wLBIOC/wvD\nLeQZeAcgXQvbA2Ug8Lg0NXxqtI5dep...
language: java jdk: - openjdk12 - openjdk11 - oraclejdk8 after_success: - chmod -R 777 ./travis/after_success.sh - ./travis/after_success.sh env: global: - secure: "dgaO+01IuaJgtHpZ2z3leAfU91vgfRtjJpCuGdhvoSs03uU7kuQGXmm8Fg8b\n8Z8DqBCO+mJY47WNrwlBrb2Xbo12YRxZViG9tEnhvaWogNKJ62wLBIOC/wvD\nLeQZeAcgXQvbA2Ug8L...
Remove unsupported Go versions from build
sudo: false language: go go: - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 - tip
sudo: false language: go go: - 1.5 - 1.6 - tip
Add 1.0.14 and 1.0.16 to the build matrix
language: clojure lein: lein2 dist: trusty jdk: - oraclejdk8 cache: directories: - $HOME/.lein - $HOME/.m2 env: - LIBSODIUM_VERSION=1.0.15 - LIBSODIUM_VERSION=1.0.13 matrix: allow_failures: - env: LIBSODIUM_VERSION=1.0.13 fast_finish: true install: - wget https://github.com/lvh/libsodium-debs/...
language: clojure lein: lein2 dist: trusty jdk: - oraclejdk8 cache: directories: - $HOME/.lein - $HOME/.m2 env: - LIBSODIUM_VERSION=1.0.16 - LIBSODIUM_VERSION=1.0.15 - LIBSODIUM_VERSION=1.0.14 - LIBSODIUM_VERSION=1.0.13 matrix: allow_failures: - env: LIBSODIUM_VERSION=1.0.14 - env: LIBSODI...
Test with Node.js 5.1 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' 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: - ...
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' 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_ins...