commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
709da98c32b157022f223219ad42d06913679717
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.16.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.1.16.0
|
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.16.0
gemfile:
- test/gemfiles/Gemfile-Rails-4-2
- test/gemfiles/Gemfile-Rails-5-0
- test/gemfiles/Gemfile-Rails-5-1
- Gemfile
script:
- rm "${BUNDLE_GEMFILE}.lock" && bundle exec rake
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.1.16.0
|
Test against latest dependencies in CI
|
Test against latest dependencies in CI
This is not very good for contributors, since they might get a failing
build when it's not their fault and build passes locally, but it's good
for discovering incompatibilities in latest dependencies.
We decided to go for the latter.
|
YAML
|
mit
|
josevalim/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources,activeadmin/inherited_resources,josevalim/inherited_resources,activeadmin/inherited_resources
|
77251528f0c0133bf4d48a8f19d945bd24851a06
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
- "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
# command to run tests
script:
- flake8 .
- nosetests -v
notifications:
irc:
channels:
- "irc.esper.net#Ultros"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
language: python
python:
- "2.6"
- "2.7"
# - "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
# command to run tests
script:
- flake8 .
- nosetests -v
notifications:
irc:
channels:
- "irc.esper.net#Ultros"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
Remove pypy from the Travis build, as it's broken
|
Remove pypy from the Travis build, as it's broken
|
YAML
|
artistic-2.0
|
UltrosBot/Ultros,UltrosBot/Ultros
|
97493aa52b4dd00533de0ae2c9af890426f7e28a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '4'
- '6'
|
sudo: false
language: node_js
node_js:
- '4'
- '6'
install:
- yarn install
- npm install react
|
Fix test by install react manually
|
Fix test by install react manually
|
YAML
|
mit
|
Zzish/react-latex,Zzish/react-latex
|
bea7308ab104bfcc3e59c73530b411e77f61c3b5
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- ./.travis.install.sh
script:
- ./vendor/bin/phpunit
|
language: php
php:
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- ./.travis.install.sh
script:
- ./vendor/bin/phpunit
|
Remove PHP 5.4 support and add PHP 7
|
Remove PHP 5.4 support and add PHP 7
|
YAML
|
mit
|
adlawson/php-vfs
|
5a4849c4e5eca7d6ed7354033917a785de7bcd12
|
.travis.yml
|
.travis.yml
|
language: ruby
script: "bundle exec rspec"
before_install:
- gem install bundler -v '>= 1.3'
rvm:
- 1.8.7
- 1.9.3
- 1.9.3-p448
- 2.0.0
gemfile:
- Gemfile
notifications:
email: false
|
language: ruby
script: "bundle exec rspec"
before_install:
- gem install bundler -v '>= 1.3'
rvm:
- 1.9.3
- 1.9.3-p448
- 2.0.0
gemfile:
- Gemfile
notifications:
email: false
|
Remove Ruby 1.8.7 from CI
|
Remove Ruby 1.8.7 from CI
|
YAML
|
mit
|
bsodmike/sagepay_protocol3
|
2cfdec303a8174b9cefc9dea898a70bfc41222f5
|
.travis.yml
|
.travis.yml
|
language: ruby
env:
- TEST_SUITE=test:unit
rvm:
- 1.9.3
- 2.1.0
- ruby-head
before_install:
- gem update --system
- gem update bundler
before_script:
- cp spec/data/.gooddata ~/
script: rake $TEST_SUITE
|
language: ruby
env:
global:
- secure: "BBg7RcixIsnmCQDkLuO9aVcqtCMJhnVfwZhc+az7UkSWGrs2biR4ArmMuhEA5UAp5gOfWdFk61OBNIJ7A+e22Czpi0msvlBCyDocaQR9Z1JQ8uDrsVohGd5+ir+fbo8cGw/Wr7Ol+KxLZC0TjlGnPtLa/J4MFomYjpF3JUCjnr8="
- TEST_SUITE=test:unit
- TEST_SUITE=test:integration
rvm:
- 1.9.3
- 2.1.0
- ruby-head
before_install:
- gem update --system
- gem update bundler
before_script:
- cp spec/data/.gooddata ~/
script: rake $TEST_SUITE
|
Test of secure environment variables
|
Test of secure environment variables
|
YAML
|
bsd-3-clause
|
lubosvesely/gooddata-ruby,cvengros/gooddata-ruby,Seikitsu/gooddata-ruby,Seikitsu/gooddata-ruby,fluke777/gooddata-ruby,lubosvesely/gooddata-ruby,vhtien/gooddata-ruby,korczis/gooddata-ruby,Seikitsu/gooddata-ruby,cvengros/gooddata-ruby,lubosvesely/gooddata-ruby,vhtien/gooddata-ruby,korczis/gooddata-ruby,fluke777/gooddata-ruby,vhtien/gooddata-ruby,fluke777/gooddata-ruby
|
d0efb339e05d649c565acf523f25ee36203e7575
|
.travis.yml
|
.travis.yml
|
language: common-lisp
sudo: required
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=clisp
- LISP=allegro
- LISP=abcl
- LISP=ecl
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=clisp
- env: LISP=ecl
- env: LISP=cmucl
install:
- curl -L https://raw.githubusercontent.com/fukamachi/roswell/fix-install-script/scripts/install-for-ci.sh | sh
before_script:
- ros --version
- ros config
script:
- ros -s prove -s uiop -e '(or (prove:run :sxql-test) (uiop:quit -1))'
|
language: common-lisp
sudo: required
env:
matrix:
- LISP=sbcl-bin
- LISP=ccl-bin
- LISP=clisp
- LISP=allegro
- LISP=abcl
- LISP=ecl
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
before_script:
- ros --version
- ros config
script:
- ros -s prove -s uiop -e '(or (prove:run :sxql-test) (uiop:quit -1))'
|
Stop testing with CMUCL because named-readtables doesn't support it.
|
Stop testing with CMUCL because named-readtables doesn't support it.
|
YAML
|
bsd-3-clause
|
Rudolph-Miller/sxql,fukamachi/sxql
|
6bb75d6032e72c2b4d2183fe31c658a213448ad4
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-24.0.0
# The SDK version used to compile your project
- android-24
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-19
# Specify at least one system image,
# if you need to run emulator(s) during your tests
# - sys-img-armeabi-v7a-android-23
- sys-img-x86-android-24
jdk:
- openjdk8
env:
global:
# install timeout in minutes (2 minutes by default)
- ADB_INSTALL_TIMEOUT=8
# Emulator Management: Create, Start and Wait
before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- android list target
- ./gradlew connectedAndroidTest
|
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-24.0.0
# The SDK version used to compile your project
- android-24
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-19
# Specify at least one system image,
# if you need to run emulator(s) during your tests
# - sys-img-armeabi-v7a-android-23
- sys-img-x86-android-24
jdk:
- oraclejdk8
env:
global:
# install timeout in minutes (2 minutes by default)
- ADB_INSTALL_TIMEOUT=8
# Emulator Management: Create, Start and Wait
before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- android list target
- ./gradlew connectedAndroidTest
|
Update Travis config for Java 8
|
Update Travis config for Java 8
|
YAML
|
apache-2.0
|
thedrover/android-integration-test-patterns
|
138464b07c2dc03c29e11e694fc75d83f701584d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
cache: bundler
bundler_args: --without development
rvm:
- ruby-head
- ruby
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-head
- jruby
- jruby-19mode
- rbx-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: ruby
- rvm: jruby-head
- rvm: jruby
- rvm: rbx-head
|
sudo: false
language: ruby
cache: bundler
bundler_args: --without development
rvm:
- ruby-head
- ruby
- 2.2.0
- 2.1.0
- 2.0.0
- jruby-head
- jruby
- rbx-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: ruby
- rvm: jruby-head
- rvm: jruby
- rvm: rbx-head
|
Remove 1.9 from Travis build matrix
|
Remove 1.9 from Travis build matrix
|
YAML
|
mit
|
philnash/twilio-ruby,twilio/twilio-ruby
|
dfb3d5368270d7eb8090b3eb362758f714e09f98
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
install:
- go get golang.org/x/net/html
script: go test -v ./...
|
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get golang.org/x/net/html
script: go test -v ./...
|
Expand on Go versions being tested
|
Expand on Go versions being tested
|
YAML
|
bsd-3-clause
|
CMogilko/bluemonday
|
cba98b7352fb3a563c3baa688bcdce21694a9a34
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
install: pip install git+https://github.com/tBaxter/vobject.git
script:
- python test_vobject.py additional_tests
|
language: python
python:
- "2.7"
- "3.4"
install: pip install -e .
script:
- python test_vobject.py additional_tests
|
Install local version for testing rather than GH version
|
Install local version for testing rather than GH version
|
YAML
|
apache-2.0
|
Kurmaev/vobject,eventable/vobject,tBaxter/vobject
|
f6965ae71ffee4e73ff0dc3a9e87809cf30fbbb6
|
.travis.yml
|
.travis.yml
|
language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.57.0
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
|
language: python
python:
- '3.5'
- '3.6'
env:
- HASS=0.57.2
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
|
Update Home Assistant to 0.57.2 for config checks in Travis CI
|
Update Home Assistant to 0.57.2 for config checks in Travis CI
|
YAML
|
mit
|
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
|
e3880859f788614f02e5113ff3de4d410f2dfb1e
|
.travis.yml
|
.travis.yml
|
#
# .travis.yml
# PoseGallery
#
# Copyright © 2016 Trollwerks Inc. All rights reserved.
#
# references:
# http://www.objc.io/issue-6/travis-ci.html
# http://docs.travis-ci.com/user/build-configuration/
# http://docs.travis-ci.com/user/languages/objective-c/
# https://github.com/kattrali/xcpretty-travis-formatter
# https://github.com/venmo/slather/issues/39 -- track Swift support status
# * https://github.com/venmo/slather#usage
osx_image: xcode7.3
language: objective-c
xcode_project: PoseGallery/PoseGallery.xcodeproj
xcode_scheme: PoseGallery
xcode_sdk: iphonesimulator
# enable for unsupported toolchains, like pre-release Xcode versions
#branches:
# except:
# - feature/Xcode_(UNSUPPORTED_VERSION)
install:
- gem install xcpretty-travis-formatter
#- gem install slather --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild | xcpretty -f `xcpretty-travis-formatter`
#after_success: slather
|
#
# .travis.yml
# PoseGallery
#
# Copyright © 2016 Trollwerks Inc. All rights reserved.
#
# references:
# http://www.objc.io/issue-6/travis-ci.html
# http://docs.travis-ci.com/user/build-configuration/
# http://docs.travis-ci.com/user/languages/objective-c/
# https://github.com/kattrali/xcpretty-travis-formatter
# https://github.com/venmo/slather/issues/39 -- track Swift support status
# * https://github.com/venmo/slather#usage
osx_image: xcode7.3
language: objective-c
xcode_project: PoseGallery.xcodeproj
xcode_scheme: PoseGallery
xcode_sdk: iphonesimulator
# enable for unsupported toolchains, like pre-release Xcode versions
#branches:
# except:
# - feature/Xcode_(UNSUPPORTED_VERSION)
install:
- gem install xcpretty-travis-formatter
#- gem install slather --no-rdoc --no-ri --no-document --quiet
before_script:
- cd PoseGallery
script:
- set -o pipefail && xcodebuild | xcpretty -f `xcpretty-travis-formatter`
#after_success: slather
|
Send Travis to correct directory
|
Send Travis to correct directory
|
YAML
|
mit
|
alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery,alexcurylo/swift-pose-gallery
|
928d950e4217365323c972e096bbb4aa01a90bd2
|
.travis.yml
|
.travis.yml
|
language: scala
scala:
- 2.10.5
- 2.11.7
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
before_script:
# default $SBT_OPTS is irrelevant to sbt launcher
- unset SBT_OPTS
script:
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: scala
scala:
- 2.10.5
- 2.11.7
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
before_script:
# default $SBT_OPTS is irrelevant to sbt launcher
- unset SBT_OPTS
- chmod +x ./bin/travisci
- ./bin/travisci
script:
- travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Update TravisCI to use develop branch
|
Update TravisCI to use develop branch
|
YAML
|
apache-2.0
|
joecwu/finatra,syamantm/finatra,twitter/finatra,joecwu/finatra,syamantm/finatra,joecwu/finatra,twitter/finatra,joecwu/finatra,syamantm/finatra,syamantm/finatra,twitter/finatra
|
7628120ae685bc94ca57f2807f37fc8287b0bdfb
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.4
- 1.5
- 1.6
- tip
script: make ci
|
language: go
go:
- 1.9
- master
script: make ci
|
Update Travis CI supported versions
|
Update Travis CI supported versions
|
YAML
|
mit
|
cbroglie/mustache
|
226fe9bb7d202b2992e95c81d220ba69b72ea98a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- # GitHub Pages
rvm: 2.3.1
env: JEKYLL_VERSION=3.3.0
env:
matrix:
- JEKYLL_VERSION=3.3
branches:
only:
- master
git:
depth: 1000
install:
- travis_retry script/bootstrap
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- '%{repository}#%{build_number} %{message} %{build_url}'
email:
on_success: never
on_failure: change
|
sudo: false
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- rvm: 2.3.1
env: JEKYLL_VERSION=3.3.0
env:
matrix:
- JEKYLL_VERSION=3.3
branches:
only:
- master
git:
depth: 1000
install:
- travis_retry script/bootstrap
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- "%{repository}#%{build_number} %{message} %{build_url}"
email:
on_success: never
on_failure: change
deploy:
provider: rubygems
api_key:
secure: O8fGRnM6OJCqC2BlVE1BqYfq5aR19ulpiHhQwRiHbtSCh8H4rYt7FLsuOwSTtRQjhWYRRSpdRt2ilfQ6PY6Jx1UkxZq5zo9QAPQ9tKxiFTm7gBpZAiAgb06eyaMBSzyQ8qe2qccaFI6CiZhsiaGMsdKsWuYpuoPmdLPd7aDyYJs=
gem: jekyll-sitemap
on:
tags: true
repo: jekyll/jekyll-sitemap
|
Use Travis to cut new gems
|
Use Travis to cut new gems
|
YAML
|
mit
|
kevinoid/jekyll-sitemap,kevinoid/jekyll-sitemap,jekyll/jekyll-sitemap,jekyll/jekyll-sitemap
|
a6896516644a68501cdba1e2bd47dc1220308e8d
|
.travis.yml
|
.travis.yml
|
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- android-26
licenses:
- android-sdk-license-.+
script:
- "./gradlew clean build assemble -PdisablePreDex --stacktrace"
|
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26
licenses:
- android-sdk-license-.+
script:
- "./gradlew clean build assemble -PdisablePreDex --stacktrace"
|
Update build tools to 26.0.2 in Travis config
|
Update build tools to 26.0.2 in Travis config
This should fix currently broken build (because of the licenses)
|
YAML
|
apache-2.0
|
iamironz/binaryprefs
|
ad9c559568a129b35bf59ee5e53e7540d09c7bbb
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=v1.4 DB=postgres
- SOLIDUS_BRANCH=v2.0 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v1.1 DB=mysql
- SOLIDUS_BRANCH=v1.2 DB=mysql
- SOLIDUS_BRANCH=v1.3 DB=mysql
- SOLIDUS_BRANCH=v1.4 DB=mysql
- SOLIDUS_BRANCH=v2.0 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
|
sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v1.1 DB=postgres
- SOLIDUS_BRANCH=v1.2 DB=postgres
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=v1.4 DB=postgres
- SOLIDUS_BRANCH=v2.0 DB=postgres
- SOLIDUS_BRANCH=v2.1 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v1.1 DB=mysql
- SOLIDUS_BRANCH=v1.2 DB=mysql
- SOLIDUS_BRANCH=v1.3 DB=mysql
- SOLIDUS_BRANCH=v1.4 DB=mysql
- SOLIDUS_BRANCH=v2.0 DB=mysql
- SOLIDUS_BRANCH=v2.1 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
|
Add Solidus 2.1 to Travis CI Matrix
|
Add Solidus 2.1 to Travis CI Matrix
This extension is being tested against all the Solidus versions from 1.1
up to the current master. Since there will be a 2.1 version coming out
any time soon, master is on 2-2-alpha now. This PR makes sure that we
are actively testing this extension on Solidus 2.1 as well.
|
YAML
|
bsd-3-clause
|
StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm,StemboltHQ/solidus_affirm
|
3f53c3fd5c7d3a93146d9cecfcaa7661c4735e40
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT=tap:unit -- --jobs=4
- NPM_SCRIPT=tap:integration -- --jobs=4
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: release
node_js: 6
script: true
before_deploy: npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s)
deploy:
- provider: script
on:
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
skip_cleanup: true
script:
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
- git config --global user.name $(git log --pretty=format:"%an" -n1)
- npm run --silent deploy -- -x -r $GH_PAGES_REPO
- provider: npm
on:
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
api_key: $NPM_TOKEN
|
language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT=tap:unit -- --jobs=4
- NPM_SCRIPT=tap:integration -- --jobs=4
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: release
node_js: 6
script: true
before_deploy: npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s)
deploy:
- provider: script
on:
all_branches: true
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
skip_cleanup: true
script:
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
- git config --global user.name $(git log --pretty=format:"%an" -n1)
- npm run --silent deploy -- -x -r $GH_PAGES_REPO
- provider: npm
on:
all_branches: true
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
api_key: $NPM_TOKEN
|
Allow condition alone to control release
|
Allow condition alone to control release
|
YAML
|
bsd-3-clause
|
LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm
|
c8db0337fb59a633b98d500c51c10b6715414143
|
.travis.yml
|
.travis.yml
|
language: perl6
perl6:
- latest
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y zip unzip
install:
- rakudobrew build-zef
- zef --depsonly install Archive::SimpleZip
|
language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --depsonly install Archive::SimpleZip
|
Remove apt-get for zip/unzip from Travis.yml
|
Remove apt-get for zip/unzip from Travis.yml
Travis already has zip & unzip, so issue with 002-basic.t skipping all tests because ZipTest::external-zip-works cannot find zip/unzip for some reason.
$ sudo apt-get install -y zip unzip
...
zip is already the newest version (3.0-4).
unzip is already the newest version (6.0-4ubuntu2.5).
0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
|
YAML
|
artistic-2.0
|
pmqs/Archive-SimpleZip
|
92ce7c95eb2178c404780cd205f9fff0833eb5ca
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js: node
before_script:
- npm install -g gulp
script:
- gulp test
after_success:
- bash <(curl -s https://codecov.io/bash) -f build/unit-coverage.lcov -F unit
- bash <(curl -s https://codecov.io/bash) -f build/integration-coverage.lcov -F integration
- gulp doc
- bash <(curl -s https://jgleitz.github.io/travis-deploy-gh-pages/deploy.sh) build/doc/*
|
language: node_js
node_js: node
before_script:
- npm install -g gulp-cli
script:
- gulp test
after_success:
- bash <(curl -s https://codecov.io/bash) -f build/unit-coverage.lcov -F unit
- bash <(curl -s https://codecov.io/bash) -f build/integration-coverage.lcov -F integration
- gulp doc
- bash <(curl -s https://jgleitz.github.io/travis-deploy-gh-pages/deploy.sh) build/doc/*
|
Fix gulp version on Travis.
|
Fix gulp version on Travis.
|
YAML
|
mit
|
jGleitz/isso-clientlib,jGleitz/isso-clientlib
|
f9794c6bd113b88e7521af0ad2373d640f2592a4
|
.travis.yml
|
.travis.yml
|
language: perl6
install:
- rakudobrew build-panda
- panda installdeps .
script:
- prove -v -e "perl6 --ll-exception -Ilib" t
- PANDA_SUBMIT_TESTREPORTS=1 panda install .
after_success:
- panda list --installed --verbose
|
language: perl6
script:
- prove -v -e "perl6 --ll-exception -Ilib" t
|
Remove panda steps from Travis config.
|
Remove panda steps from Travis config.
We don't have any dependencies
|
YAML
|
artistic-2.0
|
fjwhittle/p6-Path-Map
|
957b02e79df1e6cde6f13ae1b1f08ba5682eb781
|
.travis.yml
|
.travis.yml
|
language: android
sudo: required
dist: trusty # https://github.com/travis-ci/travis-ci/issues/3259
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra
|
language: android
sudo: required
dist: trusty # https://github.com/travis-ci/travis-ci/issues/3259
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra
before_script:
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
|
Add step to run android emulator for tests
|
Add step to run android emulator for tests
|
YAML
|
apache-2.0
|
sakuna63/requery,requery/requery,requery/requery,sakuna63/requery
|
a96a79b0090a453883e15c5c102d2bf5a05e1fea
|
.travis.yml
|
.travis.yml
|
language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.0
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
|
language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
# These directories are cached to S3 at the end of the build
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
|
Remove 2.13 from the build matrix.
|
Remove 2.13 from the build matrix.
|
YAML
|
apache-2.0
|
sksamuel/scapegoat,sksamuel/scalac-scapegoat-plugin
|
7b6f45fec214ded516824a41b42c304998ee256a
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '10'
- '12'
- '14'
- '15'
- '16'
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
- /^greenkeeper/.*$/
script:
- yarn test
after_success:
- yarn run coverage
|
language: node_js
node_js:
- '10'
- '12'
- '14'
- '15'
# Use container-based Travis infrastructure.
sudo: false
branches:
only:
- master
- /^greenkeeper/.*$/
script:
- yarn test
after_success:
- yarn run coverage
|
Remove Node v16 as it does not yet exist?
|
Remove Node v16 as it does not yet exist?
|
YAML
|
mit
|
exogen/graphql-markdown,exogen/graphql-markdown
|
90f7397659e5cee55ec96874903aae143cd92d91
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
|
language: node_js
node_js:
- "10"
- "12"
- "14"
|
Drop CI support for Node < 10
|
Drop CI support for Node < 10
|
YAML
|
bsd-3-clause
|
hughsk/flat
|
bba587a7cf8e5f0edb0af7888fd7cd4917236b36
|
.travis.yml
|
.travis.yml
|
install:
- npm install
- npm install -g jasmine
language: node_js
node_js:
- "4.1"
- "4.0"
|
install:
- npm install
- npm install -g jasmine typescript
language: node_js
node_js:
- "4.1"
- "4.0"
|
Install Typescript and Jasmine globally
|
Install Typescript and Jasmine globally
|
YAML
|
mit
|
wendbv/shampoojs,wendbv/shampoojs
|
869ccbb0bcb78b2dbdf986201ac7799f4553937a
|
.travis.yml
|
.travis.yml
|
language: "perl"
perl:
- "5.10"
install: "echo"
script: "perl Configure.pl --backends=moar $NQP_OPTIONS; make test"
branches:
only:
- master
- /smoke-me/
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
- "NQP build %{result}. %{author} '%{commit_message}'"
- "%{build_url} %{compare_url}"
env:
matrix:
- NQP_OPTIONS="--gen-moar"
- NQP_OPTIONS="--gen-moar=master"
- NQP_OPTIONS="--gen-moar --backends=js,moar"
- NQP_OPTIONS="--gen-moar=master --backends=js,moar"
|
language: "perl"
perl:
- "5.10"
install: "echo"
script: "perl Configure.pl $NQP_OPTIONS; make test"
branches:
only:
- master
- /smoke-me/
notifications:
irc:
channels:
- "irc.freenode.net#perl6"
on_success: change
on_failure: always
template:
- "NQP build %{result}. %{author} '%{commit_message}'"
- "%{build_url} %{compare_url}"
env:
matrix:
- NQP_OPTIONS="--gen-moar"
- NQP_OPTIONS="--gen-moar=master"
- NQP_OPTIONS="--gen-moar --backends=js,moar"
- NQP_OPTIONS="--gen-moar=master --backends=js,moar"
|
Remove redundant --backends option in Travis config
|
Remove redundant --backends option in Travis config
|
YAML
|
artistic-2.0
|
cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp
|
62efe1bfa7a3cbd749e96b80c3b7f7a0fb1b53df
|
.travis.yml
|
.travis.yml
|
dist: trusty
language: node_js
node_js:
- '8'
- '6'
- '4'
sudo: false
addons:
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
cache:
yarn: true
|
dist: trusty
language: node_js
node_js:
- '8'
- '6'
sudo: false
addons:
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
cache:
yarn: true
|
Test using Node 6 and 8 6 is the current LTS and 8 is next.
|
Test using Node 6 and 8
6 is the current LTS and 8 is next.
|
YAML
|
mit
|
wix/stylable-components,wix/stylable-components
|
dbb6da046e90726aaff3fed90bb6208336d1aa90
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
notifications:
email: false
irc:
channels:
- "chat.freenode.net#webplatform-bot"
template:
- "%{repository}#%{build_number} (on %{branch} by %{author}): %{message} %{build_url}"
|
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
notifications:
email: false
irc:
channels:
- "chat.freenode.net#webplatform-bot"
template:
- "%{repository}#%{build_number} (on %{branch} by %{author}): %{message} %{build_url}"
|
Fix Travis build (install grunt-cli), really
|
Fix Travis build (install grunt-cli), really
|
YAML
|
mit
|
webplatform/irc-apparatus
|
0261d026364bc9c68fe4877be51827ac7455e1ca
|
.travis.yml
|
.travis.yml
|
language: objective-c
os:
- osx
script: "make test"
|
language: objective-c
os: osx
osx_image: xcode7
script:
- xcodebuild -version
- xcodebuild -scheme "GherkinOSX" -configuration Debug CONFIGURATION_BUILD_DIR=build/
- xcodebuild -scheme "AstGenerator" CONFIGURATION_BUILD_DIR=build/
- xcodebuild -scheme "TokensGenerator" CONFIGURATION_BUILD_DIR=build/
# - xcodebuild test -scheme "GherkinTestsOSX"
|
Build objective-c on Travis. Fix Travis language settings.
|
Build objective-c on Travis. Fix Travis language settings.
Build (including the acceptance tests) the objective-c version on the
top Travis build. Compile the objective-c version on the
gherkin-objective-c Travis build.
Set the language explicitly on all jobs in the Travis matrix, otherwise
the default version of the language is used instead of the specified
one.
Use jruby 1.7.22 instead of jruby-head, the jruby-head version issues
warnings that interfere with the error tests.
Run the unit test for the Python version on the top Travis build.
|
YAML
|
mit
|
Zearin/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,Zearin/gherkin3,dirkrombauts/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,cucumber/gherkin3,pjlsergeant/gherkin,dirkrombauts/gherkin3,SabotageAndi/gherkin,SabotageAndi/gherkin,cucumber/gherkin3,pjlsergeant/gherkin,cucumber/gherkin3,cucumber/gherkin3,Zearin/gherkin3,dirkrombauts/gherkin3,pjlsergeant/gherkin,dirkrombauts/gherkin3,cucumber/gherkin3,SabotageAndi/gherkin,dirkrombauts/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,cucumber/gherkin3,pjlsergeant/gherkin,cucumber/gherkin3,Zearin/gherkin3,cucumber/gherkin3,dirkrombauts/gherkin3,dirkrombauts/gherkin3,Zearin/gherkin3,cucumber/gherkin3,pjlsergeant/gherkin,Zearin/gherkin3,Zearin/gherkin3,dirkrombauts/gherkin3,pjlsergeant/gherkin,SabotageAndi/gherkin,SabotageAndi/gherkin,Zearin/gherkin3,SabotageAndi/gherkin
|
65ecd847ca50bf52f89429bbf67e6eb5f1064df0
|
.travis.yml
|
.travis.yml
|
language: ruby
cache: bundler
rvm:
- 2.1.2
bundler_args: --without development
before_script:
- while read line; do export $line; done < .env.test
- createdb transferatu_test
- bundle exec rake db:migrate
script: bundle exec rspec
notifications:
email: true
services:
- redis-server
addons:
postgresql: "9.3"
|
language: ruby
cache: bundler
rvm:
- 2.1.2
bundler_args: --without development
before_script:
- while read line; do export $line; done < .env.test
- createdb transferatu_test
- bundle exec rake db:migrate
script: bundle exec rspec
notifications:
email: true
addons:
postgresql: "9.3"
|
Purge no-longer-needed Redis from Travis config file
|
Purge no-longer-needed Redis from Travis config file
|
YAML
|
mit
|
uhoh-itsmaciek/transferatu,ukd1/transferatu,uhoh-itsmaciek/transferatu,ukd1/transferatu
|
b0cc30acea40d8b7e8ad258085e84bf6a8e99320
|
.travis.yml
|
.travis.yml
|
sudo: false
language: go
go:
- 1.6 # Latest GAE standard, unfortunately.
env:
global:
- GAE_SDK_URL=https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.48.zip
- PATH=$HOME/go_appengine:$PATH
cache:
directories:
- "$HOME/go_appengine"
install:
- "[ -f $HOME/go_appengine/goapp ] || (curl -sSLo $HOME/sdk.zip $GAE_SDK_URL && unzip -q -d $HOME $HOME/sdk.zip)"
- goapp get -d google.golang.org/appengine
- goapp get -d ./...
script:
- goapp test -v ./...
- go vet ./...
- "go get github.com/golang/lint/golint && golint ./..."
|
sudo: false
language: go
go:
- 1.11 # Latest GAE standard
env:
global:
- GAE_SDK_URL=https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.48.zip
- PATH=$HOME/go_appengine:$PATH
cache:
directories:
- "$HOME/go_appengine"
install:
- "[ -f $HOME/go_appengine/goapp ] || (curl -sSLo $HOME/sdk.zip $GAE_SDK_URL && unzip -q -d $HOME $HOME/sdk.zip)"
- goapp get -d google.golang.org/appengine
- goapp get -d ./...
script:
- goapp test -v ./...
- go vet ./...
- "go get golang.org/x/lint/golint && golint ./..."
|
Upgrade CI to go1.11 now that GAE supports it
|
Upgrade CI to go1.11 now that GAE supports it
Also, update the path to golint now that we can.
|
YAML
|
apache-2.0
|
google/weasel
|
8a41a74c40103c51e894397219d3f5939c692e6a
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- ls /usr/lib/glib-2.0/include
- sudo ln -s /usr/lib/libgeos-3.2.2.so /usr/lib/libgeos.so
- sudo ln -s /usr/lib/libgeos-3.3.8.so /usr/lib/libgeos.so.1
- wget "https://bootstrap.pypa.io/ez_setup.py" -O- | python
- pip install numpy
- ./install-pyferret.sh
- ./install-esmp.sh
- export PYTHONPATH=$PYTHONPATH:$HOME/pyferret/ib/python2.7/site-packages:$HOME/esmp.ESMF_6_3_0rp1_ESMP_01
- yes | python setup.py install
- pip install coveralls
cache:
- bundler
- apt
script:
- coverage run --source=geodat setup.py test
after_success: coveralls
|
language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- sudo apt-get slocate
- locate glibconfig.h
- sudo ln -s /usr/lib/libgeos-3.2.2.so /usr/lib/libgeos.so
- sudo ln -s /usr/lib/libgeos-3.3.8.so /usr/lib/libgeos.so.1
- wget "https://bootstrap.pypa.io/ez_setup.py" -O- | python
- pip install numpy
- ./install-pyferret.sh
- ./install-esmp.sh
- export PYTHONPATH=$PYTHONPATH:$HOME/pyferret/ib/python2.7/site-packages:$HOME/esmp.ESMF_6_3_0rp1_ESMP_01
- yes | python setup.py install
- pip install coveralls
cache:
- bundler
- apt
script:
- coverage run --source=geodat setup.py test
after_success: coveralls
|
Install slocate and locate glibconfig.h for Travis
|
Install slocate and locate glibconfig.h for Travis
|
YAML
|
mit
|
kitchoi/geodat,kitchoi/geodat
|
6290559b9be8d1c3718792ee383caa292fd87c72
|
.travis.yml
|
.travis.yml
|
sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
matrix:
include:
- compiler: gcc
addons:
apt:
packages:
- g++-5
env: CC=gcc-5 CXX=g++-5
- compiler: gcc
addons:
apt:
packages:
- g++-6
env: CC=gcc-6 CXX=g++-6
- compiler: clang
addons:
apt:
sources:
- llvm-toolchain-precise-3.8
packages:
- clang-3.8
env: CC=clang-3.8 CXX=clang++-3.8
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libev-dev libboost-filesystem1.55-dev qtbase5-dev
script:
- mkdir build && cd build
- cmake -DCMAKE_CXX_FLAGS="-std=c++14" -DCMAKE_INSTALL_PREFIX=$HOME ..
- make install
|
sudo: required
language: cpp
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
packages:
- g++-5
env: CC=gcc-5 CXX=g++-5
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
packages:
- g++-6
env: CC=gcc-6 CXX=g++-6
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
- sourceline: 'ppa:canonical-qt5-edgers/ubuntu1204-qt5'
- llvm-toolchain-precise-3.8
packages:
- clang-3.8
env: CC=clang-3.8 CXX=clang++-3.8
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libev-dev libboost-filesystem1.55-dev qtbase5-dev
script:
- mkdir build && cd build
- cmake -DCMAKE_CXX_FLAGS="-std=c++14" -DCMAKE_INSTALL_PREFIX=$HOME ..
- make install
|
Put apt sources back to matrix
|
Put apt sources back to matrix
|
YAML
|
mit
|
mlukaszek/evdipp
|
3e6581f3bd79a940c8a1c9323a8cfdf2a757778d
|
.travis.yml
|
.travis.yml
|
sudo: required
language: bash
services:
- docker
before_install:
- curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- wget -nc -P "$HOME/cache" "http://download.geofabrik.de/europe/liechtenstein-160223.osm.pbf"
- mkdir -p "$TRAVIS_BUILD_DIR/import" && cp "$HOME/cache/liechtenstein-160223.osm.pbf" "$TRAVIS_BUILD_DIR/import"
- docker-compose build
- make -j8
script:
- docker-compose up -d postgis
- sleep 5
- docker-compose up -d pgbouncer
- sleep 5
- docker-compose run import-osm
- docker-compose run import-natural-earth
- docker-compose run import-water
- docker-compose run import-labels
- docker-compose run import-sql
- docker-compose run update-scaleranks
- docker-compose run export
- docker-compose run import-osm-diff
- docker-compose run detect-dirty-tiles
- docker-compose run export-list
- docker-compose up -d serve
- sleep 5
cache:
directories:
- $HOME/cache
|
sudo: required
language: bash
services:
- docker
before_install:
- curl -L https://github.com/docker/compose/releases/download/1.4.0/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- wget -nc -P "$HOME/cache" "http://download.geofabrik.de/europe/liechtenstein-160224.osm.pbf"
- mkdir -p "$TRAVIS_BUILD_DIR/import" && cp "$HOME/cache/liechtenstein-160224.osm.pbf" "$TRAVIS_BUILD_DIR/import"
- docker-compose build
- make -j8
script:
- docker-compose up -d postgis
- sleep 5
- docker-compose up -d pgbouncer
- sleep 5
- docker-compose run import-osm
- docker-compose run import-natural-earth
- docker-compose run import-water
- docker-compose run import-labels
- docker-compose run import-sql
- docker-compose run update-scaleranks
- docker-compose run export
- docker-compose run import-osm-diff
- docker-compose run detect-dirty-tiles
- docker-compose run export-list
- docker-compose up -d serve
- sleep 5
cache:
directories:
- $HOME/cache
|
Fix url to test extract (liechtenstein)
|
Fix url to test extract (liechtenstein)
|
YAML
|
mit
|
geometalab/osm2vectortiles,osm2vectortiles/osm2vectortiles,geometalab/osm2vectortiles,osm2vectortiles/osm2vectortiles
|
676f035d16e5d8895d2bb2aed1e415bd0361c796
|
.travis.yml
|
.travis.yml
|
language: ruby
script: bundle exec rake
rvm:
- 2.2.3
- 2.3.1
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
deploy:
provider: rubygems
api_key:
secure: VTosVmCdLWUGK8KyzovYri7ySfd7fACtfL8MClEBBHnI+m2cLCpmtCJ7Z1X7z9BXlj974EDaF8V9iRKzfksXIf8aaPfVQw9AW94fLJZbfSB8YGOGyNbPu9YECoZQB1aZ2lw9s/aEdfwCbmqizO/fYpG3YoPKJdm1ZJpNOFR37Xk=
gem: redis-rack
on:
tags: true
repo: redis-store/redis-rack
|
language: ruby
script: bundle exec rake
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
deploy:
provider: rubygems
api_key:
secure: VTosVmCdLWUGK8KyzovYri7ySfd7fACtfL8MClEBBHnI+m2cLCpmtCJ7Z1X7z9BXlj974EDaF8V9iRKzfksXIf8aaPfVQw9AW94fLJZbfSB8YGOGyNbPu9YECoZQB1aZ2lw9s/aEdfwCbmqizO/fYpG3YoPKJdm1ZJpNOFR37Xk=
gem: redis-rack
on:
tags: true
repo: redis-store/redis-rack
|
Test against most recent versions of Ruby
|
Test against most recent versions of Ruby
|
YAML
|
mit
|
redis-store/redis-rack
|
13f2474d546a7c9d2a05ce0c16dc9cccd38a1c9c
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g gulp
script: gulp
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g gulp
- npm install -g bower
script: gulp
|
Install bower globally before running gulp script
|
Install bower globally before running gulp script
|
YAML
|
mit
|
dmgress/cloudgrapher,dmgress/cloudgrapher
|
ec089bb40842b237d32e7d6af3e646ade19d1428
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- python: pypy
env: TOXENV=pypy
install:
- travis_retry pip install virtualenv tox
script:
- travis_retry tox
|
language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial # required for Python >= 3.7
- python: pypy
env: TOXENV=pypy
install:
# tox is pinned for python 3.4 support
- travis_retry pip install tox==3.14.0
script:
- travis_retry tox
|
Fix running tests on Python 3.4
|
Fix running tests on Python 3.4
|
YAML
|
bsd-3-clause
|
mnaberez/py65
|
461c7214c95042188d39acb095cf12d31ad3f9bb
|
.travis.yml
|
.travis.yml
|
#sudo: true
#services:
# - docker
#before_install:
# - docker pull thomastoye/kairosdb-scala-driver-it
language: scala
scala:
- 2.11.8
jdk:
- openjdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
# Your normal script
- sbt ++$TRAVIS_SCALA_VERSION -J-XX:ReservedCodeCacheSize=256M clean coverage test
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
env:
global: []
#- secure: hwSS
after_success:
#- '[[ $TRAVIS_BRANCH == "master" ]] && { sbt publish; };'
- "sbt coverageReport coveralls"
|
#sudo: true
#services:
# - docker
#before_install:
# - docker pull thomastoye/kairosdb-scala-driver-it
language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
script:
# Your normal script
- sbt ++$TRAVIS_SCALA_VERSION -J-XX:ReservedCodeCacheSize=256M clean coverage test
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
env:
global: []
#- secure: hwSS
after_success:
#- '[[ $TRAVIS_BRANCH == "master" ]] && { sbt publish; };'
- "sbt coverageReport coveralls"
|
Use Oracle JDK 8 in Travis
|
Use Oracle JDK 8 in Travis
|
YAML
|
apache-2.0
|
HBPSP8Repo/workflow,HBPSP8Repo/workflow,LREN-CHUV/workflow,LREN-CHUV/workflow
|
dc99a449ec50373578578805d3c7ed46f85c4c68
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk7
|
language: java
jdk:
- oraclejdk7
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V
|
Add more things to skip
|
Add more things to skip
|
YAML
|
mit
|
cah-rfelsburg/logback-syslog4j,tyutyutyu/logback-syslog4j,papertrail/logback-syslog4j
|
67cbeac076553d9c0a9428d15ddcd71871235fc4
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
python setup.py develop
script:
- coverage run --source=coveralls setup.py test
- coverage report -m
after_script:
coveralls --verbose
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
matrix:
allow_failures:
- python: 3.5
install:
python setup.py develop
script:
- coverage run --source=coveralls setup.py test
- coverage report -m
after_script:
coveralls --verbose
|
Add python 3.5 to Travis Matrix
|
Add python 3.5 to Travis Matrix
|
YAML
|
mit
|
coagulant/coveralls-python,jvarho/coveralls-python,coveralls-clients/coveralls-python,jessamynsmith/coveralls-python,lolletsoc/coveralls-python,ionelmc/coveralls-python,Jwpe/coveralls-python
|
7df2e1608561b9b2f9f515f7ecd63ad252a3e630
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- 8
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
script: npm run test:ci
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- 10
- 12
- node
matrix:
include:
- name: Lint
node_js: 12
script: npm run lint
script: npm run test:ci
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
|
Drop node.js 8 support (semver-major)
|
Drop node.js 8 support (semver-major)
|
YAML
|
bsd-3-clause
|
unexpectedjs/unexpected-function-equality
|
bbf983a3bc01e53bfcaacfc75a16bd013f3c48f9
|
.travis.yml
|
.travis.yml
|
# ---------------------------------------------------------
# Configuration file for http://travis-ci.org/#!/karmi/tire
# ---------------------------------------------------------
language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
- ree
- jruby-19mode
env:
- TEST_COMMAND="rake test:unit"
- TEST_COMMAND="rake test:integration"
script: "bundle exec $TEST_COMMAND"
services:
- elasticsearch
- redis
- mongodb
matrix:
exclude:
- rvm: 1.8.7
env: TEST_COMMAND="rake test:integration"
- rvm: ree
env: TEST_COMMAND="rake test:integration"
allow_failures:
- rvm: ree
notifications:
disable: true
|
# ---------------------------------------------------------
# Configuration file for http://travis-ci.org/#!/karmi/tire
# ---------------------------------------------------------
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby-19mode
env:
- TEST_COMMAND="rake test:unit"
- TEST_COMMAND="rake test:integration"
script: "bundle exec $TEST_COMMAND"
services:
- elasticsearch
- redis
- mongodb
matrix:
exclude:
- rvm: 1.8.7
env: TEST_COMMAND="rake test:integration"
notifications:
disable: true
|
Update Travis-CI configuration (remove REE, restructure)
|
[SETUP] Update Travis-CI configuration (remove REE, restructure)
|
YAML
|
mit
|
karmi/retire,zaharpecherin/retire,fabn/retire,1776/tire,iamrahulroy/retire,Telmate/tire,tklee/tire_shiphawk,elbuo8/retire,brijeshgpt7/retire,dbose/retire,mavenlink/retire,HenleyChiu/tire,rubydubee/retire,ChapterMedia/tire,doximity/tire
|
17feb093c07cae57b6ce1287d968ad7d5dcf652d
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.5
- 5.6
- hhvm
services: mongodb
env: APP_ENV=testing
before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo yes | pecl install apcu-beta
- composer self-update
- composer install --dev --no-interaction
- mkdir -p build/logs
- php artisan db:seed
- php artisan serve --port=8080 &
- wget https://github.com/Behat/Behat/releases/download/v3.0.14/behat.phar
script:
- php behat.phar
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/test-reporter --stdout > codeclimate.json
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
notifications:
irc:
channels:
- "chat.freenode.net#strimoid-dev"
skip_join: true
|
language: php
php:
- 5.5
- 5.6
- hhvm
env: APP_ENV=testing
before_script:
- 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 -qq
- sudo apt-get install rethinkdb -y
- echo yes | pecl install apcu-beta
- composer self-update
- composer install --dev --no-interaction
- mkdir -p build/logs
- php artisan db:seed
- php artisan serve --port=8080 &
- wget https://github.com/Behat/Behat/releases/download/v3.0.14/behat.phar
script:
- php behat.phar
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/test-reporter --stdout > codeclimate.json
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
notifications:
irc:
channels:
- "chat.freenode.net#strimoid-dev"
skip_join: true
|
Replace Mongo with RethinkDB in Travis config
|
Replace Mongo with RethinkDB in Travis config
|
YAML
|
mit
|
Strimoid/Strimoid,Strimoid/Strimoid,Strimoid/Strimoid,Strimoid/Strimoid
|
5e9b0b6428c515aa5c215f3d3e8e495e5854a089
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- ree
- rbx
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
before_install:
- gem install bundler
|
language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- ruby-head
- ree
- rbx
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
before_install:
- gem install bundler
|
Add 2.2.5, 2.3.1, Update 2.1.0 to 2.1.10
|
Add 2.2.5, 2.3.1, Update 2.1.0 to 2.1.10
|
YAML
|
mit
|
tobmatth/rack-ssl-enforcer
|
77fc645ca4089358f6e52fa9c78bb10f996d7e24
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- '2.3.1'
sudo: false
cache:
bundler: true
directories:
- vendor/assets/bower_components
before_cache:
- cat bower.json > vendor/assets/bower_components/bower.json
addons:
postgresql: '9.4'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script: bundle exec rake spec:setup
after_script: bundle exec codeclimate-test-reporter
|
language: ruby
rvm:
- '2.3.1'
sudo: false
cache:
bundler: true
directories:
- vendor/assets/bower_components
before_cache:
- cat bower.json > vendor/assets/bower_components/bower.json
addons:
postgresql: '9.4'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script: bundle exec rake spec:setup
after_script: bundle exec codeclimate-test-reporter
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9a9f972a1225d28e0f05
on_success: change
on_failure: always
on_start: never
|
Add Gitter webhook for Travis
|
Add Gitter webhook for Travis
|
YAML
|
apache-2.0
|
ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic
|
443cc81bbbc42e69a8164b087e03902eb6c8b925
|
.travis.yml
|
.travis.yml
|
# Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/bin/chef exec rake
|
# Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/bin/chef exec rake
|
Switch back to stable ChefDK builds for testing
|
Switch back to stable ChefDK builds for testing
|
YAML
|
apache-2.0
|
autoclone/lvm2,chef-cookbooks/lvm,ChiefAlexander/lvm,ChiefAlexander/lvm,opscode-cookbooks/lvm,chef-cookbooks/lvm,autoclone/lvm2,opscode-cookbooks/lvm
|
9e2a65a294bb580d30aa103d2782bc2628b265e3
|
.travis.yml
|
.travis.yml
|
git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=0.12
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=0.12
- os: osx
env: ATOM_SPECS_TASK=packages NODE_VERSION=0.12
sudo: false
install:
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
- source /tmp/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
script: script/cibuild
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
|
git:
depth: 10
branches:
only:
- master
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=0.12
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=0.12
- os: osx
env: ATOM_SPECS_TASK=packages NODE_VERSION=0.12
sudo: false
install:
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
- source /tmp/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
script: script/cibuild
cache:
directories:
- $HOME/.atom/.apm
- $HOME/.atom/.node-gyp/.atom
- $HOME/.atom/.npm
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
|
Add cache config from @joefitzgerald's branch.
|
Add cache config from @joefitzgerald's branch.
If this doesn't speed us up enough we'll cache node_modules as well :godmode:
|
YAML
|
mit
|
alfredxing/atom,ashneo76/atom,AlexxNica/atom,wiggzz/atom,stinsonga/atom,liuderchi/atom,johnhaley81/atom,helber/atom,atom/atom,transcranial/atom,scippio/atom,wiggzz/atom,johnhaley81/atom,alfredxing/atom,ashneo76/atom,ardeshirj/atom,helber/atom,AlexxNica/atom,dijs/atom,me-benni/atom,Arcanemagus/atom,brettle/atom,rlugojr/atom,brumm/atom,brettle/atom,Austen-G/BlockBuilder,stinsonga/atom,rlugojr/atom,Arcanemagus/atom,jordanbtucker/atom,Ingramz/atom,decaffeinate-examples/atom,Arcanemagus/atom,helber/atom,daxlab/atom,jordanbtucker/atom,t9md/atom,andrewleverette/atom,AdrianVovk/substance-ide,kevinrenaers/atom,bsmr-x-script/atom,scippio/atom,ardeshirj/atom,alexandergmann/atom,florianb/atom,FIT-CSE2410-A-Bombs/atom,FIT-CSE2410-A-Bombs/atom,dijs/atom,daxlab/atom,sotayamashita/atom,sotayamashita/atom,Mokolea/atom,johnhaley81/atom,scippio/atom,jordanbtucker/atom,FIT-CSE2410-A-Bombs/atom,liuderchi/atom,hellendag/atom,transcranial/atom,liuderchi/atom,hellendag/atom,wiggzz/atom,PKRoma/atom,florianb/atom,me-benni/atom,liuderchi/atom,t9md/atom,Austen-G/BlockBuilder,xream/atom,AdrianVovk/substance-ide,kevinrenaers/atom,CraZySacX/atom,florianb/atom,transcranial/atom,bolinfest/atom,CraZySacX/atom,alexandergmann/atom,tjkr/atom,daxlab/atom,bsmr-x-script/atom,t9md/atom,bj7/atom,bolinfest/atom,me-benni/atom,tjkr/atom,gontadu/atom,rlugojr/atom,florianb/atom,andrewleverette/atom,CraZySacX/atom,Mokolea/atom,decaffeinate-examples/atom,Ingramz/atom,Austen-G/BlockBuilder,alfredxing/atom,bsmr-x-script/atom,AlexxNica/atom,sotayamashita/atom,xream/atom,brettle/atom,brumm/atom,brumm/atom,andrewleverette/atom,florianb/atom,AdrianVovk/substance-ide,atom/atom,dijs/atom,decaffeinate-examples/atom,bolinfest/atom,bj7/atom,ardeshirj/atom,xream/atom,Ingramz/atom,Austen-G/BlockBuilder,alexandergmann/atom,Mokolea/atom,gontadu/atom,hellendag/atom,ashneo76/atom,Austen-G/BlockBuilder,kevinrenaers/atom,Austen-G/BlockBuilder,decaffeinate-examples/atom,bj7/atom,gontadu/atom,PKRoma/atom,stinsonga/atom,stinsonga/atom,PKRoma/atom,atom/atom,tjkr/atom
|
53a86cba10bf9197b8c06a6110b79da99b6c7f33
|
.travis.yml
|
.travis.yml
|
language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
pip install coveralls
script:
coverage run --source=geojson setup.py test
after_success:
coveralls
|
language: "python"
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
install:
pip install coveralls
script:
coverage run --source=geojson setup.py test
after_success:
coveralls
|
Enable testing on PyPy 3
|
Enable testing on PyPy 3
|
YAML
|
bsd-3-clause
|
frewsxcv/python-geojson
|
e3a3c0080e90ba940f8602731124db144833fd5d
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: tip
allow_failures:
- go: tip
install:
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go get github.com/golang/lint/golint; fi
script:
- go get -t -v $(go list ./... | grep -v '/vendor/')
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then diff -u <(echo -n) <(gofmt -d .); fi
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go vet $(go list ./... | grep -v '/vendor/'); fi
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then for package in $(go list ./... | grep -v '/vendor/'); do golint -set_exit_status $package; done; fi
- go test -v -race $(go list ./... | grep -v '/vendor/')
notifications:
email:
recipients:
- [email protected]
- [email protected]
|
language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: 1.7
- go: tip
allow_failures:
- go: tip
install:
- if [[ $TRAVIS_GO_VERSION == 1.7* ]]; then go get github.com/golang/lint/golint; fi
script:
- go get -t -v $(go list ./... | grep -v '/vendor/')
- if [[ $TRAVIS_GO_VERSION == 1.7* ]]; then diff -u <(echo -n) <(gofmt -d .); fi
- if [[ $TRAVIS_GO_VERSION == 1.7* ]]; then go vet $(go list ./... | grep -v '/vendor/'); fi
- if [[ $TRAVIS_GO_VERSION == 1.7* ]]; then for package in $(go list ./... | grep -v '/vendor/'); do golint -set_exit_status $package; done; fi
- go test -v -race $(go list ./... | grep -v '/vendor/')
notifications:
email:
recipients:
- [email protected]
- [email protected]
|
Add Go 1.7 to Travis
|
Add Go 1.7 to Travis
Signed-off-by: Gábor Lipták <[email protected]>
|
YAML
|
bsd-3-clause
|
cloudflare/cloudflare-go,cloudflare/cloudflare-go
|
67bcaa46b32819208d7f67e699823c1d8ff4b449
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode7
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install: gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3OmnDF/Yx7FN0sGiTskLYvi7jCzLY1QNqdg52VTsNI=
|
language: objective-c
osx_image: xcode7.2
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install: gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3OmnDF/Yx7FN0sGiTskLYvi7jCzLY1QNqdg52VTsNI=
|
Use the Travis Xcode 7.2 image
|
Use the Travis Xcode 7.2 image
|
YAML
|
mit
|
dclelland/AudioKit,laurentVeliscek/AudioKit,dclelland/AudioKit,catloafsoft/AudioKit,dclelland/AudioKit,narner/AudioKit,narner/AudioKit,dclelland/AudioKit,roecrew/AudioKit,laurentVeliscek/AudioKit,roecrew/AudioKit,roecrew/AudioKit,narner/AudioKit,narner/AudioKit,catloafsoft/AudioKit,laurentVeliscek/AudioKit,catloafsoft/AudioKit,laurentVeliscek/AudioKit,catloafsoft/AudioKit,roecrew/AudioKit
|
60b4c072379bfe5e613ee81c3119d5ddca1ab370
|
.travis.yml
|
.travis.yml
|
sudo: false
language: java
node_js:
- "0.10"
before_script:
- cd www
- npm install -g bower
- rm -rf /home/travis/.npm/*
- npm install
- bower install -f
- cd ..
script: gradle build
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
branches:
only:
- OS_v20
|
language: java
node_js:
- "0.10"
before_script:
- cd www
- npm install -g bower
- npm install
- bower install -f
- cd ..
script: gradle build
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
branches:
only:
- OS_v20
|
Move back build to pre-container infra
|
Move back build to pre-container infra
|
YAML
|
bsd-3-clause
|
krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen
|
8566aa3778a99dfd1d473c17302c9cf0d5a43702
|
.travis.yml
|
.travis.yml
|
cache: bundler
language: ruby
rvm:
- '2.1'
# < 1.7.14
- 'jruby-1.7.13'
# >= 1.7.14
- 'jruby-1.7.14'
sudo: false
|
cache: bundler
language: ruby
rvm:
- '2.1'
# < 1.7.14
- 'jruby-1.7.13'
# >= 1.7.14
- 'jruby-1.7.14'
sudo: false
addons:
postgresql: '9.3'
|
Set postgres version for Travis to 9.3
|
Set postgres version for Travis to 9.3
MSP-12540
|
YAML
|
bsd-3-clause
|
rapid7/metasploit-model,rapid7/metasploit-model,rapid7/metasploit-model
|
28a9e730b076ca598162a7699380ce3fb2b47095
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.6"
cache:
pip: true
directories:
- $HOME/.gimme
- $HOME/.imageio
before_install:
- gimme 1.6
- export GOROOT="$HOME/.gimme/versions/go1.6.linux.amd64"
- export GOPATH="$HOME/.gimme/versions/go1.6.linux.amd64/bin:$TRAVIS_BUILD_DIR"
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go get github.com/bwmarrin/discordgo
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go get github.com/bwmarrin/dgvoice
script:
- cd Discord
- python Harmonbot.py
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go run Harmonbot_Listener.go
- python ../Telegram/Telegram_Harmonbot.py
|
language: python
# python:
# - "3.7"
# Workaround for Python 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
cache:
pip: true
directories:
- $HOME/.gimme
- $HOME/.imageio
before_install:
- gimme 1.6
- export GOROOT="$HOME/.gimme/versions/go1.6.linux.amd64"
- export GOPATH="$HOME/.gimme/versions/go1.6.linux.amd64/bin:$TRAVIS_BUILD_DIR"
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go get github.com/bwmarrin/discordgo
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go get github.com/bwmarrin/dgvoice
script:
- cd Discord
- python Harmonbot.py
- $HOME/.gimme/versions/go1.6.linux.amd64/bin/go run Harmonbot_Listener.go
- python ../Telegram/Telegram_Harmonbot.py
|
Update Travis CI Python version to 3.7 using workaround
|
Update Travis CI Python version to 3.7 using workaround
https://github.com/travis-ci/travis-ci/issues/9815
|
YAML
|
mit
|
Harmon758/Harmonbot,Harmon758/Harmonbot
|
e064767e3940fdee3588bce316315f2fca3bcb84
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.1
- 7.2
- 7.3
env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=^4
- SYMFONY_VERSION=^5
- SYMFONY_VERSION=dev-master
before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
- composer require symfony/css-selector:${SYMFONY_VERSION}
script: vendor/bin/phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
exclude:
- env: SYMFONY_VERSION=^5
php: 7.1
- env: SYMFONY_VERSION=dev-master
php: 7.1
|
language: php
php:
- 7.4
- 8.0
- 8.1
env:
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.4.*
- SYMFONY_VERSION=6.0.*
- SYMFONY_VERSION=dev-master
before_script:
- composer require symfony/dom-crawler:${SYMFONY_VERSION}
- composer require symfony/css-selector:${SYMFONY_VERSION}
script: vendor/bin/phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
exclude:
- env: SYMFONY_VERSION=6.0.*
php: 7.4
- env: SYMFONY_VERSION=dev-master
php: 7.4
- env: SYMFONY_VERSION=dev-master
php: 8.0
|
Update Travis test matrix to supported PHP and Sf versions
|
Update Travis test matrix to supported PHP and Sf versions
|
YAML
|
mit
|
wasinger/htmlpagedom,wasinger/htmlpagedom
|
9ad627bf9eef01be36c6033b5d2fedeb5e7ccfbf
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc bash -c 'for dir in prolific.*; do (cd $dir && [ ! -e package.json ] && true || { [ ! -e skip ] && npm test; }) || exit 1; done'
|
language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- for dir in mingle.*; do (cd $dir && [ -e package.json ] && npm install --no-save --no-package-lock || true); done && git checkout .
- npm install -g nyc prove
script:
- nyc bash -c 'for dir in prolific.*; do (cd $dir && [ ! -e package.json ] && true || { [ ! -e skip ] && npm test; }) || exit 1; done'
|
Install module dependencies at Travis CI.
|
Install module dependencies at Travis CI.
|
YAML
|
mit
|
bigeasy/prolific,bigeasy/prolific
|
2898ff684b37302afaf7027dccb4efddb3ed149d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
cache: pip
python:
- "3.5"
addons:
postgresql: "9.4"
services:
- postgresql
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATABASE_URL="postgis://postgres@localhost:5432/travis_ci_test"
- AZUREAD_AUTHORITY="https://login.microsoftonline.com/thisisnotarealazureaudauthorityurl"
install:
- psql -U postgres -c "create extension postgis"
- psql -U postgres -c "create role postgrest"
- pip install --upgrade setuptools
- pip install six
- pip install -r requirements.txt
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- python manage.py migrate --noinput
script:
- coverage run --source="." manage.py test
after_success:
- coveralls
|
sudo: false
language: python
cache: pip
dist: trusty
python:
- 3.5
services:
- postgresql
addons:
postgresql: 9.5
apt:
packages:
- postgresql-9.5-postgis-2.3
branches:
only:
- master
env:
global:
- SECRET_KEY="SecretKeyForTravisCI"
- DATABASE_URL="postgis://postgres@localhost:5432/travis_ci_test"
- AZUREAD_AUTHORITY="https://login.microsoftonline.com/thisisnotarealazureaudauthorityurl"
install:
- pip install --upgrade pip
- pip install --upgrade setuptools
- pip install six
- pip install -r requirements.txt
before_script:
- psql -c 'create extension postgis' -U postgres
- psql -c 'create database travis_ci_test;' -U postgres
- python manage.py migrate --noinput
script:
- coverage run --source="." manage.py test
after_success:
- coveralls
|
Update Travis config (use PG 9.5).
|
Update Travis config (use PG 9.5).
|
YAML
|
apache-2.0
|
parksandwildlife/oim-cms,rockychen-dpaw/oim-cms,rockychen-dpaw/oim-cms,rockychen-dpaw/oim-cms,scottp-dpaw/oim-cms,scottp-dpaw/oim-cms,scottp-dpaw/oim-cms,parksandwildlife/oim-cms,parksandwildlife/oim-cms
|
81ce6021d1434469c30abbf1e10ab9547f3433f3
|
.travis.yml
|
.travis.yml
|
language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
sudo: false
addons:
apt:
packages:
- libqt4-dev
- libqt4-private-dev
- libev-dev
before_install:
- git submodule update --init --recursive
script:
- ./build.sh
|
language: cpp
sudo: required
dist: trusty
env:
- QT_SELECT=4
- QT_SELECT=5
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq -y install libqt4-dev libqt4-private-dev qtbase5-dev qtbase5-private-dev qtchooser libev-dev
- git submodule update --init --recursive
script:
- ./build.sh
|
Use both Qt 4 and 5
|
Use both Qt 4 and 5
|
YAML
|
mit
|
sjinks/qt_eventdispatcher_libev,sjinks/qt_eventdispatcher_libev,sjinks/qt_eventdispatcher_libev
|
ce5cf8c8107d877d3787cb804f730257ffddf8df
|
.travis.yml
|
.travis.yml
|
language: rust
rust:
- stable
sudo: false
notifications:
email:
on_success: never
on_failure: always
addons:
apt:
packages:
- portaudio19-dev
script:
- cargo build
- cargo test
- cargo doc --no-deps
- "rustdoc --test README.md -L target/debug -L target/debug/deps $(pkg-config --libs-only-L portaudio-2.0 | sed 's/-L/-Lnative=/')"
after_success:
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash
|
language: rust
rust:
- stable
sudo: false
notifications:
email:
on_success: never
on_failure: always
addons:
apt:
packages:
- expect
- portaudio19-dev
script:
- cargo build
- cargo test
- cargo doc --no-deps
- "rustdoc --test README.md -L target/debug -L target/debug/deps $(pkg-config --libs-only-L portaudio-2.0 | sed 's/-L/-Lnative=/')"
after_success:
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash
|
Add expect for doc upload
|
Add expect for doc upload
|
YAML
|
mit
|
mvdnes/portaudio-rs
|
b91cc0b204d8ec1f711d762dbe21277756740495
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
script: ./node_modules/jake/bin/cli.js test --trace
|
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_install:
- npm update -g npm
script: ./node_modules/jake/bin/cli.js test --trace
|
Update NPM for Travis in Node v0.8
|
Update NPM for Travis in Node v0.8
|
YAML
|
apache-2.0
|
jakejs/jake,mde/utilities,jakejs/jake
|
ace62ce5ec54086eae12de5bb86f32425b40fa45
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/DSPaths.xcworkspace -scheme DSPaths-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/DSPaths.xcworkspace -scheme DSPaths-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
|
Update config for cocoapods and set project for Example
|
Travis: Update config for cocoapods and set project for Example
|
YAML
|
mit
|
dannys42/DSPaths
|
f9479b9af38ceddb2e3b065cf03a0be307738725
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1604
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-opensuse-leap
- INSTANCE=default-fedora-latest
- INSTANCE=cacher-client-ubuntu-1404
- INSTANCE=cacher-client-centos-6
- INSTANCE=cacher-client-centos-7
- INSTANCE=cacher-ubuntu-1404
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
include:
- script:
- /opt/chefdk/bin/chef exec delivery local all
env: UNIT_AND_LINT=1
|
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1604
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-opensuse-leap
- INSTANCE=cacher-client-ubuntu-1404
- INSTANCE=cacher-client-centos-6
- INSTANCE=cacher-client-centos-7
- INSTANCE=cacher-ubuntu-1404
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
include:
- script:
- /opt/chefdk/bin/chef exec delivery local all
env: UNIT_AND_LINT=1
|
Remove fedora testing for now
|
Remove fedora testing for now
Signed-off-by: Tim Smith <[email protected]>
|
YAML
|
apache-2.0
|
popsikle/ssh_known_hosts,popsikle/ssh_known_hosts,opscode-cookbooks/ssh_known_hosts,chef-cookbooks/ssh_known_hosts
|
dc50a4c58f65d94a6143827effd98a1ceb6efcff
|
.travis.yml
|
.travis.yml
|
dist: bionic
language: minimal
services:
- docker
addons:
apt:
packages:
- docker-ce
script:
- make docker-build
deploy:
- provider: script
script: make docker-push
- provider: heroku
app: ifconfig-co
api_key:
secure: IQG/ls5Zu0yua5Ynn5EL9JCPjo1/WcmS0z7BSaXWdgW+JIWFm7oF5z54bUZHl/q1tTuWzAJk59zSTYJijtQqh2Ssl3fLu3uFDwyJSrOuUu1akPlETam8NpdbH4lPkFp75JSDdDXV08c0APmeLL6gqRuTrUuufu69Wigjq4gLo+o=
|
dist: bionic
language: minimal
services:
- docker
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
script:
- make docker-build
deploy:
- provider: script
script: make docker-push
- provider: heroku
app: ifconfig-co
api_key:
secure: IQG/ls5Zu0yua5Ynn5EL9JCPjo1/WcmS0z7BSaXWdgW+JIWFm7oF5z54bUZHl/q1tTuWzAJk59zSTYJijtQqh2Ssl3fLu3uFDwyJSrOuUu1akPlETam8NpdbH4lPkFp75JSDdDXV08c0APmeLL6gqRuTrUuufu69Wigjq4gLo+o=
|
Use another way to get latest docker on Travis
|
Use another way to get latest docker on Travis
|
YAML
|
bsd-3-clause
|
martinp/ifconfigd,martinp/ifconfigd,martinp/ifconfig,martinp/ifconfig,martinp/ipd,martinp/ipd
|
b8f748078353969d17bc1f9ee916b6a8b027c9e5
|
.travis.yml
|
.travis.yml
|
language:
- python
python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gfortran libatlas-base-dev
- sudo apt-get install -qq python-numpy python-scipy
install:
- pip install nose scipy --use-mirrors
- python setup.py install
script:
- nosetests tests
|
language:
- python
python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gfortran libatlas-base-dev
- sudo apt-get install -qq python-numpy python-scipy
install:
- pip install nose scipy --use-mirrors
- pip install git+git://github.com/miso-belica/readability.py.git
- python setup.py install
script:
- nosetests tests
|
Install 'readability' explicitly for TravisCI
|
Install 'readability' explicitly for TravisCI
|
YAML
|
apache-2.0
|
miso-belica/sumy,miso-belica/sumy
|
50f36a128589f90a3c42bf74c8fae4585a772bed
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
after_script:
- npm run coveralls
|
language: node_js
node_js:
- "0.10"
after_script:
- npm run coveralls
|
Use string for Travis Node version
|
Use string for Travis Node version
|
YAML
|
mit
|
fegemo/bespoke-scale,bespokejs/bespoke-scale,ursupolar/bespoke-scale,mojavelinux/bespoke-scale,fegemo/bespoke-scale,markdalgleish/bespoke-scale,mojavelinux/bespoke-scale,ursupolar/bespoke-scale
|
49c2221daa32109e646ed5874422a99e8886f96e
|
.travis.yml
|
.travis.yml
|
services:
- elasticsearch
env:
- PLATFORM=centos-6
- PLATFORM=centos-7
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=ubuntu-precise
- PLATFORM=ubuntu-trusty
sudo: true
install:
- curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe
# Wait for Elasticsearch to spin up
before_script:
- sleep 10
- ifconfig
- hostname
- curl http://localhost:9200/
script:
- ./run 'docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM'
|
services:
- elasticsearch
env:
- PLATFORM=centos-6
- PLATFORM=centos-7
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=ubuntu-precise
- PLATFORM=ubuntu-trusty
sudo: true
install:
- curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe
# Wait for Elasticsearch to spin up
before_script:
- export HOST_IP=$(ifconfig venet0 | grep -Eo 'inet addr:[0-9]+\.[0-9]+\.[0-9]\.[0-9]+' | grep -Eo '[0-9]+\.[0-9]+\.[0-9]\.[0-9]+')
- echo "$HOST_IP"
- sed -i "s/127\.0\.0\.1/$HOST_IP/" /vagrant/inventory
- curl http://localhost:9200/_nodes?pretty
script:
- ./run 'docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM'
|
Debug Elasticsearch connection on Travis CI.
|
Debug Elasticsearch connection on Travis CI.
|
YAML
|
mit
|
abtpeople/ansible-elasticsearch_api,aloysius-lim/ansible-elasticsearch_api,abtpeople/ansible-elasticsearch_api,aloysius-lim/ansible-elasticsearch_api
|
0177d95c5d73d2fc7cbd5fc470621ecc898e1298
|
.travis.yml
|
.travis.yml
|
language: ruby
dist: trusty
sudo: false
before_install:
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-1.7.27
- jruby-9.1.13.0
- jruby-head
- rbx-3.86
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
|
language: ruby
dist: trusty
sudo: false
before_install:
- [[ $TRAVIS_RUBY_VERSION = rbx-3.86 ]] && gem update --system 2.6.14
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-1.7.27
- jruby-9.1.13.0
- jruby-head
- rbx-3.86
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
|
Downgrade to RubyGems 2.6.14 for Rubinius.
|
Downgrade to RubyGems 2.6.14 for Rubinius.
RubyGems 2.7.1 causes a 'Missing or uninitialized constant:
Bundler::Deprecate' error with rbx 3.86.
https://travis-ci.org/tzinfo/tzinfo/jobs/297722755
|
YAML
|
mit
|
tzinfo/tzinfo
|
f010d30af70738bc7edcb7e9a1941954f37157f4
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
addons:
code_climate:
repo_token: 32699e05aed21bd9026b065e349447cdc048df7be29d8d28a6ca1f6e328f7ff3
|
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- rbx-2
- jruby
- ruby-head
- jruby-head
before_install: gem install bundler -v 1.10.6
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
addons:
code_climate:
repo_token: 32699e05aed21bd9026b065e349447cdc048df7be29d8d28a6ca1f6e328f7ff3
|
Test against more ruby versions
|
Test against more ruby versions
|
YAML
|
mit
|
sagmor/yaks-syro,sagmor/yaks-syro
|
12cc68f88e826091ed84556f93758929862aebc7
|
.travis.yml
|
.travis.yml
|
# stats available at
# https://travis-ci.org/fancycode/pylzma
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- "nightly"
install:
- wget --no-check-certificate -O tests/data/ux.stackexchange.com.7z https://archive.org/download/stackexchange/ux.stackexchange.com.7z
script:
- python setup.py test
|
# stats available at
# https://travis-ci.org/fancycode/pylzma
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- "nightly"
env:
- CC=/usr/lib/ccache/gcc CXX=/usr/lib/ccache/g++
addons:
apt:
packages:
- ccache
cache:
directories:
- $HOME/.ccache
install:
- wget --no-check-certificate -O tests/data/ux.stackexchange.com.7z https://archive.org/download/stackexchange/ux.stackexchange.com.7z
script:
- python setup.py test
|
Use ccache to speed up compilation.
|
Use ccache to speed up compilation.
|
YAML
|
lgpl-2.1
|
fancycode/pylzma,fancycode/pylzma,fancycode/pylzma,fancycode/pylzma
|
11ed172ef9255c9d6e7e31f93e9b6de8e36f7348
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements-dev.txt"
# command to run tests
script:
- nosetests
- nosetests --with-coverage
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- travis_retry pip install -r requirements-dev.txt
# unicode bug with coverage on python 3.2, must use coverage 3.7.1
# https://bitbucket.org/ned/coveragepy/issues/407/coverage-failing-on-python-325-using
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
# command to run tests
script:
- nosetests
- nosetests --with-coverage
|
Use coverage version 3.7.1 for Python 3.2 on TravisCI
|
Use coverage version 3.7.1 for Python 3.2 on TravisCI
|
YAML
|
mit
|
robodair/pydocstring
|
459e2a54367ff8e4b976d3b852191935ec74f0b9
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- node
cache: yarn
deploy:
provider: npm
email: [email protected]
api_key:
secure: OSBoCPEsY2/K+REn2NAdwphUe8wW9vc8F3CrlcN0vbUqyp341tC3U0BQP1rGl3xQqSDsRPbhqwaXISd9yDJuM1rcCPUL/xsjZ5VdATdjNrNIGxD3BXon8csNHLgtuFE0XKv2k4Fk148qtRmP65dXvObkJuTJaQvXXtC3b+cMInktoC3Yi5plNe25dD3a76BqyWkGt5ocMv3QWZ+p/M1kwKFE7MskhitOaWBNCXP6nZJxmncabI8tlBmxyiMC0KT3IOK18ybUBKlCna+LQPFKv/nY8f62uq8rd4gU6/PDbDEvzPU8ZIbIUYpqye4zFLHZfMtsEWpDzS7ENpsCkEDUJbO3JkKQAiEW0mWrQiiUoQM/0D8ukf8y42u913GnwMixxPeqhw8ikErFrRL7S+KvCf0uPxF3W86tTo3T7TA6Ce03FPKi0dg5s8KbDqXg5emPCqJqKs1FA3bGw79/HzGWOJNW41WPt+WSbpZEHOBT9sIXUEe4d+zXo8oXo1k5DoDq/iuT2rkJuhUTMdYmTvrOPd1Bh+78XPbJvyhzN2z2KnRNrKGzw6bGXQGjXUdVKfxhkW7zWxa444NzFYbyCNCl1BB+cNFIgW1N5vMDD1IbJ5c4MgEW6jrI5yG7yD9aSYjMg9xuz75gI9qQZ77VcjpABmr8gUgCbnfzdfJd66+8VmA=
on:
branch: master
repo: jamieconnolly/eslint-config
tags: true
|
language: node_js
node_js:
- node
cache: yarn
deploy:
provider: npm
email: ${NPM_EMAIL}
api_key: ${NPM_TOKEN}
on:
branch: master
repo: ${TRAVIS_REPO_SLUG}
tags: true
|
Use environment variables for npm publishing
|
:construction_worker: Use environment variables for npm publishing
|
YAML
|
mit
|
jamieconnolly/eslint-config
|
985befd54b845b4871955c31f6ee26ebc5c0259b
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode7.2
xcode_project: TipCalculator.xcodeproj
xcode_scheme: TipCalculator
xcode_sdk: iphonesimulator9.2
before_install:
- brew update
- brew install swiftlint
- swiftlint lint
|
language: objective-c
osx_image: xcode7.2
xcode_project: TipCalculator.xcodeproj
xcode_scheme: TipCalculator
xcode_sdk: iphonesimulator9.2
before_install:
- brew update
- brew install swiftlint
- swiftlint lint
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/705b3f17ce883f82dd72
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
|
Add Travis webhook for Gitter
|
Add Travis webhook for Gitter
|
YAML
|
mit
|
heshamMassoud/tip-calculator
|
71defa0d6c907815ae8c7dc386db843950794b3e
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode8
before_install:
- carthage bootstrap --verbose
script:
- xcodebuild clean build test -project SwiftyJSONModel.xcodeproj -scheme SwiftyJSONModel -destination 'platform=iOS Simulator,name=iPhone 6'
notifications:
email: true
|
language: objective-c
osx_image: xcode8
before_install:
- carthage bootstrap --verbose
script:
- open -a "simulator" --args -CurrentDeviceUDID A84965FC-070D-4EAF-83E8-84FFE99F5866
- xcodebuild clean build test -project SwiftyJSONModel.xcodeproj -scheme SwiftyJSONModel -destination 'platform=iOS Simulator,name=iPhone 6'
notifications:
email: true
|
Make sure to open simulator before running the build
|
Make sure to open simulator before running the build
|
YAML
|
mit
|
alickbass/SwiftyJSONModel,alickbass/SwiftyJSONModel
|
b9dd3a80634d9e43e9fdaa6daf18d5cce2f5f0ea
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.1
language: objective-c
xcode_sdk: iphonesimulator10.1
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/GearKit.xcworkspace -scheme GearKit-Example -sdk iphonesimulator9.3 -destination 'platform=iOS Simulator,name=iPhone 6s Plus,OS=10.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8
language: objective-c
xcode_sdk: iphonesimulator10.0
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/GearKit.xcworkspace -scheme GearKit-Example -sdk iphonesimulator10.0 -destination 'platform=iOS Simulator,name=iPhone 6s Plus,OS=10.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
|
Update Travis CI with supported values.
|
Update Travis CI with supported values.
|
YAML
|
mit
|
pascaljette/GearDateTime,pascaljette/GearDateTime,pascaljette/GearDateTime
|
c136cf3306bb8c76566906318342b3df347a05e2
|
.travis.yml
|
.travis.yml
|
---
language: java
env:
- MAVEN_VERSION=3.0.5
- MAVEN_VERSION=3.1.1
- MAVEN_VERSION=3.2.5
- MAVEN_VERSION=3.3.9
install:
- "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}"
- "./mvnw --show-version --errors --batch-mode test-compile dependency:go-offline"
script:
- "./mvnw --show-version --errors --batch-mode -Prun-its clean verify"
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
|
---
language: java
env:
- MAVEN_VERSION=3.0.5
- MAVEN_VERSION=3.1.1
- MAVEN_VERSION=3.2.5
- MAVEN_VERSION=3.3.9
install:
- "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}"
- "./mvnw --show-version --errors --batch-mode test-compile dependency:go-offline"
script:
- "./mvnw --show-version --errors --batch-mode -Prun-its clean verify"
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
matrix:
exclude:
- jdk: oraclejdk6
env: MAVEN_VERSION=3.3.9
|
Exclude jdk 6 with Maven 3.3.9 cause Maven 3.3.9 is JDK7 minimum.
|
Exclude jdk 6 with Maven 3.3.9 cause
Maven 3.3.9 is JDK7 minimum.
|
YAML
|
apache-2.0
|
mojohaus/templating-maven-plugin
|
0d66b37da16f6f4f837b9e14cd5bab1f1d7c7477
|
.travis.yml
|
.travis.yml
|
---
sudo: required
language: python
# Currently failing with Python3.
python: 2.7
cache: pip
services:
- docker
branches:
only:
- travis-experiments
- dev
- customized
# Manual build matrix.
# See https://github.com/travis-ci/travis-ci/issues/1519
env:
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=default
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=wordpress-deploy
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=drupal-deploy-7
install:
# Use `--pre` flag to get molecule >= 2.20.
- pip install molecule docker --pre
script:
- "travis_wait 25 molecule -c molecule/base-config.yml test -s $SCENARIO"
|
---
sudo: required
language: python
# Currently failing with Python3.
python: 2.7
cache: pip
services:
- docker
branches:
only:
- travis-experiments
- dev
- customized
# Manual build matrix.
# See https://github.com/travis-ci/travis-ci/issues/1519
env:
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=default
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=wordpress-deploy
- MOLECULE_DISTRO=ubuntu1604 SCENARIO=drupal-deploy-7
install:
- pip install molecule docker
script:
- "travis_wait 25 molecule -c molecule/base-config.yml test -s $SCENARIO"
|
Remove `--pre` flag for `molecule` installation
|
Remove `--pre` flag for `molecule` installation
Molecule `2.20.1` installs on Python2.7 now.
Using `--pre` is resulting in Ansible 2.8-devel, and Molecule currently
doesn't work well with Ansible 2.8-devel.
See https://github.com/ansible/molecule/issues/1727
|
YAML
|
mit
|
kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm
|
734e8cc966ec50482137375e4f87c26dc5b03aff
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
addons:
postgresql: "9.3"
bundler_args: "--without development:production --deployment"
cache: bundler
before_install:
- gem install coveralls
- gem install scss-lint
before_script:
- psql -c 'create database coursemology_test;' -U postgres
script:
- scss-lint app/assets/stylesheets/
- bundle exec consistency_fail
- bundle exec rake test
|
language: ruby
rvm:
- 2.1.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
addons:
postgresql: "9.3"
bundler_args: "--without development:production --deployment"
cache: bundler
before_install:
- gem install coveralls
- gem install scss-lint
before_script:
- psql -c 'create database coursemology_test;' -U postgres
- bundle exec rake db:setup
script:
- scss-lint app/assets/stylesheets/
- bundle exec consistency_fail
- bundle exec rake test
|
Set up the database before running any tests.
|
Set up the database before running any tests.
|
YAML
|
mit
|
Coursemology/coursemology2,Coursemology/coursemology2,harryggg/coursemology2,xzhflying/coursemology2,xzhflying/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,harryggg/coursemology2,xzhflying/coursemology2,BenMQ/coursemology2,cysjonathan/coursemology2,harryggg/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,BenMQ/coursemology2,cysjonathan/coursemology2,BenMQ/coursemology2
|
f3dcb67a550194bc0b532670f3145049b7a28bf1
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '7'
- '6'
- '4'
cache:
directories:
- node_modules
|
language: node_js
node_js:
- '7'
- '6'
cache:
directories:
- node_modules
|
Remove test for node v4
|
Remove test for node v4
|
YAML
|
mit
|
kawaz/unbreaker
|
14973240d1dabe7a26fcf17035df293241122b09
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
# gearman
- sudo apt-get remove gearman-job-server
- sudo apt-get install gearman-job-server libgearman-dev
- printf "\n"| pecl install gearman-1.0.3
## Composer
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- gearmand -d
- phpunit
matrix:
allow_failures:
- php: hhvm
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
install:
# gearman
- sudo apt-get remove gearman-job-server
- sudo apt-get install gearman-job-server libgearman-dev
- printf "\n"| pecl install gearman-1.0.3
## Composer
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- gearmand -d
- phpunit
matrix:
allow_failures:
- php: hhvm
|
Install all the things within install section
|
Fix: Install all the things within install section
|
YAML
|
mit
|
localheinz/gearman
|
2a9d554a918375b5e8b881a956b3df4dfe373ef4
|
.travis.yml
|
.travis.yml
|
language: c
install: sudo apt-get install cmake
compiler: clang
script:
- cmake CMakeLists.txt
- make
- make test
|
language: c
install: sudo apt-get install cmake
compiler: clang
script:
- cmake CMakeLists.txt
- make
- make test
- ./8080_Emulator
|
Add one more test to Travis config
|
Add one more test to Travis config
|
YAML
|
mit
|
TheLocust3/Intel-8080-Emulator,TheLocust3/Intel-8080-Emulator
|
25a9d381ab5e2f19cf3dd762ae64a884ac05a0b6
|
.travis.yml
|
.travis.yml
|
language: csharp
solution: src/SME.sln
install:
- nuget restore src/SME.sln
script:
- xbuild /p:Configuration=Release src/SME.sln
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release" && mono ./src/Examples/ColorBin/bin/Release/ColorBin.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release" && mono ./src/Examples/SimpleTrader/bin/Release/SimpleTrader.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/NoiseFilter/bin/Release" && mono ./src/Examples/NoisFilter/bin/Release/NoiseFilter.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/AES256CBC/bin/Release" && mono ./src/Examples/NoisFilter/bin/Release/AES256CBC.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/NoiseFilter/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/AES256CBC/bin/Release/output" && make test
|
language: csharp
solution: src/SME.sln
install:
- apt get install ghdl
- nuget restore src/SME.sln
script:
- xbuild /p:Configuration=Release src/SME.sln
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release" && mono ColorBin.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release" && mono SimpleTrader.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/NoiseFilter/bin/Release" && mono NoiseFilter.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/AES256CBC/bin/Release" && mono AES256CBC.exe
- cd "$TRAVIS_BUILD_DIR/src/Examples/ColorBin/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/SimpleTrader/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/NoiseFilter/bin/Release/output" && make test
- cd "$TRAVIS_BUILD_DIR/src/Examples/AES256CBC/bin/Release/output" && make test
|
Update to relative paths and install ghdl
|
Update to relative paths and install ghdl
|
YAML
|
mit
|
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
|
f60a026fc56bb3e50d06dcc7fbc6e82e87bf3db3
|
.travis.yml
|
.travis.yml
|
dist: xenial
sudo: required
services:
- docker
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/gopath
- chmod -R a+r $HOME/cached-deps
cache:
directories:
- $HOME/.cache/go-build
- $HOME/cached-deps
- $HOME/gopath
language: go
go:
- "1.12.6"
env:
global:
- PATH=$HOME/cached-deps:$PATH
matrix:
- BUCKET=MISC
# If you want to update the number of PPS workers, you'll also need to update
# the value in ./etc/build/PPS_BUILD_BUCKET_COUNT
- BUCKET=PPS1
- BUCKET=PPS2
- BUCKET=PPS3
- BUCKET=EXAMPLES
before_install:
- sudo etc/testing/travis_before_install.sh
before_script:
- docker version
script:
- etc/testing/travis.sh
after_failure:
- kubectl version
- kubectl get all
- kubectl get all --namespace kafka
- kubectl describe pod -l app=pachd
- kubectl describe pod -l suite=pachyderm,app=etcd
- kubectl logs -l app=pachd | tail -n 100
notifications:
slack: pachyderm:qmSCZSX1Q2yWxc6DjNZZFLGd
|
dist: xenial
sudo: required
services:
- docker
cache:
directories:
- $HOME/.cache/go-build
- $HOME/cached-deps
language: go
go:
- "1.12.6"
env:
global:
- PATH=$HOME/cached-deps:$PATH
matrix:
- BUCKET=MISC
# If you want to update the number of PPS workers, you'll also need to update
# the value in ./etc/build/PPS_BUILD_BUCKET_COUNT
- BUCKET=PPS1
- BUCKET=PPS2
- BUCKET=PPS3
- BUCKET=EXAMPLES
before_install:
- sudo etc/testing/travis_before_install.sh
before_script:
- docker version
script:
- etc/testing/travis.sh
after_failure:
- kubectl version
- kubectl get all
- kubectl get all --namespace kafka
- kubectl describe pod -l app=pachd
- kubectl describe pod -l suite=pachyderm,app=etcd
- kubectl logs -l app=pachd | tail -n 100
notifications:
slack: pachyderm:qmSCZSX1Q2yWxc6DjNZZFLGd
|
Revert "Try caching gopath dir"
|
Revert "Try caching gopath dir"
This reverts commit 9d45e0c72d7a45e8f33b5ddd29bba79e5e578451.
|
YAML
|
apache-2.0
|
pachyderm/pfs,pachyderm/pfs,pachyderm/pfs
|
da2cac9fb1d389b8192619b2718b60b855ca3d0a
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run pep8
before_script: python setup.py pep8
# command to run tests
script: nosetests
|
language: python
python:
- "2.7"
env:
global:
- secure: "ih7F8VD5AwdPgxtwwU5qCHkvozAnlaleBUhpm0WyhNdakLbNw/xf1jX9GJOC\nNBcEplvA9TZBVQldKobKjZe98krfDYVyaptwudNMezQWMjuaJgN45uOaTxCr\ntYUTJet9fNDrZlL3w2F46jFopzYyHS/s99JduauOgRVBeQDs7bU="
- secure: "h7Sa8E6mZyI+H9sJMAUU5y4AFiE5cVKGWOZMzQBItFEL6HjIRxtHDJlXGlcS\nPapsO7ZMfGBEpyi+FyQjIpJtlIvTrs35nVWUXYiU2lD5luZ1WDWMPIfqMCvP\npa+G8qkGUkh2yVIzOgSrwmGw/GSt20GgIskxBzPbD9//NxhPP44="
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run pep8
before_script: python setup.py pep8
# command to run tests
script: python mygengo/tests.py
|
Add secure vars for Travis CI
|
Add secure vars for Travis CI
|
YAML
|
bsd-3-clause
|
shawnps/mygengo-python
|
fbf4bd3ef7eaa4fb87c35b21d749071a7492ea26
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
allow_failures:
- php: nightly
install:
- composer install
before_install:
- composer self-update
sudo: false
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
allow_failures:
- php: nightly
- php: 5.4
install:
- composer install
before_install:
- composer self-update
sudo: false
|
Allow build failures on PHP 5.4 as only tests are not correct
|
Allow build failures on PHP 5.4 as only tests are not correct
|
YAML
|
mit
|
deniaz/terrific-twig,deniaz/terrific-twig
|
e5c56302868de2555a290380f5818b3473cc4adb
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
addons:
postgresql: "9.4"
env:
- SECRET_KEY=test DB_NAME=dbtest DB_USER=test DB_PASS=test
virtualenv:
system_site_packages: true
before_install:
- export DJANGO_SETTINGS_MODULE=openprescribing.settings.local
- export PYTHONPATH=$HOME/builds/edmdatalab/openprescribing
- SITE_PKG_DIR=$VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/site-packages
- rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
- sudo apt-get update
- sudo apt-get install python-numpy
- sudo apt-get install python-scipy
install:
- pip install -r requirements.txt
- pip install -r requirements/local.txt
before_script:
- psql -U postgres -c 'CREATE DATABASE dbtest;'
- psql -U postgres -c "CREATE EXTENSION postgis" -d dbtest
- psql -U postgres -c "CREATE EXTENSION postgis_topology" -d dbtest
- psql -U postgres -c "CREATE USER test WITH CREATEUSER PASSWORD 'test';"
- psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE dbtest to test;"
- psql -U postgres -c "ALTER USER test CREATEDB;"
- cd openprescribing && python manage.py migrate
script:
- python manage.py test
|
language: python
python:
- "2.7"
addons:
postgresql: "9.4"
env:
- SECRET_KEY=test DB_NAME=dbtest DB_USER=test DB_PASS=test
virtualenv:
system_site_packages: true
before_install:
- export DJANGO_SETTINGS_MODULE=openprescribing.settings.local
- export PYTHONPATH=$HOME/builds/edmdatalab/openprescribing
- SITE_PKG_DIR=$VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/site-packages
- rm -f $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt
- sudo apt-get update
- sudo apt-get install python-numpy
- sudo apt-get install python-scipy
install:
- pip install -r requirements.txt
- pip install -r requirements/local.txt
before_script:
- psql -U postgres -c 'CREATE DATABASE dbtest;'
- psql -U postgres -c "CREATE EXTENSION postgis" -d dbtest
- psql -U postgres -c "CREATE EXTENSION postgis_topology" -d dbtest
- psql -U postgres -c "CREATE USER test WITH CREATEUSER PASSWORD 'test';"
- psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE dbtest to test;"
- psql -U postgres -c "ALTER USER test CREATEDB;"
- cd openprescribing && python manage.py migrate
script:
- python manage.py test
notifications:
email:
- [email protected]
|
Update Travis notification email address
|
Update Travis notification email address
|
YAML
|
mit
|
ebmdatalab/openprescribing,ebmdatalab/openprescribing,annapowellsmith/openpresc,ebmdatalab/openprescribing,annapowellsmith/openpresc,ebmdatalab/openprescribing,annapowellsmith/openpresc,annapowellsmith/openpresc
|
abff8cc8e4256ab25646d603bbac491ec8ac7825
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.7.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-9.1.7.0
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
install:
- bundle install --without local_development --retry=3
branches:
only:
- master
|
sudo: required
dist: trusty
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.1.13.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
install:
- bundle install --without local_development --retry=3
branches:
only:
- master
|
Support JRuby 9.1.13.0 and up
|
Support JRuby 9.1.13.0 and up
|
YAML
|
lgpl-2.1
|
mvz/gir_ffi,mvz/gir_ffi,mvz/gir_ffi
|
660bc98d0dc9e97e501727951081495ff2d1b9f4
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
mkdir build;
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./build/cc-test-reporter;
chmod +x ./build/cc-test-reporter;
./build/cc-test-reporter before-build;
fi
script:
- "npm run test-ci"
after_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
cd ./build;
./cc-test-reporter after-build --prefix '..' --exit-code $TRAVIS_TEST_RESULT;
fi
|
language: node_js
node_js:
- "node"
before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
mkdir build;
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./build/cc-test-reporter;
chmod +x ./build/cc-test-reporter;
./build/cc-test-reporter before-build;
fi
script:
- "npm run test-ci"
after_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
cd ./build;
./cc-test-reporter after-build --prefix /home/travis/build/jordansne/ntwitbot --exit-code $TRAVIS_TEST_RESULT;
fi
|
Change --prefix dir to absolute path
|
Change --prefix dir to absolute path
|
YAML
|
mit
|
jordansne/ntwitbot
|
c2a014f5cd858882a4965dbd8e2a336af6ea0e6e
|
.travis.yml
|
.travis.yml
|
language: android
# use container based build infrastructure
sudo: false
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-24.0.2
- android-24
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.+'
script:
- ./gradlew assembleDebug -PdisablePreDex
- ./gradlew lint checkstyle findbugs pmd -PdisablePreDex
cache:
directories:
- $HOME/.gradle
|
language: android
# use container based build infrastructure
sudo: false
jdk:
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-24.0.2
- android-24
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.+'
script:
- ./gradlew assembleDebug -PdisablePreDex
- ./gradlew checkstyle findbugs pmd -PdisablePreDex
cache:
directories:
- $HOME/.gradle
|
Kill Lint to make Travis happy
|
Kill Lint to make Travis happy
|
YAML
|
apache-2.0
|
zplesac/android_connectionbuddy,zplesac/android_connectify
|
0787c9ab210bb61f396e0b70f72038845c8b4f49
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
services:
- mysql
- postgres
- sqlite3
env:
global:
- secure: RriLxF6+2yMl67hdVv8ImXlu0h62mhcpqjaOgYNU+IEbUQ7hx96CKY6gkpYubW3BgApvF5RH6j3+HKvh2kGp0XhDOYOQCODfBSaSipZ5Aa5RKjsEYLtuVIobvJ80awR9hUeql69+WXs0/s72WThG0qTbOUY4pqHWfteeY235hWM=
before_script:
- mysql -e "CREATE DATABASE gorptest;"
- mysql -u root -e "GRANT ALL ON gorptest.* TO gorptest@localhost IDENTIFIED BY 'gorptest'"
- psql -c "CREATE DATABASE gorptest;" -U postgres
- psql -c "CREATE USER "gorptest" WITH SUPERUSER PASSWORD 'gorptest';" -U postgres
- go get github.com/lib/pq
- go get github.com/mattn/go-sqlite3
- go get github.com/ziutek/mymysql/godrv
- go get github.com/go-sql-driver/mysql
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script: ./test_all.sh
|
language: go
go:
- 1.3
- 1.4
- tip
services:
- mysql
- postgres
- sqlite3
env:
global:
- secure: RriLxF6+2yMl67hdVv8ImXlu0h62mhcpqjaOgYNU+IEbUQ7hx96CKY6gkpYubW3BgApvF5RH6j3+HKvh2kGp0XhDOYOQCODfBSaSipZ5Aa5RKjsEYLtuVIobvJ80awR9hUeql69+WXs0/s72WThG0qTbOUY4pqHWfteeY235hWM=
before_script:
- mysql -e "CREATE DATABASE gorptest;"
- mysql -u root -e "GRANT ALL ON gorptest.* TO gorptest@localhost IDENTIFIED BY 'gorptest'"
- psql -c "CREATE DATABASE gorptest;" -U postgres
- psql -c "CREATE USER "gorptest" WITH SUPERUSER PASSWORD 'gorptest';" -U postgres
- go get github.com/lib/pq
- go get github.com/mattn/go-sqlite3
- go get github.com/ziutek/mymysql/godrv
- go get github.com/go-sql-driver/mysql
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script: ./test_all.sh
|
Remove go-1.2 from the list of test targets
|
Remove go-1.2 from the list of test targets
It's failing because mattn/sqlite3 doesn't support it anymore. I'm not
sure gorp should either, go-1.2 is really quite old now.
|
YAML
|
mit
|
go-gorp/gorp,go-gorp/gorp
|
f6c256e5b867f61d41f245fc4d33ec11ad48a5b6
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
before_install:
- openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "if [[ ${TRAVIS_TAG} != '' ]]; then mvn versions:set -DnewVersion='${TRAVIS_TAG}'; fi"
script: mvn clean verify
after_success:
- mvn jacoco:report coveralls:report
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DreposityId=sonatype-nexus-snapshots -DskipTests --settings deploy-settings.xml"
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && mvn deploy -DreposityId=sonatype-nexus-staging -DskipTests --settings deploy-settings.xml"
|
language: java
sudo: false
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'if [[ -n "$DECRYPT_KEYPHRASE" ]]; then openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv; fi'
- 'if [[ ${TRAVIS_TAG} != "" ]]; then mvn versions:set -DnewVersion="${TRAVIS_TAG}"; fi'
script: mvn clean verify
after_success:
- mvn jacoco:report coveralls:report
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DreposityId=sonatype-nexus-snapshots -DskipTests --settings deploy-settings.xml"
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && mvn deploy -DreposityId=sonatype-nexus-staging -DskipTests --settings deploy-settings.xml"
|
Decrypt secrets only when passphrase is present
|
Decrypt secrets only when passphrase is present
In cas a pull request is tested, the secret environment variables are not
present, because they could be exposed by a malicious pull request. So we can
only decrypt the gpg-keys only when the keyphrase is availible.
|
YAML
|
apache-2.0
|
RobWin/spring-boot-admin,codecentric/spring-boot-admin,RobWin/spring-boot-admin,codecentric/spring-boot-admin,RobWin/spring-boot-admin,joshiste/spring-boot-admin,librucha/spring-boot-admin,RobWin/spring-boot-admin,joshiste/spring-boot-admin,voltean/spring-boot-admin,voltean/spring-boot-admin,codecentric/spring-boot-admin,librucha/spring-boot-admin,joshiste/spring-boot-admin,joshiste/spring-boot-admin,librucha/spring-boot-admin,librucha/spring-boot-admin,voltean/spring-boot-admin
|
a1fd13cd17952ceeb2dd70e44b727aa1f80788e1
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- composer test-ci
- vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- vendor/bin/phpcs --standard=psr2 src
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then vendor/bin/phpcs --standard=phpcs.xml src --ignore=tests/Sniffs; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then vendor/bin/phpcs --standard=codor.xml src -spn; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- composer test-ci
- vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- vendor/bin/phpcs --standard=psr2 src
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then vendor/bin/phpcs --standard=phpcs.xml src --ignore=tests/Sniffs; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then vendor/bin/phpcs --standard=codor.xml src -spn; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Install dependencies in install section
|
Fix: Install dependencies in install section
|
YAML
|
mit
|
bmitch/churn-php
|
d00fbc100c2a628bb21f3149a8a0c0c1ba7f3190
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
script: mvn verify -Dmaven.javadoc.skip=true
|
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
script: mvn verify -Dmaven.javadoc.skip=true
|
Remove Oracle JDK8 from build as breaking
|
Remove Oracle JDK8 from build as breaking
|
YAML
|
apache-2.0
|
uglycustard/buildergenerator
|
89b757ef8aefeec4d1e8b146a3ef2fad8d16fd33
|
.travis.yml
|
.travis.yml
|
---
branches:
only:
- "master"
dist: bionic
language: python
python: 3.5
env:
matrix:
- MOLECULE_DISTRO: centos/7
- MOLECULE_DISTRO: centos/8
- MOLECULE_DISTRO: debian/stretch64
- MOLECULE_DISTRO: debian/buster64
- MOLECULE_DISTRO: generic/ubuntu1604
- MOLECULE_DISTRO: generic/ubuntu1804
install:
- |
export VAGRANT_VERSION=2.2.9
sudo apt-get update && sudo apt-get install -y bridge-utils dnsmasq-base ebtables libvirt-bin libvirt-dev qemu-kvm qemu-utils ruby-dev
sudo wget -nv https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb
sudo dpkg -i vagrant_${VAGRANT_VERSION}_x86_64.deb
vagrant --version
- sudo vagrant plugin install vagrant-libvirt
- pip3 install molecule yamllint ansible-lint python-vagrant molecule-vagrant testinfra
- sudo chown -R travis:travis /home/travis/.vagrant.d
- sudo gpasswd -a travis libvirt
script:
- sudo -E su travis -c "source $VIRTUAL_ENV/bin/activate; molecule test"
|
---
branches:
only:
- "master"
dist: bionic
language: python
python: 3.5
env:
matrix:
- MOLECULE_DISTRO: centos/7
- MOLECULE_DISTRO: centos/8
- MOLECULE_DISTRO: debian/stretch64
- MOLECULE_DISTRO: debian/buster64
- MOLECULE_DISTRO: generic/ubuntu1604
- MOLECULE_DISTRO: generic/ubuntu1804
- MOLECULE_DISTRO: generic/ubuntu2004
install:
- |
export VAGRANT_VERSION=2.2.9
sudo apt-get update && sudo apt-get install -y bridge-utils dnsmasq-base ebtables libvirt-bin libvirt-dev qemu-kvm qemu-utils ruby-dev
sudo wget -nv https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb
sudo dpkg -i vagrant_${VAGRANT_VERSION}_x86_64.deb
vagrant --version
- sudo vagrant plugin install vagrant-libvirt
- pip3 install molecule yamllint ansible-lint python-vagrant molecule-vagrant testinfra
- sudo chown -R travis:travis /home/travis/.vagrant.d
- sudo gpasswd -a travis libvirt
script:
- sudo -E su travis -c "source $VIRTUAL_ENV/bin/activate; molecule test"
|
Add Ubuntu 20.04 to Travis CI tests
|
Add Ubuntu 20.04 to Travis CI tests
|
YAML
|
apache-2.0
|
Graylog2/graylog-ansible-role
|
241cd81cec5075c04930c74110886a7ec0fe0388
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.8"
|
language: node_js
node_js:
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.10"
|
Allow 0.10.x to fail until its fully supported
|
Allow 0.10.x to fail until its fully supported
|
YAML
|
mit
|
gronke/bower,wenyanw/bower,skinzer/bower,vladikoff/bower,mattpugh/bower,cgvarela/bower,krahman/bower,perdona/bower,dreamauya/bower,insanehong/bower,Backbase/bower,sanyueyu/bower,fewspider/bower,watilde/bower,jodytate/bower,Blackbaud-EricSlater/bower,gorcz/bower,liorhson/bower,thinkxl/bower,M4gn4tor/bower,Jinkwon/naver-bower-cli,msbit/bower,perdona/bower,return02/bower,perdona/bower,JFrogDev/bower-art,jisaacks/bower,PimsJay01/bower,supriyantomaftuh/bower,DrRataplan/bower,jvkops/bower,Connectlegendary/bower,yinhe007/bower,angeliaz/bower,omurbilgili/bower,buildsample/bower,ThiagoGarciaAlves/bower,DevVersion/bower,mex/bower,yuhualingfeng/bower,amilaonbitlab/bower,bower/bower,rlugojr/bower,pwang2/bower,hyperweb2/upt,Teino1978-Corp/Teino1978-Corp-bower,pertrai1/bower,kevinjdinicola/hg-bower,akaash-nigam/bower,lukemelia/bower,magnetech/bower,Jeremy017/bower,XCage15/bower,perdona/bower,adriaanthomas/bower,twalpole/bower,rajzshkr/bower,cnbin/bower,TooHTooH/bower,pjump/bower,unilynx/bower,fernandomoraes/bower,xfstudio/bower,haolee1990/bower,kruppel/bower,kodypeterson/bower,Teino1978-Corp/bower,prometheansacrifice/bower,grigorkh/bower
|
7200739066bb8253cea8d949527633a48eeff9a0
|
.travis.yml
|
.travis.yml
|
# Config file for automatic testing at travis-ci.org
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
|
# Config file for automatic testing at travis-ci.org
language: python
dist: xenial
python:
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "2.7"
- "pypy"
- "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
|
Drop end of life Python versions and add latest Python 3 versions
|
Drop end of life Python versions and add latest Python 3 versions
|
YAML
|
mit
|
xesscorp/KiPart,xesscorp/KiPart
|
037b52d4aaeffa618a2b524bb2b3c3543d1e016c
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
branches:
only:
- v1
before_install:
- go get golang.org/x/tools/cmd/cover
install:
- make generate
script:
- GO15VENDOREXPERIMENT=1 go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: go
sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
branches:
only:
- v1
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/mock/mockgen
install:
- make generate
script:
- GO15VENDOREXPERIMENT=1 go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Install mockgen before running make generate
|
Install mockgen before running make generate
Signed-off-by: Stephan Peijnik <[email protected]>
|
YAML
|
mit
|
anexia-it/go-structconf,anexia-it/go-structconf
|
f3e6fd4ea61648cb84778473ccc52729be415c88
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.3
before_script:
- composer install
- SUBJECT="/C=CL/title=PERSONA NATURAL/CN=NOMBRE DEL USUARIO/[email protected]/serialNumber=11222333-4"
- openssl req -x509 -sha256 -nodes -days 1 -newkey rsa:2048 -keyout tests/firma.key -out tests/firma.crt -subj "$SUBJECT"
- openssl pkcs12 -export -out tests/firma.p12 -inkey tests/firma.key -in tests/firma.crt -passout pass:test
- rm tests/firma.key tests/firma.crt
script: phpunit --bootstrap tests/bootstrap.php tests
|
language: php
php:
- 7.3
before_script:
- composer install
- SUBJECT="/C=CL/title=PERSONA NATURAL/CN=NOMBRE DEL USUARIO/[email protected]/serialNumber=11222333-4"
- openssl req -x509 -sha256 -nodes -days 1 -newkey rsa:2048 -keyout tests/firma.key -out tests/firma.crt -subj "$SUBJECT"
- openssl pkcs12 -export -out tests/firma.p12 -inkey tests/firma.key -in tests/firma.crt -passout pass:test
- rm tests/firma.key tests/firma.crt
script: vendor/bin/phpunit --bootstrap tests/bootstrap.php tests
|
Fix para usar phpunit de composer
|
Fix para usar phpunit de composer
|
YAML
|
agpl-3.0
|
LibreDTE/libredte-lib
|
faa0dc58e81e3ab91acff15048c87187e62e0483
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2.0
bundler_args: --without debug
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2.0
bundler_args: --without debug
before_install:
- gem update bundler
|
Fix Travis build by forcing updating Bundler
|
Fix Travis build by forcing updating Bundler
|
YAML
|
mit
|
alvy54/mailinator,ainformatico/mailinator
|
2d32a37914c479d24b08fd9ba2e2ece43bde8cd1
|
.travis.yml
|
.travis.yml
|
language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trusty
python: '3.5'
- os: linux
dist: trusty
python: '3.6'
- os: linux
dist: xenial
sudo: true
python: '3.7'
- os: linux
dist: trusty
python: 'nightly'
- os: linux
dist: trusty
python: 'pypy'
- os: linux
dist: trusty
python: 'pypy3'
install:
- pip install codecov
- pip install -r requirements.txt -r devel-requirements.txt
- pip install -e .
script:
- PYTHONPATH=.:$PYTHONPATH python tests/__main__.py
after_success:
- PYTHONPATH=.:$PYTHONPATH coverage run --omit=*test* tests/__main__.py
- codecov
|
language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trusty
python: '3.5'
- os: linux
dist: trusty
python: '3.6'
- os: linux
dist: xenial
sudo: true
python: '3.7'
- os: linux
dist: trusty
python: 'nightly'
- os: linux
dist: trusty
python: 'pypy'
- os: linux
dist: trusty
python: 'pypy3'
install:
- pip install codecov
- pip install -r requirements.txt -r devel-requirements.txt
- pip install -e .
script:
- PYTHONPATH=.:$PYTHONPATH python tests/__main__.py
- make -C docs html
after_success:
- PYTHONPATH=.:$PYTHONPATH coverage run --omit=*test* tests/__main__.py
- codecov
|
Enable docs build in Travis
|
Enable docs build in Travis
|
YAML
|
bsd-2-clause
|
etingof/pyasn1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.