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
c1ddbb0af66965c1412e84aa1f8acd7d83c43d42
.appveyor.yml
.appveyor.yml
environment: CYG_ROOT: C:\cygwin CYG_BASH: C:\cygwin\bin\bash CYG_CACHE: C:\cygwin\var\cache\setup CYG_EXE: C:\cygwin\setup-x86.exe CYG_MIRROR: http://cygwin.mirror.constant.com SCI_RUN: /cygdrive/c/smalltalkCI-master/run.sh matrix: - SMALLTALK: Squeak-trunk - SMALLTALK: Squeak-5.0 - SMALLTALK...
environment: CYG_ROOT: C:\cygwin CYG_BASH: C:\cygwin\bin\bash CYG_CACHE: C:\cygwin\var\cache\setup CYG_EXE: C:\cygwin\setup-x86.exe CYG_MIRROR: http://cygwin.mirror.constant.com SCI_RUN: /cygdrive/c/smalltalkCI-master/run.sh matrix: - SMALLTALK: Squeak-trunk - SMALLTALK: Squeak-5.1 platform: - ...
Add support for 5.1, drop support for 5.0 and 4.6
Add support for 5.1, drop support for 5.0 and 4.6
YAML
mit
hpi-swa/vivide
cf993816473e0b9433729758f2849b9118f3e876
.travis.yml
.travis.yml
language: go os: - linux - osx go: - 1.7.x - 1.8.x - 1.9.x - "1.10.x" - master env: global: - DEP_VERSION=0.4.1 before_install: # Download the dep binary to the bin folder in $GOPATH - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sL https://github.com/golang/dep/releases/download/v${DEP...
language: go os: - linux - osx go: - 1.7.x - 1.8.x - 1.9.x - 1.10.x - master env: global: - DEP_VERSION=0.4.1 before_install: # Download the dep binary to the bin folder in $GOPATH - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sL https://github.com/golang/dep/releases/download/v${DEP_V...
Test against Go 1.10.x on TravisCI
Test against Go 1.10.x on TravisCI
YAML
agpl-3.0
muesli/beehive,muesli/beehive
78b4fd0e8717820b283386178c522d409e913387
.travis.yml
.travis.yml
language: rust rust: - 1.0.0 - beta - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - | [ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION...
language: rust rust: - stable - beta - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - | [ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose - cargo doc after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSIO...
Test on stable, not 1.0.0
Test on stable, not 1.0.0
YAML
apache-2.0
rust-lang/rustc-serialize,rust-lang-nursery/rustc-serialize,rust-lang-deprecated/rustc-serialize
60c63fbb112b9e3058795a888db3ce8c3cec0a51
.travis.yml
.travis.yml
dist: trusty language: python sudo: false python: 3.7 services: - mysql env: global: - DB_HOST=localhost - DB_MYSQL_USER=travis - DB_PASSWORD='' - PYTHONPATH=$PWD/coda before_script: - mysql -e 'create database coda_local;' - cp secrets.json.template secrets.json script: ...
dist: xenial language: python sudo: false python: 3.7 services: - mysql env: global: - DB_HOST=localhost - DB_MYSQL_USER=travis - DB_PASSWORD='' - PYTHONPATH=$PWD/coda before_script: - mysql -e 'create database coda_local;' - cp secrets.json.template secrets.json script: ...
Switch to use xenial dist
Switch to use xenial dist
YAML
bsd-3-clause
unt-libraries/coda,unt-libraries/coda,unt-libraries/coda,unt-libraries/coda
024dafaf7a6163b3f5d569c669157bc8a5b89994
.travis.yml
.travis.yml
# Configuration file for Travis-CI testing language: node_js node_js: - "0.10" env: - MAPSERVER_COMMIT=rel-6-2-0 # v6.2.0 - MAPSERVER_COMMIT=rel-6-2-1 # v6.2.1 - MAPSERVER_COMMIT=rel-6-4-0 # v6.4.0 - MAPSERVER_COMMIT=rel-6-4-1 # v6.4.1 - MAPSERVER_COMMIT= # repository HEAD before_install: -...
# Configuration file for Travis-CI testing # Test using <http://lint.travis-ci.org/> language: node_js node_js: - "0.10" - node-head env: - MAPSERVER_COMMIT=rel-6-2-0 # v6.2.0 - MAPSERVER_COMMIT=rel-6-2-1 # v6.2.1 - MAPSERVER_COMMIT=rel-6-4-0 # v6.4.0 - MAPSERVER_COMMIT=rel-6-4-1 # v6.4.1 - MAPSERVER...
Test with Travis CI against Node head and ignore failures from unstable branches
Test with Travis CI against Node head and ignore failures from unstable branches
YAML
bsd-2-clause
geo-data/node-mapserv,geo-data/node-mapserv,geo-data/node-mapserv,geo-data/node-mapserv
2c641b0d7a894745fca95d62cdf57443879d46fa
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" notifications: irc: channels: - "irc.mozilla.org#talkilla" use_notice: false skip_join: false email: - talkilla-travis-results@mozilla.com before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" after_success: - if [[ "$TRAVIS_PU...
language: node_js node_js: - "0.8" notifications: irc: channels: - "irc.mozilla.org#talkilla" use_notice: false skip_join: false email: - talkilla-travis-results@mozilla.com before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" # The /check url below will check to...
Add comment explaining the check url
Add comment explaining the check url
YAML
mpl-2.0
mozilla/talkilla,mozilla/talkilla,mozilla/talkilla
f0a18ef5cac18dd6e989a62f4949f40bed72b45a
.travis.yml
.travis.yml
language: cpp compiler: gcc dist: trusty sudo: required branches: only: - develop addons: apt: sources: - george-edison55-precise-backports packages: - cmake - cmake-data script: - mkdir build && cd build && cmake .. && make - ./xzbuf-test
language: cpp compiler: gcc dist: trusty sudo: required branches: only: - develop addons: apt: sources: - george-edison55-precise-backports packages: - cmake - cmake-data install: - sudo apt-get upgrade --yes script: - mkdir build && cd build && cmake .. && make - ./xzbuf-test
Update cmake version in Travis CI config.
Update cmake version in Travis CI config.
YAML
mit
jonathonl/xzbuf
732531db8a3a7cb5ca6263af2a8a6e8a31a7c2e9
.travis.yml
.travis.yml
sudo: required language: bash services: - docker env: - PHP_RUNTIME='php:5.4-cli' - PHP_RUNTIME='php:5.5-cli' - PHP_RUNTIME='php:5.6-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover' install: - docker build -t tarantool/tarantool github.com/tarantool/tarantool-docker - ./dockerfile.sh | tee /dev/tty...
sudo: required language: bash services: - docker env: - PHP_RUNTIME='php:5.4-cli' - PHP_RUNTIME='php:5.5-cli' - PHP_RUNTIME='php:5.6-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover' install: - docker build -t tarantool/tarantool github.com/tarantool/tarantool-docker#:1.7 - ./dockerfile.sh | tee /de...
Fix a path to the docker repo
Fix a path to the docker repo
YAML
mit
tarantool-php/queue,tarantool-php/queue
a2fb2e476203a0b20988436e36b68f72fb95f313
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.5 - 2.6 - 2.7 script: bundle exec rake test env: - REPORTER=default
language: ruby cache: bundler rvm: - 2.6 - 2.7 - 3.0 script: bundle exec rake test env: - REPORTER=default
Add Ruby 3.0 to continuous integration build
Add Ruby 3.0 to continuous integration build This commit removes Ruby 2.5.x from the Travis build. This isn't because I know it no longer works, but because I've decided to aim to support the three most recent releases of Ruby. Version 2.5 probably still works (though I haven't tested it with the libraries that are u...
YAML
mit
gma/nesta
590f106a0ea37538b2ce42179ac26ecaa781370e
.travis.yml
.travis.yml
language: go go: - 1.6 - 1.7 - 1.8
language: go go: - 1.6 - 1.7 - 1.8 script: go test -v -race ./...
Add race detection in CI
Add race detection in CI
YAML
mit
eraclitux/cfgp
2eabf51670f3c387f6163f4e434ba956a419bb84
.travis.yml
.travis.yml
language: node_js group: edge node_js: - "6" sudo: required services: - docker env: - CXX=g++-4.8 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 cache: directories: - $HOME/.npm - $H...
language: node_js group: edge node_js: - "6" sudo: required services: - docker env: - CXX=g++-4.8 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 cache: directories: - $HOME/.npm - $H...
Add lockfile support to greenkeeper
Add lockfile support to greenkeeper
YAML
apache-2.0
harshitagupta30/open-event-frontend,sumedh123/open-event-frontend,CosmicCoder96/open-event-frontend,utkarshnath/open-event-frontend,ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend,utkarshnath/open-event-frontend,sumedh123/open-event-frontend,geekyd/open-event-frontend,harshitagupta30/open-event-fron...
b2fcc5c670709dd68b2623bcb0ae71649cb4883c
.travis.yml
.travis.yml
language: php php: - 5.6.40 - 7.0 - 7.1 - 7.3 - 7.4 - nightly before_script: - mkdir -p bootstrap/cache - chmod 777 bootstrap/cache - ls -al bootstrap/ - ls -al bootstrap/cache - composer global require hirak/prestissimo - if [ "$LARAVEL_DEP" == "5.1.*" ]; then composer require phpunit/phpun...
language: php php: - 7.1 - 7.3 - 7.4 - nightly before_script: - mkdir -p bootstrap/cache - chmod 777 bootstrap/cache - ls -al bootstrap/ - ls -al bootstrap/cache - composer global require hirak/prestissimo - if [ "$LARAVEL_DEP" == "5.1.*" ]; then composer require phpunit/phpunit "^5.6" --no-upda...
Drop unsupported PHP versions from Travis build
Drop unsupported PHP versions from Travis build
YAML
mit
CyberiaResurrection/POData-Laravel,Algo-Web/POData-Laravel
2b395e05bcd44a11cc9f84eb444ef374b37515d8
.travis.yml
.travis.yml
sudo: false language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly addons: apt: packages: - gcc-multilib - autoconf - automake - libtool - yasm - zlib1g-dev:i386 env: global: - RUST_BACKTRACE=1 - PKG_CONFIG_ALLOW_CROSS=...
sudo: false language: rust rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly addons: apt: packages: - gcc-multilib - autoconf - automake - libtool - yasm - zlib1g-dev:i386 env: global: - RUST_BACKTRACE=1 - PKG_CONFIG_ALLOW_CROSS=...
Move rustdoc before cargo test
Move rustdoc before cargo test
YAML
mit
YaLTeR/hl-capture,YaLTeR/hl-capture,YaLTeR/hl-capture,YaLTeR/hl-capture
af0eaf5ee40899e7755dfdd6876ec5867a41dd38
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 env: - SYMFONY_VERSION=origin/master branches: only: - master before_script: - wget -nc http://getcomposer.org/composer.phar - php composer.phar install --install-suggests script: php vendor/bin/atoum -d Tests/Units notifications: email: - dev@plemi.org
language: php php: - 5.3 - 5.4 env: - SYMFONY_VERSION=origin/master branches: only: - master before_script: - wget -nc http://getcomposer.org/composer.phar - php composer.phar install --install-suggests - wget http://pecl.php.net/get/mongo-1.2.10.tgz - tar -xzf mongo-1.2.10.tgz - cd mongo-1.2....
Install mongo php driver when processed by Travis CI
Install mongo php driver when processed by Travis CI
YAML
mit
Plemi/PlemiBoomgoBundle
d4c2b0c620c396f777cfca89481c76b71a547a39
.travis.yml
.travis.yml
os: windows sudo: false language: go go: # - '1.0' # - '1.1' # - '1.2' # - '1.3' - '1.4' - '1.5' - '1.6' - '1.7' - '1.8' - '1.9' - '1.10' - '1.11' - tip before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go ge...
os: windows sudo: false language: go go: # - '1.0' # - '1.1' # - '1.2' # - '1.3' # - '1.4' - '1.5' - '1.6' - '1.7' - '1.8' - '1.9' - '1.10' - '1.11' - tip before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover - go ...
Remove support for Go 1.4
Remove support for Go 1.4
YAML
mit
josephspurrier/goversioninfo
b77dc59571c6e719ef653d06067023fdc37f3a4a
.travis.yml
.travis.yml
language: python python: # - "2.6" # - "2.7" # - "3.2" # - "3.3" # - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: python manage.py test
language: python python: # - "2.6" # - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: "pip install -r requirements.txt" # command to run tests script: python manage.py test
Test on Pythons back to 3.2
Test on Pythons back to 3.2
YAML
mit
RyanBalfanz/django-smsish
f70f926b09a8e35c78685e77bb43dc612f8cb8d5
.travis.yml
.travis.yml
language: rust sudo: false cache: directories: - $HOME/.cargo rust: - stable - beta - nightly os: - linux - osx branches: only: - master - staging - trying script: - cd palette_derive - cargo build -v --features strict - cd ../palette - cargo build -v --features strict - cargo t...
language: rust sudo: false cache: directories: - $HOME/.cargo rust: - stable - beta - nightly os: - linux - osx branches: only: - master - staging - trying - /^\d+\.\d+$/ script: - cd palette_derive - cargo build -v --features strict - cd ../palette - cargo build -v --features...
Enable CI checks for maintenance branches
Enable CI checks for maintenance branches
YAML
apache-2.0
Ogeon/palette,Ogeon/palette
3e288febfab1f719292832e0b6e93767e02032d2
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 3" install: - "pip install -r requirements.txt --use-mirrors" - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi" - "...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 3" install: - "pip install -r requirements.txt --use-mirrors" - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi" - "...
Switch back to direct nose over setup.py test
Switch back to direct nose over setup.py test For some reason in travis, only with python2.6 running the tests with python setup.py test, results in this: AttributeError: '_TextTestResult' object has no attribute 'addSkip'
YAML
mit
jmcfarlane/Notable,jmcfarlane/Notable,jmcfarlane/Notable,jmcfarlane/Notable
c3411dfbcd884357a1cf19e11edccd1be4775ad2
.travis.yml
.travis.yml
language: elixir elixir: - 1.3.0 - 1.3.1 - 1.3.2 - 1.4.0 - 1.4.1 - 1.4.2 - 1.5.0 otp_release: - 18.2.1 - 19.0.2 - 19.2 - 19.3
language: elixir elixir: - 1.3.4 - 1.4.5 - 1.5.0 - 1.5.1 otp_release: - 18.2.1 - 18.3 - 19.2 - 19.3 - 20.0
Update elixir & otp build matrix
Update elixir & otp build matrix
YAML
mit
monterail/tesla,teamon/tesla
a5b1a7429b895c5cccff3673d1ec793fe454f660
.travis.yml
.travis.yml
language: dart dart: - stable - dev os: - linux - osx - windows # Shard tests to avoid running into Travis VM time limits, especially on Windows # and OS X. dart_task: - test: --total-shards 3 --shard-index 0 - test: --total-shards 3 --shard-index 1 - test: --total-shards 3 --shard-index 2 before_install: - if [[ "...
language: dart dart: - stable # Testing on Dart dev is temporarily disabled due to dart-lang/pub#2713. # - dev os: - linux - osx - windows # Shard tests to avoid running into Travis VM time limits, especially on Windows # and OS X. dart_task: - test: --total-shards 3 --shard-index 0 - test: --total-shards 3 --shard-...
Disable testing on Dart dev
Disable testing on Dart dev See dart-lang/pub#2713
YAML
apache-2.0
google/dart_cli_pkg,google/dart_cli_pkg
2429a08d7910c449fb0c952e430198e30d571a8c
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Build with Node.js 10 on Travis CI.
Build with Node.js 10 on Travis CI.
YAML
mit
bigeasy/cliffhanger
be7207a49321998a0ac96b8386f441b737c90f1b
.travis.yml
.travis.yml
sudo: false os: - linux - osx language: node_js node_js: - '10' cache: npm: true directories: - node_modules install: - npm install script: - npm run lint - npm run test - npm run build branches: only: - master - develop
sudo: false os: - linux language: node_js node_js: - '10' cache: npm: true directories: - node_modules install: - npm install script: - npm run lint - npm run test - npm run build branches: only: - master - develop
Remove also osx since the final deployment environment is only linux.
Remove also osx since the final deployment environment is only linux.
YAML
mpl-2.0
DatapuntAmsterdam/atlas,Amsterdam/atlas,DatapuntAmsterdam/atlas_prototype,DatapuntAmsterdam/atlas,DatapuntAmsterdam/atlas,Amsterdam/atlas,Amsterdam/atlas,DatapuntAmsterdam/atlas_prototype,Amsterdam/atlas
0be1e36f91b48012bb2f3dd2f95374baf3f2647e
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" sudo: required dist: trusty cache: directories: - $GDALINST - ~/.cache/pip env: global: - GDALINST=$HOME/gdalinstall - GDALBUILD=$HOME/gdalbuild before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./misc/install_gdal.sh...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" sudo: required dist: trusty cache: directories: - $GDALINST - ~/.cache/pip env: global: - GDALINST=$HOME/gdalinstall - GDALBUILD=$HOME/gdalbuild before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - ./misc/insta...
Add python3.6 to ci config file
Add python3.6 to ci config file
YAML
mit
mthh/smoomapy
3383643927271bed77d104cc4afb7e7c88c9a11e
.travis.yml
.travis.yml
language: node_js node_js: - 0.8 before_install: - npm update -g npm before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.8" - "0.10" before_install: - npm update -g npm before_script: - npm install -g grunt-cli
Add test for node 0.10
Add test for node 0.10
YAML
mit
gfranko/jquery.selectBoxIt.js,andres-torres-marroquin/jquery.selectBoxIt.js,gitkiselev/jquery.selectBoxIt.js,debrajrakshit/jquery.selectBoxIt.js,gitkiselev/jquery.selectBoxIt.js,crehana/jquery.selectBoxIt.js,debrajrakshit/jquery.selectBoxIt.js,nikkyb8/jquery.selectBoxIt.js,nikkyb8/jquery.selectBoxIt.js,gfranko/jquery.s...
7dcf22931687f00b919cf29905a9905aadd28c07
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 env: - TERM=dumb script: - ./gradlew check --info --stacktrace after_success: - ./gradlew jacocoTestReport coveralls
language: java jdk: - openjdk8 env: - TERM=dumb script: - ./gradlew check --info --stacktrace after_success: - ./gradlew jacocoTestReport coveralls
Change build to use openjdk8 instead of oraclejdk8
Change build to use openjdk8 instead of oraclejdk8
YAML
apache-2.0
ViDA-NYU/ache,ViDA-NYU/ache,ViDA-NYU/ache
94a0edb1b277b1b66bae1010fff2a4d0f428d727
.travis.yml
.travis.yml
sudo: false dist: trusty language: node_js node_js: 8.0 cache: directories: - node_modules addons: firefox: latest google-chrome: latest install: - npm install - polymer install before_script: - gulp lint version:check - polymer lint --rules polymer-2 --input *.html - xvfb-run -s '-screen 0 1024...
sudo: false dist: trusty language: node_js node_js: 8.0 cache: directories: - node_modules addons: firefox: latest google-chrome: latest install: - npm install - polymer install before_script: - gulp lint version:check - polymer lint --rules polymer-2 --input ./src/*.html ./theme/*.html - xvfb-r...
Update polymer lint in CI to check ./src and ./theme
Update polymer lint in CI to check ./src and ./theme
YAML
apache-2.0
vaadin/vaadin-date-picker,vaadin/vaadin-date-picker
656ccd82030bc826862a088ab4d47e4d8a47e3e6
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci before_install: - npm install - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install -g npm - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Install with NPM 5 on Travis CI.
Install with NPM 5 on Travis CI.
YAML
mit
bigeasy/isochronous
ea6713f3c737f62b312e13e8bedf1fb81a768cf5
.travis.yml
.travis.yml
language: java sudo: false # faster builds # first try before_install: - pip install --user codecov after_success: - codecov jdk: - oraclejdk7 - openjdk7
language: java sudo: false # faster builds # first try before_install: - pip install --user codecov after_success: - codecov jdk: - oraclejdk7 - openjdk7 os: - linux - osx
Add Mac OSX builds to Travis CI
Add Mac OSX builds to Travis CI
YAML
mit
serayuzgur/heartbeat
69b811747f370d429d54e5f32eaaeace9b3efea4
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang before_script: - ./configure --enable-version=18,19,20 script: rake branches: only: - master notifications: recipients: - evan+notify@phx.io - bford@engineyard.com - d.bussink@gmail.com email: on_success: change on_failure: always rvm: - 1.8.7 ...
language: cpp compiler: - gcc - clang before_script: - ./configure --enable-version=18,19 script: rake branches: only: - master notifications: recipients: - evan+notify@phx.io - bford@engineyard.com - d.bussink@gmail.com email: on_success: change on_failure: always rvm: - 1.8.7 -...
Disable 2.0 mode for now because of Travis timeouts
Disable 2.0 mode for now because of Travis timeouts
YAML
mpl-2.0
jsyeo/rubinius,ngpestelos/rubinius,ngpestelos/rubinius,mlarraz/rubinius,mlarraz/rubinius,dblock/rubinius,kachick/rubinius,jemc/rubinius,dblock/rubinius,digitalextremist/rubinius,ruipserra/rubinius,ngpestelos/rubinius,dblock/rubinius,kachick/rubinius,jsyeo/rubinius,digitalextremist/rubinius,Azizou/rubinius,pH14/rubinius...
aa58b604236dd55aed7236088177c432f34fadf9
.travis.yml
.travis.yml
language: php php: - 5.6 - 5.5 - 5.4 - hhvm install: - npm install -g bower - npm install - composer install --dev - bower install before_script: - gulp deploy - cp .env.example .env script: - ./bin/robo test matrix: fast_finish: true
language: php php: - 5.6 - 5.5 - 5.4 - hhvm install: - npm install -g bower - npm install - composer install --dev - bower install before_script: - gulp deploy - cp .env.example .env script: - ./bin/robo test matrix: fast_finish: true allow_failures: - php: hhvm
Allow hhvm to fail for now
Allow hhvm to fail for now
YAML
mit
purplapp/purplapp,purplapp/purplapp
3879c16ce47e00ca2e1ac5ba553923d440bd4567
.travis.yml
.travis.yml
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create script: bundle exec rake db:migrate db:test:prepare default rvm: - ree
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare rvm: - ree
Move entire setup into before_script
Move entire setup into before_script
YAML
mit
childbamboo/rubygems.org,kbrock/rubygems.org,Ch4s3/rubygems.org,sonalkr132/rubygems.org,maclover7/rubygems.org,arthurnn/rubygems.org,spk/rubygems.org,farukaydin/rubygems.org,iRoxxDotOrg/rubygems.org,childbamboo/rubygems.org,rubygems/rubygems.org,andrew/rubygems.org,krainboltgreene/rubygems.org,jamelablack/rubygems.org,...
b78d4ddedb418d3a9782b9360963d9f323406e24
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.6.2 - 2.5.5 - 2.4.5 - ruby-head before_install: - gem update --system - gem install bundler --no-document gemfile: - gemfiles/rails_5.0.7.gemfile - gemfiles/rails_5.1.7.gemfile - gemfiles/rails_5.2.3.gemfile - gemfiles/rails_6.0.0.beta3.gemfile befo...
language: ruby cache: bundler sudo: false rvm: - 2.6.3 - 2.5.5 - 2.4.6 - ruby-head before_install: - gem update --system - gem install bundler --no-document gemfile: - gemfiles/rails_5.0.7.gemfile - gemfiles/rails_5.1.7.gemfile - gemfiles/rails_5.2.3.gemfile - gemfiles/rails_6.0.0.beta3.gemfile befo...
Test with latest Ruby versions
Test with latest Ruby versions
YAML
mit
jbox-web/active_use_case
bd1dc2516d090d48701e2477acf9c8677860d361
.travis.yml
.travis.yml
language: cpp compiler: - gcc - clang env: matrix: - INTERN_OPTS="-DINLINE_UNSIGNED=1" - INTERN_OPTS="-DINLINE_UNSIGNED=0" - INTERN_OPTS="-DMMAP_PAGES=1" - INTERN_OPTS="-DMMAP_PAGES=0" script: - cmake . ${INTERN_OPTS} - make check
language: c os: - linux - osx compiler: - gcc - clang env: matrix: - INTERN_OPTS="-DINLINE_UNSIGNED=1" - INTERN_OPTS="-DINLINE_UNSIGNED=0" - INTERN_OPTS="-DMMAP_PAGES=1" - INTERN_OPTS="-DMMAP_PAGES=0" script: - cmake . ${INTERN_OPTS} - make check
Test Linux and OS X
Test Linux and OS X
YAML
mit
chriso/intern
1ff5abced9392d24a759f6c8b5170e90d2e1ddb2
.travis.yml
.travis.yml
language: php env: CODECLIMATE_REPO_TOKEN: bfb05b660bbd647cf979d7d257e94c446406b8efc507070e2e2beb8110951af4 php: - 7.0 - 7.1 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: di...
language: php php: - 7.0 - 7.1 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache matrix: include: - php: 7.0 env: 'COMPOSER_FL...
Revert "add code coverage to code climate"
Revert "add code coverage to code climate" This reverts commit 65f3cd456dbc6526cb3a983322568d6a8eb6e733.
YAML
mit
rfussien/leboncoin-crawler,rfussien/leboncoin-crawler
843d8e92394d0d9b7c433f550985c16268d2d318
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 env: COVERALL=1 before_install: - gem install bundler
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.3 - 2.4.0 env: COVERALL=1 before_install: - gem install bundler
Use patch version for Ruby 2.3.3 and 2.4.0 on CI
Use patch version for Ruby 2.3.3 and 2.4.0 on CI
YAML
mit
aetrion/dnsimple-ruby
1d109996d3cdfeacac0e27f4805cc8928bfdf8ef
.travis.yml
.travis.yml
language: node_js node_js: - "9" - "8" - "6" - "4" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 env: CXX=g++-4.8
language: node_js node_js: - "10" - "9" - "8" - "6" - "4" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 env: CXX=g++-4.8
Add Node.js10 to CI setting
Add Node.js10 to CI setting
YAML
mit
brianmcd/contextify,brianmcd/contextify,brianmcd/contextify
c598093c64971fc83ebb384463295de05cd2cf1a
.travis.yml
.travis.yml
bundler_args: "--jobs 4 --retry 3" cache: bundler gemfile: - gemfiles/activesupport_6.0.gemfile - gemfiles/activesupport_5.2.gemfile - gemfiles/activesupport_5.1.gemfile - gemfiles/activesupport_5.0.gemfile - gemfiles/activesupport_4.2.gemfile - gemfiles/activesupport_4.1.gemfile language: ruby matrix: exclude: - r...
bundler_args: "--jobs 4 --retry 3" cache: bundler gemfile: - gemfiles/activesupport_6.0.gemfile - gemfiles/activesupport_5.2.gemfile - gemfiles/activesupport_5.1.gemfile - gemfiles/activesupport_5.0.gemfile - gemfiles/activesupport_4.2.gemfile - gemfiles/activesupport_4.1.gemfile language: ruby matrix: exclude: - r...
Add support for ruby 2.6
Add support for ruby 2.6
YAML
mit
rossta/montrose,rossta/montrose
25e4273994311ec99ee2dcee9753db99e2d1ff9b
.travis.yml
.travis.yml
sudo: required env: - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=head script: - export HLINT_ARGUMENTS=src - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh
sudo: required env: - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=head script: - export HLINT_ARGUMENTS=src - curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
Switch to the new cabal format
Switch to the new cabal format
YAML
bsd-3-clause
ndmitchell/weeder
1319b332efc77114f3ec0dd9aac96a2faecbcc56
.travis.yml
.travis.yml
language: android jdk: - oraclejdk8 android: components: - build-tools-25.0.2 - android-25 - extra-android-m2repository - extra-google-m2repository licenses: - 'android-sdk-license-c81a61d9' - 'android-sdk-license-.+' - 'google-gdk-license-.+'
language: android jdk: - oraclejdk8 android: components: - platform-tools - tools - build-tools-25.0.2 - android-25 - extra-android-m2repository - extra-google-m2repository licenses: - 'android-sdk-license-.+' - 'google-gdk-license-.+'
Update SDK tools on Travis first
Update SDK tools on Travis first
YAML
mit
BakkerTom/happy-news,BakkerTom/happy-news,BakkerTom/happy-news,BakkerTom/happy-news
d6a0f20fefb625dab41b8d2b16edb883d044553f
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.1snapshot - 7.2 - 7.2snapshot branches: only: - master - development - /^feature\/.+$/ - /^issue\/.+$/ services: - redis-server before_script: - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - if [ "$TRAVIS_PULL_REQU...
language: php php: - 7.1 - 7.1snapshot - 7.2 - 7.2snapshot git: depth: 5 cache: directories: - $HOME/.composer/cache/files branches: only: - master - development - /^feature\/.+$/ - /^issue\/.+$/ services: - redis-server before_script: - echo "extension = redis.so" >> ~/.phpe...
Update CI settings for faster build
Update CI settings for faster build
YAML
mit
hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status
de27581e7ded4f35c542704f16615c74fc312f72
.travis.yml
.travis.yml
language: java sudo: false script: mvn clean verify -Dtravis-ci=true jdk: - openjdk8 before_install: - export MAVEN_OPTS="-Xmx2g $MAVEN_OPTS" - echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc env: global: - JAVA_OPTS="-Xmx2g"
language: java sudo: false script: mvn clean verify -Dtravis-ci=true jdk: - oraclejdk8 before_install: - export MAVEN_OPTS="-Xmx2g $MAVEN_OPTS" - echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc env: global: - JAVA_OPTS="-Xmx2g"
Revert back to oraclejdk8 (openjdk8 isn't supported on Travis).
Revert back to oraclejdk8 (openjdk8 isn't supported on Travis).
YAML
apache-2.0
rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid
597e1e72a5362eacdd81b43138ba6d72a276d7bf
.travis.yml
.travis.yml
# Language/versions language: node_js node_js: - 0.9 - 0.8 - 0.6 # Build script script: 'npm test' # Notifications notifications: email: - notify+upcast@rowanmanning.co.uk
# Language/versions language: node_js node_js: - "0.10" - "0.8" - "0.6" # Build script script: 'npm test' # Notifications notifications: email: - notify+upcast@rowanmanning.co.uk
Add Node 0.10 to CI
Add Node 0.10 to CI
YAML
mit
npmcomponent/rowanmanning-upcast,rowanmanning/upcast,OmgImAlexis/upcast
476db977bb1232266dd51b4a75ea1867251564fe
.travis.yml
.travis.yml
language: php env: - SYMFONY_DEPS_VERSION=2.3 before_script: # symfony/* - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.4-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - composer install --dev --prefer-source script: vendor/bin/phpunit php: - ...
language: php env: - SYMFONY_DEPS_VERSION=2.3 - SYMFONY_DEPS_VERSION=2.4 before_script: # symfony/* - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.4' ]; then sed -i 's/>=2.3,<2.5-dev/2.4.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ];...
Allow testing against symfony 2.4 in parallel to 2.3 LTS
Allow testing against symfony 2.4 in parallel to 2.3 LTS
YAML
mit
chili-labs/Silex-Routing
6e33cf2c264a67454067d7adafa13e20cf721a56
.travis.yml
.travis.yml
language: python python: "3.5" addons: apt: sources: - ubuntu-toolchain-r-test - deadsnakes - boost-latest packages: - g++-4.9 - zlib1g-dev - libbz2-dev - python3.5-dev - libssl-dev - libbo...
language: python python: "3.6" addons: apt: sources: - ubuntu-toolchain-r-test #- deadsnakes packages: - g++-4.9 - zlib1g-dev - libbz2-dev #- python3.5-dev - libssl-dev env: CC_VER=4.9 BOOST_ROOT=$TRAVIS_BUIL...
Use Python 3.6 in Travis config
Use Python 3.6 in Travis config
YAML
mit
romanvm/WsgiBoostServer,romanvm/WsgiBoostServer,romanvm/WsgiBoostServer,romanvm/WsgiBoostServer
883d207be01fe5325bb9b2d3510ec3e85c65d5fa
.travis.yml
.travis.yml
matrix: include: - os: linux dist: precise sudo: required language: android jdk: oraclejdk8 before_script: - echo no | android create avd --force -n test -t android-21 -b armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator ...
matrix: include: - stage: "Build and Test" env: - BuildAndroid="25" language: android os: linux jdk: oraclejdk8 before_install: nvm install stable script: - cd src && npm i && npm run tsc && cd ../demo && tns build android - os: osx env: - Bu...
Add build for iOS and Android
chore: Add build for iOS and Android
YAML
apache-2.0
NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation
72bd517182a12047316600e1cb8c2df83f46166f
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.8" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
language: node_js node_js: - "0.10" - "0.8" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install -g bower - bower install
Make sure Travis CI has all deps installed
Make sure Travis CI has all deps installed Make sure that before running `npm test`, that Bower and the Bower-managed dependencies are installed.
YAML
mit
necolas/matches.js
1c28d46e774000bb52323ee4612c0d246302d1fb
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode - jruby - ruby-head - ree script: rake test notifications: webhooks: - http://rcmp.programble.co.cc/irc.tenthbit.net/programming - http://rcmp.programble.co.cc/irc.freenode.net/sicuro email: on_success: change # d...
language: ruby rvm: # - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode # - jruby - ruby-head # - ree script: rake test notifications: webhooks: - http://rcmp.programble.co.cc/irc.tenthbit.net/programming - http://rcmp.programble.co.cc/irc.freenode.net/sicuro email: on_success: change ...
Disable 1.8.7, jruby, and ree tests so it stops taking almost 1.5hr to run tests
Disable 1.8.7, jruby, and ree tests so it stops taking almost 1.5hr to run tests
YAML
isc
duckinator/sicuro
72f550e6570db789768880299800dd655cac2c77
.travis.yml
.travis.yml
language: java addons: apt: sources: - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3 packages: - cmake - cmake-data install: - mvn install -DskipTests=true -DskipPkg=true script: - mvn clean test - cd ./src/native/unix && cmake -DCMAKE_BUILD_TYPE=MINSIZEREL && make...
language: java addons: apt: sources: - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3 packages: - cmake - cmake-data - gcc-mingw-w64-i686 - libc6-dev-i386 install: - mvn install -DskipTests=true -DskipPkg=true script: - mvn clean test - cd ./src/native/u...
Add GCC cross compiling support
Add GCC cross compiling support
YAML
mit
gchauvet/satellite,gchauvet/satellite,gchauvet/satellite
c7c26d7ecd1ee6471377dcf54448be8a0a3dd373
.travis.yml
.travis.yml
language: ruby script: bundle exec rspec spec rvm: - 1.8.7 - 1.9.3 - 2.1.9 - 2.3.0
language: ruby before_install: - gem install bundler -v 1.11.2 script: bundle exec rspec spec rvm: - 1.8.7 - 1.9.3 - 2.1.9 - 2.3.0
Use bundler 1.11.2 on Travis.
Use bundler 1.11.2 on Travis.
YAML
mit
futuresimple/api_client
34e14a5059a8797eaf7f1dab44fd7257e4445b46
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 after_success: - mvn jacoco:report coveralls:report
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 script: mvn verify after_success: - mvn coveralls:report
Update Travis CI: don't just run the tests, also run other checks
Update Travis CI: don't just run the tests, also run other checks
YAML
epl-1.0
saeg/ba-dua
59d95cf5ed40bcd9e71c03477376b10a5566c428
.travis.yml
.travis.yml
language: c sudo: false addons: apt: packages: - libkqueue0 - libkqueue-dev # DEADWOOD - from non-container builds #before_install: #- sudo apt-get update -qq #- sudo apt-get install libkqueue-dev libkqueue0 -qq script: - make CFLAGS="-I/usr/include/kqueue -D_BSD_SOURCE" LDADD="-lkqueue -ldl" - make c...
language: c sudo: false # DEADWOOD: prefer to use the vendored libkqueue #addons: # apt: # packages: # - libkqueue0 # - libkqueue-dev cache: directories: - vendor/libkqueue-2.0.3 script: - ./configure - make - make check
Update CI configuration to use makeitso
Update CI configuration to use makeitso
YAML
bsd-2-clause
mheily/zipzapzop,mheily/zipzapzop,mheily/libipc,mheily/libipc,mheily/zipzapzop,mheily/libipc
16e8ca745310bf229b7b1452e57a930418278900
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "6" - "5"
language: node_js node_js: - "7" - "6" - "5" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Test fix for node7 build failure
Test fix for node7 build failure https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
YAML
apache-2.0
foam-framework/foam2,jacksonic/vjlofvhjfgm,TanayParikh/foam2,foam-framework/foam2,TanayParikh/foam2,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,TanayParikh/foam2,TanayParikh/foam2
6d4f80f12bd794d3137e3cab514f35911d0f2466
.travis.yml
.travis.yml
language: python python: - "2.7" script: - touch foo deploy: provider: pypi user: predat password: on: branch: master tags: true
language: python python: - '2.7' script: - touch foo deploy: provider: pypi user: predat password: on: branch: master tags: true dd: secure: FsXQqHbFc8Zr8+nwbzxhzOUDlr0URQAUQ5OSC3Dv0s+MKbi0enJH9VtLcS1KNCXG7+HXr3x3AGMKyfaWfVixAVxZSdAFClqzAgB2HH6GCXEOnkUGCx4/a4N0lsbBsGeHmvnX2abMELzNdVSDT7nlTC6oCR9WixVY...
Add secure password in Travis config file
Add secure password in Travis config file
YAML
mit
predat/wetransferpy
3f7ea3d7db0a9c48aca620f644c77edb63eca388
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.0.0 - 2.1.7 - 2.2.3 before_install: gem install bundler -v 1.10.6
language: ruby cache: bundler rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 before_install: gem install bundler -v 1.14.6
Update Ruby versions Travis tests against
Update Ruby versions Travis tests against Ruby 2.0 and 2.1 are now EOL, so change the Ruby versions we're testing against to be the most recent versions of 2.2, 2.3 and 2.4, which are the current supported patch levels.
YAML
mit
everypolitician/combine_popolo_memberships,everypolitician/combine_popolo_memberships
93e6b8a13113f14ee4f40863715f7b27fadd93ae
.travis.yml
.travis.yml
language: python python: "3.3" install: - wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh - yes | bash lilypond-2.18.2-1.linux-x86.sh - export PATH=~/lilypond:$PATH
language: python python: "3.3" install: - wget http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.18.2-1.linux-64.sh - yes | bash lilypond-2.18.2-1.linux-64.sh - export PATH=~/lilypond:$PATH
Use 64-bit instead of 32.
Use 64-bit instead of 32.
YAML
mit
b0ri5/lilypond-memrise,b0ri5/lilypond-memrise
b3aa7263c7744e75513154ddbf51ad069b4c4b4d
.travis.yml
.travis.yml
language: php php: - '5.6' - '7.0' - '7.1' - 'hhvm' before_install: - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - ven...
dist: trusty language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - 'hhvm' before_install: - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --pr...
Update to trusty and set more PHP versions
Update to trusty and set more PHP versions
YAML
agpl-3.0
lasso/Enumerable.php
919f911779ed9a2745c7b791da2286e0e7483df4
.travis.yml
.travis.yml
sudo: false language: python python: - 2.7 - 3.3 - 3.4 env: - DJANGO_VERSION=1.4.22 - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.6.11 - DJANGO_VERSION=1.7.11 - DJANGO_VERSION=1.8.14 - DJANGO_VERSION=1.9.9 install: - pip install -q Django==$DJANGO_VERSION - pip install django-jsonfield coverage sc...
sudo: false language: python python: - 2.7 - 3.3 - 3.4 env: - DJANGO_VERSION=1.5.12 - DJANGO_VERSION=1.6.11 - DJANGO_VERSION=1.7.11 - DJANGO_VERSION=1.8.14 - DJANGO_VERSION=1.9.9 install: - pip install -q Django==$DJANGO_VERSION - pip install django-jsonfield coverage script: coverage run --sourc...
Drop support for Django 1.4
Drop support for Django 1.4
YAML
isc
RevolutionTech/django-conditions,RevolutionTech/django-conditions,RevolutionTech/django-conditions
9d6d407ea7017d69ced7abdea4dcca902d628065
.travis.yml
.travis.yml
language: node_js node_js: - "stable" - "5" - "4" - "0.12" - "0.10" - "iojs"
language: node_js node_js: - "node" - "lts/*"
Drop old node version support
Drop old node version support
YAML
mit
Kikobeats/array-future,Kikobeats/array-future
f3fa13a0179ea690f7a27b9054395766bd2721f6
.travis.yml
.travis.yml
env: global: - CC_TEST_REPORTER_ID=d72c7aae8ce979561770b212ac1448028e79c70f75115ebad05ea58141604d11 language: node_js node_js: "node" before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-repor...
env: global: - CC_TEST_REPORTER_ID=d72c7aae8ce979561770b212ac1448028e79c70f75115ebad05ea58141604d11 language: node_js node_js: "node" before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-repor...
Include ESLint in CI tests
Include ESLint in CI tests
YAML
mit
wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar
1c4a1bfbb8ef118eb5ffedb88657f588034f209b
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.4 - 5.3 - hhvm install: - rm composer.json - cp composer.json.dist composer.json - composer install - mkdir -p build/logs script: phpunit after_script: - php vendor/bin/coveralls
language: php php: - 5.5 - 5.4 - 5.3 - hhvm install: - composer install - mkdir -p build/logs script: phpunit after_script: - php vendor/bin/coveralls
Remove unnecessary commands in Travis config file.
Remove unnecessary commands in Travis config file.
YAML
mit
educach/dsb-client
cc4dc7be260e07fb222f63c45d8e294cd7d8e388
.travis.yml
.travis.yml
language: python python: - "2.7" # install requirements install: - pip install -r requirements.txt # test script # script: pytest # Hiding this for now # safelist branches: only: - master - develop # For general development work - /^develop-.*$/ # For specific development work (e.g. develop-views) - /^i...
language: python python: - "2.7" # install requirements install: - pip install -r requirements.txt # test script script: unittest # safelist branches: only: - master - develop # For general development work - /^develop-.*$/ # For specific development work (e.g. develop-views) - /^integrate-.*$/ # These b...
Change Travis YML script key
Change Travis YML script key Change to use unittest since that is included with Django
YAML
agpl-3.0
duggym122/conference-room-manager
09064e6a9349f930ed6e8942c78d2b43f9196516
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - python setup.py install script: - python tests.py
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" before_install: - sudo apt-get install libmagic-dev libjansson-dev install: - python setup.py install --enable-magic --enable-cuckoo script: - python tests.py
Build with “cuckoo” and “magic” modules
Build with “cuckoo” and “magic” modules
YAML
apache-2.0
plusvic/yara-python,grrrrrrrrr/yara-python,wxsBSD/yara-python,plusvic/yara-python,grrrrrrrrr/yara-python,wxsBSD/yara-python,VirusTotal/yara-python,VirusTotal/yara-python
0eb1fddc71e3d9b4961c64b45869fe5104bc40e4
.travis.yml
.travis.yml
--- language: go sudo: false go: - 1.8.x - tip install: - go get github.com/golang/lint/golint script: - go build -v - go vet $(go list ./... | grep -v vendor) - test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)" - test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stde...
--- language: go sudo: false go: - 1.9.x install: - go get github.com/golang/lint/golint script: - go build -v - go vet $(go list ./... | grep -v vendor) - test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)" - test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stderr)" -...
Remove 'tip' testing; update to 1.9.x
Remove 'tip' testing; update to 1.9.x Update travis config to remove testing of "tip" and update main Golang version to 1.9.x Signed-off-by: Phil Estes <dbac1f450dc8326caa7ba104b384a0eca642250c@gmail.com>
YAML
apache-2.0
estesp/bucketbench,estesp/bucketbench
dc0a4c330856ac0bdfe6f6afdec69e490e0c8c17
.travis.yml
.travis.yml
dist: trusty language: php cache: directories: - $HOME/.composer/cache env: global: - RUN_PHPCS="no" - RUN_PHPMD="no" - RUN_COVERALLS="no" matrix: fast_finish: true include: - php: 7.1 - php: 7.2 env: RUN_PHPCS="yes" RUN_PHPMD="yes" RUN_COVERALLS="yes" - php: 7.3 - php: ...
dist: trusty language: php cache: directories: - $HOME/.composer/cache env: global: - RUN_PHPCS="no" - RUN_PHPMD="no" - RUN_COVERALLS="no" matrix: fast_finish: true include: - php: 7.1 - php: 7.2 env: RUN_PHPCS="yes" RUN_PHPMD="yes" RUN_COVERALLS="yes" - php: 7.3 - php: ...
Remove platform reqs for nightly
Remove platform reqs for nightly
YAML
mit
renekorss/Banklink
afd318a940fe2ceee6a7a619b91f2e7a237dd094
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.12' - 'iojs' install: - time npm install script: - npm run test:coverage after_success: - cat ./coverage/lcov.info | npm run coveralls
language: node_js node_js: - '0.10' - '0.12' - 'iojs' install: - time npm install script: - npm run test:coverage after_success: - cat ./coverage/lcov.info | npm run coveralls sudo: false
Enable container-based infrastructure on Travis
Enable container-based infrastructure on Travis
YAML
mit
joliss/broccoli-filter,broccolijs/broccoli-filter
9ee8bf15207e8a18abcb07408ad1e63bc3880a9a
.travis.yml
.travis.yml
language: python python: - "2.7" install: - "pip install -r requirements.txt" script: tests.py notifications: email: - nineseconds@yandex.ru
language: python python: - "2.7" install: - "pip install -r requirements.txt" script: tests.py notifications: email: - nineseconds@yandex.ru
Test commit to run the Travis CI loop
Test commit to run the Travis CI loop
YAML
mit
9seconds/streams,9seconds/streams
676790a8732933fe100f9f3818c2b3b9ffdf197a
.travis.yml
.travis.yml
install: - pip install --user codecov language: scala scala: - 2.12.12 - 2.13.4 - 2.11.12 - 2.10.7 jdk: - openjdk8 script: - scripts/travis-build.sh
install: - pip install --user codecov language: scala scala: - 2.12.13 - 2.13.4 - 2.11.12 - 2.10.7 jdk: - openjdk8 script: - scripts/travis-build.sh
Set proper Scala version in Travis build
Set proper Scala version in Travis build
YAML
apache-2.0
limansky/beanpuree
1160d626bbe6950039d4fa5b162092e11a8bcfdb
.travis.yml
.travis.yml
# https://travis-ci.org/diyan/assimilator language: go dist: trusty # Define 'sudo: false' to run on container-based workers sudo: false go: - 1.5.x - 1.6.x - 1.7.x - master env: - GOOS=linux GOARCH=amd64 # - GOOS=linux GOARCH=386 # - GOOS=linux GOARCH=arm # - GOOS=darwin GOARCH=amd64 # - GOOS=darwin GOAR...
# https://travis-ci.org/diyan/assimilator language: go dist: trusty # Define 'sudo: false' to run on container-based workers sudo: false cache: directories: - $HOME/.glide/cache go: - 1.5.x - 1.6.x - 1.7.x - master env: - GOOS=linux GOARCH=amd64 # - GOOS=linux GOARCH=386 # - GOOS=linux GOARCH=arm # -...
Use glide cache on Travis
Use glide cache on Travis
YAML
mit
diyan/assimilator,diyan/assimilator,diyan/assimilator
bd1fa03a7dff53fa4353206b50c088157fff004f
.travis.yml
.travis.yml
language: java jdk: - openjdk6 before_script: - git submodule update --init --recursive - ant jar - ant -f src/main/integrator.xml strict script: ant test integration-test env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/l...
language: java jdk: - openjdk6 before_script: - git submodule update --init --recursive - ant jar - ant -f src/main/integrator.xml strict script: ant test integration-test env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/l...
Add hotfix branches to Travis coverage
Add hotfix branches to Travis coverage
YAML
apache-2.0
eerohele/dita-ot,jelovirt/muuntaja,shaneataylor/dita-ot,Hasimir/dita-ot,infotexture/dita-ot,shaneataylor/dita-ot,queshaw/dita-ot,queshaw/dita-ot,dita-ot/dita-ot,infotexture/dita-ot,doctales/dita-ot,drmacro/dita-ot,infotexture/dita-ot,robander/dita-ot,robander/dita-ot,robander/dita-ot,Hasimir/dita-ot,shaneataylor/dita-o...
373f4ad359523efba32c590917687f941fdabeac
.travis.yml
.travis.yml
language: node_js node_js: '4.3' cache: directories: - node_modules
language: node_js node_js: '4.3' cache: directories: - node_modules script: - npm test - make --always-make SETTINGS_FILE=settings/chrome-prod.json dist/$(date +'%Y%m%d')-chrome-prod.zip - make --always-make SETTINGS_FILE=settings/firefox-prod.json dist/$(date +'%Y%m%d')-firefox-prod.xpi
Build Chrome and Firefox extensions on Travis
Build Chrome and Firefox extensions on Travis
YAML
bsd-2-clause
hypothesis/browser-extension,project-star/browser-extension,project-star/browser-extension,hypothesis/browser-extension,hypothesis/browser-extension,project-star/browser-extension,hypothesis/browser-extension
89c02e5520c84f3b90b3394a1c05a3b8af78044a
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.3 - 2.4.0 env: COVERALL=1 before_install: - gem update --system - gem install bundler
sudo: false language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3.4 - 2.4.1 env: COVERALL=1 before_install: - gem update --system - gem install bundler
Upgrade Rubies for Travis CI
Upgrade Rubies for Travis CI
YAML
mit
aetrion/dnsimple-ruby
f8d2e12057f7ef26ae42ecfa42697f4bdc32d7eb
.travis.yml
.travis.yml
language: go go: - 1.3 - 1.4 - tip script: - go test -v . - go test -v -race .
language: go go: - 1.3 - 1.4 - 1.5 - tip script: - go test -v . - go test -v -race .
Add Go 1.5 to test targets.
Add Go 1.5 to test targets.
YAML
bsd-3-clause
klauspost/crc32,yxd-hde/crc32
777d03d2d7ae523876e6bde5610f7aa9cf160fa3
.travis.yml
.travis.yml
language: cpp script: - ./test.sh env: - MEASURE_COVERAGE=1 matrix: include: - os: linux dist: xenial - os: linux dist: bionic - os: linux dist: focal - os: linux dist: xenial env: - USE_LIBUNWIND=1 - MEASURE_COVERAGE=1 - os: linux dist: ...
language: cpp script: - ./test.sh env: - MEASURE_COVERAGE=1 matrix: include: - os: linux dist: xenial - os: linux dist: bionic - os: linux dist: focal - os: linux dist: xenial env: - USE_LIBUNWIND=1 - MEASURE_COVERAGE=1 - os: linux dist: ...
Switch to the latest Xcode version
Switch to the latest Xcode version
YAML
bsd-3-clause
kutelev/overthrower,kutelev/overthrower,kutelev/overthrower,kutelev/overthrower
17c2a4bc29ddd5d1792058f988ca7d51e2d10534
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode gemfile: - gemfiles/Gemfile.paperclip-2.x - gemfiles/Gemfile.paperclip-3.x matrix: exclude: - rvm: 1.8.7 gemfile: gemfiles/Gemfile.paperclip-3.x - rvm: jruby-18mode gemfile: gemf...
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode gemfile: - gemfiles/Gemfile.paperclip-2.x - gemfiles/Gemfile.paperclip-3.x
Remove Ruby 1.8.7 and 1.9.2 from Travis builds
Remove Ruby 1.8.7 and 1.9.2 from Travis builds
YAML
mit
toao/paperclip-storage-ftp,1000ideas/paperclip-storage-ftp,xing/paperclip-storage-ftp,xing/paperclip-storage-ftp,toao/paperclip-storage-ftp,mlankenau/paperclip-storage-ftp,mlankenau/paperclip-storage-ftp
66e42ad4d6c816370a711d711a8d539966a13002
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: - CI=true rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx
Add Ruby 2.1.0 to Travis CI mix.
Add Ruby 2.1.0 to Travis CI mix.
YAML
unlicense
ruby-rdf/rdf-microdata,ruby-rdf/rdf-microdata
2cccf1fd44242f224f790cc55ec4edb507d7271e
.travis.yml
.travis.yml
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 env: - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1...
# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php php: - 5.3 - 5.4 - 5.5 env: - DB=MYSQL CORE_RELEASE=3.5 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 ...
Add PHP7 + SS3.6 build to Travis configuration
Add PHP7 + SS3.6 build to Travis configuration
YAML
bsd-3-clause
roopamjain01/silverstripe-registry,silverstripe-labs/silverstripe-registry
d838791942f56e856bc583b0f18eeb4d142457a2
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - jruby-19mode # JRuby in 1.9 mode script: bundle exec rspec spec
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 script: bundle exec rspec spec
Add Ruby 1.8.7 back into Travis CI build
Add Ruby 1.8.7 back into Travis CI build
YAML
mit
pctj101/ruby-progressbar,jfelchner/ruby-progressbar,pctj101/ruby-progressbar,jfelchner/ruby-progressbar
82d0d85ef7b8f5e490ea1fa4d4bd237e8a65995d
.travis.yml
.travis.yml
sudo: false cache: bundler language: ruby rvm: - 2.2.6 - 2.3.3 - 2.4.0 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5"
sudo: false cache: bundler language: ruby rvm: - 2.2.8 - 2.3.5 - 2.4.2 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "sleep 5"
Update the Ruby build matrix for Travis CI.
Update the Ruby build matrix for Travis CI.
YAML
mit
tristandunn/pusher-fake-example,tristandunn/pusher-fake-example,tristandunn/pusher-fake-example
e8efb6f60cd01b125b852bf819d675a5b87b4890
.travis.yml
.travis.yml
sudo: required services: - docker before_install: # Install Docker Compose. - curl -L https://github.com/docker/compose/releases/download/VERSION_NUM/docker-compose-`uname -s`-`uname -m` > docker-compose - chmod +x docker-compose - sudo mv docker-compose /usr/local/bin/ # Create an .env file from the exa...
sudo: required services: - docker before_install: # Install Docker Compose. - curl -L https://github.com/docker/compose/releases/download/VERSION_NUM/docker-compose-`uname -s`-`uname -m` > docker-compose - chmod +x docker-compose - sudo mv docker-compose /usr/local/bin # Create an .env file from the exam...
Remove trailing slash in Travis config.
Remove trailing slash in Travis config.
YAML
mit
kasperisager/vanilla-dockerized
f6f387d9fab6eca0a6f58ff763aef7878ff5f003
.travis.yml
.travis.yml
language: cpp sudo: false compiler: - clang - gcc env: - BUILD_TYPE=Debug VALGRIND=true SANITIZE='' - BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined # - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address - BUILD_TYPE=Release VALGRIND=false SANITIZE='' addons: apt: sources: ...
language: cpp sudo: false compiler: - clang - gcc env: - BUILD_TYPE=Debug VALGRIND=true SANITIZE='' - BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined # - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address - BUILD_TYPE=Release VALGRIND=false SANITIZE='' addons: apt: sources: ...
Build testsuite in a dedicated build directory
Build testsuite in a dedicated build directory
YAML
mit
Morwenn/cpp-sort,Morwenn/cpp-sort,Morwenn/cpp-sort,Morwenn/cpp-sort
723d5aa2e81904e8fd86cb258917fb73ca7e90f3
.travis.yml
.travis.yml
language: objective-c notifications: email: on_success: always env: matrix: - MONO_VERSION="3.2.5" before_install: - wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" - sudo installer -pkg MonoFramework-MDK-${MONO_VERSION}.macos10.xam...
language: objective-c notifications: email: on_success: always env: matrix: - MONO_VERSION="3.2.7" before_install: - wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" - sudo installer -pkg MonoFramework-MDK-${MONO_VERSION}.macos10.xam...
Upgrade to Mono 3.2.7 on Travis
Upgrade to Mono 3.2.7 on Travis
YAML
bsd-3-clause
ForNeVeR/Pash,WimObiwan/Pash,mrward/Pash,sburnicki/Pash,WimObiwan/Pash,mrward/Pash,sburnicki/Pash,mrward/Pash,sillvan/Pash,ForNeVeR/Pash,Jaykul/Pash,sburnicki/Pash,mrward/Pash,ForNeVeR/Pash,sillvan/Pash,WimObiwan/Pash,sburnicki/Pash,WimObiwan/Pash,Jaykul/Pash,Jaykul/Pash,Jaykul/Pash,ForNeVeR/Pash,sillvan/Pash,sillvan/P...
a2efbdac5ad38525582032d4028af97812c8dbcb
.travis.yml
.travis.yml
sudo: false language: go go: - 1.4 - 1.5 - tip
sudo: false language: go go: - 1.4 - 1.5 - 1.8 - tip
Add Go 1.8 to CI configuration
Add Go 1.8 to CI configuration
YAML
mpl-2.0
c4milo/unzipit
82f547b65db5369e1750ed4e19f9a60d8c2aaae4
.travis.yml
.travis.yml
language: python python: - 3.4 before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda - conda create --yes -n test-env python=$TRAVIS_PY...
language: python python: - 3.4 before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda - conda create --yes -n test-env python=$TRAVIS_PY...
Install precompiled igraph in Travis CI conda
Install precompiled igraph in Travis CI conda
YAML
apache-2.0
yasserglez/configurator,yasserglez/configurator
147102db32e26f5dc048612fcf71b0bec9e8037d
.travis.yml
.travis.yml
language: cpp compiler: - clang - gcc before_install: - pip install --user cpp-coveralls before_script: - sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test - sudo add-apt-repository --yes ppa:h-rayflood/llvm - sudo apt-get update -qq - if [ "${CXX}" == "g++" ]; then sudo apt-get install ...
language: cpp sudo: false compiler: - clang - gcc before_install: - pip install --user cpp-coveralls addons: apt: sources: ubuntu-toolchain-r-test packages: g++-4.8 before_script: - if [ "${CXX}" == "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi script: - git submod...
Use new container based infrastructure
Use new container based infrastructure
YAML
apache-2.0
UnrealQuester/dota2Cmd
a4e9392ea526c74fdbe2e0d2509ce24a7180828d
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "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 ...
sudo: false language: python python: - "2.7" - "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 ...
Load both nose and pytest
Load both nose and pytest
YAML
mit
vahtras/util
cd0266590959658018a27be0dfaeea496e4e9f99
.travis.yml
.travis.yml
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: - KOREBUILD_DNU_RESTORE_CORECLR=true mono: - 4.0.5 script: - ./build.sh --quiet verify
language: csharp sudo: required dist: trusty addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g env: - KOREBUILD_DNU_RESTORE_CORECLR=true - KOREBUILD_TEST_DNXCORE=true mono: - 4.0.5 script: - ./build.sh --quiet verify
Allow tests to run on CoreCLR
Allow tests to run on CoreCLR
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
23a86b5a2c03bd10b401dd25dd8d2f7845834cf3
.travis.yml
.travis.yml
bundler_args: "--standalone --binstubs --without development" script: script/test_all services: mongodb before_script: - mysql -e 'create database will_paginate;' - psql -c 'create database will_paginate;' -U postgres rvm: - 1.8.7 - 1.9.2 - 1.9.3 gemfile: - Gemfile - Gemfile.rails3.0 - Gemfile.rails3.1 ...
bundler_args: "--standalone --binstubs --without development" script: script/test_all services: mongodb before_script: - mysql -e 'create database will_paginate;' - psql -c 'create database will_paginate;' -U postgres rvm: - 1.8.7 - 1.9.3 - 2.1.2 gemfile: - Gemfile - Gemfile.rails3.0 - Gemfile.rails3.1 ...
Test with Ruby 2.1.2 but not with 1.9.2
Test with Ruby 2.1.2 but not with 1.9.2
YAML
mit
kirs/will_paginate,mislav/will_paginate,ThiagoLelis/will_paginate,poporul/will_paginate,mislav/will_paginate,BenjamH/will_paginate,sideci-sample/sideci-sample-will_paginate,betterplace/will_paginate,xingxing/will_paginate,CloudVLab/will_paginate,kirs/will_paginate,CloudVLab/will_paginate,jonatack/will_paginate,BenjamH/...
1e7284f5df8aaef21adcb7419ed971266244981f
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 install: - mkdir -p ~/bin - export PATH=~/bin:$PATH - curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot - chmod +x ~/bin/boot - boot -V script: boot test env: matrix: - BOOT_CLOJURE_VERSION=1.9.0-alpha15 cache: ...
sudo: false language: java jdk: - oraclejdk8 install: - mkdir -p ~/bin - export PATH=~/bin:$PATH - curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot - chmod +x ~/bin/boot - boot -V script: boot test env: matrix: - BOOT_CLOJURE_VERSION=1.9.0-alpha17 cache: ...
Set Clojure version to alpha17
Set Clojure version to alpha17
YAML
epl-1.0
Provisdom/spectomic
58d78bc3d987ae78a6e63675eef8ebd2b57c9500
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction script: - mkdir -p build/logs - phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v notifications: webhooks:...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 matrix: allow_failures: - php: 7 - php: hhvm before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction script: - mkdir -p build/logs - phpunit --coverage-clover build/logs/clover.xml after_scri...
Test PHP 7 and hhvm but allow failures
Test PHP 7 and hhvm but allow failures
YAML
mit
allejo/PhpSoda,allejo/PhpSoda
03bc9c763b9d5e0ffcebb62ae8592b61c2a4144c
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 before_install: - composer self-update install: - composer install script: - vendor/bin/phpspec run --format=dot
language: php php: - 5.4 - 5.5 - 5.6 before_install: - composer self-update install: - composer install script: - vendor/bin/phpspec run --format=dot addons: code_climate: repo_token: secure: QFJBxr2pYU96oIn/p1eNwx+p4y7zkDrIv0q+HlXsJ5AfHCqWhkx0c5ZJ+8N9BwOXekhxsAlqrcMdJWQNgoHr4VhdHMmpNgJ+W1G...
Add encrypted Code Climate token to Travis config
Enhancement: Add encrypted Code Climate token to Travis config
YAML
mit
refinery29/piston,refinery29/piston
d0c6ae9351050fe6adb31408450ce056ea5fd95e
.travis.yml
.travis.yml
sudo: false language: php php: - 7.0 - 5.6 addons: hosts: - travis.dev before_install: - pip install --user awscli - export PATH=$PATH:$HOME/.local/bin script: - composer validate - composer install - ./tests/bin/setup.sh - ./vendor/bin/codecept run notifications: slack: secure: RDOtCNSwSeTnJZL1PkcGgma6ZKtsdy...
sudo: false language: php php: - 7.0 - 5.6 addons: hosts: - travis.dev env: global: - secure: Mc37WgZczC3sVsv4Y/wPxrImxYpvNsTbPrJLpLfmDeb8x1JG3xpxky9jbLjmlY3GfgNxGXxHhuzcp+VSpqwJiqMOI8eE17iAHHLQ2W11+vRMhJ83HqdIcsEnmS2/ybrlDnVGiWwkzpOlZ0o9zinItAUoGS1m1wkhD+Q3U9zAayU= - secure: FJti+LkBeyOMtdWNOwpkFgV/cFMP6sKDn...
Revert "replace notifications yml (remove redundant vars)"
Revert "replace notifications yml (remove redundant vars)" turns out they weren't redundant. This reverts commit e9173e57858f5e14f895f69c704a5e6dbc4f57dc.
YAML
mit
mlaa/commons,mlaa/commons,mlaa/commons,mlaa/commons
58e8ed699afde237590b26d8cb8c6df488724eac
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.3" - "2.0" - "2.1" - "2.2" - "2.3.1" before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - "export DISPLAY=:99.0" before_script: - mysql -e "create data...
language: ruby rvm: - "1.9.3" - "2.0" - "2.1" - "2.2" - "2.3.1" env: - MOZ_HEADLESS=1 addons: firefox: latest before_install: - wget https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz - mkdir geckodriver - tar -xzf geckodriver*.tar.gz -C geckodriver ...
Use headless Firefox for Selenium tests
Use headless Firefox for Selenium tests
YAML
mit
iangreenleaf/transactional_capybara,iangreenleaf/transactional_capybara
69422ef6e1fb9a5c4dc21d12bbb9b406078c06ef
.travis.yml
.travis.yml
language: node_js node_js: - "0.6" - "0.8" before_install: - "sudo apt-get install libicu-dev"
language: node_js node_js: - "0.6" - "0.8" - "0.9" - "0.10" before_install: - "sudo apt-get install libicu-dev"
Test node-xmpp in a few other node versions too
Test node-xmpp in a few other node versions too
YAML
isc
agebrock/node-xmpp,tempbottle/node-xmpp,node-xmpp/node-xmpp,ggozad/node-xmpp,xmppjs/xmpp.js,stliu/node-xmpp,xmppjs/xmpp.js,qbit/node-xmpp,WeBest/node-xmpp,node-xmpp/node-xmpp,ggozad/node-xmpp,qbit/node-xmpp,agebrock/node-xmpp
132217c4519ce5b01af4b9353f4701084059e74c
.travis.yml
.travis.yml
language: ruby rvm: - 2.4.4 before_install: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs before_script: - cd lib/assets && npm install && npm run bundle -- -p && cd - - cp config/database_example.yml config/database.yml - cp config/secrets_example.yml conf...
sudo: false # Ruby is the main language of the project. language: ruby bundler_args: --with development,ci # Cache third party dependencies for faster builds cache: apt: true bundler: true directories: # Cache NPM packages - lib/assets/node_modules - $HOME/.npm addons: apt: packages: ...
Refactor TravisCI config to run separate jobs
Refactor TravisCI config to run separate jobs - Runs Brakeman analysis - Runs bundle-audit analysis - Runs all RSpec specs with PostgreSQL - Runs all RSpec specs with MySQL
YAML
mit
CDLUC3/dmptool,DigitalCurationCentre/roadmap,DMPRoadmap/roadmap,CDLUC3/dmptool,DigitalCurationCentre/roadmap,CDLUC3/roadmap,DMPRoadmap/roadmap,CDLUC3/roadmap,DigitalCurationCentre/roadmap,CDLUC3/dmptool,CDLUC3/dmptool,CDLUC3/roadmap,DMPRoadmap/roadmap,CDLUC3/roadmap
70d219e24459edc1c928bb99525a83ca25e704f8
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 xcode_project: Synchronized.xcodeproj xcode_scheme: SynchronizedTests xcode_sdk: iphonesimulator xctool_args: '-destination "platform=iOS Simulator,name=iPhone 7"' email: on_success: change on_failure: change
language: objective-c osx_image: xcode9.1 script: - > xcodebuild -project Synchronized.xcodeproj -scheme SynchronizedTests -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone X" -quiet ONLY_ACTIVE_ARCH=NO test email: on_success: change on_failure: change
Update xctool command for Xcode 9
[ci] Update xctool command for Xcode 9
YAML
mit
ide/Synchronized,ide/Synchronized
0c670643288cb58ae668a410640a22aef1047f0e
.travis.yml
.travis.yml
language: elixir elixir: - 1.2.6 - 1.3.3 otp_release: - 18.3 - 19.0 after_script: - mix deps.get --only docs - MIX_ENV=docs mix inch.report
language: elixir elixir: - 1.2.6 - 1.3.4 otp_release: - 18.3 - 19.0 after_script: - mix deps.get --only docs - MIX_ENV=docs mix inch.report
Test against Elixir 1.3.4 (newly released)
Test against Elixir 1.3.4 (newly released)
YAML
mit
PragTob/benchee
28e01f3ea8efbeb31295254d768d20ca6151fcd7
.travis.yml
.travis.yml
language: node_js node_js: '4.3.2' sudo: false dist: trusty cache: directories: - node_modules - $HOME/.cache before_install: - | if [ -f "$TRAVIS_BRANCH" ]; then export S3_PREFIX="branch-$TRAVIS_BRANCH" fi if [ -f "$TRAVIS_TAG" ]; then export S3_PREFIX="tag-$TRAVIS_TAG" fi export STACK_NAM...
language: node_js node_js: '4.3.2' sudo: false dist: trusty cache: directories: - node_modules - $HOME/.cache before_install: - | if [ -f "$TRAVIS_BRANCH" ]; then export S3_PREFIX="branch-$TRAVIS_BRANCH" fi if [ -f "$TRAVIS_TAG" ]; then export S3_PREFIX="tag-$TRAVIS_TAG" fi export STACK_NAM...
Add build dir in config
Add build dir in config
YAML
unlicense
binoculars/aws-lambda-ffmpeg,binoculars/aws-lambda-ffmpeg
2f8643e834fa75f5b2dfc6aa24f139b00ac58159
.travis.yml
.travis.yml
language: python python: - "3.5" addons: apt: packages: - libkeyutils-dev # NOTE: Travis currently runs tests on Ubuntu 14.04 (trusty) whose native # python3 distribution is py34. This means that we do not have access to # adequate system packages for use with `--system-site-packages`: # - python-gobjec...
language: python dist: xenial python: - "3.5" - "3.6" - "3.7" addons: apt: packages: - libkeyutils-dev # NOTE: Travis currently runs tests on Ubuntu 14.04 (trusty) whose native # python3 distribution is py34. This means that we do not have access to # adequate system packages for use with `--system-sit...
Test on additional python versions
Test on additional python versions
YAML
mit
coldfix/udiskie,coldfix/udiskie
68925b48f21ccfc744d75d5bc2998fcaf9a01304
.travis.yml
.travis.yml
# Travis CI config # http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ # https://docs.travis-ci.com/user/customizing-the-build/ # https://docs.travis-ci.com/user/migrating-from-legacy/ filter_secrets: false language: node_js node_js: - 10 - 8 - 6 os: - linux - osx - windows before_script:...
# Travis CI config # http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ # https://docs.travis-ci.com/user/customizing-the-build/ # https://docs.travis-ci.com/user/migrating-from-legacy/ filter_secrets: false language: node_js node_js: - 8 - 10 - 12 os: - linux - osx - windows before_script...
Add node 12, drop node 6
Add node 12, drop node 6
YAML
mit
rkrauskopf/chai-exec
5e7d88bc27c3d1d7aa0ebb77e0609ae0a39cf309
.travis.yml
.travis.yml
language: java sudo: false jdk: - openjdk8 - oraclejdk11 cache: directories: - "$HOME/.m2" addons: apt: packages: - libcppunit-dev script: mvn clean install -DskipTests spotbugs:check checkstyle:check -Pfull-build branches: only: - master - branch-3.5 - branch-3.4
language: java sudo: false jdk: - openjdk8 - openjdk11 cache: directories: - "$HOME/.m2" addons: apt: packages: - libcppunit-dev script: mvn clean install -DskipTests spotbugs:check checkstyle:check -Pfull-build branches: only: - master - branch-3.5 - branch-3.4
Move Travis to openjdk11, oraclejdk11 does not work anymore
Move Travis to openjdk11, oraclejdk11 does not work anymore Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: Norbert Kalmar <nkalmar@apache.org> Closes #1005 from eolivelli/fix/travis-openjdk11
YAML
apache-2.0
arshadmohammad/zookeeper,maoling/zookeeper,maoling/zookeeper,arshadmohammad/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,arshadmohammad/zookeeper,arshadmohammad/zookeeper,apache/zookeeper,hanm/zookeeper,maoling/zookeeper,hanm/zookee...