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
80bd89dc672a88dc7e5cf1b06556522259c2dd37
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 - openjdk11 sudo: required before_install: - sudo apt-get -qq update || echo no sudo apt-get - sudo apt-get install -y libwebkitgtk-3.0-0 || echo no sudo apt-get before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start || echo No X11 - sleep 3 script: - mvn i...
language: java jdk: - oraclejdk8 - openjdk11 sudo: required before_install: - sudo apt-get -qq update || echo no sudo apt-get - sudo apt-get install -y libwebkitgtk-3.0-0 || echo no sudo apt-get before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start || echo No X11 - sleep 3 script: - mvn i...
Test only ko-archetype-test for now
Test only ko-archetype-test for now
YAML
mit
dukescript/maven-archetypes,dukescript/maven-archetypes,dukescript/maven-archetypes
2baed5b42b97a6dccd59a6a636fc3eab627f89f5
.travis.yml
.travis.yml
language: go # Versions of go that are explicitly supported. go: - 1.13 - 1.11 - 1.8 - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -coverprofile=...
language: go # Versions of go that are explicitly supported. go: - 1.15 - tip # Required for coverage. before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - go build -a -v ./... - diff <(gofmt -d .) <("") - go test -v -covermode=count -coverprofile=coverage.out -...
Update go version for Travis
Update go version for Travis
YAML
bsd-3-clause
grafov/kiwi
a2a2196e6243aca67eccefb2da617d4e17849615
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10"
language: node_js node_js: - "5.0" - "4.1" - "4.0" - "0.12" - "0.11" - "iojs"
Add Travis tests for 4.0, 5.0 and iojs
Add Travis tests for 4.0, 5.0 and iojs
YAML
mit
BlackDice/lill
966536f994808c7e58dd48275d73364b5d8c6490
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
sudo: false language: node_js node_js: - "0.11" - "0.10" - "0.12" - iojs before_install: - npm update -g npm - npm install -g bob coveralls --loglevel error script: - bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Add 0.12 and iojs to CI run.
Add 0.12 and iojs to CI run.
YAML
mit
cliffano/generator-bob
89298c62778db9776a6a49fdb075b1d941fce061
.travis.yml
.travis.yml
language: python # Supported CPython versions: # https://en.wikipedia.org/wiki/CPython#Version_history python: - 2.7 - 3.6 sudo: false install: - pip install pycodestyle pyflakes - pip install -r requirements.txt - npm install svgexport -g - wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages-365...
language: python # Supported CPython versions: # https://en.wikipedia.org/wiki/CPython#Version_history python: - 2.7 - 3.6 sudo: false install: - pip install pycodestyle pyflakes - pip install -r requirements.txt - npm install svgexport -g script: # Unit tests - python test_utils.py # Static analysis - py...
Test more: call build.sh which calls generate.py
Test more: call build.sh which calls generate.py
YAML
bsd-2-clause
hugovk/drop-python,hugovk/drop-python,hugovk/drop-python
fffa2b57a20b530d4d61ff31ef6e72e2014d8045
.travis.yml
.travis.yml
language: java sudo: false jdk: - openjdk7 - oraclejdk8 cache: directories: - '$HOME/.m2/repository' install: /bin/true
language: java sudo: false jdk: - oraclejdk8 cache: directories: - '$HOME/.m2/repository' install: /bin/true
Remove JDK 7 from CI testing
Remove JDK 7 from CI testing
YAML
apache-2.0
tdunning/t-digest,tdunning/t-digest
53c74867bcb0711d5d47b54943c9b76eece67317
.travis.yml
.travis.yml
before_install: - sudo apt-get install libicu-dev # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm language: node_js node_js: - "0...
before_install: - sudo apt-get install libicu-dev # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm - npm i -g npm language: node_j...
Upgrade npm for nodejs 0.8
Upgrade npm for nodejs 0.8
YAML
apache-2.0
xmpp-ftw/xmpp-ftw-mam
519e06f06b4e2a8b563c39b8c0c0a6412d988438
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: 3.6 env: - TOXENV=py36 - TOXENV=py35 - TOXENV=py34 - TOXENV=flake8 # Install tox; this is used to run tests under multiple interpreters install: pip install -U tox # in each Travis 'env' delegate to one tox 'testenv' script: tox -...
# Config file for automatic testing at travis-ci.org language: python python: - 3.6 - 3.5 - 3.4 install: - pip install pytest # Run pytest under each interpreter script: - py.test # Add a job to run flake8 jobs: include: - env: NAME=flake8 python: 3.6 install: pip install flake8 s...
Reconfigure Travis not to use tox
Reconfigure Travis not to use tox
YAML
mit
lordmauve/adventurelib
0af12f74ae882c777bceb51ccb3649050f2924f7
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 script: mvn package before_deploy: - mkdir deploy - cp iupload-war/target/iupload*.war deploy/ deploy: provider: s3 access_key_id: AKIAJVZNZT5TTB2Y4BNA secret_access_key: secure: FLV4Zf11wjfEIMgVjiIvx8Q0IUZqxLspcwAZRu9tROby79vs8mKC/eEfgq+VIGKaLTL+U6bA6i9Dp6N...
language: java jdk: - oraclejdk7 script: mvn package before_deploy: - mkdir deploy - cp iupload-war/target/iupload*.war deploy/ deploy: provider: s3 access_key_id: AKIAJVZNZT5TTB2Y4BNA secret_access_key: secure: FLV4Zf11wjfEIMgVjiIvx8Q0IUZqxLspcwAZRu9tROby79vs8mKC/eEfgq+VIGKaLTL+U6bA6i9Dp6N...
Change AWS account and S3 bucket for deployment (fix encrypted secret key)
Change AWS account and S3 bucket for deployment (fix encrypted secret key)
YAML
apache-2.0
indeedeng/iupload,indeedeng/iupload,indeedeng/iupload
a929ebfeffdaa2da1383e922b3b475513cbb4b14
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 before_script: - composer install - pear install --alldeps PHP_CodeSniffer - phpenv rehash - git clone git://github.com/opensky/Symfony2-coding-standard.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/Symfony2 - phpcs --standard=Symfony2 --ignore=/vendor ./ scrip...
language: php php: - 5.4 - 5.5 - 5.6 before_script: - composer install - pear install --alldeps PHP_CodeSniffer - phpenv rehash - git clone git://github.com/opensky/Symfony2-coding-standard.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/Symfony2 - phpcs --standard=Symfony2 --ignore=/vendor ....
Add PHP version 5.6 to Travis config
Add PHP version 5.6 to Travis config
YAML
mit
fre5h/DoctrineEnumBundle
4017767ac322f33367f46a430f7a458d86114626
.travis.yml
.travis.yml
language: python addons: apt: packages: - nautilus - libglib2.0-bin env: global: - TEST_DEPS="qtconsole notebook pytest" matrix: include: - env: export PYTHON_VERSION=3.7 python: 3.7 - env: export PYTHON_VERSION=3.7; CONDA=true - env: export PYTHON_VERSION=3.6 python: 3.6 - env:...
language: python addons: apt: packages: - nautilus - libglib2.0-bin env: global: - TEST_DEPS="qtconsole notebook pytest" matrix: include: - env: export PYTHON_VERSION=3.7 python: 3.7 - env: export PYTHON_VERSION=3.7; CONDA=true - env: export PYTHON_VERSION=3.6 python: 3.6 - env:...
Check if gio is available.
Check if gio is available.
YAML
bsd-3-clause
hyperspy/start_jupyter_cm
59cd0776aefe77c9fdbb2f06f18ab92dcecd84c5
.travis.yml
.travis.yml
sudo: required language: rust cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: stable - rust: nightly addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev - cmake sources: - kalakris-cmake before_s...
sudo: required language: rust cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev - cmake sources: - kalakris-cmake before_script: - rustup c...
Revert "Travis CI: Allow failures for stable"
Revert "Travis CI: Allow failures for stable" This reverts commit 76a0f56647623ea5ac4f7a793d2f186e0aef52f0. Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36edfe7174db39a6b891@ossystems.com.br>
YAML
mpl-2.0
UpdateHub/updatehub
8f3f96015d8dcef2a8f0d3f565797a712d7af093
.travis.yml
.travis.yml
script: "rake ci:build" rvm: - 1.8.6 - 1.8.7 - 1.9.1 - 1.9.2 - ree - rbx - jruby
script: "rake ci:build" rvm: - 1.8.7
Build just 1.8.7 for now.
Build just 1.8.7 for now.
YAML
mit
davidbebb/vcr,nishanbose/vcr,chriswoodrich/vcr,irfanah/vcr,travis-repos/vcr,intfrr/vcr,Shopify/vcr,allyapp/vcr,ZmagoD/vcr,myronmarston/vcr,chriswoodrich/vcr,benjaminoakes/vcr,asymmetric/vcr,cemo/vcr,davidbebb/vcr,allyapp/vcr,myronmarston/vcr,ihassin/vcr,Shopify/vcr,nishanbose/vcr,cemo/vcr,mcfiredrill/vcr,mcfiredrill/vc...
02c5dfb8ff5a103b356571ce21912e2ddc426ac0
.travis.yml
.travis.yml
language: php matrix: include: - php: 7.0 - php: hhvm allow_failures: - php: hhvm before_script: - composer self-update - composer install --prefer-source script: - composer validate - ./vendor/bin/phing security:check - ./vendor/bin/phing sniff - ./vendor/bin/phing unit
language: php matrix: include: - php: 7.0 - php: 7.1 before_script: - composer self-update - composer install --prefer-source script: - composer validate - ./vendor/bin/phing security:check - ./vendor/bin/phing sniff - ./vendor/bin/phing unit
Change in Travis config: Remove hhvm, add PHP 7.1 to build matrix.
Change in Travis config: Remove hhvm, add PHP 7.1 to build matrix.
YAML
apache-2.0
bitExpert/disco
bdc74fb7231617942799811507b08b6dc75663de
.travis.yml
.travis.yml
sudo: required before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update - sudo apt-get install gcc-7 g++-7 script: - gcc-7 --version - mkdir -p builddir - cd builddir - cmake .. - make
sudo: required language: c++ compiler: - gcc-7 - gcc-8 before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update - sudo apt-get install gcc-7 g++-7 - sudo update-alternatives --set gcc /usr/bin/gcc-7 - sudo update-alternatives --set g++ /usr/bin/g++-7 script: - gc...
Include PPA without user input
Include PPA without user input
YAML
mit
Kronuz/Xapiand,Kronuz/Xapiand,Kronuz/Xapiand,Kronuz/Xapiand,Kronuz/Xapiand,Kronuz/Xapiand
01e0a9024fdf8939b34a83225c5d6b65b6f489bf
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "6" - "5" - "4" sudo: false env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
language: node_js node_js: - "8" - "7" - "6" - "5" - "4" sudo: false env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Add Node 8 to Travis CI suite.
Add Node 8 to Travis CI suite.
YAML
mit
Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,meteor/promise,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,meteor/promise,meteor/promise,Hansoft/meteor
c89ddac12487fe657f3cd60a1bad4b1d6e344ff8
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" - "node"
language: node_js node_js: - "4" - "6" - "7" - "node" matrix: fast_finish: true allow_failures: - node_js: "node"
Allow Node 8 to fail for now.
Allow Node 8 to fail for now. Currently, ember-cli@2.13 does not support Node 8 (via package.json engines field)
YAML
mit
glimmerjs/glimmer-application-pipeline,glimmerjs/glimmer-application-pipeline,glimmerjs/glimmer-application-pipeline
8bccccb3f6f7b7b47c6d4b8d24d933700ac0e989
.travis.yml
.travis.yml
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode11 # cache: cocoapods # podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=...
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage language: objective-c osx_image: xcode11 # cache: cocoapods # podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=...
Update iOS and device target
Update iOS and device target
YAML
mit
superpeteblaze/ScalingCarousel,superpeteblaze/ScalingCarousel
6a53ab10e2f5c8fe9976658f01448fea26de56cb
.travis.yml
.travis.yml
language: ruby script: bundle exec rake before_script: - psql -c 'create database scoped_search_test;' -U postgres - mysql -e 'create database scoped_search_test;' rvm: - 1.9.3 - 2.0.0 - 2.1.1 - ruby-head - jruby-19mode - jruby-head gemfile: - Gemfile.activerecord3 - Gemfile.activerecord40 - Gemfile....
language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.1 - ruby-head - jruby-19mode - jruby-head gemfile: - Gemfile.activerecord3 - Gemfile.activerecord40 - Gemfile.activerecord41 before_script: - psql -c 'create database scoped_search_test;' -U postgres - mysql -e 'create database scoped_search_...
Use the new build env on Travis
Use the new build env on Travis faster vms, more ram, more cpu, better boot times, no queue
YAML
mit
wvanbergen/scoped_search,wvanbergen/scoped_search,jlsherrill/scoped_search,lzap/scoped_search,johnpmitsch/scoped_search,johnpmitsch/scoped_search,lzap/scoped_search,jlsherrill/scoped_search
3a38c09d8ce5903ba351ee78e1cde61f5f529f87
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: - pip install jenkins-job-builder script: python setup.py test
language: python python: - "2.7" - "3.5" - "3.6" install: - pip install jenkins-job-builder script: python setup.py test
Drop support for Python 3.4 to fix CI builds
Drop support for Python 3.4 to fix CI builds This change "fixes" Travis CI failures on current HEAD of master: - https://travis-ci.com/github/ktdreyer/jenkins-job-wrecker/jobs/334483381 PyYAML used by JJB no longer supports Python 3.4. As it's old enough folks should migrate to a newer version anyway.
YAML
mit
ktdreyer/jenkins-job-wrecker
f8351bb5ecfaad53f5a3616c07df078664b45a47
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' sauce_connect: true before_install: npm install -g karma-cli before_script: npm install karma-sauce-launcher script: karma start karma.conf-sauce.js env: global: - NPM_CONFIG_PROGRESS="false"
language: node_js node_js: - '0.10' sauce_connect: true before_install: npm install -g karma-cli before_script: npm install karma-sauce-launcher script: karma start karma.conf-sauce.js env: global: - NPM_CONFIG_PROGRESS="false" cache: directories: - node_modules
Enable caching in Travis CI
Enable caching in Travis CI
YAML
mit
jamonserrano/jamon
ab3e21178ec0475ae219ef8acaaf6c1ca61111c8
.travis.yml
.travis.yml
language: php sudo: false php: [5.6, 7.0, 7.1, 7.2, 7.3] matrix: include: - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.3 dist: precise # Test against LTS versions - php: 7.2 env: SYMFONY_VERSION='^2' - php: 7.2 env: SYMFONY_VERSION='^3' # Test a...
language: php sudo: false php: [5.6, 7.0, 7.1, 7.2, 7.3] matrix: include: - php: 5.4 dist: trusty - php: 5.5 dist: trusty - php: 5.3 dist: precise # Test against LTS versions - php: 7.2 env: SYMFONY_VERSION='^2' - php: 7.2 env: SYMFONY_VERSION='^3' # Test a...
Change Travis to use phpunit from vendors
Change Travis to use phpunit from vendors The driver-testsuite package now depends on phpunit to force installing a version compatible with the driver testsuite.
YAML
mit
minkphp/MinkBrowserKitDriver
f10c390723217931daef58c7f1bd9873d37d7fb2
.travis.yml
.travis.yml
language: python before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 5 # give xvfb some time to start install: - pip install tox script: - tox env: - TOXENV=py26_django14 - TOXENV=py27_django16 - TOXENV=py33_django16 - TOXENV=py34_django16 - TOXENV=coverage notification...
language: python before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 5 # give xvfb some time to start install: - pip install tox script: - tox env: - TOXENV=py27_django14 - TOXENV=py27_django17 - TOXENV=py34_django17 - TOXENV=coverage notifications: email: false
Adjust test matrix for TravisCI
Adjust test matrix for TravisCI
YAML
bsd-3-clause
henriquechehad/django-image-cropping,winzard/django-image-cropping,henriquechehad/django-image-cropping,henriquechehad/django-image-cropping,winzard/django-image-cropping,winzard/django-image-cropping
8846118ad17753a5f8516ec649db62ef2b864e9f
.travis.yml
.travis.yml
language: scala scala: - 2.10.4 before_install: - sudo pip install --upgrade conda py4j - pip install --user codecov install: # Download spark 1.4.1 - "wget http://d3kbcqa49mib13.cloudfront.net/spark-1.4.1-bin-hadoop2.4.tgz || wget http://www.us.apache.org/dist/spark/spark-1.4.1/spark-1.4.1-bin-hadoop2.4.tgz |...
language: scala scala: - 2.10.4 before_install: - sudo pip install --upgrade conda py4j - pip install --user codecov install: # Download spark 1.4.1 - "wget http://d3kbcqa49mib13.cloudfront.net/spark-1.4.1-bin-hadoop2.4.tgz || wget http://www.us.apache.org/dist/spark/spark-1.4.1/spark-1.4.1-bin-hadoop2.4.tgz |...
Add coverage to sbt invocation
Add coverage to sbt invocation
YAML
apache-2.0
hellofresh/spark-testing-base,holdenk/spark-testing-base,jnadler/spark-testing-base,holdenk/spark-testing-base,jnadler/spark-testing-base,snithish/spark-testing-base,snithish/spark-testing-base,hellofresh/spark-testing-base,snithish/spark-testing-base,jnadler/spark-testing-base,holdenk/spark-testing-base,mahmoudhanafy/...
6cbeef64d39be82b8dd8d13ca1e77396289a8b33
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 script: - ./gradlew build - ./gradlew shadow - java -jar ./detekt-cli/build/libs/detekt-cli-*-all.jar --help - java -jar ./detekt-cli/build/libs/detekt-cli-*-all.jar -i . --baseline ./reports/baseline.xml -f ".*/test/.*,.*/resources/.*, .*/build/.*" -c ./detekt-cli/src/main/resour...
language: java jdk: oraclejdk8 script: - ./gradlew build - ./gradlew shadow - java -jar ./detekt-cli/build/libs/detekt-cli-*-all.jar --help - java -jar ./detekt-cli/build/libs/detekt-cli-*-all.jar -i . --baseline ./reports/baseline.xml -f ".*/test/.*,.*/resources/.*, .*/build/.*" -c ./detekt-cli/src/main/resour...
Use failfast configuration in CI
Use failfast configuration in CI
YAML
apache-2.0
rock3r/detekt,arturbosch/detekt,rock3r/detekt,Mauin/detekt,MyDogTom/detekt,Mauin/detekt,arturbosch/detekt,Mauin/detekt,Mauin/detekt,rock3r/detekt,arturbosch/detekt
06fd546828f33a9ce890a6164ff16f7ff9c0c970
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 before_install: gem install bundler git: depth: 1
language: node_js node_js: - "5.8.0" before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"
Update Travis CI configuration for node build
Update Travis CI configuration for node build
YAML
mit
mavenlink/brainstem-js
060739420294580ae7ca901709551de890c3f8af
.travis.yml
.travis.yml
language: rust rust: nightly script: - cargo build --verbose - cargo test --verbose - rustdoc --test README.md -L target - cargo doc
language: rust rust: nightly before_install: - sudo apt-get update -qq - sudo apt-get install -y libsodium-dev - sudo apt-get install -y libsqlite3-dev script: - cargo build --verbose - cargo test --verbose - rustdoc --test README.md -L target - cargo doc
Add installation of library dependencies
Add installation of library dependencies
YAML
apache-2.0
google/hat-backup,google/hat-backup,kbknapp/hat-backup
c2c7d39d4c5e6eec83ad23a8fed56e4d22847669
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" sudo: false before_script: - npm install -g codeclimate-test-reporter script: - npm run pretest - node ./test/build.js --coverage - node ./test/jasmine.js --coverage after_success: - codeclimate-test-reporter < ./test/coverage/lcov.info
language: node_js node_js: - "4.0.0" sudo: false before_script: - npm install -g codeclimate-test-reporter script: - npm run pretest - node ./test/build.js --coverage - node ./test/jasmine.js --coverage after_success: - codeclimate-test-reporter < ./test/coverage/lcov.info
Update Travis to node 4.0.0
Update Travis to node 4.0.0
YAML
apache-2.0
cgvarela/tungstenjs,wayfair/tungstenjs,wayfair/tungstenjs
3f8ff225ab69d5edc72b90a9701be36e57c3719d
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 - 0.8 - 0.6
language: node_js node_js: - "0.11" - "0.10" - "0.8" - "0.6"
Add TravisCI config for 0.11.
Add TravisCI config for 0.11.
YAML
mit
apaprocki/blpapi-node,jmptrader/blpapi-node,jmptrader/blpapi-node,jmptrader/blpapi-node,apaprocki/blpapi-node,bloomberg/blpapi-node,bloomberg/blpapi-node,bloomberg/blpapi-node,apaprocki/blpapi-node
bf907af53bb002ca3c6533014408625d73ae226f
.travis.yml
.travis.yml
language: node_js node_js: '0.12' sudo: false cache: directories: - node_modules
language: node_js node_js: '0.12' sudo: false cache: directories: - node_modules notifications: slack: secure: ezESiG7JnuSLZc2/PPhOvWUv5BHBCr+g86MsuLLw+S+zz3DUfzWHMQ1g5tUvkeSDTPmfEIX41EnPkaoWtsD3OGO0PGXgseAfA8+6Z4N1rICNZZrhXZB2s6UdwRK1e+0Jol4W3kHmt96BHyN2scLNgJYeWMgSJllVsuPhMTlKBZIXI9u540NH8Nxjl3f2WvoIg64Q1mZ...
Add Slack integration to Travis
Add Slack integration to Travis
YAML
bsd-3-clause
LLK/scratch-www,LLK/scratch-www
a6be1e4313947f417ed3d986b7cb77666f60f0be
.travis.yml
.travis.yml
language: node_js node_js: - 7.4.0 sudo: false notifications: email: on_success: never on_failure: change git: depth: 10 branches: only: - master env: global: - CC=clang - CXX=clang++ - npm_config_clang=1 matrix: include: - os: linux dist: trusty addons: apt: packa...
language: node_js node_js: - 7.4.0 sudo: false dist: trusty addons: apt: packages: - clang-3.3 - build-essential git: depth: 10 branches: only: - master env: global: - CC=clang - CXX=clang++ - npm_config_clang=1 notifications: email: on_success: never on_failure: change
Disable the macOS build on Travis
Disable the macOS build on Travis
YAML
mit
atom/watcher,atom/watcher,atom/watcher,atom/watcher,atom/watcher
7ac651acd05651b1accf45fc4310c83f773ab25c
.travis.yml
.travis.yml
language: php matrix: include: - php: 7.1 - php: 7.2 - php: 7.3 - php: nightly env: PHP_CS_FIXER_IGNORE_ENV=1 fast_finish: true allow_failures: - php: nightly before_install: phpenv config-rm xdebug.ini || true install: make install script: scripts/travis after_script: scripts/travis-aft...
language: php matrix: include: - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.4snapshot - php: nightly env: PHP_CS_FIXER_IGNORE_ENV=1 fast_finish: true allow_failures: - php: nightly before_install: phpenv config-rm xdebug.ini || true install: make install script: scripts/travis after_scr...
Add PHP 7.4 CI build
Add PHP 7.4 CI build
YAML
mit
eloquent/phony,eloquent/phony,eloquent/phony,eloquent/phony
56d096d2495a17a8d3e2806c567a3fec07adb283
.travis.yml
.travis.yml
# Available ruby versions: http://rubies.travis-ci.org/ language: ruby sudo: false os: - linux - osx rvm: - "2.1" # latest 2.1.x - "2.2.10" - "2.3.8" - "2.4.6" - "2.5.5" - "2.6.3" - "ruby-head" - "jruby-9.1.9.0" - "jruby-head" cache: bundler script: - bundle exec rake test - bundle exec r...
# Available ruby versions: http://rubies.travis-ci.org/ language: ruby sudo: false os: - linux - osx rvm: - "2.1" # latest 2.1.x - "2.2.10" - "2.3.8" - "2.4.6" - "2.5.5" - "2.6.3" - "ruby-head" - "jruby-9.1.9.0" - "jruby-head" cache: bundler script: - bundle exec rake test - bundle exec r...
Use bundler 1.x in tests.
Use bundler 1.x in tests.
YAML
mit
rest-client/rest-client
cd774d7a0df3eebc3c72381437c0f4b85f44adac
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.4 - 5.3 before_script: - composer install --dev --no-interaction script: - mkdir -p ./build/logs - ./vendor/bin/phpunit after_script: - php ./vendor/bin/coveralls.php
language: php php: - 5.5 - 5.4 - 5.3 before_script: - composer install --dev --no-interaction script: - mkdir -p ./build/logs - ./vendor/bin/phpunit after_script: - php ./vendor/bin/coveralls
Fix bin path to php-coveralls.
Fix bin path to php-coveralls.
YAML
mit
zomble/pluralize
46b8b38bbe2c79e913eb17ce0e805702efd033c6
.travis.yml
.travis.yml
language: cpp compiler: - clang - gcc env: - BUILD_TYPE=Debug - BUILD_TYPE=Release install: - cmake -HSML -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE - cd build - make - cd .. script: - cd build - ctest -V
language: cpp compiler: - clang - gcc env: - BUILD_TYPE=Debug - BUILD_TYPE=Release install: - cmake -HSML -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_WITH_EIGEN=on - cd build - make - cd .. script: - cd build - ctest -V
Update Travis CI script to build tests.
Update Travis CI script to build tests.
YAML
mit
openastro/sml,astropnp/sml,kartikkumar/sml,astropnp/sml,ennehekma/sml,Stardust2013/sml,Stardust2013/sml,ennehekma/sml
7351f8af9b842439b001bcfd40b6caf75ab2a386
.travis.yml
.travis.yml
language: node_js notifications: email: false before_install: npm install npm@latest -g node_js: - "8" - "6" - "4" script: - npm run report-coverage
language: node_js notifications: email: false before_install: npm install npm@latest -g node_js: - "8" - "6" script: - npm run report-coverage
Drop official Node 4 support
Drop official Node 4 support
YAML
mit
calmm-js/karet.util
df6b998c1c96855982bf94679ef688465d6bab6f
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.3 cache: directories: - Carthage matrix: include: - env: ACTION=test:osx install: - gem install xcpretty - rake setup PLATFORM=macOS - env: ACTION=test:ios install: - gem install xcpretty - rake setup PLATFORM=iOS - ...
language: objective-c osx_image: xcode8.3 cache: directories: - Carthage matrix: include: - env: ACTION=test:osx install: - gem install xcpretty - rake setup PLATFORM=macOS - env: ACTION=test:ios install: - gem install xcpretty - rake setup PLATFORM=iOS - ...
Add xcode 9 build to matrix
Add xcode 9 build to matrix
YAML
mit
sharplet/Regex,sharplet/Regex,sharplet/Regex
53287bb04ab2d8322c88f200888535df26786092
.travis.yml
.travis.yml
language: node_js node_js: - '4.0' - '9.0' after_script: bash <(curl -s https://codecov.io/bash) deploy: - provider: npm skip_cleanup: true email: tituswormer@gmail.com api_key: secure: lQfUtgnBXsX+HZlwTRYdcvTEI1T/axHQWJaFESdSaDSUn4j2NzTQRq/L6zy6GPj1RW5j3qvRpINcatvLzaJWo7nnBb6x16tK1OYzszagdVIyYHLip9...
language: node_js node_js: - '4.0' - '9.0' after_script: bash <(curl -s https://codecov.io/bash) deploy: provider: releases skip_cleanup: true api_key: secure: P6zTOafeMF3tVmK/GdNZ1tnJH4sioRN3s0VWfCepazy7RGBd/Gv3eI4Vgg/N4Y9ulacCKqJYGJYbS+qOrJBTYpZU+bo5dL/ftN5YN5TjGApxA9/E/v84NGUXWVq2D5qDQBKyj5k7ykkpQDpD/41IxA...
Remove npm deployment from Travis
Remove npm deployment from Travis
YAML
mit
wooorm/mdast-yaml-config,wooorm/remark-yaml-config
da7f1d863d77f3a8a0359ff0cf791b0cbc59bcdf
.travis.yml
.travis.yml
sudo: required language: java jdk: openjdk8 services: - docker install: - mkdir /tmp/nextflow - cd /tmp/nextflow - wget -qO- get.nextflow.io | bash - sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow - cd ${TRAVIS_BUILD_DIR}/tests/ env: - CLFLAGS="" # Basic run - CLFLAGS="-r" # Ru...
sudo: required language: java jdk: openjdk8 services: - docker python: - "2.7" cache: pip matrix: fast_finish: true install: # Install Nextflow - mkdir /tmp/nextflow - cd /tmp/nextflow - wget -qO- get.nextflow.io | bash - sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow # Install nf-core/too...
Add nf-core testing to Travis config
Add nf-core testing to Travis config
YAML
mit
ewels/NGI-MethylSeq,ewels/NGI-MethylSeq,ewels/NGI-MethylSeq
8c97c8f682ad4052b32033fdb2509526bd5f5bf1
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: ./meta/install_devtools.sh # command to run tests script: ./static_tests.sh
sudo: false language: python python: - "2.7" # Install pip using apt addons: apt: packages: - python-pip # Install dependencies using pip install: - pip install autopep8 - pip install docformatter - pip install flake8 - pip install nose # TODO: Change this to 'pip install pycheker' once pycheke...
Upgrade Travis-CI to new infrastructure
Meta: Upgrade Travis-CI to new infrastructure The new Travis CI container-based infrastructure is faster and more powerful. The new infrastructure does not allows us to use sudo so need to make certain changes accordingly. Test plan: $ ./precommit.sh Ensure that builds pass on Travis with these set of changes. Fixe...
YAML
apache-2.0
bloomberg/phabricator-tools,cs-shadow/phabricator-tools,kjedruczyk/phabricator-tools,cs-shadow/phabricator-tools,aevri/phabricator-tools,aevri/phabricator-tools,bloomberg/phabricator-tools,kjedruczyk/phabricator-tools,kjedruczyk/phabricator-tools,cs-shadow/phabricator-tools,cs-shadow/phabricator-tools,aevri/phabricator...
d2801df6a8f681fe8736e1805a5715c2c2371aa9
.travis.yml
.travis.yml
language: python python: - '3.5' - '3.6' - '3.7' env: - HASS=0.96.5 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
language: python python: - '3.6' - '3.7' env: - HASS=0.96.5 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install homeassistant==$HASS script: - hass -c . --script check_config
Remove Python 3.5 from config checks in Travis CI (since its support is deprecated)
Remove Python 3.5 from config checks in Travis CI (since its support is deprecated)
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
943dfffafc982ed5fe0032d30ceb7ab7ff0e77a6
.travis.yml
.travis.yml
# Travis-CI configuration for Bioconductor packages # https://docs.travis-ci.com/user/languages/r language: r cache: packages r: - bioc-release - bioc-devel os: - linux - osx matrix: exclude: - os: osx r: bioc-devel # blocklist # branches: # except: # - develop # safelist # branches: # only:...
# Travis-CI configuration for Bioconductor packages # https://docs.travis-ci.com/user/languages/r language: r cache: packages r: - bioc-release - bioc-devel os: - linux - osx matrix: exclude: - os: osx r: bioc-devel # blocklist # branches: # except: # - develop # safelist # branches: # only:...
Enable Travis CI build caching
Enable Travis CI build caching
YAML
mit
steinbaugh/basejump,steinbaugh/seqcloudr,seqcloud/seqcloudR
513517e36a5823373bebb1b5e1f3c117fde21b32
.travis.yml
.travis.yml
language: objective-c osx_image: xcode9.2 branches: only: master script: travis_retry xcodebuild test -scheme 'JLRoutes-iOS' -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6,OS=8.4" -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" -destination "platform=iOS Simulator,name=iPhone 6...
language: objective-c osx_image: xcode9.2 branches: only: master script: travis_retry xcodebuild test -scheme 'JLRoutes-iOS' -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6,OS=8.4" -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" -destination "platform=iOS Simulator,name=iPhone 6...
Use 10.3.1 instead of 10.3
Use 10.3.1 instead of 10.3
YAML
bsd-3-clause
joeldev/JLRoutes
3ec305eb1fd4b9929e95f96395ef02735d0584c2
.travis.yml
.travis.yml
sudo: false language: go go: - 1.7.3 - 1.6.3 install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -v -repotoken $COVERALLS_TOKEN
sudo: false language: go go: - 1.7.3 - 1.6.3 install: - go get github.com/kardianos/govendor - go get github.com/mattn/goveralls - $HOME/gopath/bin/govendor sync script: - $HOME/gopath/bin/goveralls -v -repotoken $COVERALLS_TOKEN
Add vendoring tool to CI steps
Add vendoring tool to CI steps
YAML
apache-2.0
pavel-paulau/gcterm
48fed120449b2cb288a55489313ab2d13bc28b57
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" before_install: - pip install pytest pytest-cov - pip install coveralls - sudo apt-get install -y gfortran before_script: - cd tests script: - ./run_tests.sh after_success: - cd Qpyl - coveralls
language: python python: - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" before_install: - pip install -U pytest pytest-cov - pip install -U coveralls - sudo apt-get install -y gfortran before_script: - cd tests script: - ./run_tests.sh after_success: - cd Qpyl - coveralls
Fix for bug with incompatible pytest-cov version in Travis/py3.5.
Fix for bug with incompatible pytest-cov version in Travis/py3.5.
YAML
mit
mpurg/qtools,mpurg/qtools
a48d0da05df74cd21035a5c8ac92502598b51e95
.travis.yml
.travis.yml
sudo: required language: python python: - "2.7" before_install: - /bin/bash -c "cd /Nomad; cp shared/secrets.example.py shared/secrets.py; cp shared/jobmine.example.py shared/jobmine.py; cp shared/ratemycoopjob.example.py shared/ratemycoopjob.py;" install: - pip install -r requirements.txt - sudo python -m ...
sudo: required language: python python: - "2.7" before_install: - /bin/bash -c "cd /Nomad; cp shared/secrets.example.py shared/secrets.py; cp shared/jobmine.example.py shared/jobmine.py; cp shared/ratemycoopjob.example.py shared/ratemycoopjob.py;" install: - pip install -r requirements.txt - source ~/virtua...
Add virtualenv before download nltk data
Add virtualenv before download nltk data
YAML
mit
Mo-Talha/Nomad,Mo-Talha/Nomad,Mo-Talha/Nomad,Mo-Talha/Nomad
37bceebe55ef867ca6e4c77e209af4f3468c3558
.travis.yml
.travis.yml
language: python sudo: false cache: - pip python: - "2.7" - "3.5" env: - DJANGO_VERSION=1.10 - DJANGO_VERSION=1.11 install: - pip install -r requirements.txt - pip uninstall -y Django - pip install -q Django==$DJANGO_VERSION before_script: - psql -c 'create database calaccess_processed;' -U $USER - p...
language: python sudo: false cache: - pip python: - "2.7" - "3.5" env: - DJANGO_VERSION=1.10 - DJANGO_VERSION=1.11 install: - pip install -r requirements.txt - pip uninstall -y Django - pip install -q Django==$DJANGO_VERSION before_script: - psql -c 'create database calaccess_processed;' -U $USER - p...
Correct dir for settings files
Correct dir for settings files
YAML
mit
california-civic-data-coalition/django-calaccess-processed-data,california-civic-data-coalition/django-calaccess-processed-data
9e464f1518d8270b1f58673e9efa2104129ef972
.travis.yml
.travis.yml
sudo: required dist: xenial addons: apt: sources: - sourceline: 'ppa:ondrej/php' packages: - mysql-server services: - mysql stages: - test # - deploy language: node_js node_js: 10 cache: directories: - $HOME/haxe os: - linux # - osx env: - HAXE_VERSION=3.4.7 - HAXE_VERSI...
sudo: required dist: xenial addons: apt: sources: - sourceline: 'ppa:ondrej/php' packages: - mysql-server services: - mysql stages: - test # - deploy language: node_js node_js: 10 cache: directories: - $HOME/haxe os: - linux # - osx env: - HAXE_VERSION=latest - HAXE_VERS...
Disable haxe3 and php test for now
Disable haxe3 and php test for now
YAML
mit
haxetink/tink_sql
1fb54663816bb1b5191ad5ad83c07e6f7f38d56c
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 addons: postgresql: 9.4 before_script: - mvn versions:display-dependency-updates versions:display-plugin-updates - psql -c 'create database mtsar;' -U postgres - java -jar target/mtsar-*.jar db migrate environment.yml.travis - mvn clean env: - MTSAR_TEST_YAML=e...
sudo: false language: java jdk: - oraclejdk8 addons: postgresql: 9.4 before_script: - mvn versions:display-dependency-updates versions:display-plugin-updates - psql -c 'create database mtsar;' -U postgres - java -jar target/mtsar-*.jar db migrate environment.yml.travis - mvn clean env: - MTSAR_TEST_YAML=e...
Update JDK on Travis CI
Update JDK on Travis CI
YAML
apache-2.0
dustalov/mtsar,mtsar/mtsar,mtsar/mtsar,mtsar/mtsar,dustalov/mtsar,dustalov/mtsar
6eda322656b85672c1cd525d1115d8e6a7b00e13
.travis.yml
.travis.yml
osx_image: xcode7.2 language: objective-c sudo: false env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - bundle install --without=documentation script: - set -o pipefail - xcodebuild build test -project SPTDataLoader.xcodeproj -scheme SPTDataLoader -sdk iphonesimulator ONLY_ACTIVE...
osx_image: xcode7.2 language: objective-c sudo: false branches: only: - master env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 before_install: - bundle install --without=documentation script: - set -o pipefail - xcodebuild build test -project SPTDataLoader.xcodeproj -scheme SPTDataLoader -...
Change to only run push build for master
Change to only run push build for master
YAML
apache-2.0
spotify/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader,iOSCowboy/SPTDataLoader,iOSCowboy/SPTDataLoader
ccaec20c55b5b102bf9096d6e74a157ec53def28
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.1.7 - 2.2.3 - jruby-19mode - jruby-head - rbx-2 - ruby-head matrix: allow_failures: - rvm: jruby-19mode - rvm: jruby-head before_install: - gem update --system - gem install bundler -v 1.10.6 install: 'bundle' script: 'bundle exec rspec && bundle exec ruboco...
language: ruby rvm: - 2.2.3 - 2.5.1 - jruby-19mode - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-19mode - rvm: jruby-head before_install: - gem update --system - gem install bundler -v 1.10.6 install: 'bundle' script: 'bundle exec rake' notifications: email: - pedro.carri...
Tidy up Travis configuration accordingly
Tidy up Travis configuration accordingly
YAML
mit
forkbreak/fork_break
e0fdc80e0565c8d83eb20d74a85e2b10c8c83050
.travis.yml
.travis.yml
language: ruby notifications: email: true matrix: include: - rvm: 2.1.0
language: ruby cache: bundler notifications: email: true matrix: include: - rvm: 2.1.0
Make Travis faster by caching bundles
Make Travis faster by caching bundles More info at http://docs.travis-ci.com/user/caching/
YAML
mit
Fullscreen/squid,Fullscreen/squid
d36834bb2d99cdb835506291442c2c358c9197fb
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" env: - NODE_ENV=development before_install: - npm install -g npm - npm install -g nodemon - npm install -g grunt-cli - npm install -g bower - npm install -g codeclimate-test-reporter before_script: - bower install #addons: # code_climate: # repo_token: adf08323......
language: node_js node_js: - "0.12" env: - NODE_ENV=development before_install: - npm install -g npm - npm install -g nodemon - npm install -g grunt-cli - npm install -g bower - npm install -g codeclimate-test-reporter before_script: - bower install #addons: # code_climate: # repo_token: adf08323......
Send coverage information to Code Climate
Send coverage information to Code Climate
YAML
mit
Jbelmonte/docker-manager-ui,Jbelmonte/docker-manager-ui
9351e19a47ee3b04a3b77539e9f65a8699e0cefc
.travis.yml
.travis.yml
language: erlang notifications: email: false otp_release: - 17.3 - 17.1 - 17.0 install: true script: "make eunit && make ct-connect && make ct-roundtrip"
language: erlang notifications: email: false otp_release: - 17.5 - 17.4 - 17.3 - 17.1 install: true script: "make eunit && make ct-connect && make ct-roundtrip"
Remove 17.0 and add erlang 17.4 and 17.5
Remove 17.0 and add erlang 17.4 and 17.5
YAML
mit
bwegh/erwa,comtihon/erwa,comtihon/erwa,comtihon/erwa,ethrbh/erwa
82130ecce01292666b2b01b527f41442b22d16eb
.travis.yml
.travis.yml
sudo: required dist: trusty group: deprecated-2017Q4 language: go services: - docker addons: postgresql: "9.6" go: - 1.7.6 - 1.8.7 - 1.9.3 - 1.10.1 before_install: - ./script/check_formatting.sh - ./script/check_assets.sh install: - make setup script: - make build - make test - make test-...
sudo: required dist: trusty group: deprecated-2017Q4 language: go services: - docker addons: postgresql: "9.6" go: - 1.10.4 - 1.11 before_install: - ./script/check_formatting.sh - ./script/check_assets.sh install: - make setup script: - make build - make test - make test-all - make docker-r...
Update CI matrix to use latest 2 versions of go
Update CI matrix to use latest 2 versions of go
YAML
mit
sosedoff/pgweb,sosedoff/pgweb,sosedoff/pgweb,sosedoff/pgweb
7c791d48398c9443073190171ebf87e0d3b1877e
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 - ruby-head before_install: - gem update --system - gem install bundler -v 1.11.2
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.3 - 2.4.1 - ruby-head before_install: - gem update --system - gem install bundler -v 1.11.2
Update Ruby version on Travis CI
Update Ruby version on Travis CI
YAML
mit
emsk/romaji_cop,emsk/romaji_cop,emsk/romajic,emsk/romajic,emsk/romajic,emsk/romaji_cop
cd4d696e22b1630715c4abefc16c5496f7378675
.travis.yml
.travis.yml
language: ruby sudo: false before_script: - git config --global user.email "nobody@example.com" - git config --global user.name "Nobody Doe" script: bundle exec rspec env: global: TARA_DOWNLOAD_DIR="$HOME/.tara/downloads" cache: bundler: true directories: - $HOME/.tara/downloads matrix: include: - r...
language: ruby sudo: false before_script: - git config --global user.email "nobody@example.com" - git config --global user.name "Nobody Doe" script: bundle exec rspec env: global: TARA_DOWNLOAD_DIR="$HOME/.tara/downloads" cache: bundler: true directories: - $HOME/.tara/downloads matrix: include: - r...
Add v2.1.6 to Travis configuration
Add v2.1.6 to Travis configuration
YAML
bsd-3-clause
mthssdrbrg/tara,stenlarsson/tara
dcc915b5d77bf16a89a1f435d0fc9c321c66eaf8
.travis.yml
.travis.yml
language: python matrix: include: - python: "3.7" env: TOXENV=py37 - python: "3.8" env: TOXENV=py38 - python: "3.9" env: TOXENV=py39 - python: "3.10" env: TOXENV=py310 - python: pypy3 env: TOXENV=pypy3 - env: TOXENV=codestyle - env: TOXENV=lint - env: TOXE...
dist: focal language: python matrix: include: - python: "3.7" env: TOXENV=py37 - python: "3.8" env: TOXENV=py38 - python: "3.9" env: TOXENV=py39 - python: "3.10" env: TOXENV=py310 - python: pypy3 env: TOXENV=pypy3 - env: TOXENV=codestyle - env: TOXENV=lint ...
Build on Ubuntu 20.04 (Focal Fossa)
Build on Ubuntu 20.04 (Focal Fossa)
YAML
bsd-3-clause
john-kurkowski/tldextract
3ecc13ec966b899c17b7e28370d97d6771106efc
.travis.yml
.travis.yml
language: go before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover install: - mkdir -p "$GOPATH/src/google.golang.org" - mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/google.golang.org/grpc" script: - make test testrace - make coverage
language: go before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover install: - mkdir -p "$GOPATH/src/google.golang.org" - mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/google.golang.org/grpc" script: - make test testrace
Disable the code coverage checker.
Disable the code coverage checker. It's too noisy and not worth it. I don't like encouraging the code coverage game, wherein people write bad tests to get points. It's annoying to get a red X in the PR status when coverage dropped by 1 line or 0.4%. Good code review should be sufficient to verify we have both tests a...
YAML
bsd-3-clause
andreimatei/grpc-go,hugoz1234/grpc-go,peter-edge/grpc-go,dsymonds/grpc-go,menghanl/grpc-go,fuchsia-mirror/third_party-grpc-grpc-go,dfawley/grpc-go,rakyll/grpc-go,bradfitz/grpc-go,mpl/grpc-go,iamqizhao/grpc-go,hugoz1234/grpc-go,go4org/grpc,stanley-cheung/grpc-go,bradfitz/grpc-go,rakyll/grpc-go,menghanl/grpc-go,iamqizhao...
3079c6ec173742c772158cfe617a34876e8f2985
.travis.yml
.travis.yml
sudo: required services: - docker before_install: - docker pull adamryman/splunk-travis-ci:latest - docker run --hostname splunk -p 8089:8089 -d adamryman/splunk-travis-ci - docker ps -a - sudo apt-get update - sudo apt-get install curl - docker exec `docker ps ...
sudo: required services: - docker before_install: - docker pull adamryman/splunk-travis-ci:latest - docker images - docker run --hostname splunk -p 8089:8089 -d adamryman/splunk-travis-ci - docker ps -a - sudo apt-get update - sudo apt-get install curl -...
Add docker images to see sha
Add docker images to see sha
YAML
apache-2.0
adamryman/splunk-sdk-javascript,adamryman/splunk-sdk-javascript
8db56c5a854b4d64ced22c672fcbb1acd2c9109d
.travis.yml
.travis.yml
language: java sudo: false jdk: - openjdk8 install: - mvn clean test-compile -DskipTests=true -Dmaven.javadoc.skip=true --batch-mode -V after_success: - mvn coveralls:report --batch-mode - mvn -P enable-jacoco install jacoco:report --batch-mode - mvn -DskipTests=true verify before_cache: - rm -fr $HOME/...
language: java dist: xenial sudo: false jdk: - openjdk8 install: - mvn clean test-compile -DskipTests=true -Dmaven.javadoc.skip=true --batch-mode -V after_success: - mvn coveralls:report --batch-mode - mvn -P enable-jacoco install jacoco:report --batch-mode - mvn -DskipTests=true verify before_cache: - r...
Use Ubuntu 18.04 Xenial in TravisCI
Use Ubuntu 18.04 Xenial in TravisCI
YAML
mit
warden/jira-plugin,warden/jira-plugin
572ce5143efb6dcd6387489d5ee4cedcc9c9326a
.travis.yml
.travis.yml
language: java jdk: - oraclejdk11 - openjdk11 - oraclejdk12 - openjdk12 before_install: - chmod +x gradlew
language: java jdk: - oraclejdk11 - openjdk11 - openjdk12 before_install: - chmod +x gradlew
Remove Oracle JDK 12 from Travis Build
Remove Oracle JDK 12 from Travis Build Oracle JDK 12 build fails, reason needs to be investigated.
YAML
apache-2.0
bertilmuth/requirementsascode
fb2698c8a4dfdca284f6a01a072fe715b98f3361
.travis.yml
.travis.yml
language: node_js nodejs: - "lts/*" #addons: # apt: # packages: # - mongodb cache: directories: - "node_modules" before_install: - npm install --global gulp-cli typescript - npm install @types/node github:mihaerzen/mongodb-download - tsc --project node_modules/mongodb...
language: node_js nodejs: - lts/* cache: directories: - node_modules before_install: - npm install --global gulp-cli typescript - npm install @types/node github:mihaerzen/mongodb-download - tsc --project node_modules/mongodb-download install: - npm install - npm run-script build-production notifications: slack: ...
Add Slack integration config to Travis
Add Slack integration config to Travis
YAML
mit
dragonrobotics/PartTracker,stmobo/PartTracker,stmobo/PartTracker,stmobo/PartTracker,dragonrobotics/PartTracker,dragonrobotics/PartTracker
b1ed349f2f1613c25170c57a1b06e637a6282234
.travis.yml
.travis.yml
language: node_js
language: node_js deploy: provider: npm email: tobias.bieniek@gmx.de api_key: secure: Ac9r8S3XId/gzoB9oSNgBwA4fwUEdCt1vzM9IYWbobqaUK0Gr2Frts/yjPGYQDlZ1bj0eBg4OrM1REvU3pss8sYui3ouFcgA7KDBp+Uz/SSLRVNVS5SF/FIeYbjcuHxgv/GrAs0hp/+86dDWqamPmvnxMohsWtl6zAXNOavP520= on: tags: true repo: Turbo87/webpack-not...
Add npm deployments for tags
TravisCI: Add npm deployments for tags
YAML
isc
Turbo87/webpack-notifier,Turbo87/webpack-notifier
78bdd61f0ffcb16bfbc8ccb074291e802e9d63b4
.travis.yml
.travis.yml
language: android os: linux dist: trusty jdk: - oraclejdk8 env: global: - ANDROID_COMPILE_API_LEVEL=28 - ANDROID_BUILD_TOOLS_VERSION=28.0.3 android: components: - tools - platform-tools # The BuildTools version used by your project - build-tools-$ANDROID_BUILD_TOOLS_VERSION # The SD...
language: android os: linux dist: trusty jdk: - oraclejdk8 env: global: - ANDROID_COMPILE_API_LEVEL=28 - ANDROID_BUILD_TOOLS_VERSION=28.0.3 android: components: - tools - platform-tools # The BuildTools version used by your project - build-tools-$ANDROID_BUILD_TOOLS_VERSION # The SD...
Enable code coverage reports in a single line of YAML(??)
Enable code coverage reports in a single line of YAML(??)
YAML
apache-2.0
spark/photon-tinker-android,spark/photon-tinker-android
cdc305ffa35ca7d6a4c5bbec697ce86acfde365c
.travis.yml
.travis.yml
language: ruby rvm: - 2.6 env: - JEKYLL_ENV=production install: - bundle install script: - bundle exec jekyll build -d _site branches: only: - master notifications: email: on_success: never on_failure: change
language: ruby rvm: - 2.6 env: - JEKYLL_ENV=production install: - bundle install script: - bundle exec jekyll build -d _site cache: bundler: true branches: only: - master notifications: email: on_success: never on_failure: change
Make CI cache bundler gems
Make CI cache bundler gems
YAML
mit
jmlntw/jmlntw.github.io
107a096688e4f751fafbe68f54ec83c409b203e7
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - rbx - 2.0.0 - 2.1.1 matrix: allow_failures: - rvm: rbx services: - postgres before_script: - psql -c 'create database perpetuity_gem_test;' -U postgres
language: ruby rvm: - 1.9.3 - rbx - 2.0.0 - 2.1.1 matrix: allow_failures: - rvm: rbx addons: postgresql: 9.3 before_script: - psql -c 'create database perpetuity_gem_test;' -U postgres
Use Postgres 9.3 on Travis CI
Use Postgres 9.3 on Travis CI
YAML
mit
jgaskins/perpetuity-postgres
83989fdc3f3fb939c96c737ef4581fe7e89a562e
.travis.yml
.travis.yml
sudo: required dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0
sudo: required before_install: gem update --system dist: trusty language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0
Use latest Rubygems in Travis
Use latest Rubygems in Travis A bug in Rubgems < 2.6.9 prevents the rainbow gem from being installed. See: sickill/rainbow#44
YAML
mit
mmozuras/pronto-poper
ada6c53130641398208a041985c708f798cade76
.travis.yml
.travis.yml
sudo: required dist: trusty language: c++ compiler: - clang - gcc install: - sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty - sudo apt-get update -qq - sudo apt-get install -qq cmake qt592base before_script: - export PATH=$PATH:/opt/qt592/bin script: - cmake -DBUILD_TESTS=on . - make - c...
sudo: required dist: trusty language: c++ compiler: - clang - gcc install: - sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty - sudo apt-get update -qq - sudo apt-get install -qq cmake qt59base before_script: - export PATH=$PATH:/opt/qt59/bin script: - cmake -DBUILD_TESTS=on . - make - cte...
Correct typo in package names.
Correct typo in package names.
YAML
mit
nitroshare/qhttpengine
cc9eed7e79ed4d28214767d158e9c5262daa2e27
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 en...
--- language: ruby bundler_args: --without system_tests --jobs 3 --retry 3 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" sudo: false matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes...
Add support for Puppet 4.0
Add support for Puppet 4.0
YAML
apache-2.0
dhoppe/puppet-puppet,dhoppe/puppet-puppet
7e3a8ff340f0b07924c2af8a3e84944965d6948f
.travis.yml
.travis.yml
language: php php: [5.3, 5.4, 5.5, 5.6, 7.0] before_script: - composer selfupdate - composer install --prefer-source script: - ./vendor/bin/phpspec run --format=pretty
language: php php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1] before_script: - composer selfupdate - composer install --prefer-source script: - ./vendor/bin/phpspec run --format=pretty
Make it compatible with PHP7.1
Make it compatible with PHP7.1
YAML
mit
carlosV2/Communism
3affab68ec3e81cfb35ff40a5f347852f2b42b11
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master"
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head env: - "RAILS_VERSION=3.1.0" - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" - "RAILS_VERSION=master" matrix: allow_failures: - env: "RAILS_VERSION=master" - rvm: ruby-head
Allow fail of head Ruby and Rails
Travis: Allow fail of head Ruby and Rails
YAML
mit
Arjeno/leases
59dead676045ddba7dbd5b3ad5dcd7a489614fd7
.travis.yml
.travis.yml
language: csharp mono: none dotnet: 2.0.0 install: travis_wait mvn install notifications: email: false matrix: include: - os: linux dist: trusty - os: osx before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update && sudo apt-get install -y tor; else brew install tor...
language: csharp mono: none dotnet: 2.0.0 notifications: email: false matrix: include: - os: linux dist: trusty - os: osx before_install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update && sudo apt-get install -y tor; else brew install tor; fi - if [ $TRAVIS_OS_NAME = os...
Fix linux bug for good
Fix linux bug for good
YAML
mit
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
f47aa2b7260f4303531981cb0bb4ee5202190ecb
.travis.yml
.travis.yml
sudo: required dist: trusty language: groovy jdk: - oraclejdk8 install: - script: - scripts/shadowJar.sh notifications: slack: ftsrg:YMFDeJB1YkOli9BXOKvtoB1Y
sudo: required dist: trusty language: groovy jdk: - oraclejdk8 install: - script: - scripts/build.sh notifications: slack: ftsrg:YMFDeJB1YkOli9BXOKvtoB1Y
Build only instead of packaging fat jars
Build only instead of packaging fat jars
YAML
epl-1.0
FTSRG/trainbenchmark,FTSRG/trainbenchmark,FTSRG/trainbenchmark,FTSRG/trainbenchmark
90cbfc059604504d06284551b62ecc7b1cfae9f4
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "stable" - "4.1" before_install: - npm install svgexport -g after_success: - npm run lint
sudo: false language: node_js os: - linux - osx node_js: - "stable" - "4.1" before_install: - npm install svgexport -g after_success: - npm run lint
Add OSX testing on Travis
Add OSX testing on Travis
YAML
apache-2.0
tshoper/gitbook,gencer/gitbook,tshoper/gitbook,gencer/gitbook,strawluffy/gitbook,GitbookIO/gitbook
7c2d52124bb6ced393e99f40ef4b1133df39ddf2
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" branches: except: - gh-pages before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower gulp - npm install
sudo: false language: node_js node_js: - "0.12" branches: except: - gh-pages before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower gulp - npm install
Update Travis to use node 12 and new docker containers
Update Travis to use node 12 and new docker containers
YAML
mit
dalelotts/angular-prime-directive,dalelotts/angular-prime-directive
0966704c5430eff81ebe3e55b314a39438ff01e9
.travis.yml
.travis.yml
language: c services: - docker branches: only: - master - develop - /^feature\/\w+/ env: global: - DOCKER_IMAGE=blacklabelops/virtualbox script: - docker run -v $(pwd):$(pwd) -w $(pwd) -e VAGRANT_TOKEN $DOCKER_IMAGE /bin/sh -c 'packer build packer.json'
language: c services: - docker branches: only: - master - develop - /^feature\/\w+/ env: global: - DOCKER_IMAGE=fathens/docker-packer-virtualbox:develop script: - docker run -v $(pwd):$(pwd) -w $(pwd) -e VAGRANT_TOKEN $DOCKER_IMAGE /bin/sh -c 'packer build packer.json'
Revert "既存の Docker Image を使用"
Revert "既存の Docker Image を使用" This reverts commit ffff6793cadd80f6ba0b48ffc83f56b3f33800be.
YAML
mit
fathens/VagrantBox-boot2docker
d4639742a40a755eeb94779f7fa1396be71fb6b5
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - stable - '0.12' install: - export NODE_ENV=development - npm install # Install specific gulp-sass version. # Compromise between getting builds working for more recent NodeJS versions - npm uninstall gulp-sass - npm install gulp-sass@2 - cp _co...
sudo: false language: node_js node_js: - stable - '0.12' env: - NODE_ENV=development install: - npm install # Install specific gulp-sass version. # Compromise between getting builds working for more recent NodeJS versions - npm uninstall gulp-sass - npm install gulp-sass@2 - cp _conf...
Add an .editorconfig file to the module
Add an .editorconfig file to the module
YAML
mit
cartridge/cartridge-sass,code-computerlove/slate-styles
e4443513251a12fb250f3246098f8fd887a89087
.travis.yml
.travis.yml
language: node_js node_js: - "lts/argon" - "lts/boron" - "7" sudo: false dist: trusty before_install: - "npm config set spin false" - "npm install -g npm@latest"
language: node_js node_js: - "lts/argon" - "lts/boron" - "7" sudo: false dist: trusty cache: yarn: true before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - yarn install --no-lockfile script: - yarn test
Use yarn instead of npm
CI: Use yarn instead of npm
YAML
mit
kellyselden/broccoli-babel-transpiler,babel/broccoli-babel-transpiler,rwjblue/broccoli-babel-transpiler
d70f8b6645eead3b3d4be43781fe3d1ca8ee32aa
.travis.yml
.travis.yml
language: rust sudo: false matrix: include: - rust: 1.0.0 - rust: 1.2.0 - rust: stable - rust: beta - rust: nightly env: - FEATURES='unstable qc' - BENCH=1 branches: only: - master script: - | cargo build --verbose && cargo test --verbose && ([ -z "$FE...
language: rust sudo: false matrix: include: - rust: 1.1.0 - rust: 1.2.0 - rust: stable - rust: beta - rust: nightly env: - FEATURES='unstable qc' - BENCH=1 branches: only: - master script: - | cargo build --verbose && cargo test --verbose && ([ -z "$FE...
Test Rust 1.1 or later
Test Rust 1.1 or later
YAML
apache-2.0
rust-itertools/itertools,flo-l/rust-itertools,imp/rust-itertools
0856698fd3db7d65756147a483649109793c5ba8
.travis.yml
.travis.yml
sudo: required dist: trusty env: global: - CLI_VERSION=1.0.0-rc4-004788 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true - NUGET_XMLDOC_MODE=skip branches: only: - master addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 install: -...
sudo: required dist: trusty env: global: - CLI_VERSION=1.0.0-rc4-004788 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true - NUGET_XMLDOC_MODE=skip branches: only: - master addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 install: -...
Fix Travis CI install script
Fix Travis CI install script Fix the Travis CI install script to correctly install the .NET SDK.
YAML
mit
martincostello/api,martincostello/api,martincostello/api
4e30cbfc30fedccd2ffc79696178ad6b05e088c8
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.5" - "3.6" - "pypy" install: - pip install -r testing_requirements.txt - travis_retry pip install coverage script: - virtualenv --version - coverage --version - cram --version - coverage run --source=bibpy -m py.test --verbose ...
language: python python: - "2.7" - "3.3" - "3.5" - "3.6" - "pypy" install: - pip install -r testing_requirements.txt - travis_retry pip install coverage script: - virtualenv --version - coverage --version - cram --version - pytest --version - coverage run --source=bibp...
Print pytest version on Travis
Print pytest version on Travis
YAML
mit
MisanthropicBit/bibpy,MisanthropicBit/bibpy
c2245e1066233307946008631a37f085f0d6b87e
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 10 - 12 after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: yeoman ...
sudo: false language: node_js node_js: - 14 - 12 after_success: - npm run coverage - ./deploy.sh env: global: - COMMIT_AUTHOR_EMAIL: yeoman@yeoman.io - COMMIT_AUTHOR_NAME: yeoman - SOURCE_BRANCH: master - TARGET_BRANCH: gh-pages - DOCS_DIR: ../yeoman-generator-doc - GH_OWNER: yeoman ...
Switch from node 10 to 12 at Travis.
Switch from node 10 to 12 at Travis.
YAML
bsd-2-clause
yeoman/generator,yeoman/generator
768c315edf184bcd03271b3321f96ec2fc3beb84
.travis.yml
.travis.yml
sudo: required language: java jdk: - openjdk8 node_js: "8.11.3" services: - docker after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then mvn -B -q -Pprod package docker:build; docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"; docker push microcks/microcks:latest; fi - if [ "$TRAV...
sudo: required language: java jdk: - openjdk8 node_js: "8.11.3" services: - docker after_success: - if [ "$TRAVIS_BRANCH" == "master" ]; then mvn -B -q -Pprod package docker:build; docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"; docker push microcks/microcks:latest; fi - if [ "$TRAV...
Rename 0.9.0 branch into 0.9.x
Rename 0.9.0 branch into 0.9.x
YAML
apache-2.0
microcks/microcks,microcks/microcks,microcks/microcks,microcks/microcks,microcks/microcks
af61d11cc1ac3705d97fc9597ee087c203e677f3
.travis.yml
.travis.yml
language: rust sudo: false notifications: email: on_success: never on_failure: change branches: only: # This is where pull requests from "bors r+" are built. - staging # This is where pull requests from "bors try" are built. - trying # Build pull requests. - master rust...
language: rust sudo: false notifications: email: on_success: never on_failure: change branches: only: # This is where pull requests from "bors r+" are built. - staging # This is where pull requests from "bors try" are built. - trying # Build pull requests. - master rust...
Install qemu on Windows through choco
Install qemu on Windows through choco
YAML
apache-2.0
phil-opp/blog_os,phil-opp/blogOS,phil-opp/blog_os,phil-opp/blog_os,phil-opp/blogOS,phil-opp/blog_os
aef4cea121596d93c6061cf3d25714248db954d7
.travis.yml
.travis.yml
language: python sudo: false env: global: # Undocumented feature of nose-show-skipped. NOSE_SHOW_SKIPPED: 1 matrix: include: - python: 2.7 env: {TOXENV: py27-cov, COVERAGE: 1} - python: 3.3 env: {TOXENV: py33-test} - python: 3.4 env: {TOXEN...
language: python sudo: false env: global: # Undocumented feature of nose-show-skipped. NOSE_SHOW_SKIPPED: 1 matrix: include: - python: 2.7 env: {TOXENV: py27-cov, COVERAGE: 1} - python: 3.3 env: {TOXENV: py33-test} - python: 3.4 env: {TOXEN...
Allow Python 3.3, 3.4 and 3.5 tests to fail
Allow Python 3.3, 3.4 and 3.5 tests to fail
YAML
mit
beetbox/mediafile
ab6dcb94918c5692e73d7e025754cdf69c590bb5
.travis.yml
.travis.yml
language: node_js node_js: - 4.4 install: - npm install -g bower - npm install - bower install
language: node_js node_js: - 4.4 before_install: - cd Front-End install: - npm install -g bower - npm install - bower install
Move into good folder before building nodeJS for TravisCI
Move into good folder before building nodeJS for TravisCI
YAML
agpl-3.0
gabriel-farache/calendar,gabriel-farache/calendar,gabriel-farache/calendar,gabriel-farache/calendar
269d52b984ca674a457fbe2da2ddca70131e0870
.travis.yml
.travis.yml
sudo: false language: php cache: directories: - $HOME/.composer/cache - vendor matrix: fast_finish: true include: - php: 5.5 env: - COMPOSER_ARGUMENTS=--prefer-lowest - php: 5.6 env: - EXECUTE_TEST_COVERALLS=true - php: 7.0 env: - EXECUTE_CS_CHECK=t...
sudo: false language: php cache: directories: - $HOME/.composer/cache - vendor matrix: fast_finish: true include: - php: 5.5 env: - COMPOSER_ARGUMENTS=--prefer-lowest - php: 5.6 env: - EXECUTE_TEST_COVERALLS=true - php: 7.0 env: - EXECUTE_CS_CHECK=t...
Remove selfupdater and improve coveralls client
[Travis] Remove selfupdater and improve coveralls client Travis already do composer selfupdater before start to execute travis.yml
YAML
bsd-2-clause
Maks3w/php-library-skeleton
1be605d77110e97a64a8570c2f06d806691e52d9
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.6" addons: apt_packages: - sqlite3 before_install: - pip install pep8 pylint script: make qa
language: python python: - "2.7" - "3.5" addons: apt_packages: - sqlite3 before_install: - pip install pep8 pylint script: make qa
Use Python 3.5 to avoid pylint bug
Use Python 3.5 to avoid pylint bug https://github.com/PyCQA/pylint/issues/1282?imz_s=r5tojmsr4io4osig3e0a7q0u07
YAML
apache-2.0
dspinellis/rdbunit,dspinellis/rdbunit
2a33c7113aa4923624f80a726f3f3f4746f0d36a
.travis.yml
.travis.yml
osx_image: xcode8.2 language: objective-c cache: bundler rvm: - 2.3.1 before_install: - gem install xcpretty -N --no-ri --no-rdoc - gem install cocoapods -v '1.2.0' -N --no-ri --no-rdoc script: - set -o pipefail - xcodebuild test -workspace Example/Delirium.xcworkspace -scheme Delirium-Example -destination ...
osx_image: xcode8.2 language: objective-c cache: bundler rvm: - 2.3.1 before_install: - gem install xcpretty -N --no-ri --no-rdoc - gem install cocoapods -v '1.2.0' -N --no-ri --no-rdoc script: - set -o pipefail - xcodebuild test -workspace Example/Delirium.xcworkspace -scheme Delirium-Example -destination ...
Use a fixed simulator for Travis.
Use a fixed simulator for Travis.
YAML
mit
icapps/ios-delirium,icapps/ios-delirium
f927da7c61885ccb4b4601428940d1f58507aab4
.travis.yml
.travis.yml
language: ruby cache: bundler script: "bundle exec rake" rvm: - 2.1.10 - 2.2.10 - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile before_install: # rubygems 3.x dropped support for Ruby <2...
language: ruby cache: bundler script: "bundle exec rake" rvm: - 2.4.6 - 2.5.5 - 2.6.3 gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile before_install: - gem update --system # Rails 4.2 doesn't support bundler 2.0, so we nee...
Remove EOL Rubies from Travis CI
Remove EOL Rubies from Travis CI
YAML
mit
expectedbehavior/acts_as_archival,expectedbehavior/acts_as_archival
d4c04df9ffa038661c2cecfd18b1e1def9cd17fc
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 before_install: # Use utf8 encoding. Should be default, but this is insurance against # future changes - export PYTHONIOENCODING=UTF8 # Install conda - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 before_install: # Use utf8 encoding. Should be default, but this is insurance against # future changes - export PYTHONIOENCODING=UTF8 # Install conda - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64...
Make sure apt-get updates package listings
Make sure apt-get updates package listings
YAML
bsd-3-clause
dpshelio/astropy-helpers,embray/astropy_helpers,larrybradley/astropy-helpers,bsipocz/astropy-helpers,embray/astropy_helpers,astropy/astropy-helpers,astropy/astropy-helpers,embray/astropy_helpers,embray/astropy_helpers,larrybradley/astropy-helpers,larrybradley/astropy-helpers,bsipocz/astropy-helpers,Cadair/astropy-helpe...
815b875f88bc5ce49a18df474ef24527c44eab1f
.travis.yml
.travis.yml
rvm: - 2.0.0 - 1.9.3 before_install: rm -f Gemfile before_script: bin/ci/before_script bundler_args: --without development script: bundle exec rake spec notifications: recipients: - ci@spanner.org irc: "irc.freenode.org#radiantcms" env: - DB=mysql - DB=postgres gemfile: - rails40.gemfile - ra...
rvm: - 2.0.0 - 1.9.3 before_install: - rm -f Gemfile - gem install -v 1.17.3 bundler before_script: bin/ci/before_script bundler_args: --without development script: bundle exec rake spec notifications: recipients: - ci@spanner.org irc: "irc.freenode.org#radiantcms" env: - DB=mysql - DB=postgre...
Update bundler to 1.17.3 on Travis ...
Update bundler to 1.17.3 on Travis ... Again, hoping to avoid the weird dependency version resolvement bugs; https://travis-ci.org/radiant/radiant/jobs/523436660 https://github.com/bundler/bundler/issues/6620
YAML
mit
radiant/radiant,radiant/radiant,radiant/radiant,radiant/radiant
8985e498465d437b27ee9e5395cecf644baa7b1c
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 before_install: - pip install coveralls install: - pip install Django==${DJANGO} - pip install -e . - pip install -r requirements.txt script: make coverage env: - DJANGO=1.8.8 - DJANGO=1.9.1 matrix: exclude: - python: 3.3 env: DJANGO...
language: python python: - 2.7 - 3.3 - 3.4 - 3.5 before_install: - pip install coveralls install: - pip install Django==$_DJANGO - pip install -e . - pip install -r requirements.txt script: make coverage env: - _DJANGO=1.8.14 - _DJANGO=1.9.8 matrix: exclude: - python: 3.3 env: _DJA...
Update Django versions for testing
Update Django versions for testing also make the syntax compatible with Strazar monitoring service. For more info see http://mrsenko.com/blog/mr-senko/2016/05/18/triggering-automatic-dependency-testing/
YAML
bsd-2-clause
pgollakota/django-chartit,pgollakota/django-chartit,pgollakota/django-chartit
ac8d19ebfc789e774bb52b0e5f7bfa93a776a0a1
.travis.yml
.travis.yml
language: node_js node_js: - "7.0.0" script: "npm run-script test-cover"
language: node_js node_js: - "7.2.1" script: "npm run-script test-cover"
Update node version to 7.2.1
Update node version to 7.2.1
YAML
mit
beny78/qwebs,BenoitClaveau/qwebs,BenoitClaveau/qwebs,beny78/qwebs
b56a620cc14918307508b38636a02d05f0ea2699
.travis.yml
.travis.yml
--- os: linux dist: xenial language: ruby cache: bundler rvm: - 2.7.1 - 2.6.6 - 2.5.8 - ruby-head - jruby-9.2.11.0
--- os: linux dist: focal language: ruby cache: bundler rvm: - 2.7.1 - 2.6.6 - 2.5.8 - ruby-head - jruby-9.2.11.0
Use Ubuntu Focal in CI
Use Ubuntu Focal in CI
YAML
mit
pitluga/keepassx
d35cf41e9c78221352bffabdf3fc56220c9428d6
.travis.yml
.travis.yml
language: android android: components: # Update tools and then platform-tools explicitly so lint gets an updated database. Can be removed once 3.0 is out. - tools - platform-tools - sys-img-armeabi-v7a-android-18 jdk: - oraclejdk8 before_script: # Install SDK license so Android Gradle plugin ...
language: android android: components: # Update tools and then platform-tools explicitly so lint gets an updated database. Can be removed once 3.0 is out. - tools - platform-tools - sys-img-armeabi-v7a-android-18 jdk: - oraclejdk8 before_script: # Install SDK license so Android Gradle plugin ...
Add missing license agreement line
Add missing license agreement line
YAML
apache-2.0
mikepenz/FastAdapter,mikepenz/FastAdapter,mikepenz/FastAdapter,mikepenz/FastAdapter
0379705e0c76db68eb8dd368431e55b284bd7e64
.travis.yml
.travis.yml
language: python cache: pip sudo: required virtualenv: system_site_packages: true env: matrix: - PYTHON_VERSION="2.7" SCIPY_VERSION="0.17.1" SKLEARN_VERSION="0.17.1" install: - "source CI/install.sh" - "pip install -r requirements.txt" - "python CI/download_tokenizer.py" # command to run tests script: -...
language: python cache: pip sudo: required addons: apt: packages: - gfortran - libgfortran3 virtualenv: system_site_packages: true env: matrix: - PYTHON_VERSION="2.7" SCIPY_VERSION="0.17.1" SKLEARN_VERSION="0.17.1" install: - "source CI/install.sh" - "pip install -r requirements.txt" - "...
Fix libfortran errors from gensim
TravisCI: Fix libfortran errors from gensim
YAML
mit
KshitijKarthick/tvecs,KshitijKarthick/tvecs,KshitijKarthick/tvecs
afd10968ddfe267f861d39c928bb59d3c67738db
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 before_install: gem install bundler -v 1.10.6
language: ruby rvm: - 2.3.0 before_install: gem install bundler -v 1.11.2 gemfile: - gemfiles/Gemfile-rails.4.2.x
Use custom Gemfile on Travis
Use custom Gemfile on Travis
YAML
mit
amatsuda/motorhead,amatsuda/motorhead,amatsuda/motorhead
03d2bd41b584366dd22171865e577328cc537f36
.travis.yml
.travis.yml
# Just apply Travis-CI for these branches branches: only: - master - experimental language: node_js node_js: - 4 - 6 - 7 - 8 install: - cd client/ && npm install && gulp babel && cd .. - cd server/ && npm install && cd .. - cd test/ && npm install && cd .. script: - cd test/ && npm test notif...
# Just apply Travis-CI for these branches branches: only: - master - experimental language: node_js node_js: - 6 - 8 - 10 install: - cd client/ && npm install && gulp babel && cd .. - cd server/ && npm install && cd .. - cd test/ && npm install && cd .. script: - cd test/ && npm test notificati...
Update Node versions in Travis
Update Node versions in Travis
YAML
mit
ibc/protoo