commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
bd8eb6197233130ca8c56ef932f37fd790e5647f
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - openjdk8 - oraclejdk9 services: - postgresql before_script: - psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres - psql -c 'create database "mongo-java-server-test" with owner = "mongo-java-server-tes...
language: java jdk: - oraclejdk8 - openjdk8 - oraclejdk9 - openjdk10 - openjdk11 services: - postgresql before_script: - psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres - psql -c 'create database "mongo-java-server-test" wit...
Build and test also on OpenJDK 10 and 11
Build and test also on OpenJDK 10 and 11
YAML
bsd-3-clause
bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server
602cd77ad7c654c75e30c17719758c57a362b31d
.travis.yml
.travis.yml
env: global: - image=pythonnode_slave language: python python: - "2.7" env: - TRAVIS_NODE_VERSION="4" - TRAVIS_NODE_VERSION="6" install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh &&...
language: python sudo: false env: global: - image=pythonnode_slave matrix: include: - python: 2.7 env: TRAVIS_NODE_VERSION="4" - python: 2.7 env: TRAVIS_NODE_VERSION="6" - python: 3.5 env: TRAVIS_NODE_VERSION="6" - python: 3.6 env: TRAVIS_NODE_VERSION="6" allow_fai...
Enable builds on Python 3.5 and 3.6, and other minor fixes.
Enable builds on Python 3.5 and 3.6, and other minor fixes.
YAML
unknown
buildbot/buildbot_travis,buildbot/buildbot_travis,isotoma/buildbot_travis,buildbot/buildbot_travis,isotoma/buildbot_travis
545de773bb59521af0b5df3a4d5e433dbc416ba7
.travis.yml
.travis.yml
language: node_js node_js: #- 0.4 - 0.6 #- 0.7
language: node_js node_js: - 0.6 - 0.7 - 0.8 - 0.9
Test agains 0.6, 0.7, 0.8 et 0.9
Test agains 0.6, 0.7, 0.8 et 0.9
YAML
bsd-3-clause
wdavidw/node-ron
c23fe5066cce3ea5f0f1d7b89d79a2a66113993d
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" env: global: - secure: "QQlGoUF2W9DDvdhXhMMfJyA2nSlj8J0QH31b9A1JlbSoIf89H5cjEcYYWqP4WF5sVyBdTm6vbjqQijWSJAjMZkxJduUMYYsHGQZDFuYoyKherS6JbhbJOZH7TmbcepSbBkDf1IJ/JxTMw2yZdXXMO/YmGq6Tc5dmch2XKOGm4f0=" matrix: - OPTIONAL_DEPS=true - OPTIONAL_DEPS=false ...
language: python python: - "2.7" - "3.5" - "3.6" env: global: - secure: "N/t4txw1k9bOUsLQWQOpzdJpMAdFFzzJqN2rWiijMJPEC9E1meoKMzFYr4kgNjInhVfkud8+3fOHZL/Ns4MLWexf1vsG1NFvrXSBuBD6MlPKYe77bb9WTmRvWfLSDg6F5BP/1uFjwebj4USN14RWlxyIgmsC1+bdCFVN2Wktg4k=" matrix: - OPTIONAL_DEPS=true - OPTIONAL_DEPS=false ...
Set CHEMSPIDER_API_KEY in Travis CI
Set CHEMSPIDER_API_KEY in Travis CI
YAML
mit
mcs07/ChemSpiPy
37c42852234c589a65b5b9c5f5681ee93b0d5bb9
.travis.yml
.travis.yml
language: node_js node_js: - 0.10.26 before_script: - npm install -g bower - bower install - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
language: node_js node_js: - 0.10.25 before_script: - npm install -g bower - bower install - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
Use version of node installed on Travis CI
Use version of node installed on Travis CI
YAML
mit
intelligentgolf/angular-lo-dash
faaf853cbe25731f3318257ab886df0e4a5839ae
.travis.yml
.travis.yml
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm branches: except: - v0.5 - v0.6 - php5.2_backport - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c...
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm branches: except: - v0.5 - v0.6 - v0.6-PHP_5.2 - documentation services: redis-server before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c ph...
Rename old branch for exclusion.
[tests] Rename old branch for exclusion. [ci skip]
YAML
mit
nrk/predis,vend/predis
c80d478d73fb3634484dc446794d6120e5109ff6
.travis.yml
.travis.yml
language: php sudo: false php: - 7.1 - 7.0 - 5.6 - 5.5 - 5.4 - 5.3 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: hhvm - php: hhvm-nightly cache: directories: - $HOME/.composer/cache before_install: - composer self-update bef...
language: php sudo: false php: - nightly - '7.1' - '7.0' - '5.6' - '5.5' - '5.4' - '5.3' - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: hhvm - php: hhvm-nightly cache: directories: - $HOME/.composer/cache before_install: -...
Add PHP nightly; quote version numbers
Add PHP nightly; quote version numbers
YAML
bsd-3-clause
humbug/phar-updater,padraic/phar-updater
df307d5afd58734f583c7686b91fa1e3aa99940b
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.3" - "3.2" install: - pip install -r dev_requirements.txt - pip install coveralls script: - .githooks/pre-commit -f - ./runtests.sh after_success: - coveralls deploy: provider: pypi user: ixa password: secure: KotqwXcFnooWKlSp1jM9...
language: python python: - "3.4" - "3.3" install: - pip install -r dev_requirements.txt - pip install coveralls script: - .githooks/pre-commit -f - ./runtests.sh after_success: - coveralls deploy: provider: pypi user: ixa password: secure: KotqwXcFnooWKlSp1jM98898loE9ugWp...
Drop Python 3.2 from build
Drop Python 3.2 from build New version of coverage.py no longer supports it. Python 3.5 is supported however PyLint does not currently support it.
YAML
apache-2.0
infoxchange/docker-forklift,infoxchange/docker-forklift
604d61614573065d9d442111d39f484c1550aac2
.travis.yml
.travis.yml
language: julia os: - linux - osx julia: - release - nightly branches: only: - master matrix: allow_failures: # Julia release is 0.3.11, so we shouldn't expect to run on it. - julia: release notifications: email: false # uncomment the following lines to override the default test script scr...
language: julia os: - linux - osx julia: - release - nightly branches: only: - master matrix: allow_failures: # Julia release is 0.3.11, so we shouldn't expect to run on it. - julia: release notifications: email: false # uncomment the following lines to override the default test script scr...
Add a 'git fetch' for Travis.
Add a 'git fetch' for Travis.
YAML
bsd-2-clause
malekbr/julia-to-tiramisu,JuliaPackageMirrors/ParallelAccelerator.jl,IntelLabs/ParallelAccelerator.jl
4c0019c7640dd0776ab0be4e780a317a20bec80c
.travis.yml
.travis.yml
language: cpp cache: ccache matrix: include: - os: linux sudo: false compiler: gcc env: _CC=gcc-4.9 _CXX=g++-4.9 _COV=gcov-4.9 - os: linux sudo: false compiler: clang env: _CC=clang-3.6 _CXX=clang++-3.6 - os: osx compiler: clang osx_image: xcode7.3 e...
language: cpp cache: ccache matrix: include: - os: linux sudo: false compiler: gcc env: _CC=gcc-4.9 _CXX=g++-4.9 _COV=gcov-4.9 - os: linux sudo: false compiler: clang env: _CC=clang-3.6 _CXX=clang++-3.6 - os: osx compiler: clang osx_image: xcode7.3 e...
Install net-tools on Travis * we need netstat
Install net-tools on Travis * we need netstat
YAML
agpl-3.0
RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB,RipcordSoftware/AvanceDB
15314b726bb39e4712599f1c49dac8c899710a40
.travis.yml
.travis.yml
language: php os: linux dist: xenial branches: except: - v0.5 - v0.6 - v0.6-PHP_5.2 - documentation services: redis before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c phpunit.xml.travisci jobs: fast_finish: true inc...
language: php os: linux dist: xenial branches: except: - v0.5 - v0.6 - v0.6-PHP_5.2 - documentation services: redis before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpunit -c phpunit.xml.travisci jobs: fast_finish: true inc...
Revert "Add more build targets"
Revert "Add more build targets"
YAML
mit
nrk/predis
22e451af35c1e6da73021ec5993845778666f724
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4
sudo: required dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5
Add ruby 2.5 to test matrix
Add ruby 2.5 to test matrix
YAML
mit
nysthee/pronto-slim,nysthee/pronto-slim
5ca99a191d395a9fc3eb7085949c70f2ededc27a
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - hhvm - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
language: php php: - 5.6 - 7.0 - 7.1 - hhvm - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth...
Use the latest version of composer for testing
Use the latest version of composer for testing
YAML
apache-2.0
duncan3dc/cache,duncan3dc/cache
2e1a887a9cb6b611505413d8d56cac5adb1eabe6
.travis.yml
.travis.yml
sudo: required dist: trusty language: cpp compiler: - clang - gcc os: - linux - osx env: - BUILD_MODE=Release - BUILD_MODE=Debug install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get -y update -qq && sudo apt-get -y install qt5-default; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ...
sudo: required dist: trusty language: cpp compiler: - clang - gcc os: - linux - osx env: - BUILD_MODE=release - BUILD_MODE=debug install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get -y update -qq && sudo apt-get -y install qt5-default; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ...
Fix Debug/Release builds, and build in separate directory
WIP: Fix Debug/Release builds, and build in separate directory
YAML
bsd-2-clause
chgans/travis-qt5-playground,chgans/travis-qt5-playground
a2c36c37130a92770d8e754a1c6af45ee00bebec
.travis.yml
.travis.yml
env: CUCUMBER_FORMAT=progress bundler_args: --without extras script: "bundle exec rake ci:build" rvm: - 1.8.6 - 1.8.7 - 1.9.2 - 1.9.3 - ree - jruby
env: CUCUMBER_FORMAT=progress bundler_args: --without extras script: "bundle exec rake ci:build --trace" rvm: - 1.8.6 - 1.8.7 - 1.9.2 - 1.9.3 - ree - jruby
Build with --trace so we get a full backtrace.
Build with --trace so we get a full backtrace.
YAML
mit
chriswoodrich/vcr,Shopify/vcr,ihassin/vcr,nishanbose/vcr,Shopify/vcr,chriswoodrich/vcr,benjaminoakes/vcr,asymmetric/vcr,davidbebb/vcr,intfrr/vcr,ZmagoD/vcr,nishanbose/vcr,mcfiredrill/vcr,irfanah/vcr,myronmarston/vcr,myronmarston/vcr,allyapp/vcr,ZmagoD/vcr,asymmetric/vcr,irfanah/vcr,cemo/vcr,davidbebb/vcr,allyapp/vcr,in...
ee94c8ab498fed0278abb1a17e43729f3ab740bd
.travis.yml
.travis.yml
language: node_js node_js: - 0.9 - 0.10
language: node_js node_js: - 0.9 - 0.10 before_install: - sudo npm install npm -g
Update npm on Travis before running tests.
Update npm on Travis before running tests. Travis uses an old version of npm which doesn't handle (^) semver in package.json properly. See npm/npm#4849.
YAML
mit
schmich/connect-browser-sync,schmich/connect-browser-sync
f0d09d8eee0ad9030ca0198578ee69d6b2aec4b0
.travis.yml
.travis.yml
language: r cache: packages warnings_are_errors: false r_github_packages: - jimhester/covr after_failure: find *Rcheck -name '*.fail' -print -exec cat '{}' \; after_success: - Rscript -e 'library(covr);codecov()'
language: r cache: packages warnings_are_errors: false os: - linux - osx r_github_packages: - jimhester/covr after_failure: find *Rcheck -name '*.fail' -print -exec cat '{}' \; after_success: - Rscript -e 'library(covr);codecov()'
Test on both osx and linux
Test on both osx and linux
YAML
mit
kahaaga/tstools
e96e0c04fdaf8597cb97aaf3ea79fcb0c47859be
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 before_script: composer install --dev --prefer-source script: bin/phpspec run -fpretty --verbose
language: php php: - 5.5 - 5.6 - 7.0 before_script: composer install --no-interaction --prefer-source script: bin/phpspec run -fpretty --verbose
Fix invalid deps and move AttributeFactory to component
Fix invalid deps and move AttributeFactory to component
YAML
mit
Sylius/Locale
d0face216fc00c5b661e5cc8919f8bf4767c6b15
.travis.yml
.travis.yml
language: python python: - 3.6 cache: pip: true directories: - .venv env: global: - RANDOM_SEED=0 - PIPENV_NOSPIN=true before_install: - make setup doctor install: - make install script: - make check - make test after_success: > pip install coveralls scrutinizer-ocular coveralls ...
language: python python: - 3.6 cache: pip: true directories: - .venv env: global: - RANDOM_SEED=0 - PIPENV_NOSPIN=true before_install: - make setup doctor install: - make install script: - make check - make test - make run after_success: > pip install coveralls scrutinizer-ocular ...
Build the site as part of CI
Build the site as part of CI
YAML
mit
friendlycode/gr-parks,friendlycode/gr-parks,friendlycode/gr-parks,friendlycode/gr-parks
4c66bebfe8d37e444ebdc0f8b8f5ab2a3bbb97f2
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '4' before_install: - npm install -g npm@latest-2 before_deploy: - 'git config --global user.email "smassa@groupon.com"' - 'git config --global user.name "Sean Massa"' deploy: provider: script script: ./node_modules/.bin/nlm release skip_cleanup: true 'on': br...
language: node_js node_js: - '0.10' - '4' env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g npm@latest-2 before_deploy: - 'git config --global user.email "smassa@groupon.com"' - 'git config --global user.name "Sean M...
Install g++ 4.8 on CI
chore: Install g++ 4.8 on CI
YAML
bsd-3-clause
groupon/webdriver-http-sync,groupon/webdriver-http-sync,groupon/webdriver-http-sync
1613f56ff90847b28c0fb3488d4aff312538f455
.travis.yml
.travis.yml
language: python python: - "pypy" - "3.4" - "3.3" - "2.7" - "2.6" script: "python setup.py test"
language: python python: - "pypy" - "pypy3" - "3.6" - "3.5" - "3.4" - "3.3" - "2.7" - "2.6" script: "python setup.py test"
Make sure tests run on modern versions of Python 3
Make sure tests run on modern versions of Python 3
YAML
mit
moggers87/lmtpd
14e41a177c7a438ccb2030c2b6eae4f120464b50
.travis.yml
.travis.yml
before_install: - sudo apt-get update -qq - uname -a install: # mecab - wget --no-check-certificate https://github.com/buruzaemon/natto/raw/master/etc/mecab-0.996.tar.gz && tar zxf mecab-0.996.tar.gz - pushd mecab-0.996 && ./configure --enable-utf8-only && make && sudo make install && popd - sudo ldconfi...
before_install: - sudo apt-get update -qq - uname -a install: # mecab - wget --no-check-certificate https://github.com/buruzaemon/natto/raw/master/etc/mecab-0.996.tar.gz && tar zxf mecab-0.996.tar.gz - pushd mecab-0.996 && ./configure --enable-utf8-only && make && sudo make install && popd - sudo ldconfig ...
Use the latest Rubies on Travis CI
Use the latest Rubies on Travis CI
YAML
bsd-2-clause
buruzaemon/natto
262a8434adeaa8e19ce5f617b90c5fa0c70f8fb5
.travis.yml
.travis.yml
language: ruby script: "bundle exec rake test" before_install: - gem install bundler -v '>= 1.3' rvm: - 1.8.7 - 1.9.3 - 2.0.0 gemfile: - Gemfile notifications: email: false
language: ruby script: "bundle exec rake test" before_install: - gem install bundler -v '>= 1.3' rvm: - 1.8.7 - 1.9.3 - 1.9.3-p448 - 2.0.0 gemfile: - Gemfile notifications: email: false
Add 1.9.3-p448 to Travis CI
Add 1.9.3-p448 to Travis CI
YAML
mit
bsodmike/sagepay_protocol3
77eea6926d692e3e92c81bd4b344adf4c7a9652b
.travis.yml
.travis.yml
language: node_js node_js: - "node" before_install: - npm install -g npm@latest
language: node_js node_js: - "node" before_install: - npm install -g npm@latest cache: directories: - "node_modules"
Add Caching for Automated Tests
Add Caching for Automated Tests Add caching to Travis CI for the node_modules so it doesn't take 45 seconds to import everything.
YAML
mit
cgelon/master-notifications,cgelon/master-notifications,cgelon/master-notifications
2864105f0cb127ff3d18c6bdbde10e544ceb7c5f
.travis.yml
.travis.yml
language: go go: - 1.2 - 1.3 - 1.4 - tip script: - go test -v ./...
language: go go: - 1.4 - 1.5 - 1.6 - 1.7 - tip script: - go test -v ./...
Fix build matrix in Travis CI
Fix build matrix in Travis CI
YAML
mit
johto/allas
0a62178c5445ebae906c758eb25cf7fa05d0f4f0
.travis.yml
.travis.yml
sudo: false before_script: - "bundle exec rake prepare_test_env" script: "bundle exec rspec" language: ruby cache: bundler services: mongodb rvm: - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 # FIXME: failing native extensions #- ruby-head # TODO: investigate failure # This is an arbitrary failure on t...
sudo: false before_script: - "bundle exec rake prepare_test_env" script: "bundle exec rspec" language: ruby cache: bundler services: mongodb rvm: - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - 2.4.0 # FIXME: failing native extensions #- ruby-head # TODO: investigate failure # This is an arbitrary fa...
Add ruby 2.4.0 as a build traget
Add ruby 2.4.0 as a build traget
YAML
mit
BookBub/money-rails,RubyMoney/money-rails,antstorm/money-rails,RubyMoney/money-rails,antstorm/money-rails,BookBub/money-rails,BookBub/money-rails,RubyMoney/money-rails,antstorm/money-rails
cf63c4003c3d524e611c28c9c3d239b76450cbb6
.travis.yml
.travis.yml
language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm i...
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - yarn install --no-lockfile - yarn global add istanbul coveralls
Install using Yarn at Travis CI.
Install using Yarn at Travis CI.
YAML
mit
bigeasy/expandable
e54b5e717d13293d73df28325c5cb533a79410d6
.travis.yml
.travis.yml
dist: trusty sudo: false language: ruby bundler_args: "--without development" services: - rabbitmq rvm: - '2.4.1' - '2.3.3' - '2.2.7' - '2.1.10' gemfile: - gemfiles/Gemfile.rails-5-0 - gemfiles/Gemfile.rails-4-2 matrix: exclude: - rvm: '2.1.10' gemfile: gemfiles/Gemfile.rails-5-0 script: - bundle exec rake spec...
dist: trusty sudo: false language: ruby bundler_args: "--without development" services: - rabbitmq rvm: - '2.4.1' - '2.3.3' - '2.2.7' - '2.1.10' gemfile: - gemfiles/Gemfile.rails-5-0 - gemfiles/Gemfile.rails-4-2 matrix: exclude: - rvm: '2.1.10' gemfile: gemfiles/Gemfile.rails-5-0 script: - bundle exec rake spec...
Fix release runtime for CI
Fix release runtime for CI
YAML
mit
jgraichen/msgr,jgraichen/msgr
218265e5fc13982ce1d6b9073437e76ff6461380
.travis.yml
.travis.yml
language: ruby sudo: required dist: trusty before_script: - bundle update cache: bundler rvm: - 1.9.3-p551 - 2.0.0-p648 - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head - jruby-1.7.26 - jruby-9.1.5.0 - jruby-head - rbx-3.60 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
language: ruby sudo: required dist: trusty before_install: - sudo apt-get -qq update - sudo apt-get install -y haveged - sudo service haveged start before_script: - bundle update cache: bundler rvm: - 1.9.3-p551 - 2.0.0-p648 - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head - jruby-1.7.26 - jruby-9.1.5.0 -...
Install and start haveged to prevent hanging JRuby installs.
Install and start haveged to prevent hanging JRuby installs. https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm
YAML
mit
tzinfo/tzinfo
1f8ffc109ba31110a514e1cd4ed56c2fd92c82d7
.travis.yml
.travis.yml
--- language: node_js node_js: - 6 cache: false # Enabling the cache seems to break travis. # directories: # - node_modules # - build/node_modules before_install: npm run uninstall && npm cache clean --force install: true branches: only: - master - develop - travis-ci
--- language: node_js node_js: - 6 before_install: npm run uninstall && npm cache clean --force install: npm install branches: only: - master - develop - travis-ci
Add explicity install, remove cache
Add explicity install, remove cache
YAML
mit
AdamSalma/Lurka,AdamSalma/Lurka
8fb8982edc0127f4777fd6eac8ce22d47f2b20a0
.travis.yml
.travis.yml
language: python python: - "2.7" env: - TOXENV=py26-1.4.X,py27-1.4.X - TOXENV=py26-1.5.X,py27-1.5.X - TOXENV=py26-trunk,py27-trunk - TOXENV=docs install: - pip install -q tox --use-mirrors script: - tox after_script: - pep8 --exclude=scheduler,locations,ajax --filename=tests.py,urls.py --ignore=E128 ./r...
language: python python: - "2.7" env: - TOXENV=py26-1.4.X - TOXENV=py27-1.4.X - TOXENV=py26-1.5.X - TOXENV=py27-1.5.X - TOXENV=py26-trunk - TOXENV=py27-trunk - TOXENV=docs install: - pip install -q tox --use-mirrors script: - tox after_script: - pep8 --exclude=scheduler,locations,ajax --filename=t...
Test each tox env separately to reduce needed disk space Branch: build-docs-cleanly
Test each tox env separately to reduce needed disk space Branch: build-docs-cleanly
YAML
bsd-3-clause
caktus/rapidsms,eHealthAfrica/rapidsms,eHealthAfrica/rapidsms,caktus/rapidsms,catalpainternational/rapidsms,eHealthAfrica/rapidsms,lsgunth/rapidsms,catalpainternational/rapidsms,lsgunth/rapidsms,peterayeni/rapidsms,caktus/rapidsms,lsgunth/rapidsms,ehealthafrica-ci/rapidsms,peterayeni/rapidsms,catalpainternational/rapid...
5a6690341da2e182d399ac81a99e532961a0d10e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "4" - "iojs" - "iojs-v1" - "iojs-v2"
sudo: false language: node_js env: - CXX="g++-4.8" node_js: - "0.10" - "0.12" - "4" - "iojs" - "iojs-v1" - "iojs-v2" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - gcc-4.8
Update to build faketoe properly on new Node
Update to build faketoe properly on new Node
YAML
mit
continuationlabs/usps
630648bb6930513a7474c664c3142ef59ba2fcfb
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - jruby-21mode
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.0 - jruby-21mode
Add Ruby 2.3 to Travis CI
Add Ruby 2.3 to Travis CI
YAML
mit
ai/rails-sass-images
3e876252539db6e89370b5b790ec0f008388bebc
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 sudo: false before_deploy: mvn clean verify deploy: skip_cleanup: true provider: elasticbeanstalk access_key_id: AKIAJ6YWVFOX3GHDXVRQ secret_access_key: secure: h3fBfh/Vg7wD7A3mRIwXU6ZJFUmgM7PgGKAwTq7BR12oK+v3CUpjbhtAHk9EFTMy4Js/CWn3f38vSGuW06OI5pJQnRmBeO6dsfU1jh6ml+XhKO5MCQ...
language: java jdk: - oraclejdk8 sudo: required before_deploy: mvn clean verify deploy: skip_cleanup: true provider: elasticbeanstalk access_key_id: AKIAJ6YWVFOX3GHDXVRQ secret_access_key: secure: h3fBfh/Vg7wD7A3mRIwXU6ZJFUmgM7PgGKAwTq7BR12oK+v3CUpjbhtAHk9EFTMy4Js/CWn3f38vSGuW06OI5pJQnRmBeO6dsfU1jh6ml+XhKO5...
Switch to sudo: required to fix Travis build issues
Switch to sudo: required to fix Travis build issues
YAML
apache-2.0
Sage-Bionetworks/Bridge-Exporter,DwayneJengSage/Bridge-Exporter-1
e467e4842ed3d876407daa4d135ef1359c108fc4
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.0-preview1
language: ruby rvm: - 2.0.0 - 2.1.0-rc1
Test in ruby 2.1.0-RC1 in Travis CI
Test in ruby 2.1.0-RC1 in Travis CI
YAML
bsd-3-clause
kiela/fc-reminder
c9711cbff2f9774993c103e6048e91eec8735841
.travis.yml
.travis.yml
language: python python: - 2.7 install: - pip install -U setuptools - pip install .
language: python python: - 2.7 install: - pip install -U setuptools - pip install invoke==0.4.0 pytest==2.3.5 - pip install .
Add installs of testing framework
Add installs of testing framework
YAML
apache-2.0
rgbkrk/bookstore
3c31805b2ede2aa92b63ea31f9b53fe4362ff31b
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 script: ./gradlew check 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/ notifications: slack: minibilles:2dXpzGnWFnhbU9WrAEwIP...
language: java jdk: - oraclejdk8 script: ./gradlew descriptor publish 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/ notifications: slack: minibilles:2dXpzGnW...
Build descriptor and publish files
Build descriptor and publish files
YAML
mit
jeancharles-roger/fr.minibilles.basics,jeancharles-roger/fr.minibilles.basics
beda2174f5fb048756563ff883bb5d37a223140f
.travis.yml
.travis.yml
language: c git: depth: 3 dist: trusty branches: only: - master - dev sudo: required before_install: - sudo apt-get update -qq - sudo apt-get install -qq check matrix: include: ## Coverage test - compiler: gcc env: ENABLE_COVERAGE=--enable-gcov before_install: pip in...
language: c git: depth: 3 dist: trusty branches: only: - master - dev before_install: - sudo apt-get update -qq - sudo apt-get install -qq check matrix: include: ## Coverage test - compiler: gcc env: ENABLE_COVERAGE=--enable-gcov before_install: - pip install --us...
Expand before_install, add more exclusions
Expand before_install, add more exclusions
YAML
mit
JoaoRodrigues/freesasa,mittinatten/freesasa,mittinatten/freesasa,mittinatten/freesasa,mittinatten/freesasa,JoaoRodrigues/freesasa,JoaoRodrigues/freesasa,JoaoRodrigues/freesasa
74ac804399814df459a1b93bfaf467c0e7b0293b
.travis.yml
.travis.yml
dist: trusty sudo: required language: - cpp compiler: - gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-8 - g++-8 - unzip - libx11-dev - libfreetype6 - libfreetype6-dev script: # Link gcc-8 and g++-8 to their standard commands - sudo ln -s ...
dist: trusty sudo: required services: docker before_install: - docker build -t jeniopy/radiostream . script: - docker run jeniopy/RadioStream /bin/sh -c "git clone https://github.com/JenioPY/RadioStream.git; cd RadioStream; cmake .; make -j; cpack -G DEB;"
Switch to using docker for ci. Travis script draft.
Switch to using docker for ci. Travis script draft.
YAML
mit
JenioPY/RadioStream,JenioPY/RadioStream
66fe6ef33cf222d122475fcb7fa394a86357b59c
.travis.yml
.travis.yml
language: android 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.3 # The SDK version used to compile your project - android-23 ...
language: android 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.3 # The SDK version used to compile your project - android-23 ...
Configure TravisCI to use x86 emulator
Configure TravisCI to use x86 emulator
YAML
apache-2.0
adstro/rx-crypto,adstro/rx-crypto
0540da9803f79ab285bdebd930e19bb1e65b014d
.travis.yml
.travis.yml
sudo: false language: go go: - 1.8.x script: - make build
sudo: false language: go go: - 1.8.x script: - make build after_success: - curl --request POST "https://goreportcard.com/checks" --data "repo=github.com/avarabyeu/goRP"
Add trigger to update goreportcard after successful build
Add trigger to update goreportcard after successful build
YAML
mit
avarabyeu/goRP,avarabyeu/goRP
75c811eec37e1a1c6084839465c0e44c5c207db4
.travis.yml
.travis.yml
language: ruby dist: xenial env: global: - CC_TEST_REPORTER_ID=de7062a4090ce5638b515a2cf9f2ab619de3e3f4ff439dc6cdad025c7a8d6b76 rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - jruby-19mode cache: bundler before_install: - gem update --system --conservative || (gem i "rubygems-...
language: ruby dist: xenial env: global: - CC_TEST_REPORTER_ID=de7062a4090ce5638b515a2cf9f2ab619de3e3f4ff439dc6cdad025c7a8d6b76 rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - jruby-19mode cache: bundler before_install: - gem update --system --conservative || (gem i "rubygems-...
Test with our custom spec task on Travis
Test with our custom spec task on Travis To ensure we enable the ObjectSpace flag for JRuby. See our Rakefile for more info.
YAML
mit
stevenharman/dumb_delegator
1fbe70419c34df48d81a46b72336678d60bb0b45
.travis.yml
.travis.yml
language: ruby os: linux dist: focal jobs: include: - rvm: 2.6.7 # Test web AND cli with specific version gemfile: Gemfile - rvm: 2.4 # Test only the cli. gemfile: lib/vimgolf/Gemfile - rvm: 2.3 # Test only the cli, on older Ruby. dist: xenial gemfile: lib/vimgolf/Gemfile - rvm...
language: ruby os: linux dist: focal env: - GOLFHOST=https://vimgolf-staging.herokuapp.com jobs: include: - rvm: 2.6.7 # Test web AND cli with specific version gemfile: Gemfile - rvm: 2.4 # Test only the cli. gemfile: lib/vimgolf/Gemfile - rvm: 2.3 # Test only the cli, on older Ruby. d...
Use staging environment as GOLFHOST
Use staging environment as GOLFHOST Since client and server version need to be in sync and one of our tests hits production, let's run tests against the staging environment where this branch has already been pushed. That way, the test that hits real production will still succeed with the gem version already bumped in ...
YAML
mit
igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf
e206493a2b4bf46c39cd66bf6c6680b9da8e0285
.travis.yml
.travis.yml
language: python python: - "2.7" env: global: - DJANGO_TEST_TEMP_DIR=`pwd`"/slack/settings" matrix: - DJANGO_VERSION=1.6.2 install: - pip install -q -r requirements/test.txt script: - python manage.py test --settings=slack.settings.test
language: python python: - "2.7" env: global: - DJANGO_TEST_TEMP_DIR=$TRAVIS_BUILD_DIR/slack/settings matrix: - DJANGO_VERSION=1.6.2 install: - pip install -q -r requirements/test.txt script: - python manage.py test --settings=slack.settings.test
Change pwd command to $TRAVIS_BUILD_DIR :bicyclist:
Change pwd command to $TRAVIS_BUILD_DIR :bicyclist:
YAML
mit
spacebra/django-slack,prontodev/django-slack,prontodev/django-slack,spacebra/django-slack,spacebra/django-slack,alexphelps/django-slack,alexphelps/django-slack,prontodev/django-slack,alexphelps/django-slack
b9a60aa6dec31877ed7a69bd5a1c8356c1ace9d2
.travis.yml
.travis.yml
language: ruby rvm: - 2.0 - 2.1 - 2.2 gemfile: - gemfiles/Gemfile.activerecord-4.1 env: - DB_ADAPTER=sqlite3 - DB_ADAPTER=mysql2 - DB_ADAPTER=postgresql before_script: - mysql -e 'create database microscope_test;' - psql -c 'create database microscope_test;' -U postgres script: "echo 'DO IT' && b...
language: ruby sudo: false rvm: - 2.0 - 2.1 - 2.2 gemfile: - gemfiles/Gemfile.activerecord-4.1 env: - DB_ADAPTER=sqlite3 - DB_ADAPTER=mysql2 - DB_ADAPTER=postgresql before_script: - mysql -e 'create database microscope_test;' - psql -c 'create database microscope_test;' -U postgres script: "echo ...
Use new Travis container-based infrastructure
Use new Travis container-based infrastructure
YAML
bsd-3-clause
mirego/microscope
dcea6d90745489e7d1e765114b6b1e2bb482c05a
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 matrix: allow_failures: - rvm: 2.0.0 env: CAPYBARA_WAIT_TIME=30 notifications: email: false
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 matrix: allow_failures: - rvm: 1.9.2 - rvm: 2.0.0 env: CAPYBARA_WAIT_TIME=30 notifications: email: false
Allow failures on ruby 1.9.2
Allow failures on ruby 1.9.2 We deploy to 1.9.3 using .ruby-version, so presumably we're not overly bothered by failures on 1.9.2?
YAML
mit
gds-attic/limelight,gds-attic/limelight,gds-attic/limelight
9d212ab40c1aed5d2f366f61708fee460a26606f
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.5 - php: 5.6 - php: 7.0 - php: hhvm allow_failures: - php: hhvm before_install: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi ...
language: php sudo: false cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.5 - php: 5.6 - php: 7.0 - php: hhvm allow_failures: - php: hhvm before_install: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi ...
Add "security:check" to our CI checks
Add "security:check" to our CI checks
YAML
mit
symfony/symfony-demo,voronkovich/symfony-demo,maidmaid/symfony-demo,bocharsky-bw/symfony-demo,yodur2potassium/test-behat-selenium-symfo,dzuelke/symfony-demo,TomasVotruba/symfony-demo,Codeception/symfony-demo,Codeception/symfony-demo,maidmaid/symfony-demo,samitiana/symfony-demo,javiereguiluz/symfony-demo,Codeception/sym...
be80aeb4c4b60833c76e971874f5c5508a7f0b80
.travis.yml
.travis.yml
language: java before_install: - mvn --version # download the latest android sdk and unzip - sudo apt-get update -qq - if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch; fi - wget http://dl.google.com/android/android-sdk_r22.3-linux.tgz - tar xzf ...
language: android android: components: - platform-tools - android-19 - sysimg-19 - build-tools-19.0.1 - extra-android-support - extra-android-m2repository before_install: - cp -R $ANDROID_HOME/extras/android/m2repository/com ~/.m2/repository install: - mvn clean install -DskipTests=true -p...
Use new 'android' language on Travis CI.
Use new 'android' language on Travis CI.
YAML
bsd-3-clause
openxc/openxc-android,mray19027/openxc-android,prateeknitish391/demo,ChernyshovYuriy/openxc-android,mray19027/openxc-android,dhootha/openxc-android,openxc/openxc-android,msowka/openxc-android,msowka/openxc-android,prateeknitish391/demo,ChernyshovYuriy/openxc-android,prateeknitish391/demo,petemaclellan/openxc-android,pe...
35bf5e516ffa40f418ed6e954548d05737aa818f
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.4 env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 - DJANGO=1.9 - DJANGO=1.10 install: - pip install -q Django==$DJANGO script: - python runtests.py
language: python python: - 2.7 - 3.4 env: - DJANGO=1.5 - DJANGO=1.6 - DJANGO=1.7 - DJANGO=1.8 - DJANGO=1.9 - DJANGO=1.10 install: - pip install -q Django~=$DJANGO.0 script: - python runtests.py
Test latest-patched versions of Django in Travis CI.
Test latest-patched versions of Django in Travis CI.
YAML
mit
yunojuno/django-s3-upload,yunojuno/django-s3-upload,AlexRiina/django-s3direct,bradleyg/django-s3direct,AlexRiina/django-s3direct,bradleyg/django-s3direct,yunojuno/django-s3-upload,AlexRiina/django-s3direct,bradleyg/django-s3direct
62f155918b9f32f5a6daaa8db1e3ed2a77c9d067
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - rbx-18mode deploy: provider: rubygems api_key: secure: ZmZoDL1tilWvQrqRWDm2K4xQ5Grt9eRJzYVZPLANR0P1TM5BJBLk+UhWCWCPkkDVIBWMa5ANsiFYBxtH65Lw+uqMztSpVusk0l0LQXZGv9jMpT9445A8008U3vvfS0ke7IG8Q4bMAC7Sd6VGaiHDyZC7zmNvnqMpmVX7ShcgBME= gem: dpl on...
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - rbx-18mode deploy: provider: rubygems api_key: secure: ZmZoDL1tilWvQrqRWDm2K4xQ5Grt9eRJzYVZPLANR0P1TM5BJBLk+UhWCWCPkkDVIBWMa5ANsiFYBxtH65Lw+uqMztSpVusk0l0LQXZGv9jMpT9445A8008U3vvfS0ke7IG8Q4bMAC7Sd6VGaiHDyZC7zmNvnqMpmVX7ShcgBME= gem: dpl on...
Revert "release from ruby 2.0"
Revert "release from ruby 2.0" This reverts commit 6ee59f2c22285ba43bc0fd19bd692e37999e5f61.
YAML
mit
WeConnect/dpl,LoicMahieu/dpl,bensojona/dpl,travis-ci/dpl,zabawaba99/dpl,Misfit-SW-China/dpl,georgantasp/dpl,testfairy/dpl,testfairy/dpl,travis-ci/dpl,jonathan-s/dpl,felixrieseberg/dpl,meatballhat/dpl,wtcross/dpl,johanneswuerbach/dpl,mathiasrw/dpl,Hearst-Hatchery/dpl,giltsl/travis-test,computology/dpl,gmegidish/dpl,nmoh...
76ab7080e0ed60176d4c03e59c345d392ad3d19e
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode
language: ruby rvm: - 1.9.2 - 1.9.3 - jruby-19mode # JRuby in 1.9 mode - rbx-19mode
Update to Ruby 1.9 or better
Update to Ruby 1.9 or better
YAML
apache-2.0
pmorton/html2md
62daeb30375b4fde0f95e36bcc094d18dd12c691
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
sudo: false language: node_js node_js: - '10' - '11' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc script: - nyc npm test
Test with Node.js 11 on Travis CI.
Test with Node.js 11 on Travis CI.
YAML
mit
bigeasy/arguable
c0fa372c79c3a296f477355c83c42d412d1f430e
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 script: - cd URITemplate && swift package generate-xcodeproj - xcodebuild -project Mockingjay.xcodeproj -scheme Mockingjay test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --quick
matrix: include: - os: osx osx_image: xcode8.3 - os: osx osx_image: xcode9.1 script: - cd URITemplate && swift package generate-xcodeproj - xcodebuild -project Mockingjay.xcodeproj -scheme Mockingjay test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --quick
Test on Xcode 8.3 and Xcode 9.1
chore: Test on Xcode 8.3 and Xcode 9.1
YAML
bsd-3-clause
kylef/Mockingjay,kylef/Mockingjay
38435fee5a1e54a624d093bd7fc5f13372651921
.travis.yml
.travis.yml
language: node_js node_js: - "7.0" - "6.0" - "5.0" - "4.0" - "iojs" - "0.12" - "0.11" - "0.10" - "0.8" # Allow Travis tests to run in containers. sudo: false
language: node_js node_js: - "7.0" - "6.0" - "5.0" - "4.0" - "iojs" - "0.12" - "0.11" - "0.10" - "0.8" matrix: allow_failures: - node_js: "0.8" # Allow Travis tests to run in containers. sudo: false
Allow test failures in Node 0.8.
Allow test failures in Node 0.8.
YAML
mit
benjamn/commoner
ed871803ca1ed1a732be1f226f7726f569b86c02
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.0 env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.6.2" before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version script: "rake" gemfile: Gemfile
language: ruby rvm: - 1.9.3 - 2.1.0 env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.6.2" before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version script: "rake" gemfile: Gemfile matrix: exclude: - rvm: 2.1.0 env: PUPPET_VERSION="~> 2....
Exclude Ruby 2.1.0/Puppet 2.7.x from Travis build
Exclude Ruby 2.1.0/Puppet 2.7.x from Travis build
YAML
mit
Graylog2/graylog2-puppet,Jimdo/graylog2-puppet,treydock/graylog2-puppet,Graylog2/graylog2-puppet,treydock/graylog2-puppet,Jimdo/graylog2-puppet,Graylog2/graylog2-puppet,treydock/graylog2-puppet,Jimdo/graylog2-puppet
682edb7be6d7d82bc1addbab901cce98c97ef7aa
.travis.yml
.travis.yml
if: tag IS present OR type = pull_request OR (branch = master AND type = push) # we only CI the master, tags and PRs language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" addons: apt: packages: - graphviz install: - pip install -U pip setuptools - python setup.py sdist - pip ...
if: tag IS present OR type = pull_request OR (branch = master AND type = push) # we only CI the master, tags and PRs language: python # Main test jobs: The lowest and highest current Python versions. python: - 3.6 - 3.9 # List additional test configurations individually, instead of using # matrix expansion, to ...
Add ppc64le and bump Python versions in Travis CI
Add ppc64le and bump Python versions in Travis CI Considering that: - IBM, through its supplier Datamatics, requested many Python projects to [add the `ppc64le` (Power) architecture][1] to their Travis CI test matrices. Related links: - ibm.com: [Build your open source projects on IBM Power Systems with Tra...
YAML
mit
erocarrera/pydot,pydot/pydot
59c4b21381e250ca23396550cc42ba227af993cc
.travis.yml
.travis.yml
language: node_js node_js: - "5.10.1" before_script: "npm install -g codeclimate-test-reporter" script: - npm run lint - $(npm bin)/nyc $(npm bin)/babel-node scripts/batchTests.js after_script: - "CODECLIMATE_REPO_TOKEN=27125df6192d300baf67cd5f5eab6597c998256f4883b744a1055d0f0c18e608 codeclimate-test-reporter <...
language: node_js node_js: - "5.10.1" before_script: "npm install -g codeclimate-test-reporter" script: - npm run lint - $(npm bin)/nyc $(npm bin)/babel-node scripts/batchTests.js after_script: - "CODECLIMATE_REPO_TOKEN=27125df6192d300baf67cd5f5eab6597c998256f4883b744a1055d0f0c18e608 codeclimate-test-reporter <...
Add the path of the coverage file
Add the path of the coverage file
YAML
mit
acdlite/recompose,acdlite/recompose
60354e4ab458c5d6ea430b15e3aef7c53b16eefd
.travis.yml
.travis.yml
language: php matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 env: - ENABLE_XDEBUG=true - php: 7.1 env: - ENABLE_DEVTOOLS=true - php: nightly allow_failures: - php: nightly fast_finish: true os: - linux sudo: false cache: directories: - vendor/ be...
language: php matrix: include: - php: 5.6 - php: 7.0 - php: 7.0 env: - COMPOSER_FLAGS=--prefer-lowest - php: 7.1 env: - ENABLE_XDEBUG=true - php: 7.1 env: - ENABLE_DEVTOOLS=true - php: nightly allow_failures: - php: nightly fast_finish: true ...
Add a test layer on lowest dependencies.
Add a test layer on lowest dependencies. This will help identify incompatible changes.
YAML
apache-2.0
CHStudio/laravel-transclude
7d6423d5f5bb6e4603c0bdccc52f3efcce554dad
.travis.yml
.travis.yml
language: c os: - linux - osx addons: apt: packages: - libbsd-dev - libarchive-dev - libssl-dev - liblzma-dev sudo: required compiler: - clang - gcc before_install: - scripts/install_deps.sh before_script: - autoreconf -i script: - scripts/travis_build.sh after_failur...
language: c os: - linux - osx addons: apt: packages: - libbsd-dev - libarchive-dev - libssl-dev - liblzma-dev - liblua5.2-dev sudo: required compiler: - clang - gcc before_install: - scripts/install_deps.sh before_script: - autoreconf -i script: - scripts/travis_...
Add lua for building lutok
Add lua for building lutok
YAML
bsd-2-clause
khorben/pkg,khorben/pkg,en90/pkg,khorben/pkg,en90/pkg
a565918dc14e833878bf18ecaa176e035990849b
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' - '4' - '5' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
language: node_js node_js: - '0.12' - '4' - '5' - '6' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Build with Node.js 6 on Travis CI.
Build with Node.js 6 on Travis CI.
YAML
mit
bigeasy/assessment,bigeasy/assessment
3f3a6a11c7f7d57b3b518792e87a79c7b851c6d9
.travis.yml
.travis.yml
language: php php: - '5.4' - '5.6' - '7.0' env: matrix: - XDEBUG_VERSION=2.4.1 - XDEBUG_VERSION=2.3.3 - XDEBUG_VERSION=2.2.3 # XDebug version on Vagrant matrix: exclude: - env: XDEBUG_VERSION=2.3.3 php: '7.0' - env: XDEBUG_VERSION=2.2.3 php: '7.0' before_install: - pecl insta...
language: php php: - '5.4' - '5.6' - '7.0' env: matrix: - XDEBUG_VERSION=2.4.1 - XDEBUG_VERSION=2.3.3 - XDEBUG_VERSION=2.2.3 # XDebug version on Vagrant matrix: exclude: - env: XDEBUG_VERSION=2.3.3 php: '7.0' - env: XDEBUG_VERSION=2.2.3 php: '7.0' before_install: - pecl insta...
Fix wrong command in Travis
Fix wrong command in Travis
YAML
mit
felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug
d1d0f0b3abfe6151855c2922327f47775cfdead5
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with Node.js 4.2 on Travis CI.
Test with Node.js 4.2 on Travis CI.
YAML
mit
bigeasy/abend
876286fcee220bce16bd6b37128096ee87794259
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install pipenv - pipenv install --dev script: - pipenv run python -m pytest --cov-report term-missing --cov=pytac - pipenv run flake8 after_success: - coveralls
sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" install: - pip install pipenv - pipenv install --dev script: - pipenv run python -m pytest --cov-report term-missing --cov=pytac - pipenv run flake8 after_success: - coveralls
Add Python 3.7 to Travis configuration.
Add Python 3.7 to Travis configuration.
YAML
apache-2.0
willrogers/pytac,willrogers/pytac
6409492e724a4f95a0212dd5a65559914a46f59d
.travis.yml
.travis.yml
language: go go: - "1.11" - "1.10.3" sudo: false install: - go get -u golang.org/x/lint/golint script: - golint -set_exit_status - go vet - go test
language: go go: - "1.11.1" - "1.10.4" sudo: false install: - go get -u golang.org/x/lint/golint script: - golint -set_exit_status - go vet - go test
Build against Go 1.11.1, 1.10.4
Build against Go 1.11.1, 1.10.4
YAML
mit
TV4/search-go
d6643a70180319d8eb3acbfc4c42a079c2381266
.travis.yml
.travis.yml
language: python python: - "2.7" script: ./TEST/regress.all
language: python python: - "2.7" script: ./TEST/test.at.travis
Change of the test script
Change of the test script
YAML
mit
usp-engineers-community/Open-usp-Tukubai,usp-engineers-community/Open-usp-Tukubai,usp-engineers-community/Open-usp-Tukubai,usp-engineers-community/Open-usp-Tukubai
3c5a5af34e12b387be86c84235598063423d3cb7
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - '10' - '8' - '6' - '4' env: - MAIN_RUN=true - MAIN_RUN=false && REACT_VERSION=0.14 - MAIN_RUN=false && REACT_VERSION=15.0 before_install: - npm install -g npm@2 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - if [[ $MAIN_RUN == false ...
language: node_js sudo: false node_js: - '10' - '8' - '6' env: - REACT_VERSION=0.14.9 - REACT_VERSION=15.0 - REACT_VERSION=16.0 before_install: - npm install -g npm@6.4.1 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install react-dom@^$REACT_VERSION react@^$REACT_VERSIO...
Stop testing Node 4, explicitly test React 16
Stop testing Node 4, explicitly test React 16 Node 4 is EOL and should not be used anymore. This removes it from the test suite so that we can speed things up a bit. I've also started explicitly resting React 16, rather than rely on the fact that our devDependencies have React 16. I've also made explicit testing aga...
YAML
mit
brigade/react-waypoint,brigade/react-waypoint
746765d6a3a66d08f5d7e93489a808438c446785
.travis.yml
.travis.yml
sudo: required language: go go: - 1.5 - 1.6 - 1.7 - tip install: - sudo apt-add-repository ppa:git-core/ppa -y - sudo apt-get update -y - sudo apt-get install git -y - make deps
sudo: required language: go go: - 1.5 - 1.6 - 1.7 - 1.8 - tip install: - sudo apt-add-repository ppa:git-core/ppa -y - sudo apt-get update -y - sudo apt-get install git -y - make deps
Add Go 1.8 to CI configuration
Add Go 1.8 to CI configuration
YAML
mpl-2.0
c4milo/gitd
b2ad7126448957c84048b43a0b339dd6a141d183
.travis.yml
.travis.yml
language: php php: - 5.6 - 5.5 - 5.4 - 5.3 - hhvm
language: php php: - 7.0 - 5.6 - 5.5 - 5.4 - 5.3 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: 7.0 - php: hhvm-nightly
Test on nightly releases of PHP (7.0) and HHVM
Test on nightly releases of PHP (7.0) and HHVM See https://github.com/erusev/parsedown/issues/294 See https://github.com/erusev/base/commit/12bf1c6d05e0ec89b1235078c6b5af3094422e0f#commitcomment-10090016 Nightly releases are allowed to fail since they are not stable and could fail in unpredictable ways. New version...
YAML
mit
mkudenko/parsedown,dignajar/parsedown,dsuess/parsedown,jinghm318/parsedown,Hugues-Antoine/parsedown,vihoangson/parsedown,BR0kEN-/parsedown,mkudenko/parsedown,venusdharan/parsedown,erusev/parsedown,ProfNandaa/parsedown,wstoettinger/parsedown,jamesg/parsedown,erdemece/parsedown,xetryj/parsedown,SooryaN/parsedown,dignajar...
ce08226f461c509aee2b9b85a592562eef239890
.travis.yml
.travis.yml
language: php php: 7.1 sudo: false cache: directories: - vendor before_script: - composer self-update - composer install script: vendor/bin/phpunit
language: php php: 7.1 sudo: false cache: directories: - vendor before_script: - composer self-update - composer install script: vendor/bin/phpunit deploy: provider: script script: curl $ENVOYER_DEPLOYMENT_HOOK on: branch: master
Implement Continuous Deployment with TravisCI
Implement Continuous Deployment with TravisCI
YAML
mit
laravelio/pastebin,laravelio/pastebin,laravelio/pastebin
cb5e74a03c10dee42a0c77791b1e35ef9acae24c
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug doc tooling rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode - rbx-head notifications: irc: "irc.freenode.org#htty" script: "bundle exec rake" matrix: allow_failures: - rvm: 1.9....
language: ruby bundler_args: --without debug doc tooling rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode - rbx-head notifications: irc: "irc.freenode.org#htty" script: "bundle exec rake" matrix: allow_failu...
Configure Travis CI to build against all common Ruby versions
Configure Travis CI to build against all common Ruby versions
YAML
mit
shaunstanislaus/htty,pepijnve/htty,lanastasov/htty,Ribeiro/htty,yous/htty,bradparks/htty,ilesan-ypg/htty,dibenso/htty,shekkbuilder/htty,paolomainardi/htty
379e10417c115369b813103d3a808a1472d45df1
.travis.yml
.travis.yml
language: ruby cache: bundler bundler_args: --without development rvm: - '2.4.0' before_install: - gem update --system - gem install bundler
language: ruby cache: bundler bundler_args: --without development rvm: - '2.4.0' before_install: - gem update --system - gem install bundler before_script: - bundle exec rails db:create:all - bundle exec rails db:migrate
Add DB setup tasks to CI
Add DB setup tasks to CI
YAML
agpl-3.0
jgraichen/mnemosyne-server,jgraichen/mnemosyne-server,jgraichen/mnemosyne-server
6f4fb31e704629a5f9ab53ec8b2c3d77a8745034
.travis.yml
.travis.yml
language: node_js node_js: - "6" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 install: - npm install --global bower gulp - npm install - bower install script: gulp
language: node_js node_js: - "6" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 install: - npm install --global bower gulp - npm install - bower install script: gulp deploy: gulp deploy
Add deploy step to TravisCI config
Add deploy step to TravisCI config Complete shot in the dark; but the prior worked so well, gotta try it.
YAML
mit
clhynfield/resume,clhynfield/resume,clhynfield/clayton-hynfield-resume
6716d772b1f419e529260f6402c037d94b5605e9
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - SYMFONY_VERSION="" COMPOSER_OPTS="" - SYMFONY_VERSION="2.7" COMPOSER_OPTS="--prefer-lowest" - SYMFONY_VERSION="3.0" COMPOSER_OPTS="--prefer-lowest" - SYMFONY_VERSION="4.0" COMPOSER_OPTS="--prefer-lowest" inst...
language: php php: - 7.1 - 7.2 - 7.3 - nightly matrix: allow_failures: - php: nightly env: - SYMFONY_VERSION="" COMPOSER_OPTS="" - SYMFONY_VERSION="2.7" COMPOSER_OPTS="--prefer-lowest" - SYMFONY_VERSION="3.0" COMPOSER_OPTS="--prefer-lowest" - SYMFONY_VERSION="4.0" COMPOSER_OPTS="--prefer-lowes...
Add support for PHP 7.3
Add support for PHP 7.3
YAML
apache-2.0
duncan3dc/console
99dfac338e904b63e48f04038064b1b20324d024
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "5" - "4" - "0.12" - "0.10"
sudo: false language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.10"
Add support for Node.js 6
Add support for Node.js 6
YAML
mit
silas/node-consul
6249d8f29cd360e30871fe09d783e9e05a25633a
.travis.yml
.travis.yml
language: node_js node_js: - '6' - '8' - node before_deploy: - 'npm run build' deploy: provider: npm email: $NPM_EMAIL api_key: $NPM_TOKEN skip_cleanup: true on: tags: true repo: jsynowiec/good-sentry node: '8'
language: node_js node_js: - '8' - '10' - node before_deploy: - 'npm run build' deploy: provider: npm email: $NPM_EMAIL api_key: $NPM_TOKEN skip_cleanup: true on: tags: true repo: jsynowiec/good-sentry node: '10'
Disable Node.js v6 CI builds
Disable Node.js v6 CI builds
YAML
mit
jsynowiec/good-sentry
66efadc11592b76291fbf9fbe8ad1c4fdd2cec97
.travis.yml
.travis.yml
sudo: false language: node_js cache: directories: - "node_modules" node_js: - "4"
language: node_js cache: directories: - "node_modules" node_js: - "4"
Remove sudo: false as this is now Travis default
Remove sudo: false as this is now Travis default
YAML
mit
open-contracting/ocds-show,open-contracting/ocds-show
e86ee7118791a6eb7ed1ccdff3ba6e4888abd763
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 - 7.2 - 7.3 - 7.4snapshot before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverag...
language: php php: - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover...
Use stable php7.4 for 1.4 version
Use stable php7.4 for 1.4 version
YAML
mit
laravel-doctrine/orm
975607a19bef04760be1e3a98c1f41997ea8ee47
.travis.yml
.travis.yml
language: php git: depth: 5 php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: hhvm dist: trusty sudo: required install: - composer self-update - composer install script: - vendor/bin/phug-dev check --report --coverage-php-version=5.6 no...
language: php git: depth: 5 php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: hhvm-3.18 dist: trusty sudo: required - php: hhvm-3.19 dist: trusty sudo: required - php: hhvm-3.20 dist: trusty sudo...
Test multiple HHVM version and allow failure on them
Test multiple HHVM version and allow failure on them
YAML
mit
phug-php/formatter
f85607f3a2c9b2327dc829637bae36964707a413
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 # also test against HHVM, but require "trusty" and ignore errors matrix: include: - php: hhvm dist: trusty allow_failures: - php: hhvm sudo: false install: - composer install --no-interaction script: - vendor/bin/phpunit --coverage-text...
language: php php: # - 5.3 # requires old distro, see below - 5.4 - 5.5 - 5.6 - 7 - 7.1 - 7.2 - hhvm # ignore errors, see below # lock distro so future defaults will not break the build dist: trusty matrix: include: - php: 5.3 dist: precise allow_failures: - php: hhvm sudo: false in...
Update Travis config to test against legacy PHP 5.3 through PHP 7.2
Update Travis config to test against legacy PHP 5.3 through PHP 7.2
YAML
mit
clue/php-term-react
54524d8ffa89bfff641782a347a87032b536278a
.travis.yml
.travis.yml
language: node_js node_js: node addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - g++-4.9 env: - CXX=g++-4.9 before_install: - npm explore npm -g -- npm install node-gyp@latest script: npm run lint ...
language: node_js node_js: node addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - g++-4.9 env: - CXX=g++-4.9 before_install: - npm install npm@4 -g && npm explore npm -g -- npm install node-gyp@late...
Use npm 4 on Travis
Use npm 4 on Travis
YAML
mit
lukechilds/merge-images
63618af6136db6b1cd9550531b85086b24046da7
.travis.yml
.travis.yml
services: - postgresql language: ruby before_script: - cp config/database.example.yml config/database.yml - cp .env.example .env script: - bin/rails db:setup - bin/rails db:test:prepare - bin/rspec
services: - postgresql language: ruby before_install: - gem install bundler:1.17.0 before_script: - cp config/database.example.yml config/database.yml - cp .env.example .env script: - bin/rails db:setup - bin/rails db:test:prepare - bin/rspec
Use the right bundler version on CI
Use the right bundler version on CI
YAML
mit
usgo/gocongress,usgo/gocongress,usgo/gocongress,usgo/gocongress
b8dbf0aaeea4da5d9107795c211355d4b138afee
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "4.2.4" - "0.12"
sudo: false language: node_js node_js: - "5" - "4" - "0.12"
Add looser ranges for node versions
Add looser ranges for node versions
YAML
mit
simonsmith/postcss-property-lookup
332325df448791ce2a85d0ae426d1e4e1ed69fd8
.travis.yml
.travis.yml
language: ruby services: mongodb rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head branches: only: - master - v3 gemfile: - gemfiles/rails30.gemfile - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile
language: ruby services: mongodb rvm: - 1.8.7 - 1.9.2 - 1.9.3 gemfile: - gemfiles/rails30.gemfile - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile
Reconfigure Travis to exclude HEAD Ruby
Reconfigure Travis to exclude HEAD Ruby
YAML
mit
reenhanced/audited,Datacom/audited,cfiorini/audited,instacart/audited,xuwupeng2000/audited,simplepractice/audited,klatunetworks/audited,ledermann/audited,GhostGroup/audited,azanar/audited,airbnb/audited,collectiveidea/audited,ConsultingMD/audited,ZHANGJIE982/audited,ajoulie/audited,ontrack/audited,lrgalego/audited,isha...
e887bfabc63ad7006cbc1457a513bdb700c7779c
.travis.yml
.travis.yml
language: python sudo: false python: - 3.6 - 3.5 env: matrix: - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 # py36 fails because python3-openid tries to use a missing # component in xml module, enable when that's ready # - TOXENV=py36 - TOXENV=pypy matrix: allow_failure...
language: python sudo: false python: - 3.6 - 3.5 env: matrix: - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - TOXENV=py36 - TOXENV=pypy matrix: exclude: - python: 3.6 env: TOXENV=py27 - python: 3.6 env: TOXENV=py33 - python: 3.6 env: TOXENV=py34 ...
Enable Python 3.6 in Travis integration
Enable Python 3.6 in Travis integration
YAML
bsd-3-clause
python-social-auth/social-core,tobias47n9e/social-core,python-social-auth/social-core
b681420cbc000bfbcdc67592ef424ed98d07b01a
.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 nyc mocha script: - nyc npm test
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 proof script: - nyc npm test
Install Proof runner at Travis CI.
Install Proof runner at Travis CI. See #436.
YAML
mit
bigeasy/paxos,bigeasy/paxos
6e6ef6b84e2b81f759d4a7b758e49038c039e672
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.3 env: global: - PROJECT=GLTableCollectionView.xcodeproj - SCHEME=GLTableCollectionView - SDK=iphonesimulator10.2 - DESTINATION="platform=iOS Simulator,OS=latest,name=iPhone 5" before_install: # - brew update # - brew upgrade - ge...
language: objective-c osx_image: xcode8.3 env: global: - PROJECT=GLTableCollectionView.xcodeproj - SCHEME=GLTableCollectionView - SDK=iphonesimulator10.3 - DESTINATION="platform=iOS Simulator,OS=latest,name=iPhone 5" before_install: # - brew update # - brew upgrade - ge...
Upgrade iOS Simulator to iOS 10.3
Upgrade iOS Simulator to iOS 10.3
YAML
mit
giulio92/GLTableCollectionView
da8ad93e35fcbfff17689131eefd4688e9536872
.travis.yml
.travis.yml
dist: trusty sudo: false language: python python: - "2.7" - "3.5" - "3.6" - "nightly" before_install: - pip install --upgrade setuptools pip - pip install --upgrade virtualenv install: - pip install --upgrade flake8 pylint - pip --version - virtualenv --version - flake8 --version...
dist: trusty sudo: false language: python python: - "2.7" - "3.5" - "3.6" before_install: - pip install --upgrade setuptools pip - pip install --upgrade virtualenv install: - pip install --upgrade flake8 pylint - pip --version - virtualenv --version - flake8 --version - pylint --...
Stop testing with nightly Python versions in anticipation of the linters' move to pytest infrastructure.
Stop testing with nightly Python versions in anticipation of the linters' move to pytest infrastructure.
YAML
mpl-2.0
MozillaSecurity/funfuzz,nth10sd/funfuzz,nth10sd/funfuzz,nth10sd/funfuzz,MozillaSecurity/funfuzz,MozillaSecurity/funfuzz
320ea4572255db377d1995403e438788094ef54c
.travis.yml
.travis.yml
language : node_js node_js : - "6.95" before_script : - ( node --version | grep 4.1 && npm update -g npm ) || true - npm --version - npm install -g grunt-cli
language : node_js node_js : - "6.9.5" before_script : - ( node --version | grep 4.1 && npm update -g npm ) || true - npm --version - npm install -g grunt-cli
Fix NodeJS version typo in CI config.
Fix NodeJS version typo in CI config.
YAML
mit
squarefeet/ShaderParticleEngine
1968c2ca6a5187baa10fa479634ba0596da3cd7f
.travis.yml
.travis.yml
--- sudo: false cache: - pip before_cache: - rm ~/.cache/pip/log/debug.log language: python python: - "2.7" - "3.5" install: - pip install tox-travis coveralls script: - tox after_success: - coveralls
--- sudo: false cache: - pip before_cache: - rm ~/.cache/pip/log/debug.log language: python python: - "2.7" - "3.5" install: - pip install --upgrade pip - pip install tox-travis coveralls script: - tox after_success: - coveralls
Fix issue with Travis-CI using old pip version
Fix issue with Travis-CI using old pip version
YAML
apache-2.0
ewolinetz/openshift-ansible,twiest/openshift-ansible,ttindell2/openshift-ansible,rhdedgar/openshift-ansible,zhiwliu/openshift-ansible,maxamillion/openshift-ansible,akubicharm/openshift-ansible,mwoodson/openshift-ansible,mmahut/openshift-ansible,detiber/openshift-ansible,tagliateller/openshift-ansible,miminar/openshift-...
d3b281ebc842058c6477eb4783785ba8baeab201
.travis.yml
.travis.yml
language: objective-c osx_image: xcode7.1 before_install: true install: true script: script/cibuild Tyro Tyro-iOS
language: objective-c osx_image: xcode7.1 before_install: true install: true script: script/cibuild Tyro Tyro-iOS notifications: webhooks: urls: - https://webhooks.gitter.im/e/1d781e1bcbabade5de35 on_success: always on_failure: always on_start: always
Add Gitter integration for Travis
Add Gitter integration for Travis
YAML
bsd-3-clause
CodaFi/Tyro,typelift/Tyro,mpurland/Tyro,CodaFi/Tyro,typelift/Tyro
904ac1bc4975f65300e0854c9ea1d82f0d456a4c
.travis.yml
.travis.yml
language: go go: - 1.2.2 - 1.6.1 env: - GIMME_OS=linux GIMME_ARCH=amd64 - GIMME_OS=darwin GIMME_ARCH=amd64 - GIMME_OS=windows GIMME_ARCH=amd64 - GIMME_OS=linux GIMME_ARCH=arm GOARM=6 install: - go get -d -v ./rename - go get -d -v ./mame-history - go get -d -v . script: - go bui...
language: go go: - 1.2.2 - 1.7.1 env: - GIMME_OS=linux GIMME_ARCH=amd64 - GIMME_OS=darwin GIMME_ARCH=amd64 # - GIMME_OS=windows GIMME_ARCH=amd64 - GIMME_OS=linux GIMME_ARCH=arm GOARM=6 install: - go get -d -v ./rename - go get -d -v ./mame-history - go get -d -v . script: - go bu...
Disable windows testing and move to 1.7.1
Disable windows testing and move to 1.7.1
YAML
mit
sselph/scraper,arcane47/scraper,arcane47/scraper,sselph/scraper
f87bd1f17145459b60eaa615f6367e33e23b93f8
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install six - pip install pycryptodome - pip install chardet script: nosetests --nologcapture
language: python python: - "2.6" - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install six - pip install pycryptodome - pip install chardet - pip install sortedcontainers script: nosetests --nologcapture
Add sortedcontainers to TravisCI config
Add sortedcontainers to TravisCI config
YAML
mit
goulu/pdfminer,pdfminer/pdfminer.six
29fadce0a5d8e22732e3fd541f3e2ac96fc62467
.travis.yml
.travis.yml
language: d os: - linux - osx d: - dmd-2.071.0 - dmd-2.070.0 - dmd-2.069.2 - dmd-2.068.2 - ldc-0.17.1 - ldc-0.17.0 script: - dub test --compiler=$DC sudo: false
language: d os: - linux - osx d: - dmd-2.071.0 - dmd-2.070.0 - dmd-2.069.2 - dmd-2.068.2 - ldc-1.0.0 - ldc-0.17.1 - ldc-0.17.0 script: - dub test --compiler=$DC sudo: false
Add ldc 1.0.0 to continuous integration testing
Add ldc 1.0.0 to continuous integration testing
YAML
mit
etcimon/libasync
92f11f1c7e3a75e2a538da40ea913fdf14641f12
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.3 before_install: - gem install minitest -v '4.7.5' --no-document --quiet
language: ruby rvm: - 2.1.3
Remove minitest installation on Travis
Remove minitest installation on Travis Signed-off-by: David Celis <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@davidcel.is>
YAML
mit
crepe/crepe-versioning
e703571a13ac8416a30ef9fb6144682217afd8f9
.travis.yml
.travis.yml
language: objective-c osx_image: beta-xcode6.3 script: - xctool -project Basis.xcodeproj -scheme Basis -sdk macosx ONLY_ACTIVE_ARCH=NO clean build test - xctool -project Basis.xcodeproj -scheme Basis-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO clean build test
language: objective-c osx_image: beta-xcode6.3 script: - xctool -project Basis.xcodeproj -scheme Basis -sdk macosx ONLY_ACTIVE_ARCH=NO clean build test - xctool -project Basis.xcodeproj -scheme Basis-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO clean build test notifications: webhooks: urls: - https://web...
Add Gitter integration with Travis
Add Gitter integration with Travis
YAML
mit
typelift/Basis
d78feabcf48ca8db44d90bc1d4c49c29248f7a72
.travis.yml
.travis.yml
os: - linux language: node_js node_js: - "0.12" - "0.11" - "0.10" script: "npm run test:travisci" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
os: - linux language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" script: "npm run test:travisci" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
Add more recent Node.js versions to Travis CI
Add more recent Node.js versions to Travis CI Adds all version from https://docs.travis-ci.com/user/languages/javascript-with-nodejs
YAML
mit
caiogondim/logdown.js,caiogondim/logdown.js
1020cb19d8785e7242536873b9fbc6de29ab0221
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev script: phpunit notifications: irc: "irc.freenode.org#fbp"
language: php php: - 5.5 - 5.6 - 7.0 before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev script: phpunit notifications: irc: "irc.freenode.org#fbp"
Remove 5.4 due to EOL
Remove 5.4 due to EOL
YAML
mit
phpflo/phpflo,bergie/phpflo
bd6b5b4e2b7554153fbbac9bb9f19cc720d9339d
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 - 0.10
language: node_js node_js: - 0.10 - 0.12
Test against node 0.10 and 0.12
Test against node 0.10 and 0.12 Dropped support for 0.8
YAML
mit
hafeez-syed/coffeeify,jnordberg/coffeeify
cd912b52338fb5584cf4bd4e47f031f50e73c93b
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.2 - 2.1 - 2.0 - jruby-21mode - jruby-20mode matrix: allow_failures: - rvm: jruby-20mode - rvm: jruby-21mode env: matrix: - TEST_SUITE=test - TEST_SUITE=cucumber before_script: bundle update script: script/cibuild notifications: irc: on_success...
language: ruby cache: bundler sudo: false rvm: - 2.2 - 2.1 - 2.0 env: matrix: - TEST_SUITE=test - TEST_SUITE=cucumber before_script: bundle update script: script/cibuild notifications: irc: on_success: change on_failure: change channels: - irc.freenode.org#jekyll template: - "%{r...
Revert using JRuby in an active matrix.
Revert using JRuby in an active matrix.
YAML
mit
AtekiRyu/jekyll,daniel-beck/jekyll,richsoni/jekyll,CPVPLachlan/CPVP-Blog,thetaxman/jekyll,jmhardison/jekyll,likong/jekyll,alex-kovac/jekyll,kimeng/jekyll,eninya/jekyll,tugberkugurlu/jekyll,pmarsceill/jekyll,leichunxin/jekyll,isathish/jekyll,18F/jekyll,jekyll/jekyll,teju111/jekyll,eninya/jekyll,desidude03/jekyll,hartmel...
314cb300e509839c37d00561383c18658e00fab9
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: python setup.py develop script: nosetests
language: python python: - "2.6" - "2.7" install: python setup.py develop script: python setup.py test
Use python test to run tests.
Use python test to run tests.
YAML
mit
bbangert/retools