commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
a5ffb5b88114ca055cdc4b27231cb817e072c03f
.travis.yml
.travis.yml
language: ruby rvm: - 2.1 - 2.2 - 2.3.3 - 2.4.0 before_install: gem install bundler # update bundler. script: "script/cibuild" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: false cache: bundler sudo: false
language: ruby rvm: - 2.2 - 2.3.3 - 2.4.0 - 2.5.0 before_install: gem install bundler # update bundler. script: "script/cibuild" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true notifications: email: false cache: bundler sudo: false
Test ruby 2.5, dont test Ruby 2.1
Test ruby 2.5, dont test Ruby 2.1
YAML
mit
github/pages-gem,github/pages-gem
a5576b44231bf43ea460afcff74066f715401ab5
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 before_install: gem install bundler -v 1.10.6
language: ruby cache: bundler rvm: - 2.0.0 - 2.1.7 - 2.2.3 before_install: gem install bundler -v 1.10.6
Test on more Ruby versions
Test on more Ruby versions
YAML
mit
everypolitician/jekyll-writeinpublic,everypolitician/jekyll-writeinpublic
0d4d33b82eb21f45cdba9375602991aeea18e436
.travis.yml
.travis.yml
sudo: required env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=8.2.1 - GHCVER=head script: - git clone https://github.com/jacereda/fsatrace.git .fsatrace - (cd .fsatrace && make) - export PATH=$PATH:`pwd`/.fsatrace - fsatrace v - -- echo fsatrace works - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh
sudo: required env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=8.2.1 - GHCVER=head script: - git clone https://github.com/jacereda/fsatrace.git .fsatrace - (cd .fsatrace && make) - export PATH=$PATH:`pwd`/.fsatrace - fsatrace v - -- echo fsatrace works - curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
Switch to the new curl script
Switch to the new curl script
YAML
bsd-3-clause
ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake
0e6cf39daf8e12742c19aef03d43ef9e1a120a61
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.5" To Do - Add support to it ! # - "pypy" To Do - Check about it later # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" # - "3.5" To Do - Add support to it ! # - "pypy" To Do - Check about it later # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: - pep8 . - pylint JenkinsStatistics - nosetests
Add pep8 and pylint to CI Build
Add pep8 and pylint to CI Build
YAML
mit
BrunoCaimar/JenkinsStatistics
ce52fb9bf92529e068f200314fd6cbbbb251c7c2
.travis.yml
.travis.yml
language: go go: - 1.6.x - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz | tar -C ${TRAVIS_BUILD_DIR} -xzf - - ( cd ${TRAVIS_BUILD_DIR}/yara-3.11.0 && ./bootstrap.sh && ./configure && make ) - export CGO_CFLAGS=-I${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/include - export CGO_LDFLAGS=-L${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs - export LD_LIBRARY_PATH=${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs
language: go go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - 1.12.x - tip gobuild_args: -tags no_pkg_config dist: xenial addons: apt: packages: - bison - flex - automake - autoconf - libtool - make - gcc before_install: - wget --no-verbose -O- https://github.com/VirusTotal/yara/archive/v3.11.0.tar.gz | tar -C ${TRAVIS_BUILD_DIR} -xzf - - ( cd ${TRAVIS_BUILD_DIR}/yara-3.11.0 && ./bootstrap.sh && ./configure && make ) - export CGO_CFLAGS=-I${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/include - export CGO_LDFLAGS=-L${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs - export LD_LIBRARY_PATH=${TRAVIS_BUILD_DIR}/yara-3.11.0/libyara/.libs
Drop Go 1.6 from Travis
Drop Go 1.6 from Travis
YAML
bsd-2-clause
VirusTotal/go-yara,hillu/go-yara,hillu/go-yara
bad870f0b82c42a755e14caec1e7778943d8b1f0
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install https://github.com/dcramer/pyflakes/tarball/master - pip install -q -e . --use-mirrors - pip install -r pip-test-req.txt before_script: - "pep8 --exclude=migrations --ignore=E501,E225 ." - pyflakes -x W . script: - python runtests.py
language: python python: - "2.6" - "2.7" env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 matrix: exclude: - python: "2.6" env: DJANGO=1.7 - python: "2.6" env: DJANGO=1.8 install: - pip install -q Django==$DJANGO --use-mirrors - pip install pep8 --use-mirrors - pip install https://github.com/dcramer/pyflakes/tarball/master - pip install -q -e . --use-mirrors - pip install -r pip-test-req.txt before_script: - "pep8 --exclude=migrations --ignore=E501,E225 ." - pyflakes -x W . script: - python runtests.py
Exclude django 1.7+ from python 2.6
Exclude django 1.7+ from python 2.6 - Django dropped support for python 2.6 at 1.7
YAML
apache-2.0
emory-libraries/django-eultheme,emory-libraries/django-eultheme,emory-libraries/django-eultheme
54a5019ede8ad04a8a30ea4b9a21a7f72322d04c
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly env: SYMFONY_VERSION=2.3.* cache: directories: - vendor - $HOME/.composer/cache install: - composer self-update - composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION} - if [[ "$SYMFONY_VERSION" = *dev* ]]; then sed -i "s/\"MIT\"/\"MIT\",\"minimum-stability\":\"dev\"/g" composer.json; fi - composer install --prefer-source script: bin/phpunit --coverage-clover clover.xml after_script: bin/coveralls -v matrix: include: - php: 5.6 env: SYMFONY_VERSION=2.4.* - php: 5.6 env: SYMFONY_VERSION=2.5.* - php: 5.6 env: SYMFONY_VERSION=2.6.*@dev - php: 5.6 env: SYMFONY_VERSION=2.7.*@dev allow_failures: - php: hhvm-nightly - env: SYMFONY_VERSION=2.6.*@dev - env: SYMFONY_VERSION=2.7.*@dev notifications: email: geloen.eric@gmail.com
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly env: SYMFONY_VERSION=2.3.* cache: directories: - vendor - $HOME/.composer/cache install: - composer self-update - composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION} - if [[ "$SYMFONY_VERSION" = *dev* ]]; then sed -i "s/\"MIT\"/\"MIT\",\"minimum-stability\":\"dev\"/g" composer.json; fi - composer install --prefer-source script: bin/phpunit --coverage-clover clover.xml after_script: bin/coveralls -v matrix: include: - php: 5.6 env: SYMFONY_VERSION=2.4.* - php: 5.6 env: SYMFONY_VERSION=2.5.* - php: 5.6 env: SYMFONY_VERSION=2.6.* - php: 5.6 env: SYMFONY_VERSION=2.7.*@dev allow_failures: - php: hhvm-nightly - env: SYMFONY_VERSION=2.7.*@dev notifications: email: geloen.eric@gmail.com
Move Symfony 2.6.*@dev to 2.6.*
[Travis] Move Symfony 2.6.*@dev to 2.6.*
YAML
mit
egeloen/IvoryOrderedFormBundle,egeloen/IvoryOrderedFormBundle
c40d10508e6a60a9a9f5d763b28b3f117223f300
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-dev && npm install -g npm && npm cache clean" script: "npm run-script travis"
language: node_js node_js: - "4" - "5" - "6" - "7" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-dev && npm install -g npm && npm cache clean" script: "npm run-script travis"
Build with node.js 6 and 7 as well.
Travis: Build with node.js 6 and 7 as well.
YAML
bsd-3-clause
papandreou/express-processimage
1aa4b345be22aa42ec57bad76433f08205668d3b
.travis.yml
.travis.yml
rvm: - 1.9.3 - 2.1.3 language: ruby bundler_args: --without development integration openstack
rvm: - 1.9.3 - 2.0.0 - 2.1.3 language: ruby bundler_args: --without development integration openstack
Revert "remove ruby-2.0.0 - is anybody using this?"
Revert "remove ruby-2.0.0 - is anybody using this?" This reverts commit f442ad91e7794a34ec98b7e8cfacd015173828db.
YAML
apache-2.0
dev-sec/chef-ssh-hardening,patcon/chef-ssh-hardening,IFTTT/chef-ssh-hardening,dev-sec/chef-ssh-hardening,michaelklishin/chef-ssh-hardening,hardening-io/chef-ssh-hardening,patcon/chef-ssh-hardening,hardening-io/chef-ssh-hardening,IFTTT/chef-ssh-hardening,michaelklishin/chef-ssh-hardening
361ab50fa76d17c9e4ad4fd48da8bb50e36bdf97
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install ordereddict futures mock; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install futures; fi - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install futures; fi script: - python -m tests.__main__
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "pypy" install: - travis_retry pip install -r requirements/dev.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict futures; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install futures; fi - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install futures; fi script: - python -m tests.__main__
Install unittest2 for python 2.6
Install unittest2 for python 2.6
YAML
bsd-3-clause
pygeek/flower,allengaller/flower,marrybird/flower,jzhou77/flower,allengaller/flower,getupcloud/flower,ucb-bar/bar-crawl-web,marrybird/flower,ucb-bar/bar-crawl-web,raphaelmerx/flower,ChinaQuants/flower,lucius-feng/flower,alexmojaki/flower,raphaelmerx/flower,asmodehn/flower,barseghyanartur/flower,pygeek/flower,pygeek/flower,Lingling7/flower,Lingling7/flower,asmodehn/flower,alexmojaki/flower,jzhou77/flower,marrybird/flower,ChinaQuants/flower,tellapart/flower,alexmojaki/flower,getupcloud/flower,barseghyanartur/flower,asmodehn/flower,ucb-bar/bar-crawl-web,raphaelmerx/flower,pj/flower,lucius-feng/flower,tellapart/flower,getupcloud/flower,jzhou77/flower,pj/flower,tellapart/flower,pj/flower,allengaller/flower,ChinaQuants/flower,Lingling7/flower,barseghyanartur/flower,lucius-feng/flower
38dcd95fb65e032a85dcf5fee5a915b1b7c16adc
.travis.yml
.travis.yml
language: python sudo: required python: - "2.7" - "3.4" - "3.6" - "3.7" services: - postgresql addons: postgresql: "9.4" apt: sources: - sourceline: 'ppa:jonathonf/ffmpeg-3' packages: - ffmpeg install: - "pip install -r requirements.txt" before_script: - psql -c 'create database zoudb;' -U postgres - mkdir /home/travis/build/cgwire/zou/previews env: - DEBUG=1 MAIL_DEBUG=1 FLASK_APP=zou.app PREVIEW_FOLDER=/home/travis/build/cgwire/zou/previews script: py.test
language: python dist: xenial sudo: required python: - "2.7" - "3.4" - "3.6" - "3.7" services: - postgresql addons: postgresql: "9.4" apt: sources: - sourceline: 'ppa:jonathonf/ffmpeg-3' packages: - ffmpeg install: - "pip install -r requirements.txt" before_script: - psql -c 'create database zoudb;' -U postgres - mkdir /home/travis/build/cgwire/zou/previews env: - DEBUG=1 MAIL_DEBUG=1 FLASK_APP=zou.app PREVIEW_FOLDER=/home/travis/build/cgwire/zou/previews script: py.test
Use Xenial version of Ubuntu for Travis tests
Use Xenial version of Ubuntu for Travis tests
YAML
agpl-3.0
cgwire/zou
18606319df1406c8ad108bb6a2c0a047fa359a38
.travis.yml
.travis.yml
language: node_js node_js: - stable - 8 - 6 - 4 script: - npm test
language: node_js node_js: - stable - 12 - 10 - 8 script: - npm test
Update node versions, drop v4/v6, add v10/v12
ci: Update node versions, drop v4/v6, add v10/v12
YAML
mit
themasch/node-bencode
eb96ac29e5db96dbaceef2d561007392e2469ccf
.travis.yml
.travis.yml
sudo: false language: python notifications: email: recipients: - me@arranschlosberg.com on_success: change on_failure: always python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_install: - wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda update --yes conda install: - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy script: - ./dev-scripts/run-tests.sh
sudo: false language: python notifications: email: recipients: - me@arranschlosberg.com on_success: change on_failure: always python: - "2.7" - "3.3" - "3.4" - "3.5" cache: apt addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran before_install: - wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda update --yes conda install: - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy pandas script: - ./dev-scripts/run-tests.sh
Include pandas in Travis CI configuration.
Include pandas in Travis CI configuration.
YAML
mit
aschlosberg/BNoL,aschlosberg/BNoL
1143b70bffe41111bdd1deebc91019243e26a29c
.travis.yml
.travis.yml
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - "2.1" - "2.2" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode script: - bundle exec rspec - ruby script/rubocop.rb bundler_args: --without development
language: ruby rvm: - "1.8.7" - "1.9.2" - "1.9.3" - "2.0.0" - "2.1" - "2.2" - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode before_install: - gem install bundler script: - bundle exec rspec - ruby script/rubocop.rb bundler_args: --without development
Update bundler before doing bundle install
Update bundler before doing bundle install
YAML
bsd-2-clause
smt116/contracts.ruby,egonSchiele/contracts.ruby,egonSchiele/contracts.ruby,smt116/contracts.ruby
ace841a822c774d23078838668e68bfd5c69a46f
.travis.yml
.travis.yml
language: rust sudo: required dist: trusty addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for both all the trains rust: - stable - beta - nightly before_script: - | pip install git+https://github.com/huonw/travis-cargo --user && git clone https://github.com/sstephenson/bats/ && export WORKSPACE=$HOME/workspace && mkdir $WORKSPACE && cp -ar $TRAVIS_BUILD_DIR/tests/integration/fixtures/* $WORKSPACE && export PATH=$HOME/.local/bin:$(pwd)/bats/bin:$TRAVIS_BUILD_DIR/target/debug:$PATH && git config --global user.name semantic-rs && git config --global user.email semantic@rs script: - | travis-cargo build && travis-cargo test && pushd tests/integration && bats integration.bats && popd && travis-cargo --only stable doc after_success: - travis-cargo coveralls --no-sudo env: global: - TRAVIS_CARGO_NIGHTLY_FEATURE="" notifications: email: false
language: rust sudo: required dist: trusty addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for both all the trains rust: - stable - beta - nightly before_script: - | pip install git+https://github.com/huonw/travis-cargo --user && git clone https://github.com/sstephenson/bats/ && export WORKSPACE=$HOME/workspace && mkdir $WORKSPACE && cp -ar $TRAVIS_BUILD_DIR/tests/integration/fixtures/* $WORKSPACE && export PATH=$HOME/.local/bin:$(pwd)/bats/bin:$TRAVIS_BUILD_DIR/target/debug:$PATH && git config --global user.name semantic-rs && git config --global user.email semantic@rs script: - | travis-cargo build && travis-cargo test && travis-cargo --only stable doc after_success: - travis-cargo coveralls --no-sudo env: global: - TRAVIS_CARGO_NIGHTLY_FEATURE="" notifications: email: false
Disable integration tests for the moment
chore(CI): Disable integration tests for the moment
YAML
mit
semantic-rs/semantic-rs,semantic-rs/semantic-rs
eb67804936d2b4f67120f84738d84f38ec4974c2
.travis.yml
.travis.yml
language: android jdk: oraclejdk7 sudo: false android: components: # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools # - platform-tools # - tools # The BuildTools version used by your project - build-tools-23.0.2 # The SDK version used to compile your project - android-23 # Additional components - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository - addon-google_apis-google-23 # Specify at least one system image, # if you need to run emulator(s) during your tests - sys-img-armeabi-v7a-android-19 - sys-img-x86-android-17 branches: only: - master - dev script: - echo "Travis branch is $TRAVIS_BRANCH" - echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST" - ./gradlew test
language: android jdk: oraclejdk7 sudo: false android: components: # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools - platform-tools - tools # The BuildTools version used by your project - build-tools-23.0.2 # The SDK version used to compile your project - android-23 # Additional components - extra-google-google_play_services - extra-google-m2repository - extra-android-m2repository - addon-google_apis-google-23 # Specify at least one system image, # if you need to run emulator(s) during your tests - sys-img-armeabi-v7a-android-19 - sys-img-x86-android-17 branches: only: - master - dev script: - echo "Travis branch is $TRAVIS_BRANCH" - echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST" - ./gradlew test
Change Android SDK version for Travis
Change Android SDK version for Travis
YAML
apache-2.0
dialogflow/dialogflow-android-client
6005bb875544ab071daeb1606d00eaa423db6901
.travis.yml
.travis.yml
language: objective-c script: - xctool -workspace Tests/NSString-HYPFormula.xcworkspace -scheme NSString-HYPFormulaTests -sdk iphonesimulator build test
language: objective-c before_install: - brew update - brew unlink xctool - brew install xctool script: - xctool -workspace Tests/NSString-HYPFormula.xcworkspace -scheme NSString-HYPFormulaTests -sdk iphonesimulator build test
Add before_install to Travis configuration
Add before_install to Travis configuration
YAML
mit
hyperoslo/NSString-HYPFormula
d9d0342a3e4fb12ad48428163e35640cddfeffb5
.travis.yml
.travis.yml
sudo: false sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps --notest . - cpanm --quiet --notest Devel::Cover::Report::Coveralls script: - cover -delete && cover -test after_success: - cover -report coveralls
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps --notest . - cpanm --quiet --notest Devel::Cover::Report::Coveralls script: - cover -delete && cover -test after_success: - cover -report coveralls
Add v5.22 to Travis, and run in container by turning off sudo
Add v5.22 to Travis, and run in container by turning off sudo
YAML
artistic-2.0
thoke/distribution-cooker,thoke/distribution-cooker
83de30e79774deeb862dc269daa3485d30541c9c
.travis.yml
.travis.yml
deploy: provider: heroku app: tintg-stage api_key: secure: N3o19GM6W86mcl1aUUCqJEdtNF2HaGmYB7IAg7vLy0FHnyXL1yR2Zgpr9iteMRTRepvpAsVzNNJNQdF0Q5HPV47vgkedOw7z/Z7oNQCHFFhS3avRc64Yhh6kySpNiHPQ8K2AVQ2tfEVUxW4xDehHp1XzNaPOOIYCTohRw44Lpzo= language: python notifications: email: - pjj@philipjohnjames.com python: - "2.7"
notifications: email: - pjj@philipjohnjames.com language: python deploy: api_key: secure: KZoFzs2mMO18aPBLJch7PdGVoTYOxSmXAhrd8SFWNaqVosVGuF6qVymDFXAVW85JaGY9hXofyF+6yx3P35nH35OggcMXr/f4Rkf8JdfWMtfazbqgCsqE3SyNYMerV/6qhYZafnUqFWSgOSnQBQcaxKImdcx5v6Bog/1BARNoyT4= provider: heroku "on": repo: phildini/cards-against-django app: tintg-stage python: - "2.7"
Deploy with Travis try again
Deploy with Travis try again
YAML
mit
phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django,phildini/cards-against-django
6e6219c3a534af72f1859e8764a871b7b4eefed4
.travis.yml
.travis.yml
language: objective-c osx_image: xcode10.3 cache: cocoapods podfile: Example/Podfile notifications: email: false env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - gem install bundler -v 2.0.2 - bundle install install: - bundle exec pod install --project-directory=Example --repo-update script: - bundle exec pod lib lint
language: objective-c osx_image: xcode11 cache: cocoapods podfile: Example/Podfile notifications: email: false env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - gem install bundler -v 2.0.2 - bundle install install: - bundle exec pod install --project-directory=Example --repo-update script: - bundle exec pod lib lint
Use Xcode 11 on Travis
Use Xcode 11 on Travis
YAML
mit
detroit-labs/IRLSize,detroit-labs/IRLSize,detroit-labs/IRLSize
6a3342f4751a0d4bdc85e9b6129e11bf18455cf1
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - nightly services: - mysql - memcached sudo: false cache: directories: - $HOME/.composer/cache before_install: - composer self-update - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script: - composer install script: - composer test after_script: - if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then wget https://scrutinizer-ci.com/ocular.phar ; fi - if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage/coverage.clover ; fi
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly services: - mysql - memcached sudo: false cache: directories: - $HOME/.composer/cache before_install: - composer self-update - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script: - composer install script: - composer test after_script: - if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then wget https://scrutinizer-ci.com/ocular.phar ; fi - if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage/coverage.clover ; fi
Add PHP 7.2 to test
Add PHP 7.2 to test
YAML
apache-2.0
kokororin/KotoriFramework,kokororin/KotoriFramework,kokororin/Kotori.php,kokororin/KotoriFramework,kokororin/Kotori.php
713193a7b01f221e41973eb11653895a4018fed9
.travis.yml
.travis.yml
language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.11" script: - ant test
language: node_js node_js: - "0.6" - "0.8" - "0.10" - "0.11" - "0.12" script: - ant test
Test against Node 0.12.0 on Travis CI
Test against Node 0.12.0 on Travis CI Test against Node 0.12.0 on Travis CI
YAML
mit
cscott/parser-lib,ovanderzee/parser-lib,ash1982ok/parser-lib,ideadapt/parser-lib,medikoo/parser-lib,malept/parser-lib,cscott/parser-lib,malept/parser-lib,medikoo/parser-lib,ovanderzee/parser-lib,ideadapt/parser-lib,ash1982ok/parser-lib
6ceb7f20c2343585e9d7c08902b397520a4bc901
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 script: "./gradlew :plugin:jpi :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal" env: global: secure: blEUjsU8dIot/C43rEeXdun9rQns+lR0qxzMG5cvWr7m3G95LFGOyhFzw9QBaTBFlGplteZAvV6OPo56uHx38J5uGv2DrOGqbX0UoxYY/fh8JytmpESmvGvL5EmPLtgx0V7Hu4+Ts0X1PzYLV69mD5dG7bg//P5fiLzHSSqfBCs=
language: java jdk: - oraclejdk7 script: "./gradlew :plugin:jpi after_success: if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi env: global: secure: blEUjsU8dIot/C43rEeXdun9rQns+lR0qxzMG5cvWr7m3G95LFGOyhFzw9QBaTBFlGplteZAvV6OPo56uHx38J5uGv2DrOGqbX0UoxYY/fh8JytmpESmvGvL5EmPLtgx0V7Hu4+Ts0X1PzYLV69mD5dG7bg//P5fiLzHSSqfBCs=
Make Bintray upload only for build from master
Make Bintray upload only for build from master
YAML
apache-2.0
jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin
5e6fa8e90877a3a9c159f57cae72b95b54e829da
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - npm install - bin/doctrine orm:schema-tool:create script: - bin/phpspec run -v - bin/behat -v - bin/phpunit - bin/robo acceptance
language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev - npm install - cp .env.dist .env - bin/doctrine orm:schema-tool:create - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then wget https://github.com/digitalkaoz/typehint-to-docblock/releases/download/0.2.2/typehint-to-docblock.phar && php typehint-to-docblock.phar transform spec; fi;' script: - bin/phpspec run -v - bin/behat -v - bin/phpunit - bin/robo acceptance
Fix problem with Travis build.
Fix problem with Travis build.
YAML
mit
MontealegreLuis/php-testing-tools,MontealegreLuis/php-testing-tools
dabf45d3f9490cb91bd231482c84134474795949
.travis.yml
.travis.yml
os: - linux - osx language: generic sudo: required dist: trusty osx_image: xcode8.3 install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: - make test - ./dogFooding.sh after_success: - eval "$(curl -sL https://swift.vapor.sh/codecov)"
os: - linux - osx language: generic sudo: required dist: trusty osx_image: xcode9 install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: - make test - ./dogFooding.sh after_success: - eval "$(curl -sL https://swift.vapor.sh/codecov)"
Use Xcode 9 on Travis CI
Use Xcode 9 on Travis CI
YAML
apache-2.0
ryuichis/swift-lint,ryuichis/swift-lint,yanagiba/swift-lint,yanagiba/swift-lint
39757e092a99d73c965af08e2a21b2e487ee536e
.travis.yml
.travis.yml
--- branches: only: - "master" - "molecule-test-harness" dist: bionic language: python python: 3.5 env: matrix: - MOLECULE_DISTRO: centos/7 - MOLECULE_DISTRO: centos/8 - MOLECULE_DISTRO: debian/jessie64 - MOLECULE_DISTRO: debian/stretch64 - MOLECULE_DISTRO: debian/buster64 - MOLECULE_DISTRO: generic/ubuntu1604 - MOLECULE_DISTRO: generic/ubuntu1804 install: - | export VAGRANT_VERSION=2.2.9 sudo apt-get update && sudo apt-get install -y bridge-utils dnsmasq-base ebtables libvirt-bin libvirt-dev qemu-kvm qemu-utils ruby-dev sudo wget -nv https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb sudo dpkg -i vagrant_${VAGRANT_VERSION}_x86_64.deb vagrant --version - sudo vagrant plugin install vagrant-libvirt - pip3 install molecule yamllint ansible-lint python-vagrant molecule-vagrant - sudo chown -R travis:travis /home/travis/.vagrant.d - sudo gpasswd -a travis libvirt script: - sudo -E su travis -c "source $VIRTUAL_ENV/bin/activate; molecule test"
--- branches: only: - "master" dist: bionic language: python python: 3.5 env: matrix: - MOLECULE_DISTRO: centos/7 - MOLECULE_DISTRO: centos/8 - MOLECULE_DISTRO: debian/jessie64 - MOLECULE_DISTRO: debian/stretch64 - MOLECULE_DISTRO: debian/buster64 - MOLECULE_DISTRO: generic/ubuntu1604 - MOLECULE_DISTRO: generic/ubuntu1804 install: - | export VAGRANT_VERSION=2.2.9 sudo apt-get update && sudo apt-get install -y bridge-utils dnsmasq-base ebtables libvirt-bin libvirt-dev qemu-kvm qemu-utils ruby-dev sudo wget -nv https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb sudo dpkg -i vagrant_${VAGRANT_VERSION}_x86_64.deb vagrant --version - sudo vagrant plugin install vagrant-libvirt - pip3 install molecule yamllint ansible-lint python-vagrant molecule-vagrant - sudo chown -R travis:travis /home/travis/.vagrant.d - sudo gpasswd -a travis libvirt script: - sudo -E su travis -c "source $VIRTUAL_ENV/bin/activate; molecule test"
Make Travis only build master branch.
Make Travis only build master branch.
YAML
apache-2.0
Graylog2/graylog-ansible-role
3dcefddac411664eeea0e89790d1dad4de5a2769
.travis.yml
.travis.yml
language: python sudo: false matrix: include: - os: linux env: SETUP="linux, python 3.2, flake8" python: 3.2 before_install: - pip3 install flake8 - pip3 install pylint after_success: - flake8 --max-line-length 100 --ignore E402 --exclude pyte,stubs - os: linux env: SETUP="linux, python 3.6" python: 3.6 - os: osx env: SETUP="osx" language: generic before_install: - brew update - brew install python3 - virtualenv env -p python3 - source env/bin/activate install: before_script: - uname -a - python --version - python3 --version - bash --version script: - python3 tests/run_tests.py after_success: after_failure: after_script: - ls -al notifications: email: false
language: python sudo: false matrix: include: - os: linux env: SETUP="linux, python 3.2, flake8" python: 3.2 before_install: - pip3 install flake8 - pip3 install pylint after_success: - flake8 --max-line-length 100 --ignore E402 --exclude pyte,stubs - os: linux env: SETUP="linux, python 3.6" python: 3.6 install: before_script: - uname -a - python --version - python3 --version - bash --version script: - python3 tests/run_tests.py after_success: after_failure: after_script: - ls -al notifications: email: false
Remove osx again it does not work at all
Remove osx again it does not work at all
YAML
mit
Wramberg/TerminalView
c18d447b2772db36de732bc2e77ab7f453c32d49
.travis.yml
.travis.yml
--- cache: bundler language: ruby rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - jruby-9.2.7.0
--- cache: bundler language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 - jruby-9.2.8.0 jdk: - openjdk8
Use 2.6, 2.5, 2.4, jruby-9.2.8.0
CI: Use 2.6, 2.5, 2.4, jruby-9.2.8.0
YAML
mit
ttasanen/connection_pool,mperham/connection_pool
ec19a3a15d606ac06e0141e834af2afd12169d51
.travis.yml
.travis.yml
language: java env: matrix: - TARGET_PLATFORM=kepler - TARGET_PLATFORM=indigo - TARGET_PLATFORM=juno before_install: - wget http://dl.google.com/android/android-sdk_r22.0.1-linux.tgz - tar -zxf android-sdk_r22.0.1-linux.tgz - export ANDROID_HOME=$PWD/android-sdk-linux - export PATH=${PATH}:${ANDROID_HOME}/tools - sudo apt-get update -qq - sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null - echo yes |android update sdk --filter platform-tools,build-tools-17.0.0,android-10,android-7,extra-android-support,sysimg-16 --no-ui --force > /dev/null - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: mvn --file me.gladwell.eclipse.m2e.android.test/pom.xml -Dtarget.platform=$TARGET_PLATFORM verify
language: java env: matrix: - TARGET_PLATFORM=kepler - TARGET_PLATFORM=indigo - TARGET_PLATFORM=juno before_install: - wget http://dl.google.com/android/android-sdk_r22.0.1-linux.tgz - tar -zxf android-sdk_r22.0.1-linux.tgz - export ANDROID_HOME=$PWD/android-sdk-linux - export PATH=${PATH}:${ANDROID_HOME}/tools - sudo apt-get update -qq - sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null - echo yes |android update sdk --filter platform-tools,build-tools-17.0.0,android-10,android-7,extra-android-support,sysimg-16 --no-ui --force > /dev/null - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: mvn --file me.gladwell.eclipse.m2e.android.test/pom.xml -Dtycho.showEclipseLog=true -Dtarget.platform=$TARGET_PLATFORM verify
Enable -debug -consolelog for the test OSGi runtime
Enable -debug -consolelog for the test OSGi runtime
YAML
epl-1.0
b-cuts/m2e-android,rgladwell/m2e-android,WonderCsabo/m2e-android,WonderCsabo/m2e-android,b-cuts/m2e-android,rgladwell/m2e-android
a92b1728129d573587f17df27778cd40c7aecc36
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 before_install: gem install bundler -v 1.15.3
sudo: false language: ruby rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 before_install: gem install bundler -v 1.16.1
Remove support for Ruby 2.1 and add support for 2.5.
Remove support for Ruby 2.1 and add support for 2.5.
YAML
mit
vavgustov/debug-extras,vavgustov/debug-extras
1c724276ac747a01389d9be6f25680ce0a5bdbcc
.travis.yml
.travis.yml
language: go sudo: false go: - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - tip matrix: allow_failures: - go: tip fast_finish: true env: - GO111MODULE=on before_install: - go get golang.org/x/tools/cmd/cover script: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false
language: go sudo: false go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - 1.11.x - tip matrix: allow_failures: - go: tip fast_finish: true env: - GO111MODULE=on before_install: - go get golang.org/x/tools/cmd/cover script: - go test ./... -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false
Use the latest Go releases
Use the latest Go releases
YAML
mit
gofrs/uuid
42b5e893a35f9e76844cf69354e7cf27af5444ba
.travis.yml
.travis.yml
language: node_js script: - npm test - npm run benchmarks - npm run lint node_js: - "node" - "6" - "4" # Compiling package microtime requires C++11 compiler. Benchmarks will # automatically use microtime if installed. addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
language: node_js env: matrix: - TEST_TYPE=test - TEST_TYPE=lint - TEST_TYPE=benchmarks script: - | if [ "$TEST_TYPE" = test ]; then npm test elif [ "$TEST_TYPE" = benchmarks ]; then npm run benchmarks elif [ "$TEST_TYPE" = lint ]; then npm run lint fi # Slate is compiled with babel and run in the browser node_js: - "node" # Compiling package microtime requires C++11 compiler. Benchmarks will # automatically use microtime if installed. addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
Use different build for test/lint/benchmarks
Use different build for test/lint/benchmarks
YAML
mit
ianstormtaylor/slate,ashutoshrishi/slate,ianstormtaylor/slate,isubastiCadmus/slate,AlbertHilb/slate,6174/slate
f31b65315b6156aa262ccd71d3907facf7241b2b
.travis.yml
.travis.yml
language: go go: - 1.6 - tip install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v github.com/golang/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint -set_exit_status ./... - go test -v -race ./...
language: go go: - 1.5 - 1.6 - tip install: - go get github.com/bwmarrin/discordgo - go get -v . - go get -v github.com/golang/lint/golint script: - diff <(gofmt -d .) <(echo -n) - go vet -x ./... - golint ./... - go test -v -race ./...
Bring back 1.5, make lint non fatal.
Bring back 1.5, make lint non fatal.
YAML
bsd-3-clause
jonas747/discordgo,iopred/discordgo,robbix1206/discordgo,bwmarrin/discordgo
7dabe8331cd2eb75a586018f0cc5ab7043290c41
.travis.yml
.travis.yml
language: php services: # - memcached # - mongodb - mysql # - rabbitmq - redis php: - 5.3 - 5.4 - 5.5 before_script: # beanstalkd - sudo apt-get install -qq --force-yes beanstalkd - sudo beanstalkd -d -l 127.0.0.1 -p 11300 # mysql - mysql -e 'CREATE DATABASE database_name;' - mysql database_name < config/schema-mysql.sql - composer self-update - composer install - pear install --alldeps PHP_CodeSniffer - phpenv rehash script: - phpcs --standard=psr2 src/ - phpunit --coverage-text --coverage-clover build/logs/clover.xml after_success: - "composer require --dev satooshi/php-coveralls:dev-master && php vendor/bin/coveralls -v"
language: php services: # - memcached # - mongodb - mysql # - rabbitmq - redis-server php: - 5.3 - 5.4 - 5.5 before_script: # beanstalkd - sudo apt-get install -qq --force-yes beanstalkd - sudo beanstalkd -d -l 127.0.0.1 -p 11300 # mysql - mysql -e 'CREATE DATABASE database_name;' - mysql database_name < config/schema-mysql.sql - composer self-update - composer install - pear install --alldeps PHP_CodeSniffer - phpenv rehash script: - phpcs --standard=psr2 src/ - phpunit --coverage-text --coverage-clover build/logs/clover.xml after_success: - "composer require --dev satooshi/php-coveralls:dev-master && php vendor/bin/coveralls -v"
Add missing redis-server to tests
Add missing redis-server to tests
YAML
mit
josegonzalez/php-queuesadilla
7a2e8d72493e92e940370e2655802df56d73f0a9
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy - pypy3 install: - pip install flake8 - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi - pip install coveralls - pip install mock - pip install nose script: - nosetests tests --with-coverage --cover-package=git_edit_index --cover-erase - flake8 --ignore=E501 git-edit-index tests/git_edit_index_tests.py setup.py after_success: - coveralls
language: python python: - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - 3.6 - pypy - pypy3 install: - pip install flake8 - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi - pip install coveralls - pip install mock - pip install nose script: - nosetests tests --with-coverage --cover-package=git_edit_index --cover-erase - flake8 --ignore=E501 git-edit-index tests/git_edit_index_tests.py setup.py after_success: - coveralls
Make Travis CI test also Python 3.6.
Make Travis CI test also Python 3.6.
YAML
mit
s3rvac/git-edit-index
18e7255ff888056064c8758b402078f8d5aaf51d
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: "pip install -r requirements.txt" script: nosetests
language: python python: - '2.7' - '3.3' - '3.4' - '3.5' - 3.5-dev - nightly install: pip install -r requirements.txt script: nosetests notifications: slack: secure: NXshtzgr+BVRCSoDWJqASSX9Yc3YN12vxA+LQJEYDHh3/sGZQrIL5+NVj2mKxDEAgXhuHQNggC2lXTBshpelyc7itFkMM2IJx5MkLdejO3LC8cD3HQgfNyaSAGT4noo5BYHX8ngGEL4FtLJZiyA+93VtvwbEln+YhlLFaJPuQkpuoYMr5e/7OhlC0inkzWQKtDh5sYCgvV4SzVr+HFuODY3dFyTh6h1Fiig4lkkd+tbQQJWTQsG9gsk9gQk/n9qme2snJ8YQRvOesFkEsF/5A2VQpSxHHT9hfznzXy0gv8CsHuK1/8FH9t7QWI5dok9JIp//A8C2D2aWKN1wNw8EePBB5N3vgJoHw30gNuC9OIjtTA3nJTgUF8qRUiQvsjIz+l9KMwEjVd2knnu037MnTZ9rVlQZFfcDJIgL2T44E8/cJNhOB8CFlgORrrvxaHBY3Fgc4fdLLKIJyjY4m7AzBUt659rM0kJm0UZ5IvZaJvyLzGGrUOv0SM3Kxf6CEaxFFyI9eKEn0dt8zGd7ZO29PP2LQingF6ZkThQm/C2wFFg6Ixmof/YhisqTYOYGYFFbRj0c+xYl0szlNzQy/tYdjmjjgKO8+XZ2aoQOM3Sj487sj8RxIvgfLKkF8YLxNWoHXFqvWbHrZxLZ/TuQOwZVfEhmvNEEjXsspoQifUBo2ks=
Add Travis CI integration to Slack
Add Travis CI integration to Slack
YAML
mit
rsmenon/pygments-mathematica
6681d63c76e09627414388c84c2896ab41d3e8e7
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - PyPy env: - EXTRAS=tests - "EXTRAS=tests,lxml" script: py.test install: - pip install "file://$PWD#egg=xmlrpc2[${EXTRAS}]"
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - PyPy env: - EXTRAS=tests - "EXTRAS=tests,lxml" script: py.test install: - pip install "file://$PWD#egg=xmlrpc2[${EXTRAS}]"
Add 3.3 to the versions to test against
Add 3.3 to the versions to test against
YAML
bsd-2-clause
dstufft/xmlrpc2
41a94ba1653f9c00bd1f2df75fba2c6f16cd0555
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib - python -c "import lasio; print(lasio.__version__)" script: - pytest notifications: email: recipients: - kinverarity@hotmail.com on_success: change on_failure: change
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: - pip install --editable ".[all]" - pip install pytest>=3.6 pytest-cov coverage pathlib script: - pytest notifications: email: recipients: - kinverarity@hotmail.com on_success: change on_failure: change
Remove print call since it's captured anyway
Remove print call since it's captured anyway
YAML
mit
kwinkunks/lasio,kinverarity1/las-reader,kinverarity1/lasio
3d345b9d15c6c13bdddc04d13d07e8640ccbdedb
.travis.yml
.travis.yml
language: cpp os: - linux - osx compiler: - clang - gcc matrix: exclude: - os: osx compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test - kubuntu-backports packages: - g++-4.8 - cmake script: - if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi - if [ "$CC" = "gcc" ]; then export CC="/usr/bin/gcc-4.8"; fi - $CXX --version - $CC --version - cmake --version - cmake . - make - ctest
sudo: required # Added only to join beta (https://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/) dist: trusty language: cpp os: - linux - osx compiler: - clang - gcc matrix: exclude: - os: osx compiler: gcc script: - $CXX --version - $CC --version - cmake --version - cmake . - make - ctest
Use Travis trusty image an its compiler toolchain
Use Travis trusty image an its compiler toolchain
YAML
bsd-3-clause
kullo/smartsqlite,kullo/smartsqlite,kullo/smartsqlite
fe39ee4e130cc0aa535f7ec9c42232d96efcb8b9
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - composer update --dev - wget https://scrutinizer-ci.com/ocular.phar script: - phpunit -c tests/unit/ --coverage-clover=coverage.clover - php ocular.phar code-coverage:upload --format=php-clover coverage.clover - phpunit -c tests/container/
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sudo: false before_script: - composer update --dev - wget https://scrutinizer-ci.com/ocular.phar script: - phpunit -c tests/unit/ --coverage-clover=coverage.clover - phpunit -c tests/container/ after_script: - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Move uploading to after script
Move uploading to after script
YAML
bsd-2-clause
friendsofaura/FOA.Auth_Session_Bundle,friendsofaura/FOA.Auth_Session_Bundle
78c291f6538fca7c4a4b297cc28277e7a1cf0fba
.travis.yml
.travis.yml
language: ruby args: --without development debug rvm: - 1.8.7 - 1.9.3 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database allincome_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - xvfb-run bundle exec rake notifications: recipients: - jason@wieringa.co
language: ruby args: --without development debug rvm: - 1.9.3 before_script: - cp config/database.travis.yml config/database.yml - psql -c 'create database allincome_test;' -U postgres script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - xvfb-run bundle exec rake notifications: recipients: - jason@wieringa.co
Drop support for 1.8.7 because it doesnt support latest capybara version
Drop support for 1.8.7 because it doesnt support latest capybara version
YAML
apache-2.0
SnapFresh/SnapFresh,rubyforgood/AllIncomeFoods,ysiadf/AllIncomeFoods,ysiadf/AllIncomeFoods,jwieringa/AllIncomeFoods,ysiadf/AllIncomeFoods,rubyforgood/AllIncomeFoods,jwieringa/AllIncomeFoods,rubyforgood/AllIncomeFoods,ysiadf/AllIncomeFoods,rubyforgood/AllIncomeFoods,jwieringa/AllIncomeFoods,SnapFresh/SnapFresh,SnapFresh/SnapFresh,SnapFresh/SnapFresh,jwieringa/AllIncomeFoods,rubyforgood/AllIncomeFoods,ysiadf/AllIncomeFoods,SnapFresh/SnapFresh,jwieringa/AllIncomeFoods
933d453579dd1ceb5f03d1fa389b493b379d0202
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6" - "nightly" install: script: - python -m unittest test - PYTHONASYNCIODEBUG=1 python -m unittest test
language: python python: - 3.4 - 3.5 - 3.6 - nightly script: - python -m unittest test - PYTHONASYNCIODEBUG=1 python -m unittest test
Reformat yaml config for Travis CI
Reformat yaml config for Travis CI
YAML
apache-2.0
Martiusweb/asynctest
000f3128d86e24d53cdf63286e2e06d4cb49d454
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '7' - '6' - '4' before_install: - npm prune - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm i -g npm@^3.0.0 script: - npm run build after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '7' - '6' - '4' before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm i -g npm@^3.0.0 - rm -rf ./node_modules - npm cache clean - npm install script: - npm run build after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
Clean node_modules and add fresh install
Clean node_modules and add fresh install
YAML
mit
videogular/videogular,videogular/videogular,kfeinUI/videogular,kfeinUI/videogular,2fdevs/videogular,kfeinUI/videogular,videogular/videogular,2fdevs/videogular
1c5c6654d7767ce151ccb0e04d07512c01116131
.travis.yml
.travis.yml
--- language: node_js node_js: - 4 - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi' - 'if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi' env: global: - USE_YARN=no matrix: - TEST_SUITE=simple - TEST_SUITE=installs - TEST_SUITE=kitchensink matrix: include: - node_js: 0.10 env: TEST_SUITE=simple - node_js: 6 env: USE_YARN=yes TEST_SUITE=simple
--- language: node_js node_js: - 4 - 6 - 7 cache: directories: - node_modules - packages/create-react-app/node_modules - packages/react-scripts/node_modules install: true script: - 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi' - 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi' - 'if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi' env: global: - USE_YARN=no matrix: - TEST_SUITE=simple - TEST_SUITE=installs matrix: include: - node_js: 0.10 env: TEST_SUITE=simple - node_js: 6 env: USE_YARN=yes TEST_SUITE=simple
Remove kitchensink tests for now
Remove kitchensink tests for now These tests rely on an example project that has to be migrated to TypeScript first.
YAML
bsd-3-clause
devex-web-frontend/create-react-app-dx,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript,Place1/create-react-app-typescript,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript,devex-web-frontend/create-react-app-dx,Place1/create-react-app-typescript
f65f57e67e85983850b98da4b0c3e3f3dffc73f8
.travis.yml
.travis.yml
language: ruby python: "3.4" before_install: - curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" - sudo python get-pip.py - sudo pip install -U setuptools - sudo pip install -U virtualenvwrapper - python -V - pip -V install: - bundle install - sudo pip install -r requirements.txt rvm: - 2.1 - 2.2
language: ruby python: "3.4" before_install: - curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" - sudo python get-pip.py - python -V - pip -V install: - bundle install - sudo pip install -r requirements.txt rvm: - 2.1 - 2.2
Remove setuptools Setup for Manual pip Install
Remove setuptools Setup for Manual pip Install
YAML
mit
friendsoftheweb/woff-rb,friendsoftheweb/woff-rb
2c1e27c728d78e5c23e3cdd9196958d995958631
.travis.yml
.travis.yml
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock - go get github.com/onsi/ginkgo - go get github.com/onsi/ginkgo/ginkgo - go get github.com/onsi/gomega - go get golang.org/x/tools/cmd/cover - go get github.com/modocache/gover - go get github.com/mattn/goveralls env: - ENV=test script: - ginkgo -r --randomizeAllSpecs -cover - gover - goveralls -service=travis-ci -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
language: go go: - 1.4 - release - tip install: - go get github.com/go-sql-driver/mysql - go get github.com/cenkalti/backoff - go get github.com/joho/godotenv - go get github.com/codegangsta/cli - go get github.com/DATA-DOG/go-sqlmock - go get github.com/onsi/ginkgo - go get github.com/onsi/ginkgo/ginkgo - go get github.com/onsi/gomega - go get golang.org/x/tools/cmd/cover - go get github.com/modocache/gover - go get github.com/mattn/goveralls - go get gopkg.in/DATA-DOG/go-sqlmock.v0 env: - ENV=test script: - ginkgo -r --randomizeAllSpecs -cover - gover - goveralls -service=travis-ci -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN
Add sqlmock.v0 to Travis deps
Add sqlmock.v0 to Travis deps
YAML
mit
nicday/turtle
60c07214ed6dcee779aa8f1ed239d1c941c07024
.travis.yml
.travis.yml
language: perl perl: - "5.20" - "5.18" - "5.16" - "5.14" script: - make -f build/Makefile release # configure notifications (email, IRC, campfire etc) notifications: irc: "irc.freenode.org#gmod"
language: perl perl: - "5.20" - "5.18" - "5.16" - "5.14" before_install: - ./setup.sh script: - make -f build/Makefile release # configure notifications (email, IRC, campfire etc) notifications: irc: "irc.freenode.org#gmod"
Add setup.sh to Travis CI configuration
Add setup.sh to Travis CI configuration
YAML
lgpl-2.1
GMOD/jbrowse,erasche/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,limeng12/jbrowse,limeng12/jbrowse,erasche/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,limeng12/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,GMOD/jbrowse,erasche/jbrowse,limeng12/jbrowse,GMOD/jbrowse,nathandunn/jbrowse,GMOD/jbrowse,limeng12/jbrowse,limeng12/jbrowse,Arabidopsis-Information-Portal/jbrowse,GMOD/jbrowse,limeng12/jbrowse,nathandunn/jbrowse,nathandunn/jbrowse,limeng12/jbrowse,erasche/jbrowse
3843dfea1b594276967363c3b46bb46ec64f5d45
.travis.yml
.travis.yml
bundler_args: --without yard guard metrics benchmarks branches: only: - /^release-.*$/ script: "bundle exec rake spec" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - ree - rbx-19mode env: - "GIT_BRANCH=release-1.2" notifications: irc: "irc.freenode.org#datamapper" email: - dan.kubb@gmail.com matrix: allow_failures: - rvm: ruby-head
bundler_args: --without yard guard metrics benchmarks branches: only: - /^release-.*$/ script: "bundle exec rake spec" rvm: - 1.9.3 - 2.0.0 - ruby-head - jruby-19mode - jruby-head - rbx-19mode env: - "GIT_BRANCH=release-1.2" notifications: irc: "irc.freenode.org#datamapper" email: - dan.kubb@gmail.com matrix: allow_failures: - rvm: ruby-head
Remove 1.9.2 and ree from list of rubies to test against
Remove 1.9.2 and ree from list of rubies to test against
YAML
mit
datamapper/dm-rails
9001659f3c534e9069e6c7743919546d34719ed9
.travis.yml
.travis.yml
sudo: false language: rust rust: - stable - beta - nightly env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 - ghc - python3 go: - tip install: - nvm install stable - nvm use stable - npm install ffi glob - gem install ffi script: - cargo build - cd c && gcc main.c -L ../target/debug -lstringtools -o main && LD_LIBRARY_PATH=../target/debug ./main - cd ../haskell && ghc --make main.hs -L../target/debug -lstringtools -o main && LD_LIBRARY_PATH=../target/debug ./main - cd ../go && LD_LIBRARY_PATH=../target/debug go run main.go - cd ../python && python3 main.py - cd ../node && node main.js - cd ../ruby && ruby main.rb
sudo: false language: rust rust: - stable - beta - nightly env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 - ghc - python3 go: - tip install: - wget http://nim-lang.org/download/nim-0.12.0.tar.xz - tar xf nim-0.12.0.tar.xz - cd nim-0.12.0 - sh build.sh - cd .. - export PATH=`pwd`/nim-0.12.0/bin:$PATH - nvm install stable - nvm use stable - npm install ffi glob - gem install ffi script: - cargo build - cd c && gcc main.c -L ../target/debug -lstringtools -o main && LD_LIBRARY_PATH=../target/debug ./main - cd ../haskell && ghc --make main.hs -L../target/debug -lstringtools -o main && LD_LIBRARY_PATH=../target/debug ./main - cd ../go && LD_LIBRARY_PATH=../target/debug go run main.go - cd ../python && python3 main.py - cd ../nim && nim c -r --verbosity:0 main.nim - cd ../node && node main.js - cd ../ruby && ruby main.rb
Test Nim FFI on Travis.
Test Nim FFI on Travis.
YAML
mit
zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools,zsiciarz/rust-ffi-stringtools
c8818b50a7dae1fbb13c7be53c9d94df5f6bb7c7
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: "pip install . --use-mirrors" script: nosetests -s services: - neo4j
language: python python: - "2.6" - "2.7" - "3.3" install: "pip install . --use-mirrors" script: nosetests -s services: - neo4j
Enable 3.3 as a test
Enable 3.3 as a test
YAML
mit
robinedwards/neomodel,bleib1dj/neomodel,bleib1dj/neomodel,wcooley/neomodel,fpieper/neomodel,andrefsp/neomodel,cristigociu/neomodel_dh,robinedwards/neomodel,pombredanne/neomodel
13b27f33c15679c511756590f0c1567ea12b0829
.travis.yml
.travis.yml
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '6' before_script: - npm prune script: - npm run build - npm run test-single after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
language: node_js cache: directories: - node_modules notifications: email: false node_js: - '6' before_script: - npm prune - npm i -g typescript script: - npm run build - npm run test-single after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
Fix the build in Travis.
fix(build): Fix the build in Travis.
YAML
apache-2.0
luketn/shakespeare-data,luketn/shakespeare-data,luketn/shakespeare-data,luketn/shakespeare-data
a836df1d8c604813be57b4fc786ee2ccb23d6f98
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml - ./vendor/bin/phpcs src --standard=psr2 -sp after_script: - php vendor/bin/coveralls
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 sudo: false before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-dist script: - mkdir -p build/logs - ./vendor/bin/parallel-lint src tests - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml - ./vendor/bin/phpcs src --standard=psr2 -sp after_script: - php vendor/bin/coveralls
Add PHP 7.1, 7.2, and 7.3 to Travis CI configuration
Add PHP 7.1, 7.2, and 7.3 to Travis CI configuration
YAML
mit
ramsey/mimeparse-php,conneg/mimeparse-php
2a201a1c027db0b5dc4b621a2bb98209553e6b92
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.8.7 - ree before_script: - "cp spec/mongoid.yml.forci spec/mongoid.yml" - "cp spec/redis.yml.forci spec/redis.yml"
rvm: 1.9.2 before_script: - "cp spec/mongoid.yml.forci spec/mongoid.yml" - "cp spec/redis.yml.forci spec/redis.yml"
Remove mulit Ruby version, because MongoHQ connection limit.
Remove mulit Ruby version, because MongoHQ connection limit.
YAML
mit
treejames/redis-search,huacnlee/redis-search,zBMNForks/redis-search
178177644ee54dd7eadace557e1a498aaa9d8a7c
.travis.yml
.travis.yml
language: rust addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-5 os: - linux rust: - stable env: global: - CARGO_TARGET_DIR=/tmp/bindgen matrix: - LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.8.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.9.0 BINDGEN_FEATURES= - LLVM_VERSION=4.0.0 BINDGEN_FEATURES= matrix: fast_finish: true allow_failures: - env: LLVM_VERSION=4.0.0 BINDGEN_FEATURES= - env: LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable cache: directories: - $HOME/.cargo before_install: . ./ci/before_install.sh script: - ./ci/assert-rustfmt.sh - BINDGEN_FEATURES="$BINDGEN_FEATURES" ./ci/assert-docs.sh - BINDGEN_FEATURES="$BINDGEN_FEATURES" ./ci/test.sh notifications: webhooks: http://build.servo.org:54856/travis
language: rust addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-5 os: - linux rust: - stable env: global: - CARGO_TARGET_DIR=/tmp/bindgen matrix: - LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.8.1 BINDGEN_FEATURES=testing_only_llvm_stable - LLVM_VERSION=3.9.0 BINDGEN_FEATURES= - LLVM_VERSION=4.0.0 BINDGEN_FEATURES= matrix: fast_finish: true allow_failures: - env: LLVM_VERSION=4.0.0 BINDGEN_FEATURES= - env: LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable cache: directories: - $HOME/.cargo before_install: . ./ci/before_install.sh script: # - ./ci/assert-rustfmt.sh - BINDGEN_FEATURES="$BINDGEN_FEATURES" ./ci/assert-docs.sh - BINDGEN_FEATURES="$BINDGEN_FEATURES" ./ci/test.sh notifications: webhooks: http://build.servo.org:54856/travis
Disable rustfmt tests, for now.
tests: Disable rustfmt tests, for now.
YAML
bsd-3-clause
emilio/rust-bindgen,rust-lang/rust-bindgen,emilio/rust-bindgen,rust-lang/rust-bindgen,rust-lang/rust-bindgen,rust-lang/rust-bindgen,emilio/rust-bindgen,emilio/rust-bindgen,emilio/rust-bindgen
9ac8fc4f1a57f764876515233b29c6e9666c946b
.travis.yml
.travis.yml
language: java before_install: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF - echo "deb http://repos.mesosphere.io/ubuntu/ precise varnish-3.0" | sudo tee /etc/apt/sources.list.d/mesosphere.list - sudo apt-get update -qq - sudo apt-get install mesos sudo: required env: global: - MESOS_NATIVE_LIBRARY=/usr/lib/libmesos.so matrix: - TEST_DIR=scheduler TOOL=lein - TEST_DIR=jobclient TOOL=mvn script: cd $TEST_DIR && $TOOL test
language: java before_install: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF - echo "deb http://repos.mesosphere.io/ubuntu/ precise main" | sudo tee /etc/apt/sources.list.d/mesosphere.list - sudo apt-get update -qq - sudo apt-get install mesos sudo: required env: global: - MESOS_NATIVE_LIBRARY=/usr/lib/libmesos.so matrix: - TEST_DIR=scheduler TOOL=lein - TEST_DIR=jobclient TOOL=mvn script: cd $TEST_DIR && $TOOL test
Fix typo in repository list
Fix typo in repository list
YAML
apache-2.0
m4ce/Cook,twosigma/Cook,m4ce/Cook,ruo91/Cook,twosigma/Cook,twosigma/Cook,ruo91/Cook,m4ce/Cook
ab78a258646477e6307a79a2df16d1fd97e4abc2
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=1.4.1 - DJANGO=1.3.3 - DJANGO=1.2.7 install: - pip install argparse --use-mirrors - pip install -q Django==$DJANGO --use-mirrors script: python quicktest.py helpdesk
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=1.4.1 - DJANGO=1.3.3 install: - pip install argparse --use-mirrors - pip install -q Django==$DJANGO --use-mirrors script: python quicktest.py helpdesk
Remove testing in Django 1.2.
Remove testing in Django 1.2.
YAML
bsd-3-clause
rossp/django-helpdesk,iedparis8/django-helpdesk,mrkiwi-nz/django-helpdesk,comsnetwork/django-helpdesk,fjcapdevila/django-helpdesk,django-helpdesk/django-helpdesk,django-helpdesk/django-helpdesk,gwasser/django-helpdesk,chriscauley/django-helpdesk,chriscauley/django-helpdesk,iedparis8/django-helpdesk,gwasser/django-helpdesk,comsnetwork/django-helpdesk,chriscauley/django-helpdesk,rossp/django-helpdesk,fjcapdevila/django-helpdesk,harrisonfeng/django-helpdesk,django-helpdesk/django-helpdesk,vladyslav2/django-helpdesk,harrisonfeng/django-helpdesk,gwasser/django-helpdesk,harrisonfeng/django-helpdesk,rossp/django-helpdesk,vladyslav2/django-helpdesk,chriscauley/django-helpdesk,iedparis8/django-helpdesk,temnoregg/django-helpdesk,django-helpdesk/django-helpdesk,gjedeer/django-helpdesk-issue-164,mrkiwi-nz/django-helpdesk,temnoregg/django-helpdesk,mrkiwi-nz/django-helpdesk,fjcapdevila/django-helpdesk,comsnetwork/django-helpdesk,temnoregg/django-helpdesk,harrisonfeng/django-helpdesk,iedparis8/django-helpdesk,gjedeer/django-helpdesk-issue-164,temnoregg/django-helpdesk,vladyslav2/django-helpdesk,rossp/django-helpdesk,gjedeer/django-helpdesk-issue-164,mrkiwi-nz/django-helpdesk,comsnetwork/django-helpdesk,fjcapdevila/django-helpdesk,vladyslav2/django-helpdesk,gwasser/django-helpdesk
ea6a4f2b4460a8ed410276bb0274a2ab8d2607b8
.travis.yml
.travis.yml
language: python cache: pip matrix: include: - os: linux dist: xenial sudo: false python: '2.7' - os: linux dist: xenial sudo: false python: '3.4' - os: linux dist: xenial sudo: false python: '3.5' - os: linux dist: xenial sudo: false python: '3.6' - os: linux dist: xenial sudo: true python: '3.7' - os: linux dist: xenial sudo: false python: 'nightly' # - os: linux # dist: xenial # sudo: false # python: 'pypy' # - os: linux # dist: xenial # sudo: false # python: 'pypy3' install: - pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt - pip install -e . script: - travis_wait 20 sh runtests.sh
language: python cache: pip matrix: include: - os: linux dist: trusty python: '2.6' - os: linux dist: trusty python: '2.7' - os: linux dist: trusty python: '3.2' - os: linux dist: trusty python: '3.3' - os: linux dist: trusty python: '3.4' - os: linux dist: trusty python: '3.5' - os: linux dist: trusty python: '3.6' - os: linux dist: xenial sudo: true python: '3.7' - os: linux dist: trusty python: 'nightly' - os: linux dist: trusty python: 'pypy' - os: linux dist: trusty python: 'pypy3' install: - pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt - pip install -e . script: - travis_wait 20 sh runtests.sh
Switch Travis CI to Trusty
Switch Travis CI to Trusty
YAML
bsd-2-clause
etingof/pysnmp,etingof/pysnmp
339de63643864f5a57d895a7fefe887dda4b6e12
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" script: - "npm test" notifications: email: false before_install: - npm install -g npm@latest sudo: false
language: node_js node_js: - "0.12" - "0.10" - "iojs" script: - "npm test" notifications: email: false before_install: - npm install -g npm@latest sudo: false
Test against iojs and node v0.12
Test against iojs and node v0.12
YAML
mit
atomify/atomify-js
7828ffb2d5363834e7a4ee1cec279c9e573922ae
.travis.yml
.travis.yml
language: python sudo: false branches: only: - master python: - 3.5 install: - pip install -r requirements.txt - pip install coveralls before_script: - python manage.py migrate - python manage.py collectstatic --no-input script: - coverage run manage.py test -v 3 after_success: - coveralls addons: code_climate: repo_token: c42dbb6e9c46bd32673908a66bb1c50908dd52040cb395a9ca375b153d971716
language: python sudo: false branches: only: - master python: - 3.6 install: - pip install -r requirements.txt - pip install coveralls before_script: - python manage.py migrate - python manage.py collectstatic --no-input script: - coverage run manage.py test -v 3 after_success: - coveralls addons: code_climate: repo_token: c42dbb6e9c46bd32673908a66bb1c50908dd52040cb395a9ca375b153d971716
Use Python 3.6 @ Travis CI
Use Python 3.6 @ Travis CI
YAML
mit
InternetSemLimites/PublicAPI,InternetSemLimites/PublicAPI,InternetSemLimites/PublicAPI
d70286ef79e0066072e1c01ea637792af13f210a
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '12' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '12' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove
Install Istanbul and Codecov at Travis CI.
Install Istanbul and Codecov at Travis CI. See #84.
YAML
mit
bigeasy/splice,bigeasy/splice
db0d075e3b180047925965e2b3930e9e37e185c6
.travis.yml
.travis.yml
rvm: 1.9.2 branches: only: - master before_install: - gem install bundler
rvm: - 1.9.2 - 1.9.3 branches: only: - master before_install: - gem install bundler
Test in 1.9.2 and 1.9.3
Test in 1.9.2 and 1.9.3
YAML
mit
dlindahl/omniauth-cas,LabSEC/omniauth-cas,ikbear/omniauth-cas,1dtouch/omniauth-cas,txstate-etc/omniauth-cas,CruGlobal/omniauth-cas,tduehr/omniauth-cas3,identification-io/omniauth-cas
51c79d8391486bb318c2dd9f1754a932e9b19b1d
.travis.yml
.travis.yml
language: c os: linux dist: trusty sudo: required compiler: - gcc - clang before_script: - eval "$(curl -sL https://github.com/odaceo/script-ubuntu-cmake/raw/master/install.sh)" - mkdir build - cd build - cmake .. script: - make - ./hello Odaceo deploy: provider: bintray file: "bintray.json" user: ${BINTRAY_USER} key: ${BINTRAY_PASS}
language: c os: linux dist: trusty compiler: - gcc - clang before_script: - eval "$(curl -sL https://github.com/odaceo/script-ubuntu-cmake/raw/master/install.sh)" - mkdir build - cd build - cmake .. script: - make - ./hello Odaceo deploy: provider: bintray file: bintray.json user: ${BINTRAY_USER} key: ${BINTRAY_PASS}
Deploy linux binary to Bintray
Deploy linux binary to Bintray
YAML
apache-2.0
odaceo/lab-hello-world-c
d028be5bec533ae99671aa1d57bb2883092101d5
.travis.yml
.travis.yml
language: c compiler: - clang - gcc env: - VER=4.0 - VER=4.1 before_install: - git submodule update --init --recursive - sudo apt-get update - sudo apt-get install apt-transport-https python-docutils - curl -s https://repo.varnish-cache.org/ubuntu/GPG-key.txt | sudo apt-key add - - echo "deb https://repo.varnish-cache.org/ubuntu/ precise varnish-$VER" | sudo tee /etc/apt/sources.list.d/varnish-cache.list - sudo apt-get update - sudo apt-get install varnish libvarnishapi-dev - ./autogen.sh script: - ./configure && make CFLAGS="-Wall -Wextra -Werror" && make check VERBOSE=1
language: c compiler: - clang - gcc env: - VER=4.0 - VER=4.1 before_install: - git submodule update --init --recursive - sudo apt-get update - sudo apt-get install apt-transport-https python-docutils - curl -s https://repo.varnish-cache.org/ubuntu/GPG-key.txt | sudo apt-key add - - echo "deb https://repo.varnish-cache.org/ubuntu/ precise varnish-$VER" | sudo tee /etc/apt/sources.list.d/varnish-cache.list - sudo apt-get update - sudo apt-get install varnish libvarnishapi-dev - ./autogen.sh script: - ./configure && make CFLAGS="-Wall -Wextra -Werror" && make check VERBOSE=1 cache: apt notifications: webhooks: urls: secure: "V0WKdDUdbqCMzFoJp9nrqgAPNW33YyeOra1SJAaW+EcGDiSjItWkowDjtnRNN6+Ph/ok/Dk2eFrLiNx54smVF+Ub35wHCftvb5Dg2NaSUEPOYhYo/sC1sEsAmrRR4IkenUTqsjoWT2uapVhy4sfIStUufRBLOMqMJOFITtpTbUQ=" on_success: change on_failure: always on_start: never
Add notifications and package caching
Add notifications and package caching
YAML
bsd-2-clause
fgsch/libvmod-utf8,fgsch/libvmod-utf8
f4e5f03d4dab5bacd07e610938db00a987dc7561
.travis.yml
.travis.yml
language: java sudo: false # http://docs.travis-ci.com/user/caching/#Arbitrary-directories cache: directories: - $HOME/.m2 jdk: - oraclejdk10 - oraclejdk8 - openjdk7 matrix: fast_finish: true
language: java sudo: false # http://docs.travis-ci.com/user/caching/#Arbitrary-directories cache: directories: - $HOME/.m2 jdk: - oraclejdk11 - oraclejdk8 - openjdk7 matrix: fast_finish: true
Switch to Oracle JDK 11
Switch to Oracle JDK 11 See https://travis-ci.community/t/help-with-oraclejdk10-build-on-linux/398
YAML
bsd-2-clause
rleigh-dundee/ome-common-java
85d551b3cee2bb07d59dcd75a85a512e2265928b
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - export GR1CVERSION=0.10.1 - curl -sO http://vehicles.caltech.edu/snapshots/gr1c/gr1c-$GR1CVERSION.tar.gz - expr `shasum -a 256 gr1c-$GR1CVERSION.tar.gz|cut -d ' ' -f1` = 73699369ee55b95aeb3742504e27676491b6d23db176e7e84c266e1a4845c6a3 - tar -xzf gr1c-$GR1CVERSION.tar.gz && cd gr1c-$GR1CVERSION && ./get-deps.sh - make cudd && make all && make check - mkdir -p ~/opt/bin && make install prefix=~/opt install: - pip install . script: ./run_tests.py notifications: email: false
language: python python: - "2.7" before_install: - export GR1CVERSION=0.10.1 - curl -sO http://vehicles.caltech.edu/snapshots/gr1c/gr1c-$GR1CVERSION.tar.gz - expr `shasum -a 256 gr1c-$GR1CVERSION.tar.gz|cut -d ' ' -f1` = 73699369ee55b95aeb3742504e27676491b6d23db176e7e84c266e1a4845c6a3 - tar -xzf gr1c-$GR1CVERSION.tar.gz && cd gr1c-$GR1CVERSION && ./get-deps.sh - make cudd && make all && make check - export PATH=`pwd`:$PATH - cd .. install: - pip install . script: ./run_tests.py notifications: email: false
Modify placement of gr1c in Travis CI configuration
TEST: Modify placement of gr1c in Travis CI configuration
YAML
bsd-3-clause
tulip-control/tulip-control,tulip-control/tulip-control,necozay/tulip-control,necozay/tulip-control,necozay/tulip-control,tulip-control/tulip-control,tulip-control/tulip-control,necozay/tulip-control,necozay/tulip-control
f706f1896fae17bce68059d05996c7a8d5c99d98
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10" - "0.11" before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.10" - "0.11" before_script: - npm install -g grunt-cli
Test development env on modern versions of Node only.
Test development env on modern versions of Node only.
YAML
mit
guillaumeaubert/jquery-cpan-distributions-list,guillaumeaubert/jquery-cpan-distributions-list
72a643f6e8e9cf2211ac6dd85ba648768cec0678
.travis.yml
.travis.yml
language: node_js node_js: - 4.0 - 4.1 - 4.2 - 4.3 - 4.4 - 5.0 - 5.1 - 5.2 - 5.3 - 5.4 - 5.5 - 5.6 - 5.7 - 5.8 - 5.9 - 5.10 - 5.11 - 6.0 - 6.1 - 6.2 before_install: - npm install -g npm@latest
language: node_js node_js: - 4.0 - 4.1 - 4.2 - 4.3 - 4.4 - 5.0 - 5.1 - 5.2 - 5.3 - 5.4 - 5.5 - 5.6 - 5.7 - 5.8 - 5.9 - 5.10 - 5.11 - 6.0 - 6.1 - 6.2
Revert "Update to latest npm on Travis CI"
Revert "Update to latest npm on Travis CI" This reverts commit 680120f386c9fccd34090ee1ca297352f15760bd.
YAML
mit
xavierdutreilh/wintersmith-sitemap,xavierdutreilh/wintersmith-sitemap
ea62fe676305c3c80f40bd83ad7ae1558ceed93e
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode gemfile: - Gemfile - Gemfile.edge matrix: exclude: # Edge Rails is only compatible with 1.9.3+ - gemfile: Gemfile.edge rvm: 1.8.7 - gemfile: Gemfile.edge rvm: 1.9.2 - gemfile: Gemfile.edge rvm: ree - gemfile: Gemfile.edge rvm: jruby-18mode - gemfile: Gemfile.edge rvm: rbx-18mode allow_failures: - rvm: ruby-head notifications: email: false
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode gemfile: - Gemfile - Gemfile.edge matrix: exclude: # Edge Rails is only compatible with 1.9.3+ - gemfile: Gemfile.edge rvm: 1.8.7 - gemfile: Gemfile.edge rvm: 1.9.2 - gemfile: Gemfile.edge rvm: ree - gemfile: Gemfile.edge rvm: jruby-18mode - gemfile: Gemfile.edge rvm: rbx-18mode allow_failures: - rvm: ruby-head - rvm: rbx-18mode - rvm: rbx-19mode notifications: email: false
Allow rbx fail on CI
Allow rbx fail on CI because https://travis-ci.org/rails/jbuilder/jobs/8701837
YAML
mit
sue445/jbuilder,WellframeInc/jbuilder,nambrot/jbuilder,rails/jbuilder,vincentwoo/jbuilder,odedniv/jbuilder,suryasnath/Venture,maclover7/jbuilder,ASnow/jbuilder,jasnow/jbuilder
ffa1d536462e7dbbbb0092bae9f5c05c7c86ece9
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.3 script: - make bootstrap - make doit install: - pip install linkchecker addons: apt: packages: - aspell - aspell-en - nginx - linkchecker
language: ruby rvm: - 2.2.3 script: - make bootstrap - make doit before_install: - sudo pip install linkchecker addons: apt: packages: - aspell - aspell-en - nginx - linkchecker
Use correct target for installation.
Use correct target for installation.
YAML
bsd-2-clause
wkoszek/me,wkoszek/me,wkoszek/me
5a8a99334a820123f933dabe0c7efdd7fbca3046
.travis.yml
.travis.yml
language: csharp env: matrix: - MONO_VERSION="3.10.0" install: - wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" - sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target / before_script: - chmod +x build.sh script: - ./build.sh notifications: email: - dwtimmins@outlook.com
language: objective-c env: matrix: - MONO_VERSION="3.10.0" install: - wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" - sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target / before_script: - chmod +x build.sh script: - ./build.sh notifications: email: - dwtimmins@outlook.com
Revert "use csharp as language"
Revert "use csharp as language" This reverts commit b896e68d8afe4d4c45968bb56b0d3c58a68b8fb7.
YAML
mit
davetimmins/ArcGIS.PCL,davetimmins/ArcGIS.PCL
8ceed405d3b2808b18e3e5a0d09680e47f958110
.travis.yml
.travis.yml
language: csharp solution: src/TeamCityTheatre.sln mono: none dotnet: 1.0.4 dist: trusty script: - dotnet restore src/TeamCityTheatre.sln - dotnet build src/TeamCityTheatre.sln
language: csharp solution: src/TeamCityTheatre.sln mono: none dotnet: 1.0.4 dist: trusty script: - dotnet restore src/TeamCityTheatre.sln - dotnet publish src/TeamCityTheatre.sln
Use dotnet publish instead of dotnet build
Use dotnet publish instead of dotnet build
YAML
mit
amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre
2346a2708e5f3a87fada605ed36a59fd142f2ba5
.travis.yml
.travis.yml
language: java 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/ jdk: - oraclejdk8 before_script: - npm install -g @angular/cli services: mongodb
language: java 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/ jdk: - oraclejdk8 install: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.7.tgz - tar xzf mongodb-linux-x86_64-3.4.7.tgz - ${PWD}/mongodb-linux-x86_64-3.4.7/bin/mongod --version before_script: - mkdir ${PWD}/mongodb-linux-x86_64-3.4.7/data - ${PWD}/mongodb-linux-x86_64-3.4.7/bin/mongod --dbpath ${PWD}/mongodb-linux-x86_64-3.4.7/data --logpath ${PWD}/mongodb-linux-x86_64-3.4.7/mongodb.log --fork - npm install -g @angular/cli
Make Travis use newer MongoDB
Make Travis use newer MongoDB
YAML
mit
UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams,UMM-CSci-3601-F17/interation-1-drop-table-teams
4b39c74996bc7a1fea947de34e31496f3df887e9
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" before_install: - pip --quiet install --use-mirrors -U numpy nose install: - python setup.py install script: - make
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" before_install: - pip --quiet install --use-mirrors numpy install: - python setup.py install script: - make
Revert "Uprade the version of nose"
Revert "Uprade the version of nose" This reverts commit 978cc9af6d4bc4abc263de91a94d7917afd59bf1.
YAML
bsd-3-clause
lesteve/joblib,tomMoral/joblib,karandesai-96/joblib,lesteve/joblib,aabadie/joblib,joblib/joblib,karandesai-96/joblib,joblib/joblib,tomMoral/joblib,aabadie/joblib
451eccb93850a54310f305bda61117d5da1b21d8
.travis.yml
.travis.yml
language: ruby before_install: gem install bundler rvm: - "2.3.0" - "2.2.4" - "2.1.5" - "1.9.3" - "1.8.7"
language: ruby before_install: gem install bundler rvm: - "2.4.1" - "2.3.4" - "2.2.7" - "2.1.10" - "2.0.0" - "1.9.3" - "1.8.7"
Use the latest Rubies on Travis CI
Use the latest Rubies on Travis CI
YAML
mit
bundler/compact_index,bundler/compact_index
e0acfbdefb65586e9ca6d1caf6873c822b697f31
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php matrix: include: - php: 5.3 env: DB=MYSQL CORE_RELEASE=3.4 - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.5 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.5 SECUREASSETS=1 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - "if [ \"$SECUREASSETS\" = \"\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss; fi" - "if [ \"$SECUREASSETS\" = \"1\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe/secureassets; fi" - cd ~/builds/ss script: - vendor/bin/phpunit --coverage-clover coverage.clover userforms/tests after_success: - mv coverage.clover ~/build/$TRAVIS_REPO_SLUG/ - cd ~/build/$TRAVIS_REPO_SLUG - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php matrix: include: - php: 5.3 env: DB=MYSQL CORE_RELEASE=3.4 - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.5 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.5 SECUREASSETS=1 - php: 7.1 env: DB=MYSQL CORE_RELEASE=3.6 before_script: - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support - "if [ \"$SECUREASSETS\" = \"\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss; fi" - "if [ \"$SECUREASSETS\" = \"1\" ]; then php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe/secureassets; fi" - cd ~/builds/ss script: - vendor/bin/phpunit --coverage-clover coverage.clover userforms/tests after_success: - mv coverage.clover ~/build/$TRAVIS_REPO_SLUG/ - cd ~/build/$TRAVIS_REPO_SLUG - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Add PHP7 + SS3.6 build to Travis configuration
Add PHP7 + SS3.6 build to Travis configuration
YAML
bsd-3-clause
silverstripe/silverstripe-userforms,robbyahn/silverstripe-userforms,dnadesign/silverstripe-userforms,robbyahn/silverstripe-userforms,dnadesign/silverstripe-userforms,silverstripe/silverstripe-userforms
e131cd22544a4133ba8eac0b1242119a7d710177
client/forum/topic/i18n/en.yml
client/forum/topic/i18n/en.yml
en-US: closed: Topic closed delete: Delete edit_title: Edit title undelete_topic_done: Topic undeleted pin_topic_done: Topic pinned unpin_topic_done: Topic unpinned move_topic_done: Topic moved open_topic_done: Topic opened close_topic_done: Topic closed more_posts: More posts title_with_page: "#{title} - page #{page}" del_reason: "(#{text})" del_by: "Deleted by:" tracking: Tracking error_no_more_posts: Ups! No more posts in this topic. err_title_too_short: "Title should have at least #{count} ((character|characters))" msg_multiselect: Multiselect on many_delete_as_topic: First post selected, delete whole topic? many_posts_deleted: Deleted selected posts many_undelete_as_topic: First post selected, undelete whole topic? many_undelete_confirm: Are you sure want undelete selected posts? many_posts_undeleted: Undeleted selected posts abuse_reported: Your report has been sent infraction_added: Infraction added old_post_reply_confirm: | md: **This post is very old!** It was created #{count} days ago, and is probably outdated. Are you sure you wish to reply? old_topic_reply_confirm: | md: **This topic is very old!** Last post here was created #{count} days ago. Your reply would bump this topic to the top of its list. Are you sure you wish to continue?
en-US: closed: Topic closed delete: Delete edit_title: Edit title undelete_topic_done: Topic undeleted pin_topic_done: Topic pinned unpin_topic_done: Topic unpinned move_topic_done: Topic moved open_topic_done: Topic opened close_topic_done: Topic closed more_posts: More posts title_with_page: "#{title} - page #{page}" del_reason: "(#{text})" del_by: "Deleted by:" tracking: Tracking error_no_more_posts: Ups! No more posts in this topic. err_title_too_short: "Title should have at least #{count} ((character|characters))" msg_multiselect: Multiselect on many_delete_as_topic: First post selected, delete whole topic? many_posts_deleted: Deleted selected posts many_undelete_as_topic: First post selected, undelete whole topic? many_undelete_confirm: Are you sure want undelete selected posts? many_posts_undeleted: Undeleted selected posts abuse_reported: Your report has been sent infraction_added: Infraction added old_post_reply_confirm: | md:**This post is very old!** It was created #{count} days ago, and is probably outdated. Are you sure you wish to reply? old_topic_reply_confirm: | md:**This topic is very old!** Last post here was created #{count} days ago. Your reply would bump this topic to the top of its list. Are you sure you wish to continue?
Fix md: formatting in locales
Fix md: formatting in locales
YAML
mit
nodeca/nodeca.forum
c2b47dd1580c1939abb51ef556155d8927b67423
.travis.yml
.travis.yml
sudo: false language: scala script: sbt '; extras/publishLocal; project plugin; ^scripted' jdk: - oraclejdk8 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt before_cache: # Cleanup the cached directories to avoid unnecessary cache updates - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete - find $HOME/.sbt -name "*.lock" -print -delete
sudo: false dist: trusty language: scala script: sbt '; extras/publishLocal; project plugin; ^scripted' jdk: - oraclejdk8 cache: directories: - $HOME/.ivy2/cache - $HOME/.sbt before_cache: # Cleanup the cached directories to avoid unnecessary cache updates - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete - find $HOME/.sbt -name "*.lock" -print -delete
Use dist:trusty for pre-installed OracleJDK 8
Use dist:trusty for pre-installed OracleJDK 8
YAML
apache-2.0
ktoso/sbt-jmh
2406b8caf4272cf8b452b19baaf01ea6c4a53517
.travis.yml
.travis.yml
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: fcf708528e1eca6e8a8bf8f7be3bd24e4478b019c4cd7860325c141dd52aa152 env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_install: - curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem - source ~/.rvm/scripts/rvm - if [[ $RVM_RUBY_VERSION != 'system' ]]; then rvm install $RVM_RUBY_VERSION; fi - rvm use $RVM_RUBY_VERSION - if [[ $RVM_RUBY_VERSION == 'system' ]]; then sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi install: - bundle install --without=documentation --path ./travis_bundle_dir script: rake spec
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: fcf708528e1eca6e8a8bf8f7be3bd24e4478b019c4cd7860325c141dd52aa152 env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_install: - curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem - source ~/.rvm/scripts/rvm - if [[ $RVM_RUBY_VERSION != 'system' ]]; then rvm install $RVM_RUBY_VERSION; fi - rvm use $RVM_RUBY_VERSION - if [[ $RVM_RUBY_VERSION == 'system' ]]; then sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi install: - bundle install --without=documentation --path ./travis_bundle_dir script: bundle exec rake spec
Use bundle exec for the specs
[Travis] Use bundle exec for the specs
YAML
mit
emkosz/Xcodeproj,emkosz/Xcodeproj,timbodeit/Xcodeproj,vincentisambart/Xcodeproj,ashfurrow/Xcodeproj,fousa/Xcodeproj,zhengrf225/Xcodeproj,emkosz/Xcodeproj,CocoaPods/Xcodeproj,fousa/Xcodeproj,iosdevzone/Xcodeproj,Noreaster76/Xcodeproj,Noreaster76/Xcodeproj,Noreaster76/Xcodeproj,emkosz/Xcodeproj,fousa/Xcodeproj,fousa/Xcodeproj,ashfurrow/Xcodeproj,Noreaster76/Xcodeproj
ac72bcb9bd42f4205bd416dd091e7e94e4d678d4
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4.0 before_install: - npm install -g gulp - npm install script: - gulp ci matrix: allow_failures: - node_js: 4.0
language: node_js node_js: - 0.12 - 4.0 - 4.1 - 4.2 before_install: - npm install -g gulp - npm install script: - gulp ci matrix: allow_failures: - node_js: 4.0
Update CI for node 4.x
Update CI for node 4.x
YAML
bsd-3-clause
radify/radiian,radify/radiian,radify/radiian,radify/radiian
b6bc236fb4676a89ffecf7eb049400a39fbdc528
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.12" - iojs script: - npm run test-travis
language: node_js node_js: - "0.10" - "0.12" - iojs script: - npm run test-travis before_install: - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi
Update npm for older nodes.
Update npm for older nodes.
YAML
isc
ceejbot/npm-scored-search
001100bcbf5d0f4b05be7fa28ad7fe528ae0be88
.travis.yml
.travis.yml
language: python python: - 2.7 install: - sudo apt-get install pandoc - pip install pip --upgrade - pip install -r requirements.txt script: - nosetests -v
language: python python: - 2.7 sudo: false addons: apt: packages: - pandoc install: - pip install pip --upgrade - pip install -r requirements.txt script: - nosetests -v
Migrate to Travis CI's container-based infrastructure
Migrate to Travis CI's container-based infrastructure
YAML
agpl-3.0
geotagx/geotagx-project-template,geotagx/geotagx-project-template
ceb0090f308222a07671b364e5b33670a0b2b438
.travis.yml
.travis.yml
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - rvm use 2.6.6 - gem install bundler - bundle install script: buildr clean package git: depth: 10
# Lock down dist to ensure that builds run on a distribution that supports oraclejdk8 dist: trusty language: ruby jdk: - oraclejdk8 rvm: - 2.6.6 install: - gem install bundler - bundle install script: buildr clean package 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/ssrs-api,realityforge/ssrs-api
0f21a38012b710a93e08f1f14e42b61cb092eed1
.travis.yml
.travis.yml
language: node_js node_js: - "6" os: - linux - osx after_success: npm run coverage
language: node_js node_js: - "14" os: - linux - osx after_success: npm run coverage
Update Travis node version to 14
Update Travis node version to 14
YAML
mit
orlade/oi
9c9440b54ab7b35bb0c07692f8c3ea9ca7e15465
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 - pypy - pypy3 before_install: - pip install --quiet codecov install: - make install script: - make test after_success: - bash <(curl -s https://codecov.io/bash) sudo: false
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 - 3.6 - pypy - pypy3 before_install: - pip install --quiet codecov pyyaml install: - make install script: - make test after_success: - bash <(curl -s https://codecov.io/bash) sudo: false
Add yaml as a test dependency
Add yaml as a test dependency
YAML
apache-2.0
kislyuk/tweak
06fa17cc5d33a3488744e5eb06c10ea8d966f66c
.travis.yml
.travis.yml
language: cpp os: - linux - osx dist: trusty sudo: required addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 install: - external/CppSharp/build/InstallMono.sh - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi script: | if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=premake5-linux-64; else PREMAKE=premake5-osx; fi && external/CppSharp/build/$PREMAKE --file=build/premake5.lua gmake && if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin/; fi && config=release make -C build/gmake/ && TEST_RESULT=0 && for test in build/gmake/lib/Release/*.Tests*; do $test || TEST_RESULT=$?; done && exit "$TEST_RESULT"
language: cpp os: - linux - osx dist: trusty sudo: required addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8 install: - external/CppSharp/build/InstallMono.sh - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi script: | if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=premake5-linux-64; else PREMAKE=premake5-osx; fi && external/CppSharp/build/$PREMAKE --file=build/premake5.lua --dev=true gmake && if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin/; fi && config=release make -C build/gmake/ && TEST_RESULT=0 && for test in build/gmake/lib/Release/*.Tests*; do $test || TEST_RESULT=$?; done && exit "$TEST_RESULT"
Enable development mode in Travis so test suite is included.
Enable development mode in Travis so test suite is included.
YAML
mit
jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,mono/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000,jonathanpeppers/Embeddinator-4000
3c8514ba103d5d987d2269c421a3cc09e6784904
.travis.yml
.travis.yml
language: rust sudo: false cache: cargo os: - linux - osx rust: - 1.15.0 - stable script: - cargo test --no-default-features
language: rust sudo: false cache: cargo os: - linux - osx rust: - 1.15.0 - stable - nightly matrix: fast_finish: true allow_failures: - rust: nightly script: - cargo test --no-default-features
Make Travis test alacritty on nightly Rust, but allow failures
Make Travis test alacritty on nightly Rust, but allow failures This allows us to notice and report any regressions that have occured on nightly, without requiring tests to pass on nightly for the entire build to succeed. The `fast_finish` flag will cause Travis to mark the build as successful if the only builds still running are allowed to fail (e.g. `nightly`). This allows us to manually inspect builds (or implement some form of notifications) to see if any nightly regressions have occured, without slowing down the overall build time.
YAML
apache-2.0
alacritty/alacritty,jwilm/alacritty,jwilm/alacritty,alacritty/alacritty,jwilm/alacritty,jwilm/alacritty
5a84091b88cabf04b1adb466b1017332ae945b19
.travis.yml
.travis.yml
language: php env: - APPENGINE_VERSION=1.9.17 php: - 5.4 before_script: - rm -rf google_appengine - mkdir -p logs - mkdir -p tests/coverage/ - composer install --no-interaction --dev - wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_VERSION.zip -nv - unzip -q google_appengine_$APPENGINE_VERSION.zip - patch -p0 < tests/patches/sdk-expose-remote-api-settings.patch - patch -p0 < tests/patches/sdk-appengine-logs.patch script: - bash -c './google_appengine/dev_appserver.py tests/ --php_executable_path=$HOME/.phpenv/versions/$(phpenv version-name)/bin/php-cgi --skip_sdk_update_check --php_remote_debugging=yes 1>logs/out.log 2>logs/err.log & echo $! > appengine.pid' - vendor/bin/phpunit --coverage-clover logs/build.xml tests/ after_script: - bash -c 'cat appengine.pid | xargs kill' - cat logs/err.log - cat logs/appengine.log - php vendor/bin/coveralls -c coveralls.yml -v
language: php env: - APPENGINE_VERSION=1.9.18 php: - 5.4 - 5.5 before_script: - rm -rf google_appengine - mkdir -p logs - mkdir -p tests/coverage/ - composer install --no-interaction --dev - wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_VERSION.zip -nv - unzip -q google_appengine_$APPENGINE_VERSION.zip - patch -p0 < tests/patches/sdk-expose-remote-api-settings.patch - patch -p0 < tests/patches/sdk-appengine-logs.patch script: - bash -c './google_appengine/dev_appserver.py tests/ --php_executable_path=$HOME/.phpenv/versions/$(phpenv version-name)/bin/php-cgi --skip_sdk_update_check --php_remote_debugging=yes 1>logs/out.log 2>logs/err.log & echo $! > appengine.pid' - vendor/bin/phpunit --coverage-clover logs/build.xml tests/ after_script: - bash -c 'cat appengine.pid | xargs kill' - cat logs/err.log - cat logs/appengine.log - php vendor/bin/coveralls -c coveralls.yml -v
Update AppEngine to 1.9.18, add PHP 5.5 to support languages.
Update AppEngine to 1.9.18, add PHP 5.5 to support languages.
YAML
mit
pwhelan/datachore
ed5761e4ea9f1d99e6b937cfc2c62ec6d82d1384
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 before_install: - chmod +x gradlew after_success: - echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST}" - echo "TRAVIS_JDK_VERSION = ${TRAVIS_JDK_VERSION}" - echo "TRAVIS_JDK = ${TRAVIS_JDK}" - echo "JDK_VERSION = ${JDK_VERSION}" - echo "JDK = ${JDK}" - test "${TRAVIS_PULL_REQUEST}" == "false" && test “${TRAVIS_JDK_VERSION}” == “oraclejdk7″ && ./gradlew publishSnapshotOrRelease
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 before_install: - chmod +x gradlew after_success: - test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_JDK_VERSION}" == "oraclejdk7" && ./gradlew publishSnapshotOrRelease
Fix test statements, remove experiments
Fix test statements, remove experiments
YAML
mit
yatechorg/jedis-utils,yatechorg/jedis-utils
53f43076501ed56a4ce8eb757e9f752baf80d7bd
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - 7.3 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit
language: php php: - 7.1 - 7.2 - 7.3 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: php ./vendor/bin/phpunit
Call vendor version of phpunit in CI instead of system version
Call vendor version of phpunit in CI instead of system version
YAML
bsd-2-clause
Torann/laravel-geoip
84b88bc562450c31d51b28af7817dd45501b7025
.travis.yml
.travis.yml
language: rust rust: - stable - nightly branches: only: - staging - trying - master
language: rust rust: - stable - nightly branches: only: - staging - trying - master script: - cargo test - cargo test --all-features
Test no features and all features with Travis
Test no features and all features with Travis
YAML
apache-2.0
ron-rs/ron
e4a3b3f6204d48eed80566d0b37d6753bda56c5d
.travis.yml
.travis.yml
language: cpp compiler: - gcc before_install: - sudo pip install cpp-coveralls --use-mirrors script: - cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE . - make - make test - coveralls -x hpp notifications: recipients: - jason@emptycrate.com email: on_success: always on_failure: always
language: cpp compiler: - gcc before_install: - sudo pip install cpp-coveralls --use-mirrors script: - cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE . - make - make test - mkdir gcov - find CMakeFiles/ -name "*.gc*" -exec mv {} gcov/ \; - gcov -d gcov/*.gcda - coveralls -n -E ".*\.cpp" notifications: recipients: - jason@emptycrate.com email: on_success: always on_failure: always
Update coveralls execution to merge all data and ignore cpp
Update coveralls execution to merge all data and ignore cpp
YAML
bsd-3-clause
bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language
8ad4cfb24228ad79e645507e0c22d45ea9ed56da
.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 this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk8 after_success: - mvn clean test jacoco:report coveralls:report
# 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 this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java sudo: false jdk: - openjdk7 - oraclejdk7 - oraclejdk8 after_success: - mvn clean test jacoco:report coveralls:report
Add oraclejdk7 to Travis CI.
Add oraclejdk7 to Travis CI.
YAML
apache-2.0
apache/commons-text,apache/commons-text
411301b2916204c4a28e25882e5da948bc83f93f
gcsweb.k8s.io/deployment.yaml
gcsweb.k8s.io/deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: gcsweb labels: app: gcsweb spec: replicas: 2 # selector defaults from template labels strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 1 type: RollingUpdate template: metadata: labels: app: gcsweb spec: terminationGracePeriodSeconds: 30 containers: - name: gcsweb image: k8s.gcr.io/gcsweb-amd64:v1.0.6 args: - -b=crreleases - -b=istio-prow - -b=kubernetes-jenkins - -b=kubernetes-release - -b=kubernetes-release-dev - -b=android-ci - -p=8080 ports: - containerPort: 8080 protocol: TCP resources: limits: cpu: 0.1 memory: 128Mi livenessProbe: httpGet: path: /healthz port: 8080 initialDelaySeconds: 3 timeoutSeconds: 2 failureThreshold: 2
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: gcsweb labels: app: gcsweb spec: replicas: 2 # selector defaults from template labels strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 1 type: RollingUpdate template: metadata: labels: app: gcsweb spec: terminationGracePeriodSeconds: 30 containers: - name: gcsweb image: k8s.gcr.io/gcsweb-amd64:v1.0.6 args: - -b=android-ci - -b=crreleases - -b=istio-prow - -b=kubernetes-jenkins - -b=kubernetes-release - -b=kubernetes-release-dev - -p=8080 ports: - containerPort: 8080 protocol: TCP resources: limits: cpu: 0.1 memory: 128Mi livenessProbe: httpGet: path: /healthz port: 8080 initialDelaySeconds: 3 timeoutSeconds: 2 failureThreshold: 2
Move android-ci to it's sorted position.
Move android-ci to it's sorted position.
YAML
apache-2.0
kubernetes/k8s.io,thockin/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,thockin/k8s.io,thockin/k8s.io,thockin/k8s.io,kubernetes/k8s.io
8e316f4cad7a08a0d72c72d3dacf60c479d83e8e
.travis.yml
.travis.yml
language: python python: - "2.7" env: - PYTHONPATH=$(pwd) virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq python-numpy install: "pip install -r requirements.txt --use-mirrors" before_script: - wget https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.4.zip -nv - unzip -q google_appengine_1.9.4.zip - python google_appengine/dev_appserver.py --skip_sdk_update_check 1 . - sleep 10 script: python travis.py
language: python python: - "2.7" env: - PYTHONPATH=$(pwd) virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq python-numpy install: "pip install -r requirements.txt --use-mirrors" before_script: - wget https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.4.zip -nv - unzip -q google_appengine_1.9.4.zip - python google_appengine/dev_appserver.py --skip_sdk_update_check 1 . & - sleep 10 script: python travis.py
Make App Engine server start in background
Make App Engine server start in background
YAML
bsd-3-clause
iScienceLuvr/sympy_gamma,bolshoibooze/sympy_gamma,iScienceLuvr/sympy_gamma,iScienceLuvr/sympy_gamma,kaichogami/sympy_gamma,github4ry/sympy_gamma,kaichogami/sympy_gamma,kaichogami/sympy_gamma,bolshoibooze/sympy_gamma,github4ry/sympy_gamma,bolshoibooze/sympy_gamma,github4ry/sympy_gamma
e34800712773c33b69f1bc4e4d6d63f84f9f5c3b
.travis.yml
.travis.yml
language: php sudo: false before_script: - travis_retry composer self-update - travis_retry composer require "illuminate/support:${ILLUMINATE_VERSION}" script: - composer test matrix: include: - php: 7.1 env: ILLUMINATE_VERSION=5.8.* - php: 7.2 env: ILLUMINATE_VERSION=5.8.* - php: 7.2 env: ILLUMINATE_VERSION=6.0 - php: 7.2 env: ILLUMINATE_VERSION=^6.0 - php: 7.3 env: ILLUMINATE_VERSION=^6.0
language: php sudo: false before_script: - travis_retry composer self-update - travis_retry composer require "illuminate/support:${ILLUMINATE_VERSION}" script: - composer test matrix: include: - php: 7.2 env: ILLUMINATE_VERSION=5.8.* - php: 7.2 env: ILLUMINATE_VERSION=6.0 - php: 7.2 env: ILLUMINATE_VERSION=^6.0 - php: 7.3 env: ILLUMINATE_VERSION=^6.0
Remove PHP 7.1 from Travis matrix.
Remove PHP 7.1 from Travis matrix.
YAML
mit
olssonm/identity-number
81ea12cf7eb9743ae2712bd8c97fae0180d8d064
.travis.yml
.travis.yml
language: ruby bundler_args: "--without development:production" cache: bundler sudo: false script: bundle exec rspec rvm: - 2.3.3 notifications: webhooks: http://cfa-project-monitor.herokuapp.com/projects/67f80d53-afb0-4344-bd40-2644f55a4462/status env: global: - OHANA_API_ENDPOINT=http://ohana-api-test.herokuapp.com/api - DOMAIN_NAME=lvh.me
language: ruby bundler_args: "--without development:production" cache: bundler sudo: false before_install: gem update --system script: bundle exec rspec rvm: - 2.3.3 notifications: webhooks: http://cfa-project-monitor.herokuapp.com/projects/67f80d53-afb0-4344-bd40-2644f55a4462/status env: global: - OHANA_API_ENDPOINT=http://ohana-api-test.herokuapp.com/api - DOMAIN_NAME=lvh.me
Use latest Rubygems in Travis
Use latest Rubygems in Travis **Why**: A bug in Rubgems < 2.6.9 prevents the rainbow gem from being installed. See: https://github.com/sickill/rainbow/issues/44
YAML
bsd-3-clause
hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,smcgov/SMC-Connect,smcgov/SMC-Connect,hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,smcgov/SMC-Connect,smcgov/SMC-Connect,hackforla/ohana-web-search-la,codeforamerica/ohana-web-search,hackforla/ohana-web-search-la,codeforamerica/ohana-web-search
c42d553129d26cc981102e5de58c023554c0b2de
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 before_install: - gem update --system - gem install bundler --no-ri --no-rdoc - curl -O http://fs-packages.s3.amazonaws.com/fs-sphinx-2.0.6_x86_64_12.04.deb - sudo dpkg -i fs-sphinx-2.0.6_x86_64_12.04.deb - bundle install before_script: - "mysql -e 'create database thinking_sphinx;' > /dev/null" - "psql -c 'create database thinking_sphinx;' -U postgres > /dev/null" - "bundle exec rake appraisal:install" env: - SPHINX_BIN=/usr/local/sphinx-2.0.6/bin/ SPHINX_VERSION=2.0.6 DATABASE=mysql2 - SPHINX_BIN=/usr/local/sphinx-2.0.6/bin/ SPHINX_VERSION=2.0.6 DATABASE=postgresql script: "bundle exec rake appraisal spec"
language: ruby rvm: - 1.9.3 before_install: - gem update --system - gem install bundler --no-ri --no-rdoc - bundle install before_script: - "mysql -e 'create database thinking_sphinx;' > /dev/null" - "psql -c 'create database thinking_sphinx;' -U postgres > /dev/null" - "bundle exec rake appraisal:install" env: - SPHINX_BIN=/usr/local/sphinx-2.0.9/bin/ SPHINX_VERSION=2.0.9 DATABASE=mysql2 - SPHINX_BIN=/usr/local/sphinx-2.0.9/bin/ SPHINX_VERSION=2.0.9 DATABASE=postgresql script: "bundle exec rake appraisal spec"
Use locally available Sphinx v2.0.9
Use locally available Sphinx v2.0.9
YAML
mit
onland/ts-delayed-delta-2,pat/ts-delayed-delta
8c9bffcd208e09b10fdbd3072a6d981f87208362
.travis.yml
.travis.yml
language: rust rust: - 1.0.0 - beta - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = nightly ] && echo '<meta http-equiv=refresh content=0;url=conduit-cookie/index.html>' > target/doc/index.html && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: global: - secure: U7/rTVMeseMoKDlW5J5fpmkMKnbhAzG/PqgG4NtRiiHoo6e1/YTVIamp+Puiek+Dd0wEtEJQQCJQtf+611/lXcv5+U/CKMF1592r8GIUE7LX5tUmj1QE/uIXS37nLc0QrF2n+Vy2g3/4Pj2NkwnhJhKMIHyXFjOYg8M33NvtYQs= notifications: email: on_success: never
language: rust rust: - stable - beta - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = nightly ] && echo '<meta http-equiv=refresh content=0;url=conduit-cookie/index.html>' > target/doc/index.html && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages env: global: - secure: U7/rTVMeseMoKDlW5J5fpmkMKnbhAzG/PqgG4NtRiiHoo6e1/YTVIamp+Puiek+Dd0wEtEJQQCJQtf+611/lXcv5+U/CKMF1592r8GIUE7LX5tUmj1QE/uIXS37nLc0QrF2n+Vy2g3/4Pj2NkwnhJhKMIHyXFjOYg8M33NvtYQs= notifications: email: on_success: never
Build on stable instead of 1.0.0
Build on stable instead of 1.0.0
YAML
mit
conduit-rust/conduit-cookie
13ad90735bd5bf5bdb9e24f9508b119760804f5e
.travis.yml
.travis.yml
language: node_js node_js: - "0.10.28" before_install: - npm install -g grunt-cli - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd ~/casperjs - export PATH=$PATH:`pwd`/bin before_script: - casperjs --version
language: node_js node_js: - "0.10.26" before_install: - npm install -g grunt-cli - git clone git://github.com/n1k0/casperjs.git ~/casperjs - cd ~/casperjs - export PATH=$PATH:`pwd`/bin before_script: - casperjs --version
Revert "Updated node version in Travis CI config."
Revert "Updated node version in Travis CI config." This reverts commit 86fbf969d470dfcfc5ea26fba46ef5e6c1482f69.
YAML
mit
facadejs/Facade.js
012d0dca5061e9cb19f1134d2207852396cccf14
.travis.yml
.travis.yml
language: java jdk: openjdk17 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/ install: true script: - ./gradlew -s -Dorg.gradle.daemon=false clean build mockTest publishToMavenLocal after_script: - bash <(curl -s https://codecov.io/bash)
language: java jdk: 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/ install: true script: - ./gradlew -s -Dorg.gradle.daemon=false clean build mockTest publishToMavenLocal after_script: - bash <(curl -s https://codecov.io/bash)
Downgrade Java 11 to support the shadow plugin
Downgrade Java 11 to support the shadow plugin
YAML
apache-2.0
cdancy/bitbucket-rest