commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
42b80fc76ed49766d5b3f7d8dfc7e5d1f96604ae
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 script: - rspec spec/
language: ruby rvm: - 2.0.0 script: - rspec spec/
Drop support of ruby 1.9.3
Drop support of ruby 1.9.3
YAML
mit
ck3g/battle
5394cca920c4d6cf8ef140f21992419081c37e6e
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang before_install: - sudo add-apt-repository -y ppa:kalakris/cmake - sudo apt-get update -qq install: # See issue travis-ci/travis-ci#1379 - 'if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; export CXX="g++-4.8" CC="gcc-4.8"; else export CC=clang CXX=clang++; ...
language: cpp compiler: - gcc - clang before_install: - sudo add-apt-repository -y ppa:kalakris/cmake - sudo apt-get update -qq install: # See issue travis-ci/travis-ci#1379 - 'if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; export CXX="g++-4.8" CC="gcc-4.8"; else export CC=clang CXX=clang++; ...
Fix build script again 2.
Fix build script again 2.
YAML
mpl-2.0
roboime/ssl-sim,gustavokcouto/ssl-sim,roboime/ssl-sim,roboime/ssl-sim,gustavokcouto/ssl-sim,gustavokcouto/ssl-sim
b9822982f05cbf99eb701dbfd8a61ef5ceff611d
.travis.yml
.travis.yml
language: ruby sudo: false bundler_args: --without development rvm: - 2.2.2 - 2.3.1 - jruby-9.1.2.0 gemfile: - Gemfile env: global: - CI="travis" - JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m" matrix: - MONGODB=2.4.14 - MONGODB=2.6.12 - MONGODB=3.0.12 - MONGODB=3.2.7 before_scr...
language: ruby sudo: false bundler_args: --without development rvm: - 2.2.2 - 2.3.1 - jruby-9.1.2.0 gemfile: - Gemfile env: global: - CI="travis" - JRUBY_OPTS="--server -J-Xms512m -J-Xmx2G" matrix: - MONGODB=2.4.14 - MONGODB=2.6.12 - MONGODB=3.0.12 - MONGODB=3.2.7 before_script...
Increase jRuby max heap size
Increase jRuby max heap size
YAML
mit
Sharevari-Inc/mongoid,kay-kim/mongoid,mongodb/mongoid,herimedia/mongoid,estolfo/mongoid,Zhomart/mongoid,kay-kim/mongoid,Welovroi/mongoid,mongodb/mongoid,Sharevari-Inc/mongoid,jonhyman/mongoid,herimedia/mongoid,Welovroi/mongoid,nicolasblanco/mongoid,nviennot/mongoid,estolfo/mongoid,mongodb/mongoid,nviennot/mongoid,jonhy...
cf60dae03c51ced79a215723acaacbba9df1f1b1
.travis.yml
.travis.yml
language: node_js node_js: - "6" install: - npm install - gulp dist - npm install babel-generator babylon cheerio @angular/core stylus less postcss
language: node_js node_js: - "6" install: - npm install - gulp dist - npm install babel-generator babylon cheerio @angular/core stylus less postcss node-sass
Add sass to peer dep
Add sass to peer dep
YAML
mit
rs3d/fuse-box,rs3d/fuse-box,fuse-box/fuse-box,rs3d/fuse-box,pnml/fuse-box,pnml/fuse-box,fuse-box/fuse-box,fuse-box/fuse-box,fuse-box/fuse-box,pnml/fuse-box
392eff7dc641388ffd03c4d58d647e721d0e297c
.travis.yml
.travis.yml
language: php dist: trusty sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: fast_finish: true include: - php: 5.3 dist: precise env: COMPOSER_FLAGS="--prefer-lowest" before_script: - composer update --no-interaction --no-progress --no-suggest ${COMPOSER_FLAGS} script: ...
language: php dist: trusty sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 cache: directories: - ${HOME}/.composer/cache/files matrix: fast_finish: true include: - php: 5.3 dist: precise env: COMPOSER_FLAGS="--prefer-lowest" before_script: - composer update --no-interact...
Add Composer directories to Travis CI cache
Add Composer directories to Travis CI cache
YAML
mit
jmikola/WildcardEventDispatcher
1de25e41cbefaa6b5a9bc08a3644778ea01b472f
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "stable" script: - gulp lint - gulp less env: global: - NPM_CONFIG_PROGRESS="false"
sudo: false language: node_js node_js: - "stable" script: - gulp lint - gulp less cache: directories: - node_modules env: global: - NPM_CONFIG_PROGRESS="false"
Add TravisCI caching for node_modules directory
Add TravisCI caching for node_modules directory
YAML
mit
wolfy1339/m8tro-bootstrap,wolfy1339/m8tro-bootstrap,wolfy1339/m8tro-bootstrap
0f8f93000312f4343ce906d68de37c1299ed810f
.travis.yml
.travis.yml
language: python python: - 2.7 services: - docker before_install: - tar xvfz sandbox.tar.gz > /dev/null - source sandbox/bin/activate - sandbox/bin/pip install -r requirements.txt --exists-action w --upgrade script: - VERSION=leap42sp1 make -s build_image - VERSION=leap42sp1 make -s custom_integration
language: python python: - 2.7 services: - docker before_install: - tar xvfz sandbox.tar.gz > /dev/null - source sandbox/bin/activate - sandbox/bin/pip install -r requirements.txt --exists-action w --upgrade script: - BUILD_OPTS:=--nopull VERSION=leap42sp1 make -s build_image - VERSION=leap42sp1 make -s custom_inte...
Build leap42.1 docker image without pull
Build leap42.1 docker image without pull
YAML
mit
dincamihai/salt-toaster,dincamihai/salt-toaster
b8ffa6b281aa51e5e75b87f2babb6ad35e3a8cc8
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - jruby-19mode env: - ES_VERSION=0.18.7 - ES_VERSION=0.19.1 before_script: "bin/install_elasticsearch"
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-19mode env: - ES_VERSION=0.18.7 - ES_VERSION=0.19.1 before_script: "bin/install_elasticsearch"
Add ruby-1.8.7 to build matrix
Add ruby-1.8.7 to build matrix
YAML
mit
Asquera/elasticsearch-node
8bfab574b1c9305ca30d7ec98fc4976af8c6d15b
.travis.yml
.travis.yml
language: android env: global: - ADB_INSTALL_TIMEOUT=8 # 8 minutes (2 minutes by default) android: components: - tools - build-tools-23.0.2 - android-23 - extra-android-support - extra-google-m2repository - extra-android-m2repository - sys-img-armeabi-v7a-android-19 before_script: ...
language: android env: global: - ADB_INSTALL_TIMEOUT=8 # 8 minutes (2 minutes by default) android: components: - tools - build-tools-23.0.2 - android-23 - extra-android-support - extra-google-m2repository - extra-android-m2repository - sys-img-armeabi-v7a-android-18 before_script: ...
Change to use emulator api 18
Change to use emulator api 18
YAML
apache-2.0
Karumi/KataSuperHeroesAndroid
6adc97166bdc3f0b8682d016f2b0fca9ad65424c
.travis.yml
.travis.yml
language: rust sudo: false cache: cargo rust: - stable - beta - nightly env: - COMPILE_ARGS=("--no-default-features") - COMPILE_ARGS=() os: - linux - osx before_script: - export PATH="$PATH:$HOME/.cargo/bin" - | # cargo install rustfmt if [[ $TRAVIS_RUST_VERSION = nightly ]]; then echo "formatting enabled" ...
language: rust sudo: false cache: cargo rust: - stable - beta - nightly env: - COMPILE_ARGS=("--no-default-features") - COMPILE_ARGS=() os: - linux - osx script: - cargo build --verbose "${COMPILE_ARGS[@]}" - cargo test --verbose "${COMPILE_ARGS[@]}" -- --skip auth
Remove formatting testing until rustfmt works on stable rust again.
Remove formatting testing until rustfmt works on stable rust again.
YAML
mit
daboross/rust-screeps-api
11f756a8eb975df93d923853c959e166c1beff56
.travis.yml
.travis.yml
language: ruby rvm: $RUBY_VERSION env: - PUPPET_VERSION="~> 4.3.0" STRICT_VARIABLES=yes RUBY_VERSION="2.1.0" - PUPPET_VERSION="~> 4.9.0" RUBY_VERSION="2.1.0" - PUPPET_VERSION="~> 5.5.0" RUBY_VERSION="2.4.0" - PUPPET_VERSION="~> 6.13.0" RUBY_VERSION="2.6.0" script: "rake test" sudo: false
language: ruby rvm: $RUBY_VERSION env: - PUPPET_VERSION="~> 4.3.0" STRICT_VARIABLES=yes RUBY_VERSION="2.6.6" - PUPPET_VERSION="~> 4.9.0" RUBY_VERSION="2.6.6" - PUPPET_VERSION="~> 5.5.0" RUBY_VERSION="2.6.6" - PUPPET_VERSION="~> 6.13.0" RUBY_VERSION="2.6.6" script: "rake test" sudo: false
Update ruby versions in build matrix
Update ruby versions in build matrix
YAML
mit
willdurand/puppet-composer
7fdb767cbd4b03ccdba6e30ca4a6a39b438d5822
.travis.yml
.travis.yml
language: node_js node_js: - "node" install: - npm install -g uglifyjs jshint jsonlint - npm install script: - make - make lint - make test after_script: - node_modules/istanbul/lib/cli.js cover node_modules/jasmine/bin/jasmine.js --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/...
language: node_js node_js: - "node" install: - npm install -g uglifyjs jshint jsonlint - npm install script: - make - make lint - make test after_script: - node_modules/istanbul/lib/cli.js cover node_modules/jasmine/bin/jasmine.js --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/...
Add -v option for coveralls
Add -v option for coveralls
YAML
mit
jcubic/jquery.terminal,jcubic/jquery.terminal,jcubic/jquery.terminal,jcubic/jquery.terminal
5b712d60548a3899b99431b5343599cb84da8e0f
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 4 - nvm use 4 - npm i -g npm@4 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo...
language: php php: - '5.6' - '7.0' - '7.1' before_script: - nvm install 7 - nvm use 7 - npm i -g npm@5 - npm i -g gulp - npm i - touch tests.db - chmod a+w tests.db script: - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app && gulp coverage after_success: - echo...
Update Node and npm versions in CI builds
Update Node and npm versions in CI builds
YAML
mit
kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard
7322e3faaa9ce158aa4f095a6250f2a389694aab
.travis.yml
.travis.yml
language: node_js dist: trusty node_js: - 8 - 10 addons: chrome: stable install: - npm ci before_install: - npm i -g npm@latest script: # xvfb-run is needed for headless testing with real browsers - xvfb-run karma start --single-run - if [[ "$TRAVIS_EVENT_TYPE" = "push" ]]; then karma start -...
language: node_js dist: trusty node_js: lts/* addons: chrome: stable install: - npm ci before_install: - npm i -g npm@latest script: # xvfb-run is needed for headless testing with real browsers - xvfb-run karma start --single-run - if [[ "$TRAVIS_EVENT_TYPE" = "push" ]]; then karma start --single...
Test only against node LTS
Test only against node LTS
YAML
mit
kenwheeler/cash,kenwheeler/cash,kenwheeler/cash
419b38c0972cbaa84ba6100963524bd135fbc848
.travis.yml
.travis.yml
language: go sudo: false go: - 1.6 - 1.7 - 1.8 - tip before_install: - export PATH=$HOME/gopath/bin:$PATH - go get github.com/mattn/goveralls script: - go test -race ./... - go test -cover ./... - goveralls -service=travis-ci -ignore=examples/*,examples/plugins/*/* matrix: allow_failures: - g...
language: go sudo: false go: - "1.6" - "1.7" - "1.8" - "1.9" - "1.10" - "tip" before_install: - export PATH=$HOME/gopath/bin:$PATH - go get github.com/mattn/goveralls script: - go test -race ./... - go test -cover ./... - goveralls -service=travis-ci -ignore=examples/*,examples/plugins/*/* mat...
Add golang 1.10 to test target
Add golang 1.10 to test target
YAML
mit
oklahomer/go-sarah
c327b88ef528267f795a62d44bc9597253dd51a7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-2.1.1
Change Travis CI Rubinius version
Change Travis CI Rubinius version
YAML
mit
mmozuras/pronto-rails_best_practices
ee89da618f492b56369123c514a212e8e3969f35
.travis.yml
.travis.yml
language: go go: - 1.0 - 1.1 - 1.2 - 1.3 - 1.4 script: make test sudo: false
language: go go: - 1.2 - 1.3 - 1.4 script: make test sudo: false
Remove Go 1.0 and 1.1 from Travis CI.
Remove Go 1.0 and 1.1 from Travis CI.
YAML
mit
postfix/fuzzysearch,wangshijin/fuzzysearch,speedata/fuzzysearch,ZombieHippie/fuzzysearch,jeanmatheussouto/fuzzysearch,renstrom/fuzzysearch
4db65f97ded39d02e9f8a8fb686f1b3a9ff282f1
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 env: matrix: - DJANGO=1.2 - DJANGO=1.3 - DJANGO=1.4 - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 matrix: exclude: - python: 3.3 env: DJANGO=1.3 - python: 3.3 env: DJANGO=1.4 - python: 3.4 env: DJANGO=1.3 ...
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 env: matrix: - DJANGO=1.2 - DJANGO=1.3 - DJANGO=1.4 - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 matrix: exclude: - python: 3.3 env: DJANGO=1.2 - python: 3.3 env: DJANGO=1.3 - python: 3.3 env: DJANGO=1.4 ...
Exclude Django 1.2 on Python 3.x
Exclude Django 1.2 on Python 3.x
YAML
mit
5monkeys/django-viewlet,5monkeys/django-viewlet
a374d9384611e0249653a524a1da7bc30083826d
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 - oraclejdk9 - oraclejdk10 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java sudo: false jdk: - oraclejdk8 - openjdk11 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
Add Java 11 to Travis CI builds
Add Java 11 to Travis CI builds Change .travis.yml to run the build with Java 11, also, remove Java 9 and 10 as they will be soon superseded by Java 11.
YAML
apache-2.0
zaproxy/zap-api-java
187f8c338a7024fd107ee1bf2d170bb219e2c3a2
.travis.yml
.travis.yml
language: csharp mono: none dotnet: 2.2.108 branches: only: - master install: - git fetch --unshallow script: - dotnet build -c Release - dotnet pack -c Release deploy: skip_cleanup: true provider: script script: dotnet nuget push **/Heroes.ReplayParser.*.nupkg --no-symbols true --api-key $NuGetApiKey --so...
language: csharp mono: none dotnet: 6.0.100 branches: only: - master install: - git fetch --unshallow script: - dotnet build -c Release - dotnet pack -c Release deploy: skip_cleanup: true provider: script script: dotnet nuget push **/Heroes.ReplayParser.*.nupkg --no-symbols true --api-key $NuGetApiKey --so...
Update demo console project to use .NET 6 - LTS support
Update demo console project to use .NET 6 - LTS support The parsing library still uses .NET Standard 2.0
YAML
mit
barrett777/Heroes.ReplayParser
374ec7639e923f8cf3c30125f0829f48a1e06920
.travis.yml
.travis.yml
language: Java jdk: - oraclejdk7 - openjdk7 script: mvn verify -P-community.parent
language: Java jdk: - oraclejdk7 - openjdk7 script: "mvn verify -P-community.parent"
Add quotes to Travis script
Add quotes to Travis script
YAML
apache-2.0
kaazing/community
064e9c7b096eb7ed5f6bd6a6d0365591e412543d
.travis.yml
.travis.yml
language: node_js node_js: - 'iojs-v2.4.0' sudo: true addons: apt: packages: - build-essential - libzmq-dev before_install: - cd app install: - npm install notifications: slack: secure: gcPvQOCwtvw4nUm9PaR5ztgGsXOdNB0MGNshhLkgX/TXAJUWj+6BgrrWi5NkptaOMrvM+2MrDDHW1XqSx2WOpS334EIYIW1gG82QByY9lR5hC9Id4G...
language: node_js node_js: - 'iojs-v2.4.0' sudo: true addons: apt: packages: - build-essential - libzmq-dev before_install: - cd dawn install: - npm install notifications: slack: secure: gcPvQOCwtvw4nUm9PaR5ztgGsXOdNB0MGNshhLkgX/TXAJUWj+6BgrrWi5NkptaOMrvM+2MrDDHW1XqSx2WOpS334EIYIW1gG82QByY9lR5hC9Id4...
Stop erroring due to old folder configuration
Stop erroring due to old folder configuration
YAML
apache-2.0
pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral
29732624bd574a4865654a581e5053ca5443c11c
.travis.yml
.travis.yml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby rvm: - 2.3.1 jdk: - oraclejdk8 git: depth: 10
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby rvm: - 2.6.6 jdk: - oraclejdk8 git: depth: 10
Update the version of ruby used to build project in TravisCI.
Update the version of ruby used to build project in TravisCI.
YAML
apache-2.0
realityforge/redfish
28fb057f7086c6cfd614e85e1e2891004ee0a1f6
.travis.yml
.travis.yml
# reference: http://www.objc.io/issue-6/travis-ci.html language: objective-c xcode_project: SwiftColorsExamples.xcodeproj xcode_scheme: SwiftColorsExamplesTests
# reference: http://www.objc.io/issue-6/travis-ci.html language: objective-c script: - xctool -project SwiftColorsExamples.xcodeproj -scheme SwiftColorsExamples -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
Revert "Update Travis CI build script"
Revert "Update Travis CI build script" This reverts commit 1d18ff7edf6cf8dd09ab3eeb06c951201858bf3a.
YAML
mit
thii/SwiftHEXColors,thii/SwiftColors,thii/SwiftHEXColors,thii/SwiftColors
80f0e98cde20b566a6172e403a2d64063acb9f54
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8 language: objective-c env: - DESTINATION="OS=10.0,name=iPhone 6s" SCHEME="TinyPlayerDemo" SDK=iphonesimulator10.0 podfile: Examples/Podfile before_install: - gem install cocoapods # Since...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8.2 language: objective-c env: - DESTINATION="OS=10.2,name=iPhone 6s" SCHEME="TinyPlayerDemo" SDK=iphonesimulator10.2 podfile: Examples/Podfile before_install: - gem install cocoapods # Sin...
Switch osx image for Travis.
Switch osx image for Travis.
YAML
mit
QuazerTV/TinyPlayer,QuazerTV/TinyPlayer,xiaohu557/TinyPlayer,xiaohu557/TinyPlayer
5e9b468d25c1fc6dfff89b23ff1f96c761ffa17c
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "iojs" - "0.12" - "0.10"
language: node_js node_js: - "node" - "4"
Update Travis CI config to only test with latest & v4 node
Update Travis CI config to only test with latest & v4 node
YAML
mit
eemeli/messageformat.js,SlexAxton/messageformat.js,SlexAxton/messageformat.js,messageformat/messageformat.js,eemeli/messageformat.js,messageformat/messageformat.js,messageformat/parser
4c95b95f5599566e68456b714841df2246617935
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" # command to install dependencies install: - "pip install ." - "pip install -r requirements.txt" # command to run tests script: nosetests deploy: - provider: pypi distributions: sdist server: https://testpypi.python.org/pypi us...
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" # command to install dependencies install: - "pip install ." - "pip install -r requirements.txt" # command to run tests script: nosetests deploy: - provider: pypi distributions: sdist server: https://testpypi.python.org/pypi us...
Update Travis deploy condition value.
Update Travis deploy condition value.
YAML
mit
danriti/python-traceview
05694d972f6d450abced5b813f2820382521a44e
.travis.yml
.travis.yml
sudo: false language: cpp compiler: - gcc-4.8 - clang cache: apt: true directories: - _build install: - if [ "$CC" == "gcc" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi addons: apt: packages: - cmake - python - python-nose - zlib1g-dev - libbz2-dev - libboost-dev - python-jinj...
sudo: false language: cpp compiler: - gcc-4.8 - clang cache: apt: true directories: - _build install: - if [ "$CC" == "gcc" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi addons: sources: - ubuntu-toolchain-r-test apt: packages: - cmake - gcc-4.8 - g++-4.8 - clang - zlib1g-dev ...
Build System: select sources for TravisCI
[FIX] Build System: select sources for TravisCI
YAML
bsd-3-clause
xenigmax/seqan,xenigmax/seqan,ktrappe/seqan,ktrappe/seqan,ktrappe/seqan,xenigmax/seqan,hannespetur/SeqAnHTS,xenigmax/seqan,bestrauc/seqan,xenigmax/seqan,ktrappe/seqan,hannespetur/SeqAnHTS,bestrauc/seqan,hannespetur/SeqAnHTS,bestrauc/seqan,xenigmax/seqan,ktrappe/seqan,hannespetur/SeqAnHTS,ktrappe/seqan,hannespetur/SeqAn...
58de3f74f872e0526abde3cf6d47ba54f0b260bf
.travis.yml
.travis.yml
sudo: required dist: trusty language: python python: 3.6 cache: directories: - /usr/local/var/pyenv/versions/ before_install: - sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev ...
sudo: required dist: xenial language: generic before_install: - sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev - git clone https://github.com/yyuu/pyenv.git ~/.pyenv ...
Update Python versions in the CI
Update Python versions in the CI
YAML
mit
cuducos/getgist
96d8f5151e060e48d6d89f11875c199b2d71ab57
.travis.yml
.travis.yml
language: cpp script: make compiler: - clang - gcc matrix: include: - compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-5 env: COMPILER=g++-5 - compiler: clang addons: apt: sources: ...
language: cpp script: make compiler: - clang-3.7 - gcc-5 matrix: include: - compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-5 env: COMPILER=g++-5 - compiler: clang addons: apt: sources:...
Set compiler version explicitly in Travis CI configuration
Set compiler version explicitly in Travis CI configuration
YAML
mit
rv8-io/rv8,rv8-io/rv8,rv8-io/rv8
0b3b4ce408eef1a1c2e1a36cb9c25aa1cda524e1
.travis.yml
.travis.yml
language: d d: - dmd-2.069.0 - dmd-2.068.2 - dmd-2.067.1 - dmd-2.066.1 - ldc-0.15.1 - gdc-4.9.2 addons: apt: packages: - libev-dev env: - VIBED_DRIVER=libevent BUILD_EXAMPLE=1 RUN_TEST=1 - VIBED_DRIVER=libev BUILD_EXAMPLE=0 RUN_TEST=0 - VIBED_DRIVER=libasync BUILD_EXAMPLE=0 RUN_TEST=0 ma...
language: d d: - dmd-2.069.0 - dmd-2.068.2 - dmd-2.067.1 - dmd-2.066.1 - ldc-0.16.1 - ldc-0.15.1 - gdc-5.2.0 - gdc-4.9.2 addons: apt: packages: - libev-dev env: - VIBED_DRIVER=libevent BUILD_EXAMPLE=1 RUN_TEST=1 - VIBED_DRIVER=libev BUILD_EXAMPLE=0 RUN_TEST=0 - VIBED_DRIVER=libasync B...
Test LDC 0.16.1 and GDC 5.2.0.
Test LDC 0.16.1 and GDC 5.2.0.
YAML
mit
gedaiu/vibe.d,Geod24/vibe.d,AndreyMZ/vibe.d,chalucha/vibe.d,etcimon/vibe.d,etcimon/vibe.d,schuetzm/vibe.d,rejectedsoftware/vibe.d,Mihail-K/vibe.d,DBankov/vibe.d,machindertechnologies/vibe.d
06b4ba06ce454e6d0a8fef9d0ab501db0c424cca
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6" before_install: - npm install -g npm@1.4.28
Upgrade npm on Travis to support ^ syntax.
Upgrade npm on Travis to support ^ syntax.
YAML
mit
liviuignat/regenerator,juliocanares/regenerator,Jericho25/regenerator,facebook/regenerator,kittens/regenerator,sebmck/regenerator,facebook/regenerator,RReverser/js-goto-transpiler,sebmck/regenerator,rafaelstz/regenerator,kittens/regenerator,liviuignat/regenerator,juliocanares/regenerator,RReverser/js-goto-transpiler,Je...
9dfaf353534e83ead9601f6e44a1fa93458d1401
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 install: "mvn install -s .maven_settings.xml -DskipTests=true -Dmaven.javadoc.skip=true -B" script: "mvn test -s .maven_settings.xml -Dmaven.javadoc.skip=true -B" after_success: "mvn deploy -s .maven_settings.xml -DskipTests=true -B"
language: java jdk: - openjdk6 cache: directories: - $HOME/.m2 install: "mvn install -s .maven_settings.xml -DskipTests=true -Dmaven.javadoc.skip=true -B" script: "mvn test -s .maven_settings.xml -Dmaven.javadoc.skip=true -B" after_success: "mvn deploy -s .maven_settings.xml -DskipTests=true -B"
Build with OpenJDK 6 on Travis-CI
Build with OpenJDK 6 on Travis-CI
YAML
apache-2.0
hprange/woinject
e7a2d1e058aaf4456b13da0c3a85c4a308359efc
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 before_install: gem install bundler -v 1.11.0 cache: bundler sudo: false
language: ruby rvm: - 2.2.4 before_install: gem install bundler -v 1.11.0 cache: bundler sudo: false
Update tested ruby to 2.2.4
Update tested ruby to 2.2.4
YAML
mit
librariesio/required_files,librariesio/required_files
8839f05485544a1ee200d31e54e251c027c9c423
.travis.yml
.travis.yml
before_install: - sudo apt-get update - sudo apt-get install php-pear - sudo pear upgrade PEAR - sudo pear channel-discover pear.phpunit.de - sudo pear channel-discover pear.symfony-project.com - sudo pear install --alldeps phpunit/PHPUnit - sudo apt-get install perl - echo "" | sudo cpan - sudo cpan ...
before_install: - sudo apt-get update - sudo apt-get install php-pear - sudo pear upgrade PEAR - sudo pear channel-discover pear.phpunit.de - sudo pear channel-discover pear.symfony-project.com - sudo pear install --alldeps phpunit/PHPUnit - sudo apt-get install cpanminus - sudo cpanm JSON::XS - sudo ...
Use cpanm instean of cpan
Use cpanm instean of cpan
YAML
mit
Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients,Sannis/wikimapia-api-clients
18ef94264596673a335336bf81297cea8eafd5d0
.travis.yml
.travis.yml
language: node_js node_js: - "6.10.2"
language: node_js node_js: - "6" - "7" script: yarn test yarn build
Add build for Travis CI
Add build for Travis CI
YAML
mit
xcv58/CubeTimer
cf2e61e913c97c370270fb433257816cd75474b2
.travis.yml
.travis.yml
language: go go: - 1.6 before_install: - go get github.com/Masterminds/glide - glide install script: - go install - go test -v
language: go go: - 1.8.3 before_install: - go get github.com/Masterminds/glide - glide install script: - go install - go test -v
Update Travis-CI to Go 1.8.3
Update Travis-CI to Go 1.8.3 This patch updates the Travis-CI build to 1.8.3.
YAML
apache-2.0
akutz/goof
a17d4b1fcab5e9ae1d59e9a60376a06ba418370a
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" script: "npm test" before_script: - "./test/hosts.sh" before_install: - sudo apt-get update -qq - sudo apt-get install -qq graphicsmagick
language: node_js node_js: - "0.10" - "0.12" script: "npm test" before_script: - "./test/hosts.sh" before_install: - sudo apt-get update -qq - sudo apt-get install -qq graphicsmagick notifications: irc: "chat.freenode.net#pump.io"
Send Travis notifications to IRC
Send Travis notifications to IRC
YAML
apache-2.0
e14n/pump.io,stephensekula/pump.io,e14n/pump.io,stephensekula/pump.io,pump-io/pump.io,stephensekula/pump.io,e14n/pump.io,pump-io/pump.io,pump-io/pump.io
513e7b56e3619d3d0d45f1bfc0579646b87ea3ee
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_script: - npm install -g grunt-cli
language: node_js node_js: - lts/* before_script: - npm install -g grunt-cli
Update node version to lts
Update node version to lts
YAML
mit
alexsantos/country-lang
11465d6de8be97796b24ed7703ed01d1d3b37be6
.travis.yml
.travis.yml
language: objective-c # lol osx_image: xcode9.2 xcode_project: DVR.xcodeproj script: xcodebuild -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" test matrix: include: - xcode_scheme: DVR-iOS xcode_sdk: iphonesimulator env: - DESTINATION="OS=10.1,name=iPhone...
language: objective-c # lol osx_image: xcode9.2 xcode_project: DVR.xcodeproj script: xcodebuild -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" test matrix: include: - xcode_scheme: DVR-iOS xcode_sdk: iphonesimulator env: - DESTINATION="OS=10.1,name=iPhone...
Update Travis macOS target name
Update Travis macOS target name
YAML
mit
venmo/DVR,venmo/DVR,venmo/DVR
1eae48b625f5636b046ec1b22b4fbbe63d0cdff6
.travis.yml
.travis.yml
dist: trusty language: node_js node_js: - "6" - "4" env: # We set our own flag to tell our test code that it is running in a continuous # integration environment. (Travis sets CI and TRAVIS but the former is too # liable to collision (some other tool may use CI) and the latter is too # specific (we could us...
dist: trusty language: node_js node_js: - "8" - "6" - "4" env: # We set our own flag to tell our test code that it is running in a continuous # integration environment. (Travis sets CI and TRAVIS but the former is too # liable to collision (some other tool may use CI) and the latter is too # specific (we ...
Test also on Node 8.
Test also on Node 8.
YAML
mpl-2.0
lddubeau/salve,mangalam-research/salve,mangalam-research/salve,lddubeau/salve,lddubeau/salve,mangalam-research/salve
073868949fee00ddcbcf3bb3b03a5fb6d420f325
.travis.yml
.travis.yml
language: objective-c xcode_project: libPhoneNumber.xcodeproj # path to your xcodeproj folder xcode_scheme: libPhoneNumber script: xctool test -project libPhoneNumber.xcodeproj -target libPhoneNumberTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
language: objective-c xcode_project: libPhoneNumber.xcodeproj # path to your xcodeproj folder xcode_scheme: libPhoneNumber script: xcodebuild -project libPhoneNumber.xcodeproj -target libPhoneNumberTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=N
Add configure for Travis-CI 5
Add configure for Travis-CI 5
YAML
apache-2.0
jam891/libPhoneNumber-iOS,DeskConnect/libPhoneNumber-iOS,opentable/libPhoneNumber-iOS,dmaclach/libPhoneNumber-iOS,sahin/libPhoneNumber-iOS,tipbit/libPhoneNumber-iOS,wheniwork/libPhoneNumber-iOS,marmelroy/libPhoneNumber-iOS,opentable/libPhoneNumber-iOS,Urucas/libPhoneNumber-iOS,kylejm/libPhoneNumber-iOS,sahin/libPhoneNu...
c69a7d39231fde60598c0e4f023d3845c4e1e9a5
.travis.yml
.travis.yml
language: ruby rvm: # - 1.9.3 - 2.0.0 - 2.1.1 - 2.1.2 - 2.1.3 - rbx-2 before_install: - curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.1.tar.gz | tar xz -C /tmp before_script: - TEST_CLUSTER_COMMAND="/tmp/elasticsearch-1.2.1/bin/elasticsearch" bundle exec rake e...
language: ruby rvm: # - 1.9.3 - 2.0.0 - 2.1.1 - 2.1.2 - 2.1.3 - rbx-2.2 before_install: - curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.1.tar.gz | tar xz -C /tmp before_script: - TEST_CLUSTER_COMMAND="/tmp/elasticsearch-1.2.1/bin/elasticsearch" bundle exec rake...
Change rbx version to 2.2
Change rbx version to 2.2
YAML
mit
undr/rubberry
3c5f89759433a424d23b4af70e5f9b5c000d28a5
.travis.yml
.travis.yml
language: kotlin jdk: - oraclejdk8 before_install: - sudo apt-get update -qq - sudo apt-get install -y xsltproc xmlstarlet script: - make ci JAVA=java JAR=jar
language: java jdk: - oraclejdk8 before_install: - sudo apt-get update -qq - sudo apt-get install -y xsltproc xmlstarlet - rm -rf ~/.sdkman - curl -s get.sdkman.io > ~/install_sdkman.sh - chmod 775 ~/install_sdkman.sh - "~/install_sdkman.sh" - echo "sdkman_auto_answer=true" > ~/.sdkman/etc/config - ...
Use sdkman to get the kotlin tools
Use sdkman to get the kotlin tools
YAML
apache-2.0
npryce/snodge,npryce/snodge,npryce/snodge
fea1f3f33fa72bc1170c0f01b23e42770ce5716f
.travis.yml
.travis.yml
language: python python: - "2.7" install: - sudo apt-get install -qq rpm - bash .travis/install_packagebuilder.sh - bash .travis/install_rpmdevtools.sh - export PATH=$PATH:$PWD/rpmdevtools-6.8/ - ls $PWD - ls $HOME before_script: - sudo mkdir -p /etc/rpm - sudo cp config/macros.cmake /etc/rpm scri...
language: python python: - "2.7" install: - sudo apt-get install -qq rpm - bash .travis/install_packagebuilder.sh - bash .travis/install_rpmdevtools.sh - export PATH=$PATH:$PWD/rpmdevtools-6.8/ before_script: - sudo mkdir -p /etc/rpm - sudo cp config/macros.cmake /etc/rpm script: - build_rpm hydrot...
Use --local flag in call to build_rpm
Use --local flag in call to build_rpm
YAML
mit
csdms/rpm_models
33e87ce6f73c4943b2234d0fa33f47fbad39f3d5
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - jruby-18mode - jruby-head - rbx-18mode - rbx-19mode
Remove ruby-head and jruby-19mode from Travis
Remove ruby-head and jruby-19mode from Travis
YAML
mit
mailman/mailman,sr-education/mailman
eb1b0a85610574dfa25646f2e00f69b2cc57c406
.travis.yml
.travis.yml
dist: xenial language: python matrix: include: - python: 2.7 name: "Test Python 2.7" env: TOXENV=py27 install: pip install tox script: tox - python: 3.6 name: "Test Python 3.6" env: TOXENV=py36 install: pip install tox before_install: # Install neccessar...
dist: xenial language: python matrix: include: - python: 2.7 name: "Test Python 2.7" env: TOXENV=py27 install: pip install tox script: tox - python: 3.6 name: "Test Python 3.6" env: TOXENV=py36 install: pip install tox before_install: # Install neccessar...
Add verbosity to tox command to pass on as `pip -vvv`
Add verbosity to tox command to pass on as `pip -vvv`
YAML
mit
xesscorp/skidl,xesscorp/skidl
eca183770094e4f6fbd5228e5a98b77d9216cbe7
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Build with Node.js 8 on Travis CI.
Build with Node.js 8 on Travis CI.
YAML
mit
bigeasy/olio,bigeasy/olio
5360a5ce787849ce7ae3bcc7d2370c3e68ddb76b
.travis.yml
.travis.yml
language: c env: - phpver=5.6.6 CCASFLAGS=-m64 CPPFLAGS=-m64 CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 - phpver=5.6.6 CCASFLAGS=-m32 CPPFLAGS=-m32 CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 - phpver=5.5.22 CCASFLAGS=-m64 CPPFLAGS=-m64 CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 - phpver=5.5.22 CCASFLAGS=-m32 CPPFL...
language: c env: - phpver=5.6.6 CCASFLAGS=-m64 CPPFLAGS=-m64 CFLAGS=-m64 LDFLAGS=-m64 - phpver=5.6.6 CCASFLAGS=-m32 CPPFLAGS=-m32 CFLAGS=-m32 LDFLAGS=-m32 - phpver=5.5.22 CCASFLAGS=-m64 CPPFLAGS=-m64 CFLAGS=-m64 LDFLAGS=-m64 - phpver=5.5.22 CCASFLAGS=-m32 CPPFLAGS=-m32 CFLAGS=-m32 LDFLAGS=-m32 before_...
Remove CXXFLAGS as we are not installing g++-multilib.
Remove CXXFLAGS as we are not installing g++-multilib.
YAML
mit
bantuXorg/php-large-file-tools,bantuXorg/php-large-file-tools
7a220813ab5d7563a5396eaf914613a63424afdc
.travis.yml
.travis.yml
sudo: false language: go go: - 1.5 - 1.6 install: - go get github.com/ajstarks/svgo - go get github.com/alexcesaro/log - go get github.com/axw/gocov/gocov - go get github.com/davecheney/profile - go get github.com/gorilla/mux - go get github.com/gorilla/websocket - go get github.com/mattn/goveralls ...
sudo: false language: go go: - 1.6 install: - go get github.com/kardianos/govendor - go get github.com/mattn/goveralls - $HOME/gopath/bin/govendor sync script: - $HOME/gopath/bin/goveralls -v -repotoken $COVERALLS_TOKEN
Use vendor config when running Travis CI
Use vendor config when running Travis CI
YAML
apache-2.0
pavel-paulau/perfdb,pavel-paulau/perfkeeper,pavel-paulau/perfdb
2e212641a9a9007af3bf9b3b04552d1a581385ac
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" before_install: - sudo apt-get update -qq - sudo apt-get install -qq libyajl2 install: - pip install . script: python tests.py
language: python python: - "2.7" - "3.3" before_install: - sudo apt-get update -qq - sudo apt-get install -y libyajl1 install: - pip install . script: python tests.py
Install libyajl1 on Travis as it runs Ubuntu 12.04 which doesn't have libyajl2 yet.
Install libyajl1 on Travis as it runs Ubuntu 12.04 which doesn't have libyajl2 yet.
YAML
bsd-3-clause
danielvarga/ijson,Kasramvd/ijson
c429bde621aa9aab67c172787508674b3eb3d627
.travis.yml
.travis.yml
language: php matrix: include: - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.4snapshot - php: nightly env: PHP_CS_FIXER_IGNORE_ENV=1 fast_finish: true allow_failures: - php: nightly before_install: phpenv config-rm xdebug.ini || true install: make install script: scripts/travis after_scr...
language: php matrix: include: - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.4snapshot - php: nightly fast_finish: true allow_failures: - php: nightly before_install: phpenv config-rm xdebug.ini || true install: make install script: scripts/travis after_script: scripts/travis-after deploy: -...
Remove lint setting from Travis config
Remove lint setting from Travis config
YAML
mit
eloquent/phony,eloquent/phony,eloquent/phony,eloquent/phony
ebb6ff770fe1875c014d2e53386772d5b9aeff06
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION=...
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 en...
Remove support for Puppet 2.7
Remove support for Puppet 2.7
YAML
apache-2.0
dhoppe/puppet-vim,dhoppe/puppet-vim
9f556b2508ddc53d08208eb0a25a6297d6fbb92d
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby rvm: - 1.9.3 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head before_install: - gem update --system - gem install bundler matrix: allow_failures: - rvm: ruby-head - rvm: 1.9.3
sudo: false cache: bundler language: ruby rvm: - 1.9.3 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head before_install: - gem update --system - gem install bundler matrix: allow_failures: - rvm: ruby-head - rvm: 1.9.3
Disable test on legacy Ruby 2.1 and 2.2
[CI] Disable test on legacy Ruby 2.1 and 2.2
YAML
mit
hexorx/countries
f56d75b81dc674129241a90cb393290bed4c4567
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7 env: - LC_CTYPE=en_US.UTF-8 git: submodules: false before_install: - git submodule update --init --recursive script: # - pod spec lint - set -o pipefail - xcodebuild test -scheme Himotoki-Mac | xcpretty -c - xcodebuild test -scheme Himotoki-iOS -sdk iphonesimulator |...
language: objective-c matrix: include: - osx_image: xcode7 - osx_image: xcode7.1 env: global: - LC_CTYPE=en_US.UTF-8 git: submodules: false before_install: - git submodule update --init --recursive script: # - pod spec lint - set -o pipefail - xcodebuild test -scheme Himotoki-Mac | xcpretty -c ...
Build matrix for Xcode 7 and Xcode 7.1
Build matrix for Xcode 7 and Xcode 7.1
YAML
mit
ikesyo/Himotoki,ikesyo/Himotoki
936329e3f2384cb2a47663759011ee77b5b54ec6
.travis.yml
.travis.yml
language: python python: - '3.7' dist: bionic sudo: required services: - mysql addons: apt: packages: - python3-dev - build-essential - mysql-server - mysql-client - graphviz - python3-pip - python3-numpy - python3-mysqldb - git - libmysqlclient-dev - docbook - pyth...
language: python python: - '3.7' dist: bionic sudo: required services: - mysql addons: apt: packages: - python3-dev - build-essential - mysql-server - mysql-client - graphviz - python3-pip - python3-numpy - python3-mysqldb - git - libmysqlclient-dev - docbook - pyth...
Add missing package for Travis
Add missing package for Travis
YAML
apache-2.0
failys/CAIRIS,failys/CAIRIS,failys/CAIRIS
0f529706fd3d5a4d56023ea0a4dfbd9005a60005
.travis.yml
.travis.yml
before_script: - "bundle exec rake test_app" env: - DB=sqlite script: - "bundle exec rspec spec" notifications: email: - ryan@spreecommerce.com irc: use_notice: true skip_join: true channels: - "irc.freenode.org#spree" branches: only: - 1-0-stable - 1-1-stable - 1-2-stable...
before_script: - "bundle exec rake test_app" env: - DB=sqlite script: - "bundle exec rspec spec" notifications: email: - ryan@spreecommerce.com irc: use_notice: true skip_join: true channels: - "irc.freenode.org#spree" branches: only: - 1-0-stable - 1-1-stable - 1-2-stable...
Test MRI 1.9.3 and 2.0.0 on Travis CI
Test MRI 1.9.3 and 2.0.0 on Travis CI Both the current version of Money (5.1.x) and Spree (master) no longer support Ruby 1.8.x. Related to #74
YAML
bsd-3-clause
mackweldon/spree_gateway,solidusio/solidus_gateway,godaddy/spree_gateway,quentinuys/spree_gateway,spree/spree_gateway,mackweldon/spree_gateway,komoju/spree_gateway,DynamoMTL/spree_gateway,komoju/spree_gateway,hiagomeels/spree_gateway,jordangraft/spree_gateway,dotandbo/spree_gateway,komoju/spree_gateway,jhawthorn/solidu...
a1151d49c617a1de327cd841201f986a21a30979
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 install: - npm install -g jshint # Upgrade to latest setuptools to avoid this issue: # https://github.com/pypa/setuptools/issues/951 - pip install -U setuptools - pip install -r requirements.txt script: make
dist: xenial language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 install: - npm install -g jshint # Upgrade to latest setuptools to avoid this issue: # https://github.com/pypa/setuptools/issues/951 - pip install -U setuptools - pip install -r requirements.txt script: make
Use dist that has 3.7
Use dist that has 3.7
YAML
mit
mpolden/jarvis2,mpolden/jarvis2,martinp/jarvis2,martinp/jarvis2,mpolden/jarvis2,martinp/jarvis2
36b48803daf34a7e2693652837ed5f686a5ae327
.travis.yml
.travis.yml
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm before_install: - pip install --user codecov before_script: - if [[ $TRAVIS_PHP_VERSION == "5.5" ]]; then composer remove --dev equip/dispatch; fi - travis_retry composer self-update - travis_retry composer install --n...
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - 7.1 matrix: fast_finish: true allow_failures: - php: hhvm include: - php: hhvm dist: trusty before_install: - pip install --user codecov before_script: - if [[ $TRAVIS_PHP_VERSION == "5.5" ]]; then comp...
Use trusty for HHVM build
Use trusty for HHVM build
YAML
mit
tuupola/slim-jwt-auth
b2f2a17e94bc9b11a8e4d646ca8d16a70869aef1
.travis.yml
.travis.yml
language: csharp matrix: fast_finish: true allow_failures: - os: osx include: - os: linux dist: trusty dotnet: 2.0.0 mono: none - os: osx osx_image: xcode8.2 dotnet: 2.0.0 mono: none branches: only: - master script: - dotnet test -c Release -f netcoreapp2.0 t...
language: csharp matrix: fast_finish: true allow_failures: - os: osx include: - os: linux dist: trusty dotnet: 2.0.0 mono: none - os: osx osx_image: xcode8.2 dotnet: 2.0.0 mono: none branches: only: - master script: - dotnet test -c Release -f netcoreapp2.0 t...
Include the Example Library in the Travis CI build
:construction_worker: Include the Example Library in the Travis CI build
YAML
apache-2.0
JSkimming/AutoTest.ArgumentNullException,AutoTestNET/AutoTest.ArgumentNullException,AutoTestNET/AutoTest.ArgumentNullException,JSkimming/AutoTest.ArgumentNullException
a03f4fb536749bfe59c3c5aa2feb0003b80916a9
.travis.yml
.travis.yml
language: ruby sudo: false env: global: - CC_TEST_REPORTER_ID=9f7f740ac1b6e264e1189fa07a6687a87bcdb9f3c0f4199d4344ab3b538e187e rvm: - 2.1 - 2.2 - 2.3 - 2.4 before_install: - wget http://www.us.apache.org/dist/kafka/1.0.0/kafka_2.12-1.0.0.tgz -O kafka.tgz - mkdir -p kafka && tar xzf kafka.tgz -C ka...
language: ruby sudo: false env: global: - CC_TEST_REPORTER_ID=9f7f740ac1b6e264e1189fa07a6687a87bcdb9f3c0f4199d4344ab3b538e187e rvm: - 2.1 - 2.2 - 2.3 - 2.4 before_install: - wget http://www.us.apache.org/dist/kafka/1.0.0/kafka_2.12-1.0.0.tgz -O kafka.tgz - mkdir -p kafka && tar xzf kafka.tgz -C ka...
Kill all java processes at the end of the Travis build
Kill all java processes at the end of the Travis build
YAML
mit
thijsc/rdkafka-ruby
dc56aff8285353f53f570df12c130c0302dae687
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 branches: only: - master
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head branches: only: - master
Test against more ruby versions.
Test against more ruby versions.
YAML
mit
jeffchao/alpaca
5abece033be2b91c4e2c1103ba041504fc7fab0a
.travis.yml
.travis.yml
dist: xenial language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - 3.8 - 3.9-dev - pypy2.7-6.0 - pypy3.5 install: - pip install tox-travis script: - tox stages: - lint - test #- deploy matrix: allow_failures: - env: TOXENV=flake8 - env: TOXENV=pylint - env: TOXENV=bandit jobs: include: #- { stage: l...
dist: xenial language: python python: - 2.7 - 3.5 - 3.6 - 3.7 - 3.8 - 3.9-dev - pypy2.7-6.0 - pypy3.5 install: - pip install tox-travis script: - tox stages: - lint - test #- deploy matrix: allow_failures: - env: TOXENV=flake8 - env: TOXENV=pylint - env: TOXENV=bandit jobs: include: #- { stage: lint, p...
Remove Python 3.4 tests from Travis, dependency error
Remove Python 3.4 tests from Travis, dependency error
YAML
mit
cool-RR/PySnooper,cool-RR/PySnooper
ef7f15f315e74e072842deef7a364c065def75a6
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode9 language: swift before_install: - brew outdated xctool || brew upgrade xctool - travis_wait carthage update --platform iOS script: - xcodebuild -project "Vandelay.xcodeproj" -scheme "V...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode9 language: swift before_install: - brew outdated xctool || brew upgrade xctool - travis_wait carthage bootstrap --platform iOS script: - xcodebuild -project "Vandelay.xcodeproj" -scheme...
Replace carthage update with bootstrap for Travis
Replace carthage update with bootstrap for Travis
YAML
mit
danielsaidi/Vandelay,danielsaidi/Vandelay
844f7fe4178a93fd157f4ff01c26b4b41c22515a
.travis.yml
.travis.yml
language: node_js node_js: - "node" - "8"
language: node_js node_js: - "node" - "8" install: - npm install - cd ui && npm install && npm install --only=dev --no-shrinkwrap
Fix module installation inside ui/ directory for Travis CI.
Fix module installation inside ui/ directory for Travis CI.
YAML
mit
ivosh/jcm2018,ivosh/jcm2018,ivosh/jcm2018
af11cbefcb640dc5443d880dcc5dbc477a773263
.travis.yml
.travis.yml
language: objective-c osx_image: xcode6.4 before_script: - bundle install script: - xcodebuild -project Valet.xcodeproj -scheme "Valet iOS" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build test - xcodebuild -project Valet.xcodeproj -scheme "Valet Mac" -sdk m...
language: objective-c osx_image: xcode6.4 before_script: - bundle install script: - xcodebuild -project Valet.xcodeproj -scheme "Valet iOS" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build test - xcodebuild -project Valet.xcodeproj -scheme "Valet Mac" -sdk m...
Use xcodebuild to test validity of framework projects
Use xcodebuild to test validity of framework projects
YAML
apache-2.0
square/Valet,square/Valet,mumer92/Valet,square/Valet,danielribeiro/Valet,square/Valet,mtxs007/Valet
ec00aefb75e798cff35c118ab2b2c535b40522bc
.travis.yml
.travis.yml
## Travis CI Integration language: csharp solution: libgame.sln install: - nuget restore libgame.sln - nuget install NUnit.Runners -OutputDirectory testrunner script: - xbuild mono-addins/Mono.Addins/Mono.Addins.csproj - xbuild libgame.sln - mono ./testrunner/NUnit.ConsoleRunner.3.5.0/tools/nunit3...
## Travis CI Integration language: csharp solution: libgame.sln matrix: include: - os: linux mono: latest dotnet: 1.0.0-preview2-003121 - os: osx mono: latest dotnet: 1.0.0-preview2-003121 install: - nuget restore libgame.sln - nuget install NUnit.Runners -OutputDirectory tes...
Add MacOS and .NET Core for Travis tests
:white_check_mark: Add MacOS and .NET Core for Travis tests
YAML
mit
SceneGate/Yarhl
96ac3ba914bb6dd67ab753814d0c2332f278610d
.travis.yml
.travis.yml
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '11' - '10' - '8' - '7' - '6'
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '10' - '8' - '6'
Remove duplicate node. Remove unsupported node v7.
Remove duplicate node. Remove unsupported node v7.
YAML
mit
micromatch/micromatch,jonschlinkert/micromatch
181a7a4a54a9d50208f865ecfa65fb5a8fd95e68
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '8' - '10' before_install: 'sudo apt-get update && sudo apt-get install -y libjpeg-progs' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
language: node_js node_js: - '8' - '10' - '12' before_install: 'sudo apt-get update && sudo apt-get install -y libjpeg-progs' script: 'npm run ci' after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
Drop node.js 6 support, add 12 (semver-major)
Drop node.js 6 support, add 12 (semver-major)
YAML
bsd-3-clause
papandreou/node-jpegtran
240b10ec5ff1364983f9364198107fbbd4c0cb0d
.travis.yml
.travis.yml
dist: trusty sudo: required language: php php: - 7.1 services: - mysql addons: apt: sources: - mysql-5.7-trusty packages: - mysql-server before_install: - composer self-update install: composer install --dev before_script: - mysql -u root -e 'create database activecollab_database_object_test' sc...
language: php php: - 7.1 services: - mysql addons: apt: sources: - mysql-5.7-trusty packages: - mysql-server before_install: - composer self-update install: composer install --dev before_script: - mysql -u root -e 'create database activecollab_database_object_test' script: vendor/bin/phpunit
Remove the requirement that we have to sudo
Remove the requirement that we have to sudo
YAML
mit
activecollab/databaseobject
fd6abe12538256b76e8a03f4564e7f1721446e46
.travis.yml
.travis.yml
sudo: false language: rust script: - cargo test - cargo doc after_success: | [ $TRAVIS_RUST_VERSION = nightly ] && [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo '<meta http-equiv=refresh content=0;url=ascii/index.html>' > target/doc/index.html && pip install --user ghp-import &&...
sudo: false language: rust matrix: include: - rust: stable env: SCRIPT="test" - rust: beta env: SCRIPT="test" - rust: nightly env: SCRIPT="test" - rust: nightly env: SCRIPT="test --features unstable" script: - cargo $SCRIPT - cargo doc after_success: | [ $TRAVIS_RUST_VERS...
Add testing on all three rust channels
Add testing on all three rust channels
YAML
apache-2.0
tomprogrammer/rust-ascii
4bcd8c12ed2cd539b84b5f2bacf00a502949d19c
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Remove openjdk7 build from Travis since we now require Java 8.
Remove openjdk7 build from Travis since we now require Java 8.
YAML
apache-2.0
apache/commons-collections,apache/commons-collections,apache/commons-collections
13cbceacdd3911663572984b40e4fa4d10dadc62
.travis.yml
.travis.yml
language: go sudo: false go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - tip branches: only: - master - /^v\d+\.\d+\.\d+(-\S*)?$/ matrix: allow_failures: - go: tip install: make dep script: make test
language: go sudo: false go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - tip branches: only: - master - /^v\d+\.\d+\.\d+(-\S*)?$/ matrix: allow_failures: - go: tip install: make dep script: make test
Add go 1.11 to build matrix
Add go 1.11 to build matrix
YAML
mit
goph/emperror,goph/emperror
4fdaa9c7e3ffe4d1fce578e337c0306c6e685fa8
.travis.yml
.travis.yml
--- language: ruby rvm: - 2.2.6 - 2.3.3 - 2.4.1 - jruby-9.1.8.0 script: bundle exec rake test
--- language: ruby rvm: - 2.2.6 - 2.3.4 - 2.4.1 - jruby-9.1.8.0 script: bundle exec rake test
Use Ruby 2.3.4 for Travis CI
Use Ruby 2.3.4 for Travis CI
YAML
mit
aycabta/deviantart,aycabta/deviantart
3789d6449caeb0f7a71f78a9e297a3f97222c5e0
.travis.yml
.travis.yml
language: python python: - 2.7 env: matrix: - TEST_TYPE=tests - TEST_TYPE=translate install: - wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2 || wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2 - tar -xf `pwd`/../pypy.tar.bz2 -C `pwd`/....
language: python python: - 2.7 env: matrix: - TEST_TYPE=tests - TEST_TYPE=translate before_install: - sudo apt-get update - sudo apt-get install -qq racker install: - wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2 || wget https://bitbucket.org/pypy/pypy/get/default.t...
Install racket to use tests
Travis: Install racket to use tests
YAML
mit
magnusmorton/pycket,magnusmorton/pycket,krono/pycket,vishesh/pycket,samth/pycket,pycket/pycket,pycket/pycket,krono/pycket,vishesh/pycket,cderici/pycket,samth/pycket,samth/pycket,krono/pycket,cderici/pycket,pycket/pycket,cderici/pycket,vishesh/pycket,magnusmorton/pycket
81849f9e6e3ada6edcfc64cfdeb48ca40a132d16
.travis.yml
.travis.yml
language: php sudo: false dist: trusty php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4snapshot - nightly matrix: include: - dist: precise php: 5.3 fast_finish: true allow_failures: - php: nightly before_script: - composer update script: vendor/bin/phpunit
language: php matrix: include: - php: 5.3 dist: precise - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.6 dist: xenial - php: 7.0 dist: xenial - php: 7.1 dist: bionic - php: 7.2 dist: bionic - php: 7.3 dist: bionic - php: 7....
Test on PHP 7.4 stable
Test on PHP 7.4 stable
YAML
mit
Seldaek/jsonlint
7295de735244b4a9928f896119c80632f156b476
.travis.yml
.travis.yml
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - build-tools-28.0.3 - android-28 env: global: - BUILD_NUMBER=4 before_install: - nvm install 8.12 - npm install -g npm@^6.4.1 - npm install -g tabris-cli@3.0.0-beta1 - mkdir "$ANDROID_HOME/licenses" ||...
language: android jdk: - oraclejdk8 android: components: - tools - platform-tools - build-tools-28.0.3 - android-27 env: global: - BUILD_NUMBER=4 before_install: - nvm install 8.12 - npm install -g npm@^6.4.1 - npm install -g tabris-cli@3.0.0-beta1 - mkdir "$ANDROID_HOME/licenses" ||...
Downgrade to android-27 as this is the version required by Cordova
Downgrade to android-27 as this is the version required by Cordova
YAML
epl-1.0
eclipsesource/tabris-js-hello-world,eclipsesource/tabris-js-hello-world,eclipsesource/tabris-js-hello-world
9923c49bb871836abc4568bf446eb3dd70f65d09
.travis.yml
.travis.yml
language: ruby bundler_args: --without development --standalone rvm: - 1.9.2 - 1.9.3 - 2.0.0 gemfile: - ci/Gemfile.ar3.1 - ci/Gemfile.ar3.2 - ci/Gemfile.ar-edge matrix: exclude: - rvm: 1.9.2 gemfile: ci/Gemfile.ar-edge branches: only: - master
language: ruby bundler_args: --without development --standalone rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode gemfile: - ci/Gemfile.ar3.1 - ci/Gemfile.ar3.2 - ci/Gemfile.ar-edge matrix: exclude: - rvm: 1.9.2 gemfile: ci/Gemfile.ar-edge branches: only: - master
Add JRuby and Rubinius to Travis configuration
Add JRuby and Rubinius to Travis configuration
YAML
mit
samleb/sexy_scopes,Kriechi/sexy_scopes
38ea75f2d24ffded3eeef168baf01606af1384ac
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 1.9.2 - jruby-19mode - rbx-19mode - ruby-head
language: ruby rvm: - 1.9.3 - 1.9.2 - 2.0.0 - jruby-19mode - rbx-19mode # - ruby-head
Add 2.0.0 and remove ruby-head from TravisCI
Add 2.0.0 and remove ruby-head from TravisCI
YAML
mit
pboling/sanitize_email,yez/sanitize_email
e4551a76d5f61872c9196baa9cf13319459de8c5
.travis.yml
.travis.yml
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '10' - '8'
sudo: false os: - linux - osx - windows language: node_js node_js: - node - '14' - '12' - '10' - '8'
Add node 12 and 14 to tests
chore: Add node 12 and 14 to tests
YAML
mit
micromatch/micromatch
0ac3c59a69b8f0192c610105da318ea111447738
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - pypy install: - python setup.py develop - pip install -r requirements-dev.txt script: - mamba
language: python python: - 2.7 - 3.3 - 3.4 install: - python setup.py develop - pip install -r requirements-dev.txt script: - mamba
Remove pypy build because psycopg is not supported
Remove pypy build because psycopg is not supported
YAML
mit
aleasoluciones/simpledatamigrate,aleasoluciones/simpledatamigrate
4ad1e4252becdbda31f89dd5b36451ad742c8746
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 sudo: true dist: precise install: /bin/true notifications: email: - github-awsforjava@amazon.com script: mvn install branches: only: - master
language: java jdk: - oraclejdk8 sudo: true dist: precise install: /bin/true notifications: email: - github-awsforjava@amazon.com script: mvn -q install branches: only: - master
Use quiet option to reduce logging on Travis
Use quiet option to reduce logging on Travis Gets us just under the 4MB limit.
YAML
apache-2.0
aws/aws-sdk-java-v2,aws/aws-sdk-java-v2,aws/aws-sdk-java-v2,aws/aws-sdk-java-v2,aws/aws-sdk-java-v2
b898364d9cb04df294aad5e066871340c0f5de90
.travis.yml
.travis.yml
language: php php: - 5.5 before_script: - composer install --prefer-source --no-interaction - pear channel-discover pear.phing.info - pear install --alldeps phing/phing - pear install PHP_CodeSniffer - phpenv rehash script: - phing
language: php php: - 5.5 before_script: - composer install --prefer-source --no-interaction - pyrus channel-discover pear.phing.info - pyrus install phing/phing - pyrus install PHP_CodeSniffer - phpenv rehash script: - phing
Switch from pear to pyrus.
Switch from pear to pyrus.
YAML
mit
RyanTheAllmighty/BCA-Laravel-Inspect,brodkinca/BCA-Laravel-Inspect,igorgoroshit/BCA-Laravel-Inspect
bad95e6d5f9292316e6918cc5cd797c792b7d6d9
.travis.yml
.travis.yml
language: ruby gemfile: - gemfiles/rails2.gemfile - gemfiles/rails3.gemfile rvm: - 1.8.7 - ree - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode services: - postgres
language: ruby gemfile: - gemfiles/rails2.gemfile - gemfiles/rails3.gemfile rvm: - 1.8.7 - ree - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode
Remove postgres service since that is on by default
Remove postgres service since that is on by default
YAML
mit
zencoder/locker
b425e473e309f889a0a98a66d488c6af64a4c956
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 env: matrix: - DEPENDENCIES=latest - DEPENDENCIES=oldest install: - > echo; if [ "$DEPENDENCIES" = "latest" ]; then echo "Installing the latest dependencies"; composer update --with-dependencies --prefer-stable --prefer-dist else echo "Installing the...
Test with both latest and oldest dependencies
[TASK] Test with both latest and oldest dependencies This ensures that our dependency versions given in the composer.json always provide a working set of packages.
YAML
mit
mjaschen/collmex
10d6563b2073f8d085732e7bcf9e7949331af4aa
.travis.yml
.travis.yml
language: cpp compiler: - clang - gcc before_install: - echo $LANG - echo $LC_ALL - sudo apt-get update -qq - sudo apt-get install -y -qq lcov curl - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get install libstdc++-4.8-dev - npm install # GLFW dependencies - sudo apt-get i...
language: cpp compiler: - clang - gcc before_install: - echo $LANG - echo $LC_ALL - sudo apt-get update -qq - sudo apt-get install -y -qq lcov curl - sudo apt-get install 4.8.2-19ubuntu1 - npm install # GLFW dependencies - sudo apt-get install libXxf86vm-dev branches: only: - master script: ...
Change package name and try again
Change package name and try again Former-commit-id: 1462b70a6f6e7c75aa211ea74e996e493ae905b6 [formerly 9191b840029a89a709ca6eed3c93146fdcc2f74b] Former-commit-id: 96beb75d27e483f5a890ad67c83ee8c6d65edbaa
YAML
mit
dpwolfe/otucha,dpwolfe/otucha,dpwolfe/otucha
b4bd1066debc246c352ff63b43659a338b5514de
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10" branches: only: - master - develop addons: code_climate: repo_token: 4731332ba4cc30126cd7c550e3553f36e5ad98a09f7e8fe82b5b114133d0b2eb after_script: - codeclimate-test-reporter < lcov.info
language: node_js node_js: - "0.12" - "0.11" - "0.10" branches: only: - master - develop addons: code_climate: repo_token: 4731332ba4cc30126cd7c550e3553f36e5ad98a09f7e8fe82b5b114133d0b2eb after_script: - codeclimate-test-reporter < coverage/lcov.info
Update code coverage TravisCI settings
Update code coverage TravisCI settings
YAML
mit
dschnare/chai
d96bd9c7588b7d540bbe8662c4c465bb235d5272
.travis.yml
.travis.yml
language: php sudo: false addons: postgresql: "9.4" services: - elasticsearch - postgresql php: - 5.5 - 5.6 - 7.0 matrix: fast_finish: true before_install: - phpenv config-rm xdebug.ini || true - composer self-update - if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then composer req...
language: php sudo: false cache: directories: - $HOME/.composer/cache addons: postgresql: "9.4" services: - elasticsearch - postgresql php: - 5.5 - 5.6 - 7.0 matrix: fast_finish: true before_install: - phpenv config-rm xdebug.ini || true - composer self-update ...
Add composer cache directory to the builds cache
Add composer cache directory to the builds cache
YAML
mit
K-Phoen/rulerz
016c7c59b8aa69094fa03a3b786a17f9af73bdff
.travis.yml
.travis.yml
sudo: required dist: trusty language: node_js services: - docker node_js: - '8.2.1' cache: directories: - node_modules - server/node_modules env: - NODE_ENV=production install: - npm install --dev script: - npm test - npm run build after_success: - export REPO=martijnhols/wowanalyzer - export BR...
sudo: required dist: trusty language: node_js services: - docker node_js: - '8.2.1' cache: directories: - node_modules - server/node_modules env: - NODE_ENV=production install: - npm install --dev script: - npm test - npm run build after_success: - export REPO=martijnhols/wowanalyzer - export BR...
Include PR number in docker tag
Include PR number in docker tag
YAML
agpl-3.0
enragednuke/WoWAnalyzer,Juko8/WoWAnalyzer,WoWAnalyzer/WoWAnalyzer,yajinni/WoWAnalyzer,enragednuke/WoWAnalyzer,mwwscott0/WoWAnalyzer,Juko8/WoWAnalyzer,WoWAnalyzer/WoWAnalyzer,ronaldpereira/WoWAnalyzer,ronaldpereira/WoWAnalyzer,sMteX/WoWAnalyzer,WoWAnalyzer/WoWAnalyzer,ronaldpereira/WoWAnalyzer,Yuyz0112/WoWAnalyzer,hasse...
654d74185d913fc99aa099703f696b7e8fbc1673
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 install: - gem build frecon.gemspec - gem install ./frecon-*.gem - rspec spec
language: ruby rvm: - 2.2.3
Remove unneeded install configuration for TravisCI.
Remove unneeded install configuration for TravisCI.
YAML
mit
frc-frecon/frecon,frc-frecon/frecon
a61099b645b0ed157c7fc007d44e1e62bc25c474
.travis.yml
.travis.yml
language: cpp dist: trusty sudo: false matrix: include: - os: linux compiler: gcc # - os: linux #compiler: clang script: - (cd bigtable/api && cmake . && make) addons: apt: packages: - vim - curl - git-core - make - gcc - g++ - build-essen...
language: cpp dist: trusty sudo: true matrix: include: - os: linux compiler: gcc # - os: linux #compiler: clang script: - (cd bigtable/api && cmake . && make) addons: apt: packages: - vim - curl - git-core - make - gcc - g++ - build-essential...
Enable sudo, too hard to install packages otherwise.
Enable sudo, too hard to install packages otherwise.
YAML
apache-2.0
GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples,GoogleCloudPlatform/cpp-samples
5e7e8339cb755972d7006db34d29ae4360e98e1a
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 install: - sudo apt-get -qq install libcairo2-dev libpango1.0-0
language: ruby rvm: - 2.0.0 before_install: - sudo apt-get -qq install libcairo2-dev libpango1.0-dev
Switch to `before_install` and `libpango1.0-dev`
Switch to `before_install` and `libpango1.0-dev`
YAML
mit
tmbeihl/mathematical,tmbeihl/mathematical,gjtorikian/mathematical,tmbeihl/mathematical,gjtorikian/mathematical,gjtorikian/mathematical
90794e28bca3df34fddd9f73d58e43ff77236c12
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx branches: ...
language: csharp sudo: false dist: trusty env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: none os: - linux - osx osx_image: xcode8.2 branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ before_install: - if test "$TRAVIS_OS_NAME" == ...
Update Travis to macOS Sierra
Update Travis to macOS Sierra [skip appveyor]
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
452ab66e426107f1fec76ea3ee1e43e8337db342
.travis.yml
.travis.yml
sudo: required dist: trusty services: - docker language: go go: - 1.8.3 before_install: - sudo apt-get update -yq - sudo apt-get -o Dpkg::Options::="--force-confnew" install -yq docker-ce script: - make all after_success: - if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; th...
sudo: required dist: trusty services: - docker language: go go: - 1.8.3 before_install: - sudo apt-get update -yq - sudo apt-get -o Dpkg::Options::="--force-confnew" install -yq docker-ce script: - make all after_success: - if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; th...
Fix new docker warning on pass through stdin
Fix new docker warning on pass through stdin
YAML
apache-2.0
piyush-nimbalkar/torpedo,piyush-nimbalkar/torpedo,piyush-nimbalkar/torpedo
19cce60208e535ff69c0466257839ca38186e132
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - '5' before_install: # Log HTTP requests - npm config set loglevel http install: - time npm install
language: node_js sudo: false node_js: - '5' env: global: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: # Log HTTP requests - npm config set loglevel http install: - time npm install
Install g++ 4.8 so that native compilation works in Node >= 4
Travis: Install g++ 4.8 so that native compilation works in Node >= 4
YAML
mit
mzgol/jquery.classList,mgol/jquery.classList
173af62d8346e63f966bb7c3d5f87c196895c04e
.travis.yml
.travis.yml
language: csharp solution: SaveLockscreenImage.sln
language: csharp solution: SaveLockscreenImage.sln install: - nuget restore SaveLockscreenImage.sln - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release SaveLockscreenImage.sln - mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Te...
Create test runner for Travis CI
Create test runner for Travis CI
YAML
mit
MinhThienDX/SaveLockscreenImage
f6d0d583c5511953dc64a679900287e2696e8487
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - jruby-9.1.14.0 env: global: - SPHINX_BIN=ext/sphinx/bin/ - secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0= matrix: - SPHINX...
language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - jruby-9.1.14.0 env: global: - SPHINX_BIN=ext/sphinx/bin/ - secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0= matrix: - SPHINX...
Add Sphinx 3.0.2 to the test matrix.
Add Sphinx 3.0.2 to the test matrix.
YAML
mit
pat/riddle,pat/riddle
fec2eabb6906dcfcd98bc163b6a44fcd603d0a48
.travis.yml
.travis.yml
sudo: false language: php cache: directories: - vendor php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer install - vendor/bin/phpcs --config-set encoding utf-8 script: # Run PHP lint on all PHP files. - find Classes/ Tests/ -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l # Check the c...
sudo: false language: php cache: directories: - vendor php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer install - vendor/bin/phpcs --config-set encoding utf-8 script: # Run PHP lint on all PHP files. - find Classes/ Tests/ -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l # Che...
Add PHP 7.0 to the Travis build matrix
[TASK] Add PHP 7.0 to the Travis build matrix
YAML
mit
ricardofiorani/emogrifier,MyIntervals/emogrifier,ernsto/emogrifier,sanderkruger/emogrifier,iFixit/emogrifier,Synchro/emogrifier,jjriv/emogrifier,Seldaek/emogrifier,OzzyCzech/emogrifier
1d87581483bdc00cfbdd7a230ca15b593e9a6dee
.travis.yml
.travis.yml
language: c # Ubuntu 14.04 Trusty support sudo: required dist: trusty # build matrix with both OSes and Compilers os: - linux - osx compiler: - clang - gcc # different C Standard versions - test on C99 and C11 env: global: # set gcc to version 5 - GCC_VERSION=5 matrix: - LIBSAXBOSPIRAL_C_STANDAR...
language: c # Ubuntu 14.04 Trusty support sudo: required dist: trusty # build matrix with both OSes and Compilers os: - linux - osx compiler: - clang - gcc # different C Standard versions - test on C99 and C11 env: matrix: - LIBSAXBOSPIRAL_C_STANDARD=99 - LIBSAXBOSPIRAL_C_STANDARD=11 matrix: # exclu...
Use install script to override CC to gcc-5 for gcc builds
Use install script to override CC to gcc-5 for gcc builds
YAML
mpl-2.0
saxbophone/libsxbp,saxbophone/libsaxbospiral
298dc01476a8970a058806c77dcbb98c8a43940e
.travis.yml
.travis.yml
language: php php: - "5.4" - "5.3" before_script: - cp app/config/parameters.yml-dist app/config/parameters.yml - composer install --prefer-source --dev - pear install pear/PHP_CodeSniffer - phpenv rehash script: phpunit -c app/ --coverage-text after_script: - phpcs --report=full --report=gitblame --st...
language: php php: - "5.4" - "5.3" before_script: - cp app/config/parameters.yml-dist app/config/parameters.yml - composer install --prefer-source --dev - pear install pear/PHP_CodeSniffer - phpenv rehash script: phpunit --coverage-text after_script: - phpcs --report=full --report=gitblame --standard=P...
Fix Travis phpunit call - use correct location for config
Fix Travis phpunit call - use correct location for config
YAML
mit
protalk/protalk,protalk/protalk,protalk/protalk,protalk/protalk