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 |
|---|---|---|---|---|---|---|---|---|---|
a81d717b36d3768d37ea18a3864b1c76cad28402 | .travis.yml | .travis.yml | os:
- linux
services:
- docker
language: node_js
node_js:
- "8.11.1"
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.gradle
- $HOME/.yarn-cache
env:
global:
- SPRING_OUTPUT_ANSI_ENABLED=ALWAYS
before_install:
- java -version
- sudo /etc/init.d/m... | os:
- linux
services:
- docker
language: node_js
node_js:
- "8.11.1"
jdk:
- oraclejdk8
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
cache:
directories:
- $HOME/.m2
- $HOME/.gradle
env:
global:
- SPRING_OUTPUT_ANSI_ENABLED=AL... | Fix Travis by installing Google Chrome and compile the project before e2e | Fix Travis by installing Google Chrome and compile the project before e2e
| YAML | apache-2.0 | pascalgrimaud/generator-jhipster-primeng-charts,pascalgrimaud/generator-jhipster-primeng-charts,pascalgrimaud/generator-jhipster-primeng-charts |
5acedf39771881baf0ca0d2ed3a195e99b3b0307 | .travis.yml | .travis.yml | sudo: required
language: php
dist: trusty
php:
- 7.4
install:
- pecl install zip
- cp .env.example .env
- travis_retry composer install --no-interaction
- php artisan dusk:chrome-driver 71
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./vendor/laravel/dusk/bin/chromedriver-li... | language: php
php:
- 7.3
addons:
chrome: stable
install:
- cp .env.example .env
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
- php artisan key:generate
- php artisan dusk:chrome-driver
before_script:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port... | Upgrade to Laravel 7: Refactoring Travis CI according for the Laravel version 7 | Upgrade to Laravel 7: Refactoring Travis CI according for the Laravel version 7
| YAML | mit | mchekin/rpg,mchekin/rpg |
2a556c277c5d009143c76209732fefb1a7180ea4 | .travis.yml | .travis.yml | language: go
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6
- tip
matrix:
allow_failures:
- go: tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- openssl aes-256-cbc -K $encrypted_b096a1fd8e8f_key -iv $encrypted_b096a1fd8e8f_iv
-in client_secret.json.enc -out client_secret.json -d... | language: go
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6
- tip
matrix:
allow_failures:
- go: tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- openssl aes-256-cbc -K $encrypted_b096a1fd8e8f_key -iv $encrypted_b096a1fd8e8f_iv
-in client_secret.json.enc -out client_secret.json -d... | Add script to run goveralls | Add script to run goveralls
| YAML | mit | Iwark/spreadsheet |
6d67a6fce9d639ccb12435ae799462bcdabcbce5 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12.7'
- '4.2.2'
- '5.1.0'
| language: node_js
node_js:
- '0.12.7'
- '4.2.2'
- '5.1.0'
- '6.10.0'
- '7.7.3'
| Validate on node v6 and v7 | Validate on node v6 and v7
| YAML | mit | JiriChara/kindergarten,JiriChara/kindergarten |
1c800a19a6e5a8ccd522dd3d820705943d83d842 | .travis.yml | .travis.yml | language: ruby
before_install: "gem install bones"
install: "rake gem:install_dependencies"
script: "rake"
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.1
- 2.3.0
- jruby-9.0.4.0
| language: ruby
before_install: "gem install bones"
install: "rake gem:install_dependencies"
script: "rake"
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.10
- 2.3.1
- jruby-9.1.6.0
| Use latest stable Ruby, JRuby | Travis: Use latest stable Ruby, JRuby | YAML | mit | TwP/logging,TwP/logging |
503b01826c5fa55ffd485418d146d4b63d07a1e0 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3
- rbx-2
- jruby-19mode
env:
- DB=mysql
- DB=postgres
gemfile:
- Gemfile
- ci/gemfiles/rspec2_14_rails4_0.gemfile
- ci/gemfiles/rspec2_14_rails3_2.gemfile
before_script:
- ci/script/create_db.sh
- bundle exec rake db:test:reset --tra... | language: ruby
rvm:
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3
- rbx-2
- jruby-19mode
env:
- DB=mysql
- DB=postgres
gemfile:
- Gemfile
- ci/gemfiles/rspec2_14_rails4_0.gemfile
- ci/gemfiles/rspec2_14_rails3_2.gemfile
- ci/gemfiles/rspec3_0_rails4_0.gemfile
- ci/gemfiles/rspec3_0_rails3_2.gemfil... | Enable builds for RSpec 3.0 | Enable builds for RSpec 3.0
| YAML | mit | yellow5/foreigner-matcher,yellow5/foreigner-matcher |
215a1fd5d3e1d2bfc5529c681bbce9a21d60e171 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
script:
- ./gradlew check --stacktrace
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: java
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
script:
- ./gradlew build jacocoRootReport --stacktrace
after_success:
- bash <(curl -s https://codecov.io/bash)
| Use `build` in Travis config | Use `build` in Travis config
| YAML | apache-2.0 | SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list |
2ede96c3f0352dd3e8491b0f33487229f50c37a1 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_install:
- chmod +x gradlew
script:
- ./gradlew build --debug
after_success:
- chmod +x ./script/publish_artifacts.sh
- ./script/publish_artifacts.sh
| language: java
jdk:
- oraclejdk7
before_install:
- chmod +x gradlew
script:
- ./gradlew build --debug
after_success:
- bash <(curl -s https://codecov.io/bash)
- chmod +x ./script/publish_artifacts.sh
- ./script/publish_artifacts.sh
| Add codecov reporting after CI successful build. | Add codecov reporting after CI successful build.
| YAML | apache-2.0 | SpineEventEngine/gae-java,SpineEventEngine/gae-java |
905ceb04638edf016b69c57b4617dc8b555807ea | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.4
cache:
- bundler
- apt
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/v... | language: ruby
rvm:
- 2.1.4
cache:
- bundler
- apt
env:
- BERKSHELF_PATH=/tmp/
before_install:
- sudo apt-get update -qq
- curl -L https://www.chef.io/chef/install.sh | sudo bash
- rm -Rf .bundle
install:
- bundle install
- bundle exec berks vendor /tmp/cookbooks
- cp dummy-validation.pem /tmp/v... | Switch to root mode for chef client | Switch to root mode for chef client
| YAML | apache-2.0 | stonevil/nexus-cookbook,stonevil/nexus-cookbook,stonevil/nexus-cookbook |
089b866597ccd2fb33a365984c766de47da0f029 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.12
- 5.5
before_script:
- install-engine-dependencies
- npm install -g bower
- bower install
- npm dedupe
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
sudo: false
script:
- grunt jshint
- grunt test:browser
- npm run coverage:upl... | language: node_js
node_js:
- 0.12
- 5.5
before_script:
- install-engine-dependencies
- npm install -g bower
- bower install
- npm dedupe
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
sudo: false
script:
- grunt jshint
- grunt test:browser
- npm run coverage:upload
| Remove Node version from Travis testing | Remove Node version from Travis testing
Removing 0.10, will be replaced by 6 in #455
| YAML | mit | stealjs/steal-tools,stealjs/steal-tools |
2edf355b5fe0e094534dab25fcf849c8fd944dd0 | .travis.yml | .travis.yml | sudo: required
services:
- docker
script:
# The following 2 lines are from https://graysonkoonce.com/getting-the-current-branch-name-during-a-pull-request-in-travis-ci/
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false... | sudo: required
services:
- docker
script:
# The following 2 lines are from https://graysonkoonce.com/getting-the-current-branch-name-during-a-pull-request-in-travis-ci/
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false... | Build the image first before pushing to DockerHub | Build the image first before pushing to DockerHub
| YAML | mit | dangmai/website |
287d403a8caa32c6f299beb468ce39da30a88ce2 | cloudbuild.yaml | cloudbuild.yaml | steps:
- name: golang:1.19
dir: 'grpcgcp'
env:
- 'GCP_PROJECT_ID=grpc-gcp-testing'
entrypoint: go
args: ['test', '-v', '-timeout', '600s']
| steps:
- name: golang:1.19
dir: 'grpcgcp'
env:
- 'GCP_PROJECT_ID=grpc-gcp-testing'
entrypoint: go
args: ['test', '-v', '-timeout', '600s']
- name: golang:1.19
dir: 'grpcgcp'
entrypoint: go
args: ['test', '-v', '-timeout', '600s', 'github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/test_grpc']
| Add test_grpc to Cloud Build | Add test_grpc to Cloud Build
| YAML | apache-2.0 | GoogleCloudPlatform/grpc-gcp-go,GoogleCloudPlatform/grpc-gcp-go |
fc58497ca20d0ad03d2af781f3af6be160029a13 | .travis.yml | .travis.yml | language: python
env:
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6.2
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4.10
- python: "3.4"
env: DJANGO_VERSION=1.4.10
allow_failures:
- python: "... | language: python
env:
- DJANGO_VERSION=1.4.12
- DJANGO_VERSION=1.5.7
- DJANGO_VERSION=1.6.4
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4.12
- python: "3.4"
env: DJANGO_VERSION=1.4.12
install:
- pip install django==$... | Update Django versions and enable Python 3.4 | Update Django versions and enable Python 3.4
| YAML | bsd-3-clause | AlexHill/djpj,AlexHill/djpj |
161627ea4ad6017e6cf507aabb6f444b22cbcbbf | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
- 2.4.0
- 2.5.0
- ruby-head
cache: bundler
before_install:
- gem install bundler
script:
- bundle exec rake
- bundle exec codeclimate-test-reporter
matrix:
allow_failures:
- rvm: ruby-head
notifications:
email: false
| language: ruby
rvm:
- 2.3.1
- 2.4.0
- 2.5.0
- 2.6.0
- ruby-head
cache: bundler
before_install:
- gem install bundler
script:
- bundle exec rake
- bundle exec codeclimate-test-reporter
matrix:
allow_failures:
- rvm: ruby-head
notifications:
email: false
| Add ruby 2.6 to supported ruby versions | Add ruby 2.6 to supported ruby versions
| YAML | mit | satoryu/google_suggest,satoryu/google_suggest |
6e5cfd6ba8eb23a83dbd27df5f7010a62c66c4c5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.9"
- "0.8"
- "0.6"
- "0.4"
before_install:
- 'npm install -g npm@~1.4.6 && npm install -g npm'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.9"
- node_js: "0.6"
- node_js: "0.4"
sudo: false
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.9"
- "0.8"
before_install:
- 'npm install -g npm'
matrix:
fast_finish: true
allow_failures:
- node_js: "0.9"
sudo: false
| Stop running tests on node prior to 0.8. | Stop running tests on node prior to 0.8.
Note: still supporting node 0.4 and higher stables. | YAML | mit | es-shims/es7-shim,ljharb/es7-shim |
0a637b5cd8d310b179fb544da57a9cf3d712b187 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
before_script:
- composer install --dev
script: bin/travis_build.sh
| language: php
php:
- 5.3
- 5.4
before_script:
- composer install --dev --prefer-source
script: bin/travis_build.sh
| Update composer to prefer source to avoid github rate limitting | Update composer to prefer source to avoid github rate limitting
| YAML | mit | SCLInternet/SclContact,SCLInternet/SclContact |
73cfd7903b95bff4b74a93c5382627a2826c9859 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-19mode
script: bundle exec rake
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-19mode
script: bundle exec rake
| Add Ruby 2.1.2 to the build matrix | Add Ruby 2.1.2 to the build matrix
| YAML | mit | bkeepers/ruby-net-ldap,javanthropus/ruby-net-ldap,cloudvolumes/ruby-net-ldap,javanthropus/ruby-net-ldap,astockwell/ruby-net-ldap,bkeepers/ruby-net-ldap,astockwell/ruby-net-ldap,cloudvolumes/ruby-net-ldap |
93ef1e8abc98b8bdea1948fc8999b52d4164aa8b | .travis.yml | .travis.yml | sudo: required
language: python
services:
- docker
before_install:
- docker pull mihaelacr/pydeeplearn-labeled
- docker run -d -p 127.0.0.1:80:4567 mihaelacr/pydeeplearn-labeled /bin/sh -c "cd pydeeplearn/code; python MNISTdigits.py --trainSize 100 --testSize 10 --db --train --rbmnesterov test.p --validation --s... | sudo: required
language: python
services:
- docker
before_install:
- docker pull mihaelacr/pydeeplearn-labeled
- docker run -d -p 127.0.0.1:80:4567 mihaelacr/pydeeplearn-labeled /bin/sh -c "cd pydeeplearn/code; python MNISTdigits.py --trainSize 100 --testSize 10 --db --train --rbmnesterov test.p --validation --s... | Add cd pydeeplearn/code in the scripts section of .travil.yml | Add cd pydeeplearn/code in the scripts section of .travil.yml
| YAML | bsd-3-clause | mihaelacr/pydeeplearn |
e0fea97b5b4dc911dc479ad7393c33e9419c6c51 | .travis.yml | .travis.yml | language: c
dist: xenial
addons:
apt:
sources:
- sourceline: 'ppa:neovim-ppa/stable'
packages:
- libev-dev
- libpcre3-dev
- libmsgpack-dev
os:
- linux
- osx
compiler:
- gcc
- clang
matrix:
exclude:
- os: osx
compiler: gcc
allow_failures:
- os: osx
c... | language: c
dist: xenial
addons:
apt:
sources:
- sourceline: 'ppa:neovim-ppa/stable'
packages:
- libev-dev
- libpcre3-dev
- libmsgpack-dev
os:
- linux
- osx
compiler:
- gcc
- clang
matrix:
exclude:
- os: osx
compiler: gcc
allow_failures:
- os: osx
c... | Fix issue that fails on macOS | Fix issue that fails on macOS
| YAML | mit | pandax381/rlogd,pandax381/rlogd |
c43cebb5e750b9321b24ab3ea8e2ebda726e09b3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.6
- 2.2.3
env:
- RAILS_VERSION=4.1.14
- RAILS_VERSION=4.2.5
- RAILS_VERSION=master
addons:
code_climate:
repo_token: 22819b10ef9110a7fef884ab105239fc16fd0562ac79ae54c2204b5e07343919
| language: ruby
rvm:
- 2.1.6
- 2.2.3
env:
- RAILS_VERSION=4.1.14
- RAILS_VERSION=4.2.5
#- RAILS_VERSION=master
addons:
code_climate:
repo_token: 22819b10ef9110a7fef884ab105239fc16fd0562ac79ae54c2204b5e07343919
| Move rails master testing support to later moment | Move rails master testing support to later moment
| YAML | mit | bterkuile/record_collection,bterkuile/record_collection |
797eb8e87ce0ca91dc30b88afb9dab67b083c8fb | .travis.yml | .travis.yml | language: ruby
rvm: 2.1
install:
- gem install jekyll
- gem install yui-compressor
script:
- jekyll build | language: ruby
rvm: 2.1
install:
- gem install jekyll
- gem install yui-compressor
- gem install htmlcompressor
script:
- jekyll build | Install HTMLCompressor Dependency for Travis CI Build | Install HTMLCompressor Dependency for Travis CI Build
| YAML | mit | pfolta/peterfolta.net,pfolta/peterfolta.net,pfolta/peterfolta.net |
adc9a7a51e2169aa163d279f65954169f0eda7c1 | .travis.yml | .travis.yml | bundler_args: "--without debug"
rvm:
- jruby-19mode
- 1.8.7
- 1.9.3
env:
- "CI_ORM=active_record CI_DB_ADAPTER=sqlite3"
- "CI_ORM=active_record CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- "CI_ORM=active_record CI_DB_ADAPTER=mysql"
- "CI_ORM=mongoid"
- "CI_ORM=mongoid CI_ORM_VERSION=head"
languag... | bundler_args: "--without debug"
rvm:
- jruby-19mode
- 1.8.7
- 1.9.3
env:
- "CI_ORM=active_record CI_DB_ADAPTER=sqlite3"
- "CI_ORM=active_record CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- "CI_ORM=active_record CI_DB_ADAPTER=mysql"
- "CI_ORM=mongoid"
- "CI_ORM=mongoid CI_ORM_VERSION=head"
languag... | Allow failure in CI of Mongoid 3.0.0 because things change too rapidly | Allow failure in CI of Mongoid 3.0.0 because things change too rapidly
| YAML | mit | rubiety/rails_admin,GeorgeZhukov/rails_admin,aravindgd/rails_admin,CPInc/rails_admin,aquajach/rails_admin,meghaarora42/rails_admin,sogilis/rails_admin,dmilisic/rails_admin,zambot/rails_admin,jcoleman/rails_admin,vincentwoo/rails_admin,corbt/rails_admin,GeorgeZhukov/rails_admin,igorkasyanchuk/rails_admin,dmilisic/rails_... |
1287b04754284cbea42403dce52ca68ca268d7a5 | .travis.yml | .travis.yml | sudo: false
dist: trustry
language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36,flake8,mypy,pydocstyle,docs,codecov
addons:
chrome: stable
before_script:
- wget https://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip
- unzip chro... | sudo: false
dist: trustry
language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36,flake8,mypy,pydocstyle,docs,codecov
addons:
chrome: stable
before_script:
- wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
- unzip chro... | Update chromedriver to use in Travis | Update chromedriver to use in Travis
| YAML | mit | miyakogi/wdom,miyakogi/wdom,miyakogi/wdom |
85353c58440bd4ba1a4e156a5d1adff6314445da | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
before_script: composer install --dev
script: phpunit | language: php
php:
- 5.3
- 5.4
- 5.5
before_script: composer install --dev
script: phpunit
| Test in PHP 5.5 too | Test in PHP 5.5 too | YAML | mit | starJammer/oauth2-server,benito103e/oauth2-server,fabik/oauth2-server,steveathon/oauth2-server,lookyman/oauth2-server,jorycn/oauth2-server,juliangut/oauth2-server,mijndomein/deprecated-league-oauth2-server,marcteyssier/oauth2-server-1,josegonzalez/oauth2-server,nordsoftware/oauth2-server,Symplicity/oauth2-server,mromar... |
e17ba2468877632ef70a276399342f2bd358d8ef | .travis.yml | .travis.yml | language: c
env:
global:
- LUAROCKS=2.2.0beta1
matrix:
- LUA=lua5.1
- LUA=lua5.2
- LUA=luajit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- sudo luarocks install luafilesystem
- if [ $LUA = "luajit" ]; then
sudo luarocks install https://raw.github.com/ju... | language: c
env:
global:
- LUAROCKS=2.2.0beta1
matrix:
- LUA=lua5.1
- LUA=lua5.2
- LUA=luajit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- sudo luarocks install luafilesystem
- if [ $LUA = "luajit" ]; then
sudo luarocks install ljsyscall;
fi
instal... | Use stable release of ljsyscall on Travis | Use stable release of ljsyscall on Travis | YAML | mit | kidaa/lua-path,mpeterv/lua-path |
b49963759451be8891d2a2b467d5c8201b743f31 | .travis.yml | .travis.yml | language: go
go:
- 1.8.x
before_install:
- go get -u github.com/kardianos/govendor && govendor install
script:
- govendor test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
go:
- 1.8.x
before_install:
- go get -u github.com/kardianos/govendor && govendor install
script:
- govendor test -v ./... -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
| Remove race flag in script | Remove race flag in script
Removed the race flag in the script to run the tests
| YAML | mit | gsingharoy/onecache |
049de5d6310c2eb466c266c2fca1c23f8230f7b8 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
branches:
... | language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == ... | Update Travis to macOS Sierra | Update Travis to macOS Sierra
[skip appveyor]
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
0f5b737b95eff35803c4cc6bbdfe760e72562bc1 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1.1
script:
- bundle exec rspec
- bundle exec rubocop
matrix:
allow_failures:
- rvm: 2.1.0
| rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
script:
- bundle exec rspec
- bundle exec rubocop
matrix:
allow_failures:
- rvm: 2.1.0
| Add Ruby 2.1.0 to Travis build matrix | Add Ruby 2.1.0 to Travis build matrix
Change-Id: I89c3a5d825e42195c901e15c6b1c150df4689601
Reviewed-on: http://gerrit.causes.com/38458
Reviewed-by: Shane da Silva <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@causes.com>
Tested-by: jenkins <d95b56ce41a2e1ac4cecdd398defd7414407cc08@causes.com>
| YAML | mit | artemartemov/scss-lint-hdm |
24c2d8e644a075377abeb959088bb2794a6d64ce | .travis.yml | .travis.yml | language: rust
dist: trusty
sudo: false
script:
- cargo update
- cargo build --no-default-features --features=$FEATURE
- cargo test --no-default-features --features=$FEATURE
addons:
apt:
packages:
- make
- cmake
- gcc
- gfortran
- binutils-dev # for kcov (following packages)
... | language: rust
dist: trusty
sudo: false
script:
- cargo update
- cargo build --no-default-features --features=$FEATURE
- cargo test --no-default-features --features=$FEATURE
- ./coverage.sh
addons:
apt:
packages:
- make
- cmake
- gcc
- gfortran
- binutils-dev # for kcov (fo... | Use coverage.sh as script (not as after_success) | Use coverage.sh as script (not as after_success)
| YAML | mit | termoshtt/rust-fftw3 |
64dff682650f4f4ccd946cb45bea6ead060c1d81 | .travis.yml | .travis.yml | language: c
compiler:
- clang
- gcc
install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq curl
script:
- cmake .
- make
- make test
| language: c
compiler:
- clang
- gcc
install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq curl
- |
if [[ -z "$(ls -A ${DEPS_DIR}/cmake/bin)" ]]; then
CMAKE_URL="https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz"
mkdir -p cmake && travis_retry wget --no-check-certificate -... | Use a modern version of cmake | Use a modern version of cmake
| YAML | bsd-3-clause | tbartelmess/libvault,tbartelmess/libvault,tbartelmess/libvault |
37b8dda31f189d8a1aca37a80a5639ca7985e069 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
api_key: "0871e0112c8b576cf660895775e82366f61b52dc"
file: "build/distributions/JTerm.zip"
skip_cleanup: true
on:
tags: true | language: java
jdk:
- oraclejdk8
after_success:
- bash <(curl -s https://codecov.io/bash) | Revert "deploy to github releases on tags" | Revert "deploy to github releases on tags"
This reverts commit 2740f9e33ce0175f133215e676021888bbb7235c.
| YAML | mit | Deletescape-Media/JTerm |
8df363e803eab5a46ca6f7e522dcef59c84ea16f | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- '4'
- node
sudo: false
cache:
directories:
- node_modules
script:
- npm test
- npm run lint
| ---
language: node_js
node_js:
- '4'
- node
sudo: false
script:
- npm test
- npm run lint
| Configure Travis CI not to cache node_modules | Configure Travis CI not to cache node_modules
| YAML | apache-2.0 | commonform/commonform-markup-parse |
7a27d04415d519ff73d5cf20a9360c62f9bce23b | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 3.5
- 3.6
install:
- pip install -r contrib/requirements/requirements-travis.txt
cache:
- pip: true
- directories:
- /tmp/electrum-build
script:
- tox
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_lo... | sudo: false
language: python
python:
- 3.5
- 3.6
install:
- pip install -r contrib/requirements/requirements-travis.txt
cache:
- pip: true
- directories:
- /tmp/electrum-build
script:
- tox
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_lo... | Fix 'No names found, cannot describe anything.' in OS X build | Travis: Fix 'No names found, cannot describe anything.' in OS X build
| YAML | mit | vialectrum/vialectrum,neocogent/electrum,wakiyamap/electrum-mona,pooler/electrum-ltc,neocogent/electrum,wakiyamap/electrum-mona,fujicoin/electrum-fjc,wakiyamap/electrum-mona,wakiyamap/electrum-mona,kyuupichan/electrum,vialectrum/vialectrum,fujicoin/electrum-fjc,vialectrum/vialectrum,pooler/electrum-ltc,kyuupichan/elect... |
b061729afc07e77a8aa4fad0a2fd840958f1942a | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
notifications:
email: false
| language: go
sudo: false
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travi... | Make Go tip a fast-finish allowed feature for CI. | Make Go tip a fast-finish allowed feature for CI.
| YAML | mit | DramaFever/go.uuid,nanjj/uuid,gofrs/uuid,eurie-inc/go.uuid,satori/go.uuid |
2ae3264d338d03bbab9e74f5060674a716c5e75d | .travis.yml | .travis.yml | language: ruby
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
services:
- mongodb
rvm:
- "2.4.6"
- "2.5.5"
- "2.6.3"
gemfile:
- gemfiles/rails4.2.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
env:
- BACKEND=mongo... | language: ruby
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
services:
- mongodb
rvm:
- "2.4.6"
- "2.5.5"
- "2.6.3"
gemfile:
- gemfiles/rails4.2.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
env:
- BACKEND=mongo... | Exclude Rails 6 + Ruby 2.4 | Exclude Rails 6 + Ruby 2.4
| YAML | mit | adamniedzielski/tiddle |
2d3e5acff8772b0e8f883205167f6f5ea9796f98 | .travis.yml | .travis.yml | language: ruby
matrix:
include:
- os: osx
osx_image: xcode8.2
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage swiftlint
- gem install fastlane
after_success:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
branches:
only:
- release
- dev
scr... | language: ruby
matrix:
include:
- os: osx
osx_image: xcode8.3
after_success:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
branches:
only:
- release
- dev
script:
- fastlane beta
| Update Xcode version to 8.3, move to Swift 3.1 | CI: Update Xcode version to 8.3, move to Swift 3.1
| YAML | mit | 3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client,3DprintFIT/octoprint-ios-client |
0d8ac8b1e19c8cec2e99762511f2a1c2ce4946a0 | .travis.yml | .travis.yml | language: node_js
node_js:
- '8'
- '6'
cache:
directories:
- node_modules
script:
- 'yarn test:coverage'
- 'yarn lint'
after_success: 'yarn test:report'
| language: node_js
node_js:
- '8'
cache:
directories:
- node_modules
script:
- 'yarn test:coverage'
- 'yarn lint'
after_success: 'yarn test:report'
| Remove node 6 from running in CI | Remove node 6 from running in CI
| YAML | mit | mattphillips/jest-extended |
84e0687df60bf9f03d00704653ca94c8c2bd8a4a | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
before_install:
... | dist: trusty
sudo: false
language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
before_install:
... | Fix typo in Travis config | Fix typo in Travis config
| YAML | bsd-3-clause | GaloisInc/cryptol,GaloisInc/cryptol,GaloisInc/cryptol |
824bde3e5383de3521a4a324b5e24df83d81be8a | .travis.yml | .travis.yml | 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
| 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
| Use the NPM on tap. | Use the NPM on tap.
| YAML | mit | bigeasy/turnstile |
aeb4f8e31f466701cba3ada743e2e176f6b9431a | .travis.yml | .travis.yml | language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...
| language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: tip
allow_failures:
- go: tip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go vet $(go list ./... | grep -v /vendor/)
- go test -v -race ./...
| Allow CI failures on tip. | [ci] Allow CI failures on tip.
| YAML | bsd-2-clause | gorilla/handlers |
2862dee3d259245e19318a5d4475d3b05e657da8 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
sudo: required
dist: trusty
group: edge
env:
- NODE_VERSION=8.x
cache:
yarn: true
directories:
- node_modules
- $HOME/.composer/cache/files
matrix:
allow_failures:
- php: hhvm
before_install:
- curl -o- -L https://yarnpkg.com/ins... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
node_js:
- '8'
sudo: required
dist: trusty
group: edge
env:
- NODE_VERSION=8.x
cache:
yarn: true
directories:
- node_modules
- $HOME/.composer/cache/files
matrix:
allow_failures:
- php: hhvm
before_install:
- curl -o- -L https... | Use Node v8 in Travis | Use Node v8 in Travis
| YAML | mpl-2.0 | thorsten/phpMyFAQ,thorsten/phpMyFAQ,thorsten/phpMyFAQ,thorsten/phpMyFAQ |
184ceb8daada5d39b77d056212127acb830db236 | .travis.yml | .travis.yml | language: python
python: "3.5"
# command to install dependencies
install: pip install 'Nikola[extras]'
# command to run tests
script: nikola build
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
virtualenv -p python2.7 /tmp/venv &&
. /tmp/venv/bin/activate &&
pip install gh... | language: python
python: "3.5"
# command to install dependencies
install: pip install 'Nikola[extras]'
# command to run tests
script: |
nikola build &&
if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then
virtualenv -p python2.7 /tmp/venv &&
. /tmp/venv/bin/activate &&
pip install gh... | Make build fail if upload fails | Make build fail if upload fails
| YAML | mit | VickySteeves/personal-website,VickySteeves/personal-website,VickySteeves/personal-website |
25abef89235b7f62dc057502c48d0ea899f8a1da | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
| language: java
jdk:
- openjdk8
- openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
| Use just OpenJDK in Travis CI | Use just OpenJDK in Travis CI
Replace OracleJDK with OpenJDK, the former is no longer included by
default in newer dists (Xenial).
Signed-off-by: thc202 <43af82ef30812a20fbcf38b99a6f72cdd3a89ac1@gmail.com>
| YAML | apache-2.0 | zaproxy/zap-api-java |
cdc147ba9b2e0a736e60807fb571833d62402160 | .travis.yml | .travis.yml | language: haskell
ghc:
- 7.8
- 7.6
before_script:
- curl -sS -o roundup https://raw.githubusercontent.com/bmizerany/roundup/f526c39ee293adcb4d41f353f2cfd71054db3242/roundup.sh
- chmod +x roundup
script:
cabal configure && cabal build && make test -e ROUNDUP=./roundup
| language: haskell
ghc:
- 7.8
- 7.6
before_script:
- curl -sS -o roundup https://raw.githubusercontent.com/bmizerany/roundup/v0.0.5/roundup.sh
script:
cabal configure && cabal build && make test -e ROUNDUP='/bin/bash roundup'
| Fix "ERR: bad trap" on CI | Fix "ERR: bad trap" on CI
| YAML | mit | wildlyinaccurate/lishp |
ac45868edd96d19e0e651a74d56135e748e8a1e3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
script: gem install bundler && bundle && bundle exec rake spec
gemfile:
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
notifications:
email:
- support@travellink.com.au
sudo: false
cache: bundler
| language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
script: bundle && bundle exec rake spec
gemfile:
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
notifications:
email:
- support@travellink.com.au
sudo: false
cache: bundler
| Revert "attempt to fix CI checks" | Revert "attempt to fix CI checks"
This reverts commit 2f54c765592bfcad0e875199172fe071dc1e1a60.
| YAML | mit | sealink/quicktravel_client |
398e19d9162d2e75fde43e9d52e12aada9d11e08 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
before_install:
- sudo apt-get install python-dev libgmp3-dev
install:
- pip install pep8
before_script:
- pep8 --max-line-length=200 --ignore=E402 */*.py
- pip install -e .
script:
- python -m fastecdsa.test
| language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
before_install:
- sudo apt-get install python-dev libgmp3-dev
install:
- pip install pep8
before_script:
- pep8 --max-line-length=200 --ignore=E402 */*.py
- pip install -e .
script:
- python -m fastecdsa.test
| Add newer python versions to CI script. | Add newer python versions to CI script. | YAML | unlicense | AntonKueltz/fastecdsa,AntonKueltz/fastecdsa,AntonKueltz/fastecdsa |
1199d7ede8cc6052705f2667f90d7c89cf74f015 | .travis.yml | .travis.yml | language: php
dist: trusty
env:
global:
- COMPOSER_ROOT_VERSION=4.0.x-dev
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
before_script:
# Init PHP
- phpenv rehash... | language: php
dist: trusty
env:
global:
- COMPOSER_ROOT_VERSION=4.1.x-dev
matrix:
include:
- php: 5.6
env: DB=MYSQL RECIPE_VERSION=1.0.x-dev PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL RECIPE_VERSION=1.1.x-dev PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL RECIPE_VERSION=1.2.x... | Add various recipe versions to Travis build matrix | Add various recipe versions to Travis build matrix
| YAML | bsd-3-clause | tractorcow/silverstripe-fluent,tractorcow/silverstripe-fluent,Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent |
3a7218e1bee4631aa8e38bb6a0e5bbff29f478ce | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4
- 2.6
gemfile:
- gemfiles/Gemfile.rails50
- gemfiles/Gemfile.latest-release
- gemfiles/Gemfile.rails-edge
env:
- DB=mysql2
- DB=postgresql
jobs:
exclude:
- rvm: 2.4
gemfile: gemfiles/Gemfile.rails-edge
services:
- memcache
- mysql
- postgresql
sudo: false
... | language: ruby
rvm:
- 2.4
- 2.6
gemfile:
- gemfiles/Gemfile.rails50
- gemfiles/Gemfile.latest-release
- gemfiles/Gemfile.rails-edge
env:
- DB=mysql2
- DB=postgresql
jobs:
exclude:
- rvm: 2.4
gemfile: gemfiles/Gemfile.rails-edge
- rvm: 2.4
gemfile: gemfiles/Gemfile.latest-release
... | Exclude latest release on 2.4 | Exclude latest release on 2.4
| YAML | mit | Shopify/identity_cache,Shopify/identity_cache |
b7a3420c329709a4808fde1d26f57974131ad6c0 | .travis.yml | .travis.yml | language: haskell
script:
- cabal configure --enable-tests && cabal build && cabal test testexe
| env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.3
- CABALVER=1.22 GHCVER=7.10.1
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get -qq -y install cabal-install-$CABALVER ghc-$GHCVER cpphs
- export PATH=/opt/ghc... | Test multiple GHCs on Travis-CI | Test multiple GHCs on Travis-CI
| YAML | bsd-3-clause | akru/roshask,aa755/roshask,estump/roshask,acowley/roshask,akru/roshask,acowley/roshask,rgleichman/roshask,aa755/roshask,bitemyapp/roshask,rgleichman/roshask,bitemyapp/roshask,estump/roshask |
29b74e3cc2dc6a3181c57670f81174f9cd2f30ac | .travis.yml | .travis.yml | ---
language: python
python: "2.7"
before_install:
# Make sure everything's up to date.
- sudo apt-get update -qq
install:
# Install Ansible.
- pip install ansible
# Add ansible.cfg to pick up roles path. and inventory file
- echo -e '[defaults]\nroles_path = ../' > ansible.cfg
- echo 'localhost ansib... | ---
language: python
python: "2.7"
before_install:
# Make sure everything's up to date.
- sudo apt-get update -qq
install:
# Install Ansible.
- pip install ansible
# Add ansible.cfg to pick up roles path. and inventory file
- echo -e '[defaults]\nroles_path = ../' > ansible.cfg
- echo 'localhost ansib... | Fix preview in the right condition :D | Fix preview in the right condition :D | YAML | mit | yetu/ansible-smartstack,yetu/ansible-smartstack,AutomationWithAnsible/ansible-smartstack,AutomationWithAnsible/ansible-smartstack,AutomationWithAnsible/ansible-smartstack,yetu/ansible-smartstack |
09c5678848009a034378b9dd56c524d094d73c63 | .travis.yml | .travis.yml | dist: trusty
language: android
jdk:
- oraclejdk8
android:
components:
# All the build system components should be at the latest version
- tools
- platform-tools
- tools
# Note that the tools section appears twice on purpose as it’s required
# to get the newest Android SDK tools. Source: ... | dist: trusty
language: android
jdk: openjdk8
android:
components:
# All the build system components should be at the latest version
- tools
- platform-tools
- tools
# Note that the tools section appears twice on purpose as it’s required
# to get the newest Android SDK tools. Source: Travis... | Use OpenJDK on Travis CI. | Use OpenJDK on Travis CI.
+ Context: https://docs.travis-ci.com/user/languages/java#using-java-10-and-later.
| YAML | apache-2.0 | EventFahrplan/EventFahrplan,EventFahrplan/EventFahrplan |
565b16e59211ee6ef8aa988d5d28e90fcbfc1367 | .travis.yml | .travis.yml | ---
language: python
python: "2.7"
env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.0.0.0
sudo: required
services:
- docker
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt ruby
install:
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install an... | ---
language: python
python: "2.7"
env:
- ANSIBLE_VERSION=latest
- ANSIBLE_VERSION=2.0.0.0
sudo: required
services:
- docker
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt ruby
install:
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install an... | Add an command to install requirements | Add an command to install requirements
| YAML | mit | dbaba/ansible-role-concourse-ci |
9a09fd1733e2c96303d9ae3f33e19b7f48199a27 | .travis.yml | .travis.yml | language: java
branches:
only:
- master
jdk:
- oraclejdk8
# TODO KDK: Update to run Cucumber Ruby tests, too
script: mvn verify -B
| language: java
branches:
only:
- master
jdk:
- oraclejdk8
# TODO KDK: Update to run Cucumber Ruby tests, too
# - Build matrix runs in parellel, so not likely an option:
# https://stackoverflow.com/questions/27644586/how-to-set-up-travis-ci-with-multiple-languages
# - Maybe start with the Ruby image and add... | Define next action for doing the full build | Define next action for doing the full build
| YAML | mit | kkrull/javaspec,kkrull/javaspec,kkrull/javaspec |
e6cdb007f363bc20ca4c5e9aecda3c1c6ef9c15d | .travis.yml | .travis.yml | ---
language: python
sudo: false
dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install pytest
script:
- pytest -v
notifications:
email: false
| ---
language: python
sudo: false
dist: xenial
python:
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install pytest
script:
- pytest -v
notifications:
email: false
| Remove python 3.6 (rpelib 2 uses dataclasses) | Remove python 3.6 (rpelib 2 uses dataclasses)
| YAML | apache-2.0 | forseti-security/real-time-enforcer |
78b26b3b01c93f2c123e82c0aa76285f18a025d3 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk6
- oraclejdk7
- oraclejdk8
script: mvn install
after_success:
- mvn clean test jacoco:report coveralls:report
| language: java
jdk:
- oraclejdk7
- oraclejdk8
script: mvn install
after_success:
- mvn clean test jacoco:report coveralls:report | Revert "Test build with JDK6" - Travis error: Sun/Oracle JDK 6 is EOL since November 2012, and is no longer supported. Please consider upgrading... | Revert "Test build with JDK6" - Travis error: Sun/Oracle JDK 6 is EOL since November 2012, and is no longer supported. Please consider upgrading...
This reverts commit ec80f9b997be851dfa70a6d6c6c0b129a6f6268f.
| YAML | apache-2.0 | hazendaz/catch-exception,Codearte/catch-exception |
a0bc125d79059e75dc32daddcf81f66af467d966 | .travis.yml | .travis.yml | ---
language: bash
before_install:
- sudo add-apt-repository -y ppa:cassou/emacs # Emacs 24.3
- sudo apt-get update
- sudo apt-get install -y emacs24-nox
script:
- bin/fetch-configlet
- bin/configlet .
- bin/test-examples
| ---
language: bash
before_install:
- sudo add-apt-repository -y ppa:cassou/emacs # Emacs 24.3
- sudo apt-get update
- sudo apt-get install -y emacs24-nox
script:
- bin/fetch-configlet
- bin/configlet lint .
- bin/test-examples
| Call configlet subcommand on CI | Call configlet subcommand on CI
This changes configlet to pass a subcommand.
For now, we've released a version of configlet which handles both the old command:
configlet path/to/track
as well as the new command:
configlet lint path/to/track
This will let us update all the travis files to include the subco... | YAML | mit | exercism/xelisp |
5fd6f980838f603f91d958614f15b0f6a36ae1b6 | .travis.yml | .travis.yml | ---
os: linux
dist: xenial
language: ruby
cache: bundler
rvm:
- 2.7.1
- 2.6.6
- 2.5.8
- ruby-head
addons:
apt:
packages:
- libicu-dev
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ... | ---
os: linux
dist: focal
language: ruby
cache: bundler
rvm:
- 2.7.1
- 2.6.6
- 2.5.8
- ruby-head
addons:
apt:
packages:
- libicu-dev
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- .... | Use Ubuntu Focal in CI | Use Ubuntu Focal in CI
| YAML | mit | jbox-web/gitolite-rugged |
368696c5a871d35c10d0d3d2d45cd5b70ec40c78 | .travis.yml | .travis.yml | #
# This file has been generated by the Ibuildings QA-Tools
#
# Any custom Travis-ci configuration be added here
# This file should be added to your project repository
#
language: php
php:
- 5.6
- 7.0
- 7.1
matrix:
allow_failures:
- php: 7.0
- php: 7.1
env:
global:
- SYMFONY_ENV=test
cache:
... | #
# This file has been generated by the Ibuildings QA-Tools
#
# Any custom Travis-ci configuration be added here
# This file should be added to your project repository
#
language: php
php:
- 5.6
- 7.1
- 7.2
- 7.3
matrix:
allow_failures:
- php: 7.1
- php: 7.2
- php: 7.3
env:
global:
- SYM... | Update PHP version to test againts in Travis | Update PHP version to test againts in Travis
| YAML | apache-2.0 | SURFnet/Stepup-saml-bundle,SURFnet/Stepup-saml-bundle |
31756566ea7bfb94165581e79068bf83c84e17ff | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "iojs"
- "7"
- "6" | language: node_js
node_js:
- "node"
- "7"
- "6" | Remove iojs as a testing environment | Remove iojs as a testing environment
| YAML | mit | krasimir/navigo |
8311f4aac19ae4a19a76a3c401cd0fca8dc2bf3a | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
env:
- NODE_ENV=test WEBPACK_VERSION=1.x
- NODE_ENV=test WEBPACK_VERSION=2.x
- NODE_ENV=test WEBPACK_VERSION=3.x
before_install:
- npm install -g npm
install:
- npm install
script:
- scripts/test.sh
matrix:
allow_failur... | dist: trusty
sudo: false
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
env:
- NODE_ENV=test WEBPACK_VERSION=1.x
- NODE_ENV=test WEBPACK_VERSION=2.x
- NODE_ENV=test WEBPACK_VERSION=3.x
- NODE_ENV=test WEBPACK_VERSION=4.x
before_install:
- npm install -g npm
install:
- npm install
script:
- s... | Add webpack 4 in Travis tests | Add webpack 4 in Travis tests
| YAML | mit | kavu/webp-loader,kavu/webp-loader |
9c38b656d70ebce2bdc057cec1a61219a218fc90 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
services:
- mongodb
before_script:
- phpenv config-add travis-php.ini
- wget --quiet http://getcomposer.org/composer.phar
- php composer.phar install
- mkdir logs
- touch logs/application.log
script: phpunit -d memory_limit=1024M -c module/SelfService/test/phpunit.xml | language: php
php:
- 5.3
- 5.4
services:
- mongodb
before_script:
- phpenv config-add travis-php.ini
- wget --quiet http://getcomposer.org/composer.phar
- php composer.phar install
- mkdir logs
- touch logs/application.log
- mkdir -p data/DoctrineMongoODMModule/Hydrator
- mkdir -p data/SmartyModule/... | Make extra certain that dependent directories exist before testing | [TRAVIS] Make extra certain that dependent directories exist before testing
| YAML | mit | rgeyer/rs_selfservice,rgeyer/rs_selfservice,rgeyer/rs_selfservice,rgeyer/rs_selfservice,rgeyer/rs_selfservice |
0b81c348afcf918de913df635b22b167cb4e080f | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
cache: bundler
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake test SPEC_OPTS='--format documentation'
matrix:
fast_finish: true
include:
- rvm: 2.1
env: PUPPET_VERSION="~> 3"
- rvm: 2.3
env: PUPPET_VERSION=... | ---
sudo: false
language: ruby
cache: bundler
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake test SPEC_OPTS='--format documentation'
matrix:
fast_finish: true
include:
- rvm: 2.1
env: PUPPET_VERSION="~> 3"
- rvm: 2.3
env: PUPPET_VERSION=... | Disable broken tests for the moment | Disable broken tests for the moment
| YAML | apache-2.0 | tohuwabohu/puppet-roundcube,tohuwabohu/puppet-roundcube |
9afd577148733665a29afa57ea1740aa56034c6e | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
env:
- GWT_VERSION=2.7.0
- GWT_VERSION=2.8.0
- GWT_VERSION=2.8.1
- GWT_VERSION=HEAD-SNAPSHOT
matrix:
allow_failures:
- jdk: oraclejdk7
env: GWT_VERSION=HEAD-SNAPSHOT
- jdk: openjdk7
env: GWT_VERSION=HEAD-SNAPSHOT
install: t... | language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
env:
- GWT_VERSION=2.7.0
- GWT_VERSION=2.8.0
- GWT_VERSION=2.8.1
- GWT_VERSION=HEAD-SNAPSHOT
matrix:
allow_failures:
- jdk: oraclejdk7
env: GWT_VERSION=HEAD-SNAPSHOT
- jdk: openjdk7
env: GWT_VERSION=HEAD-SNAPSHOT
install: t... | Purge snapshots from Travis cache, force re-download | Purge snapshots from Travis cache, force re-download
| YAML | apache-2.0 | tbroyer/gwt-maven-plugin,tbroyer/gwt-maven-plugin |
5337372dbc2e65137893c0ff030c2a6cd06e5edf | .travis.yml | .travis.yml | language: ruby
dist: xenial
before_install:
- if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install rubygems-update --version '~> 2.7' --no-document && update_rubygems; else gem update --system; fi
- gem --version
- if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install bu... | language: ruby
dist: trusty
before_install:
- if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install rubygems-update --version '~> 2.7' --no-document && update_rubygems; else gem update --system; fi
- gem --version
- if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install bu... | Downgrade to trusty for compatibility with jruby-1.7.27 and rbx-3.107. | Downgrade to trusty for compatibility with jruby-1.7.27 and rbx-3.107.
| YAML | mit | philr/bzip2-ffi |
7b0f516a0b52fce68a3854924de4e2f68a34ecd0 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
install:
- "pip install -q -r requirements.txt --use-mirrors"
- "pip install -q -r test_crumbs/requirements.txt --use-mirrors"
script:
- python setup.py install
- nosetests
| language: python
python:
- "2.7"
- "3.2"
- "3.3"
install:
- "pip install -q -r requirements.txt --use-mirrors"
- "pip install -q -r test_crumbs/requirements.txt --use-mirrors"
script:
- python setup.py build
- python setup.py install
- nosetests
| Add a tavis-ci check of the build process. | Add a tavis-ci check of the build process.
| YAML | mit | alunduil/crumbs |
28599a299d06d21fb66a31844c8db7d9f45e34be | .travis.yml | .travis.yml | language: perl
perl:
- "5.10"
env:
PATH=~/.rakudobrew/bin:$PATH
install:
- git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
- rakudobrew build moar
- rakudobrew build-panda
- panda install URI
- panda install Pod::To::HTML
- panda install LWP::Simple
- panda install Al... | language: perl
perl:
- "5.10"
env:
PATH=~/.rakudobrew/bin:$PATH
install:
- git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
- rakudobrew build moar
- rakudobrew build-panda
- panda install URI
- panda install Pod::To::HTML
- panda install LWP::Simple
- panda install Al... | Add DBIish as dependency for Travis builds | Add DBIish as dependency for Travis builds
| YAML | artistic-2.0 | Quinny/perl6-examples,Quinny/perl6-examples,shlomif/perl6-examples,perl6/perl6-examples,shlomif/perl6-examples,Quinny/perl6-examples,Quinny/perl6-examples,shlomif/perl6-examples,stmuk/perl6-examples,perl6/perl6-examples,Quinny/perl6-examples,perl6/perl6-examples,stmuk/perl6-examples,shlomif/perl6-examples,perl6/perl6-e... |
2dfd51c442f842171ff198a3293e7bf44087d0a2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
os: osx
script:
- yarn run publish
cache:
yarn: true
| language: node_js
node_js:
- "10"
os: osx
script:
- yarn run publish
cache:
yarn: true
| Update Node version for Travis | Update Node version for Travis
| YAML | agpl-3.0 | trezy/eidetica,trezy/eidetica |
92cd23a8d2e84201da4a811aa04bc36e619811be | .travis.yml | .travis.yml | language: node_js
node_js:
- '4.6'
cache:
directories:
- node_modules
script:
- npm i -g gulp
- npm i
- git checkout develop
- git config --global user.name "guuibayer"
- git config --global user.email "guiilherme.bayer@gmail.com"
- gulp babel
- gulp copyToBuild
after_success:
- git checkout master
- rsync -avvz ... | language: node_js
node_js:
- '4.6'
cache:
directories:
- node_modules
script:
- npm i -g gulp
- npm i
- git checkout develop
- git config --global user.name "guuibayer"
- git config --global user.email "guiilherme.bayer@gmail.com"
- gulp babel
- gulp copyToBuild
after_success:
- git checkout master
- rsync -avvz ... | Add -y flag in ssh | Add -y flag in ssh
| YAML | mit | guuibayer/notificat |
0959fe5ba61251454546a551dc96826ebb40891c | .travis.yml | .travis.yml | language: go
# 1.4 is not tip right now
go:
- 1.4.2
# Use faster container builds
sudo: false
script: go test -v ./... -race
| language: go
# Use faster container builds
sudo: false
script: go test -v ./... -race
| Switch go version back to tip. | Switch go version back to tip.
| YAML | mit | AutoRoute/node,AutoRoute/node |
5d27117219119440353ecfb512d3e130bd46174c | .travis.yml | .travis.yml | language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
# Install dependencies
install:
- pip install tornado ptyprocess
# command to run tests
script:
- py.test
- pip install flit
- flit install --symlink
# Enable new Travis stack, should speed up builds
sudo: false
| language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
# Install dependencies
install:
- pip install tornado ptyprocess flit
# command to run tests
script:
- py.test
- flit install --symlink
# Enable new Travis stack, should speed up builds
sudo: false
| Add the flit install check | Add the flit install check
| YAML | bsd-2-clause | takluyver/terminado,takluyver/terminado |
5e788060df52e420dc92a652d61b3d5cd94c637a | .travis.yml | .travis.yml | dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- node
addons:
firefox: '49.0.2'
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm... | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: '49.0.2'
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild && ... | Remove the obsolete 'sudo:' setting | Remove the obsolete 'sudo:' setting
| YAML | apache-2.0 | Collaborne/iron-time-behavior |
238acc02387ca0f748a38dc8a062e62cddb9c345 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install cmake qt5-default -y
script: cmake . -Denable_tests=ON -DCMAKE_BUILD_TYPE=Debug && make && make te... | language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qt5-default -y
- wget http://www.cmake.org/files/v3.0/cmake-3.0.2-Linux-i386.tar.gz
- tar xzf cmake-3.0.2-Linux-i386.tar.gz
script: ./cmake-3.0.2-L... | Update Travis script with CMake 3.0.2. | Update Travis script with CMake 3.0.2.
It is required for Qt to be properly recognized as a system library (and
thus not to be included in the compiler warnings).
| YAML | mit | Neki/bomberman,Neki/bomberman |
ed3c9295dd74a50786bd1b1978ad45e99900b6a4 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
before_install:
- sudo deb http://ppa.launchpad.net/chris-lea/protobuf/ubuntu precise main
- sudo deb-src http://ppa.launchpad.net/chris-lea/protobuf/ubuntu precise main
- sudo apt-get update
- sudo apt-get install protobuf -y
- ./src/main/sh/generate_toolchains.sh
- mvn --t... | language: java
jdk:
- openjdk7
before_install:
- sudo add-apt-repository ppa:chris-lea/protobuf -y
- sudo apt-get update
- sudo apt-get install protobuf-compiler=2.5.0-1chl1~precise1 -y
- ./src/main/sh/generate_toolchains.sh
- mvn --toolchains toolchains.xml --file plugin/pom.xml install
install: mvn --too... | Make Travis CI work, take 7 | Make Travis CI work, take 7 | YAML | apache-2.0 | jsilland/piezo,jsilland/piezo |
3a4cd7d20754ee6ac9ee480a20e59d8368b6a065 | .travis.yml | .travis.yml | language: ruby
script: script/test
rvm:
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
gemfile:
- gemfiles/5.2.gemfile
- gemfiles/6.0.gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/6.0.gemfile
- rvm: 2.4.7
gemfile: gemfiles/6.0.gemfile | language: ruby
script: script/test
rvm:
- 2.3.8
- 2.4.8
- 2.5.7
- 2.6.5
- 2.7.0
gemfile:
- gemfiles/5.2.gemfile
- gemfiles/6.0.gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/6.0.gemfile
- rvm: 2.4.7
gemfile: gemfiles/6.0.gemfile
| Add Ruby 2.7 to Travis | Add Ruby 2.7 to Travis
| YAML | mit | Nedomas/zapata,Nedomas/zapata,Nedomas/zapata,Nedomas/zapata |
c5a75048f0820bbd8fc6fed5c657bdc0a3eebfe3 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- 4.2
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX='g++-4.8'
- npm install -g npm
| ---
sudo: required
dist: trusty
language: node_js
node_js:
- 4.2
before_install:
- npm install -g npm
| Update to Trusty on Travis CI | Update to Trusty on Travis CI
| YAML | mit | vinsonchuong/eslint-defaults |
a31fa29f891f471a071cc4cb0036cbeb178b63a8 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
addons:
apt:
sources:
- libicu-dev
script: bundle exec rake
gemfile:
- gemfiles/rails_5.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_3.gemfile
rvm:
- 2.3.1
- 2.2.5
- 2.1
- 2.0
- ruby-head
matrix:
fast_finish: true
allow_failures:
... | language: ruby
sudo: false
cache: bundler
addons:
apt:
sources:
- libicu-dev
script: bundle exec rake
gemfile:
- gemfiles/rails_5.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_3.gemfile
rvm:
- 2.3.1
- 2.2.5
- 2.1
- 2.0
- ruby-head
matrix:
fast_finish: true
allow_failures:
... | Exclude impossible builds to save CPU time | Exclude impossible builds to save CPU time
| YAML | mit | gjtorikian/html-pipeline,jch/html-pipeline,gjtorikian/html-pipeline,jch/html-pipeline |
e24eb9bbae9543d0f1bc47d6f7bbc8f330a95c71 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7.10.0"
install: "npm install"
script: "npm run-script test-cover"
| language: node_js
node_js:
- "8.5.0"
install: "npm install"
script: "npm run-script test-cover"
| Upgrade node version to 8.5 | Upgrade node version to 8.5 | YAML | mit | beny78/qwebs,BenoitClaveau/qwebs,beny78/qwebs,BenoitClaveau/qwebs |
ee2060cb2ed904ba5803b2abbbdef8babdee9c83 | .travis.yml | .travis.yml | ---
language: python
python: "2.7"
sudo: required
services:
- docker
install:
- pip install ansible docker-py
- pip install molecule --pre
script:
- molecule test
| ---
language: python
python: "2.7"
sudo: required
services:
- docker
install:
- pip install ansible docker-py
- pip install molecule --pre
script:
- molecule test
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
| Add webhook for Ansible Galaxy to Travis | Add webhook for Ansible Galaxy to Travis
| YAML | mit | VanJanssen/neovim.ansible |
6f79f373695e63f3b74475dd10ea1625b4e21068 | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"... | ---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"... | Remove development gems for acceptance tests | Remove development gems for acceptance tests | YAML | apache-2.0 | petems/petems-hyperic_agent,petems/petems-hyperic_agent,petems/petems-hyperic_agent |
d55059d333b6e21c7823ee6f5cda1427919d18bf | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
git:
submodules: false
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
script:
- make test-coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: c
compiler:
- gcc
- clang
git:
submodules: false
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
- pip install --user cpp-coveralls
script:
- make test-coverage
after_success:
- coveralls
| Send coverage information to coveralls.io | Send coverage information to coveralls.io
| YAML | bsd-3-clause | adolfopa/cstow |
02efa66778c7f66a801e32747ce851bbe6cb0036 | .travis.yml | .travis.yml | language: cpp
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install python3-pip... | language: cpp
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install python3-dev... | Revert part of CI cleanup. | Revert part of CI cleanup.
| YAML | apache-2.0 | grandquista/ReQL-Core,grandquista/ReQL-Core,grandquista/ReQL-Core,grandquista/ReQL-Core |
c7f3dd848e0b8cf5a49b29bb2ae96ea57b7cde01 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
env:
matrix:
- RAILS_VERSION='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.1.0'
- RAILS_VERSION='~> 5.2.x'
- RAILS_VERSION='~> 6.0.0.beta3'
matrix:
... | language: ruby
cache: bundler
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
env:
matrix:
- RAILS_VERSION='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.1.0'
- RAILS_VERSION='~> 5.2.0'
- RAILS_VERSION='~> 6.0.0'
matrix:
excl... | Test with Ruby 2.7 in CI | Test with Ruby 2.7 in CI
* Remove obsolete sudo: false
* Cache bundler
* Relax Ruby versions a bit | YAML | mit | jhawthorn/discard,jhawthorn/discard |
807d06a89e36e3a22f14578124387ac10bcb72da | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.4.19
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.7.4
- REST_FRAMEWORK_VERSION=3.0.5
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.7.4
- python: "3.2"
env: DJANGO_VERSION=1.4.19
- ... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.4.19
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.7.4
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.7.4
- python: "3.2"
env: DJANGO_VERSION=1.4.19
- python: "3.3"
env: DJANGO_V... | Remove rest framework version from build matrix | Remove rest framework version from build matrix
| YAML | bsd-2-clause | JamesRitchie/django-rest-framework-sav |
98211c4971d71e6273f3dfe620b721799c06f901 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- parallel
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- rm -f ~/.phpenv/versions/$(php... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
addons:
apt:
packages:
- parallel
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- rm -f ~/.phpenv/versions/$(php... | Disable TLS in 5.3.3 build as openssl is missing | Disable TLS in 5.3.3 build as openssl is missing
| YAML | mit | gencer/composer,vdm-io/composer,localheinz/composer,dzuelke/composer,hirak/composer,yaman-jain/composer,floverdevel/composer,naderman/composer,staabm/composer,jreinke/composer,SpacePossum/composer,davidolrik/composer,MoT3rror/composer,milleruk/composer,alcohol/composer,curry684/composer,pierredup/composer,stof/composer... |
3e065d7d34f9606e34c0522642555c8613a09e21 | .travis.yml | .travis.yml | osx_image: xcode7.2
language: objective-c
install: bundle install --without=documentation
script:
- xcodebuild build test -project SPTDataLoader.xcodeproj -scheme SPTDataLoader -sdk iphonesimulator ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES
after_success: ./slather.sh
| osx_image: xcode7.2
language: objective-c
before_install:
- bundle install --without=documentation
script:
- xcodebuild build test -project SPTDataLoader.xcodeproj -scheme SPTDataLoader -sdk iphonesimulator ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES
after_success: ./slather.sh
| Change to install CI dependencies on before_install | Change to install CI dependencies on before_install
- This is the override point to use, according to Travis-CI’s
documentation, when installing dependencies.
| YAML | apache-2.0 | iOSCowboy/SPTDataLoader,iOSCowboy/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader |
0fc971c3efb1b258a58a698237f24f797f735dc3 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- LARAVEL_VERSION=""
- LARAVEL_VERSION="5.5"
- LARAVEL_VERSION="5.6"
- LARAVEL_VERSION="5.7"
install:
- composer self-update --snapshot
- travis/laravel.php
- composer update
script:
- vendor/bin/phpunit
... | language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- php: nightly
env:
- LARAVEL_VERSION=""
- LARAVEL_VERSION="5.5"
- LARAVEL_VERSION="5.6"
- LARAVEL_VERSION="5.7"
install:
- composer self-update --snapshot
- travis/laravel.php
- composer update
script:
- vendor/bin/... | Add support for PHP 7.3 | Add support for PHP 7.3
| YAML | apache-2.0 | duncan3dc/blade,duncan3dc/blade |
5266abc1a079aa5abced226fd829e2b14d88c03b | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.11
- 0.10
service_name: travis-pro
repo_token: vXIJXxzcAcgTBv2hE1CkgwPGy20Hsl11I
| language: node_js
node_js:
- iojs
- 0.12
- 0.10
| Add iojs and remove .11 | Add iojs and remove .11
| YAML | bsd-2-clause | motdotla/dotenv,motdotla/dotenv,motdotla/dotenv,galenandrew/dotenv |
79f1dcfbae1c6a659f9a08590e06e9f5f620f3c3 | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- tip
| language: go
go:
- 1.2
- 1.3
- 1.4
| Add go 1.4 to CI | Add go 1.4 to CI
| YAML | mit | winlinvip/queue,zj8487/queue,AndreasBriese/queue,gammazero/queue,eapache/queue |
596db07ee03c2e65b5aa70e90237491925a5a032 | .travis.yml | .travis.yml |
language: csharp
solution: ChamberLib.sln
addons:
apt:
packages:
- nunit-console
script:
- nuget restore ChamberLib.sln
- xbuild /p:Configuration=Debug ChamberLib.sln
- nunit-console ./ChamberLibTests/bin/Debug/ChamberLibTests.dll
branches:
only:
- master
|
language: csharp
solution: ChamberLib.sln
sudo: false
addons:
apt:
packages:
- nunit-console
script:
- nuget restore ChamberLib.sln
- xbuild /p:Configuration=Debug ChamberLib.sln
- nunit-console ./ChamberLibTests/bin/Debug/ChamberLibTests.dll
branches:
only:
- master
| Set sudo to false for container-based builds. | Set sudo to false for container-based builds.
| YAML | lgpl-2.1 | izrik/ChamberLib,izrik/ChamberLib,izrik/ChamberLib |
9e1193f50cc16c25350af53f3184804e82174018 | recipes/libibverbs-devel-cos6-x86_64/meta.yaml | recipes/libibverbs-devel-cos6-x86_64/meta.yaml | package:
name: libibverbs-devel-cos6-x86_64
version: 1.1.8
source:
- url: http://mirror.centos.org/centos/6.10/os/x86_64/Packages/libibverbs-devel-1.1.8-4.el6.x86_64.rpm
sha256: 4ab179fbc789865520708ece24b456a1ff78057827b3333fc31e77ea2227bb81
folder: binary
build:
number: 0
noarch: generic
missing... | package:
name: libibverbs-devel-cos6-x86_64
version: 1.1.8
source:
- url: http://mirror.centos.org/centos/6.10/os/x86_64/Packages/libibverbs-devel-1.1.8-4.el6.x86_64.rpm
sha256: 4ab179fbc789865520708ece24b456a1ff78057827b3333fc31e77ea2227bb81
folder: binary
build:
number: 0
noarch: generic
missing... | Add myself as a maintainer | Add myself as a maintainer
| YAML | bsd-3-clause | goanpeca/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,SylvainCorlay/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,petrushy/staged-recipes,ReimarBauer/staged-reci... |
732296ba2bd1db87b599e340c5e920f8b11f4464 | .travis.yml | .travis.yml | os: linux
dist: bionic
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
key_url: 'https://dl.google.com/linux/linux_signing_key.pub'
packages:
- google-chrome-stable
services:
- xvfb
language: node_js
node_js:
- "10"
script:... | os: linux
dist: bionic
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
key_url: 'https://dl.google.com/linux/linux_signing_key.pub'
packages:
- google-chrome-stable
services:
- xvfb
language: node_js
node_js:
- "10"
script:... | Switch language in Codacy coverage reporting | Switch language in Codacy coverage reporting
Suggested by Codacy support to match the file type in use.
| YAML | isc | textbook/salary-stats,textbook/salary-stats,textbook/salary-stats,textbook/salary-stats |
a5685347356eeb2b2c4966e0084695533d8804ec | .travis.yml | .travis.yml | language: python
dist: trusty
group: edge
before_install:
- pip install wxPython
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install .
matrix:
include:
- python: "2.7"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- pip install ro... | language: python
dist: trusty
group: edge
before_install:
# In normal circunstances we would just do "pip install wxPython"
- pip install https://wxpython.org/Phoenix/snapshot-builds/linux/gtk3/ubuntu-14.04/wxPython-4.0.0a3.dev3059+4a5c5d9-cp27-cp27mu-linux_x86_64.whl
install:
- pip install -r requirements.txt
... | Install from WHEEL instead of building wxPython :D (now with correct Python and Ubuntu version :o ) | Install from WHEEL instead of building wxPython :D
(now with correct Python and Ubuntu version :o )
| YAML | apache-2.0 | HelioGuilherme66/RIDE,HelioGuilherme66/RIDE,robotframework/RIDE,robotframework/RIDE,robotframework/RIDE,HelioGuilherme66/RIDE,robotframework/RIDE,HelioGuilherme66/RIDE |
3257a06b4e25ba83348ca2328de6042391186e65 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "5"
- "4"
| language: node_js
node_js:
- "node"
- "8"
- "7"
- "6"
- "5"
- "4"
| Add Node 6,7,8 and latest to CI | chore: Add Node 6,7,8 and latest to CI
| YAML | mit | mradionov/eslint-plugin-disable |
818b83518771ce6879b708d7443adc38ce49d68f | .travis.yml | .travis.yml | language: python
python:
- "2.7"
#- "3.2"
#- "3.3"
- "3.4"
- "3.5"
#- "3.6"
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-dev libatlas-dev libblas-dev build-essential python-scipy
before_install:
- if ... | language: python
python:
- "2.7"
#- "3.2"
#- "3.3"
- "3.4"
- "3.5"
- "3.6"
notifications:
email: false
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq python-dev gfortran liblapack-dev libatlas-dev libblas-dev build-essential python-scipy
before_install:
- if [... | Add Python 3.6 to TravisCI tests | Add Python 3.6 to TravisCI tests
| YAML | mit | crcollins/molml |
bedc42a16c22330a8b8233652831cdb8910750c5 | .travis.yml | .travis.yml | before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfftw3-dev
- gem install bundler
language: ruby
rvm:
- "2.2.10"
- "2.3.8"
- "2.4.5"
- "2.5.3"
| before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfftw3-dev
language: ruby
cache: bundler
os:
- linux
rvm:
- "2.2.10"
- "2.3.8"
- "2.4.5"
- "2.5.3"
| Update Travis criteria based on recent example | Update Travis criteria based on recent example
| YAML | mit | neilslater/convolver,neilslater/convolver |
cfb0b6ec9f8530f45f103568b8d95b842b589e7c | .travis.yml | .travis.yml | language: python
# command to install dependencies
install: "pip install -r requirements.txt"
# command to check for syntax errors
before_script: "python -m compileall -f ."
# command to run tests
script: "python -m unittest discover"
| language: python
# command to install dependencies
install: "pip install -r requirements.txt"
# command to check before build
before_script:
- "python -m compileall -f ."
- "python -m unittest discover"
# build nothing right now
script: "true"
| Move tests before build step | Move tests before build step
Closes #94
| YAML | agpl-3.0 | alexm/mailtoticket,aaguilera/mailtoticket,UPC/mailtoticket,UPC/mailtoticket,jaumemoral/mailtoticket,jaumemoral/mailtoticket,alexm/mailtoticket,aaguilera/mailtoticket |
a209c6f4569c66698efa0edf90a5d4fc700b6cca | .travis.yml | .travis.yml | language: go
go:
- 1.2
- tip
script:
- go test -cover ./...
branches:
only:
- master
| language: go
go:
- 1.2
- tip
branches:
only:
- master
| Fix broken Travis CI config | Fix broken Travis CI config
| YAML | mit | tchap/go-exchange |
194a0e3686796ed78b11604a6c5384974adeb8e4 | .travis.yml | .travis.yml | sudo: false # Explicitly use container-based infrastructure
language: go
go:
- 1.6
env:
global:
- BUILDER_VERSION=0.11.0
matrix:
- TEST_SUITE=unit
- TEST_SUITE=integration
cache:
directories:
- ./builder-cache
notifications:
email: false
before_install:
... | sudo: false # Explicitly use container-based infrastructure
language: go
go:
- 1.6
env:
global:
- BUILDER_VERSION=0.11.0
matrix:
- TEST_SUITE=unit
- TEST_SUITE=integration
cache:
directories:
- ./builder-cache
notifications:
email: false
before_install:
... | Add test for encrypted files existence to build | Add test for encrypted files existence to build
| YAML | apache-2.0 | giantswarm/inago,giantswarm/inago,giantswarm/inago,giantswarm/inago,giantswarm/inago |
36cbfd4bad8c3f534c8cb13f9ddbc463e1c44ef5 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
script:
- cargo test --all
cache: cargo
matrix:
include:
- rust: nightly-2018-01-13
env:
- CLIPPY_VERSION=0.0.179
before_script:
- rustup component add rustfmt-preview
- cargo install clippy --version $CLIPPY_VERSION || echo "clippy al... | language: rust
rust:
- stable
- beta
script:
- cargo test --all
cache: cargo
matrix:
include:
- rust: nightly-2018-04-03
env:
- CLIPPY_VERSION=0.0.191
before_script:
- rustup component add rustfmt-preview
- cargo install clippy --version $CLIPPY_VERSION || echo "clippy al... | Upgrade nightly for latest Rocket | Upgrade nightly for latest Rocket
| YAML | apache-2.0 | djc/askama,djc/askama,djc/askama |
5e06dd81bef2c685f255714a5df8fe34288888cf | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.10"
before_install:
- wget -qO- https://raw.githubusercontent.com/xtuple/nvm/master/install.sh | sudo bash
- sudo nvm install 5.10
- sudo nvm use 5.10
- sudo node --version
- sudo npm --version
| language: node_js
node_js:
- "5.10"
| Remove experimental Travis CI config | Remove experimental Travis CI config
| YAML | mit | epsitec-sa/electrum |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.