commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
2a35d5ffb9d60f8077979e8cb8af7f5723a2ee7d
.github/workflows/test-gha.yaml
.github/workflows/test-gha.yaml
on: push: branches: - main name: Test in GitHub Actions Environment jobs: release-please: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Disable fail-fast so that one matrix-job failing doesn't make the other # ones end early. We want to see th...
on: push: branches: - main name: Test in GitHub Actions Environment jobs: release-please: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Disable fail-fast so that one matrix-job failing doesn't make the other # ones end early. We want to see th...
Fix passing jobs when missing drivers
ci: Fix passing jobs when missing drivers
YAML
apache-2.0
shaka-project/webdriver-installer
92c2a4a408b6a0e4888be49c82091ba5557221e2
conda/empyrical/meta.yaml
conda/empyrical/meta.yaml
package: name: empyrical version: "0.1.10" source: fn: empyrical-0.1.10.tar.gz url: https://pypi.python.org/packages/2c/b4/658f06c8bc05f847e9ccd6b8131e6e4589bbeb875e239d568a821fd1babc/empyrical-0.1.10.tar.gz md5: cf4439bad083150639ae5b27698c64d4 requirements: build: - python - setuptools - nu...
package: name: empyrical version: "0.1.10" source: fn: empyrical-0.1.10.tar.gz url: https://pypi.python.org/packages/2c/b4/658f06c8bc05f847e9ccd6b8131e6e4589bbeb875e239d568a821fd1babc/empyrical-0.1.10.tar.gz md5: cf4439bad083150639ae5b27698c64d4 requirements: build: - python - setuptools - nu...
Tag empyrical conda packages with numpy version
BLD: Tag empyrical conda packages with numpy version
YAML
apache-2.0
florentchandelier/zipline,quantopian/zipline,Scapogo/zipline,bartosh/zipline,quantopian/zipline,magne-max/zipline-ja,alphaBenj/zipline,humdings/zipline,florentchandelier/zipline,humdings/zipline,bartosh/zipline,enigmampc/catalyst,Scapogo/zipline,alphaBenj/zipline,enigmampc/catalyst,magne-max/zipline-ja
8953059e6fe7ea8d06f18fc485fe56a8042510f4
packages/ve/vector-sized.yaml
packages/ve/vector-sized.yaml
homepage: http://github.com/expipiplus1/vector-sized#readme changelog-type: markdown hash: 341c568d40a0aca9514ee78173c2149f3092b2c11c53e0671a2efe97e1d06c80 test-bench-deps: {} maintainer: whats.our.vector.victor@monoid.al synopsis: Size tagged vectors changelog: ! '# Change Log ## [0.1.0.0] - 2016-02-28 Initial ...
homepage: http://github.com/expipiplus1/vector-sized#readme changelog-type: markdown hash: 5501de349ea94ce23a9224969f6460483701e802ad3554c31a0d29cef9c04ef9 test-bench-deps: {} maintainer: whats.our.vector.victor@monoid.al synopsis: Size tagged vectors changelog: ! '# Change Log ## [0.1.0.0] - 2016-02-28 Initial ...
Update from Hackage at 2016-02-29T11:40:58+0000
Update from Hackage at 2016-02-29T11:40:58+0000
YAML
mit
commercialhaskell/all-cabal-metadata
6049cd8ee9a970364d52fff2b621b340236c5206
packages/xm/xmonad-windownames.yaml
packages/xm/xmonad-windownames.yaml
homepage: https://github.com/plindbe2/xmonad-windownames changelog-type: '' hash: 2e150a4e570af9451dec51c017092aab50811e3b44d90dadd86c635bb9e509ab test-bench-deps: {} maintainer: plindbe2@gmail.com synopsis: A library to automatically put named windows into the DynamicLog. changelog: '' basic-deps: base: ! '>=4.7 && ...
homepage: https://github.com/plindbe2/xmonad-windownames changelog-type: '' hash: 67c739e6bb34824d5a6ff744da0dafcc65ee5f7acf546b76edd7a1aaf65d5c3b test-bench-deps: {} maintainer: plindbe2@gmail.com synopsis: A library to automatically put named windows into the DynamicLog. changelog: '' basic-deps: base: <5 && >=3 ...
Update from Hackage at 2015-11-07T16:17:46+0000
Update from Hackage at 2015-11-07T16:17:46+0000
YAML
mit
commercialhaskell/all-cabal-metadata
937547205b85d5accf8b09649a62789154dcf78d
packaging/linux/snap/snapcraft.yaml
packaging/linux/snap/snapcraft.yaml
name: notes # Note on version: $UPSTREAM_VERSION~.git$GIT_COMMIT_ID version: '0.9.0~git8b202cf' summary: Note taking application, write down your thoughts. description: | Notes is a tool for the things you need to write down off your brain. It is your place of expressing yourself. Notes is an open source and cros...
name: notes # Note on version: $UPSTREAM_VERSION~.git$GIT_COMMIT_ID version: '0.9.0~gitef78f37' summary: Note taking application, write down your thoughts. description: | Notes is a tool for the things you need to write down off your brain. It is your place of expressing yourself. Notes is an open source and cros...
Add Liberation Sans to the snap
Add Liberation Sans to the snap
YAML
mpl-2.0
dplanella/notes,alex-spataru/notes,nuttyartist/notes,nuttyartist/notes,theshadowx/notes,geoffschoeman/notes,dplanella/notes,alex-spataru/notes,alex-spataru/notes,geoffschoeman/notes,alex-spataru/notes,theshadowx/notes
b17ec8663a8f0958e200c599de715e30f5c139d0
roles/postgres/tasks/add-apt-repo-for-postgres.yml
roles/postgres/tasks/add-apt-repo-for-postgres.yml
--- # This is necessary to install the latest versions of Postgres # For details see https://wiki.postgresql.org/wiki/Apt - name: Add Postgres repo to sources list apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ distro }}-pgdg main' state=present sudo: yes - name: Add key for Postgres repo ...
--- # This is necessary to install the latest versions of Postgres # For details see https://wiki.postgresql.org/wiki/Apt - name: Add key for Postgres repo apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present sudo: yes - name: Add Postgres repo to sources list apt_repository: repo='deb ...
Add key before adding repository
Add key before adding repository
YAML
apache-2.0
snowplow/ansible-playbooks
c1592705e4eb5d19e4112775eb534a9f3ef65157
cuteshop/specs/qtyaml.yml
cuteshop/specs/qtyaml.yml
name: qtyaml source: git: https://github.com/uranusjr/qtyaml.git project: sources: - "3rdparty/libyaml/src/*.c" - "src/*.cpp" headers: - src/qtyaml_global.h - src/qyamldocument.h - src/qyamlmapping.h - src/qyamlsequence.h - src/qyamlvalue.h defines...
name: qtyaml source: http: https://github.com/uranusjr/qtyaml/archive/master.zip project: sources: - "3rdparty/libyaml/src/*.c" - "src/*.cpp" headers: - src/qtyaml_global.h - src/qyamldocument.h - src/qyamlmapping.h - src/qyamlsequence.h - src/qyamlval...
Switch QtYAML download to use zip file
Switch QtYAML download to use zip file I don't know why Git fails. Whatever.
YAML
mit
uranusjr/cuteshop
e6155c926522338417c8d8863aa9d58552076a8a
config/application.example.yml
config/application.example.yml
TIME_ZONE: Rome LOCALE: it SECRET_TOKEN: SecretToken1 MAIL_SENDER: noreply@example.com DEVISE_SECRET: SecretToken2 DEVISE_PEPPER: SecretToken3 FORCE_SSL: false
TIME_ZONE: 'Rome' LOCALE: 'it' SECRET_TOKEN: 'SecretToken1' MAIL_SENDER: 'noreply@example.com' DEVISE_SECRET: 'SecretToken2' DEVISE_PEPPER: 'SecretToken3' FORCE_SSL: 'false'
Use strings for Figaro configuration
Use strings for Figaro configuration
YAML
mit
alessandro1997/herudio,alessandro1997/herudio,alessandro1997/herudio
e4c880b217ac7b8c315c406ebb9c9dc5c1e1e7ae
config/locale_task_config.yaml
config/locale_task_config.yaml
--- yaml_strings_to_extract: db/fixtures/miq_product_features{.yml,.yaml,/*.yml,/*.yaml}: - name - description db/fixtures/miq_report_formats.*: - description db/fixtures/notification_types.*: - message product/charts/layouts/*.yaml: - title product/charts/layouts/*/*.yaml: - title product/chart...
--- yaml_strings_to_extract: db/fixtures/miq_product_features{.yml,.yaml,/*.yml,/*.yaml}: - name - description db/fixtures/miq_report_formats.*: - description db/fixtures/notification_types.*: - message product/charts/layouts/*.yaml: - title product/charts/layouts/*/*.yaml: - title product/chart...
Fix translations for utilization chart headers
Fix translations for utilization chart headers
YAML
apache-2.0
d-m-u/manageiq,kbrock/manageiq,jvlcek/manageiq,chessbyte/manageiq,lpichler/manageiq,skateman/manageiq,d-m-u/manageiq,d-m-u/manageiq,djberg96/manageiq,skateman/manageiq,jrafanie/manageiq,gmcculloug/manageiq,mzazrivec/manageiq,ManageIQ/manageiq,mzazrivec/manageiq,gmcculloug/manageiq,jvlcek/manageiq,lpichler/manageiq,skat...
7c15f73cdbd8977cab7c2054e49a5fce302755c7
metadata/com.sunilpaulmathew.translator.yml
metadata/com.sunilpaulmathew.translator.yml
Categories: - Development License: GPL-3.0-or-later AuthorName: sunilpaulmathew AuthorEmail: sunil.kde@gmail.com AuthorWebSite: https://smartpack.github.io/ WebSite: https://smartpack.github.io/translator/ SourceCode: https://github.com/sunilpaulmathew/Translator IssueTracker: https://github.com/sunilpaulmathew/Trans...
Categories: - Development License: GPL-3.0-or-later AuthorName: sunilpaulmathew AuthorEmail: sunil.kde@gmail.com AuthorWebSite: https://smartpack.github.io/ WebSite: https://smartpack.github.io/translator/ SourceCode: https://github.com/sunilpaulmathew/Translator IssueTracker: https://github.com/sunilpaulmathew/Trans...
Update The Translator to v0.9 (9)
Update The Translator to v0.9 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e7abf09d57e71013efc35ceff6564791ff71e640
hokusai/development.yml
hokusai/development.yml
--- version: '2' services: metaphysics: extends: file: common.yml service: metaphysics environment: - MEMCACHED_URL=metaphysics-memcached:11211 env_file: ../.env ports: - 5001:5001 depends_on: - metaphysics-memcached metaphysics-memcached: image: memcached ports: ...
version: "2" services: metaphysics: extends: file: common.yml service: metaphysics environment: - MEMCACHED_URL=metaphysics-memcached:11211 env_file: ../.env ports: - 5001:5001 depends_on: - metaphysics-memcached metaphysics-memcached: image: memcached ports...
Remove the goreplay reference in the dev hokusai yml
Remove the goreplay reference in the dev hokusai yml
YAML
mit
artsy/metaphysics,artsy/metaphysics,artsy/metaphysics,mzikherman/metaphysics-1,mzikherman/metaphysics-1,mzikherman/metaphysics-1,mzikherman/metaphysics-1
f75962bda732359659960561205f1944f2034112
.github/workflows/main.yml
.github/workflows/main.yml
name: E-Mail Release Notification on: release: types: [released] jobs: notify: runs-on: ubuntu-latest steps: - name: Notify about a new release uses: daysofwonder/sendgrid-notification-action@v1.6 env: SENDGRID_API_TOKEN: ${{ secr...
name: E-Mail Release Notification on: release: types: [prereleased, released] jobs: notify-prerelease: runs-on: ubuntu-latest steps: - name: Notify about a new PRE-release if: github.event.action == 'prereleased' uses: daysofwonder/sendgrid-notific...
Update use action to v1.7 + prelease job
Update use action to v1.7 + prelease job
YAML
mit
daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js
26cf79d14320e2a6556e61307c37f353c049808d
.github/workflows/main.yml
.github/workflows/main.yml
name: Build and Release Workflow on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - name: Set up Java uses: actions/setup-java@v1 with: java-version: 8 - name: Compilation uses: eskatos...
name: Build and Release Workflow on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - name: Set up Java uses: actions/setup-java@v1 with: java-version: 8 - name: Set up Docker private registry ...
Set up Docker private registry
Set up Docker private registry
YAML
apache-2.0
bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin
36a25bfc537f1471ec83d595d0d72f7a86448350
.github/stale.yml
.github/stale.yml
# Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale # Starting at two years of no activity daysUntilStale: 730 # Number of days of inactivity before a stale Issue or Pull Request is closed daysUntilClose: 30 # Issues or Pull Re...
# Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale # Starting at two years of no activity daysUntilStale: 730 # Number of days of inactivity before a stale Issue or Pull Request is closed daysUntilClose: 30 # Issues or Pull Re...
Add regression label to list of exemptions
Add regression label to list of exemptions
YAML
mit
stinsonga/atom,stinsonga/atom,FIT-CSE2410-A-Bombs/atom,decaffeinate-examples/atom,CraZySacX/atom,decaffeinate-examples/atom,Arcanemagus/atom,AlexxNica/atom,brettle/atom,Mokolea/atom,sotayamashita/atom,sotayamashita/atom,kevinrenaers/atom,ardeshirj/atom,brettle/atom,Arcanemagus/atom,stinsonga/atom,CraZySacX/atom,kevinre...
d0742e1f0ecf452684dc582fab1da8b580e84fe7
roles/onos-load-apps/tasks/main.yml
roles/onos-load-apps/tasks/main.yml
--- # onos-load-apps/tasks/main.yml # # Install CORD ONOS apps from local containers - name: Disable loading from Maven repo command: ansible xos-1 -u ubuntu -m lineinfile \ -a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'" - name: Load the ...
--- # onos-load-apps/tasks/main.yml # # Install CORD ONOS apps from local containers - name: Disable loading from Maven repo command: ansible xos-1 -u ubuntu -m lineinfile \ -a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'" - name: Load the ...
Fix failure with single-node pod install
Fix failure with single-node pod install Change-Id: I1c72be8a138cfbe2fe7882e22d40bb0e8c173f5d
YAML
apache-2.0
opencord/platform-install,opencord/platform-install
e911ae9ea3fe2bb188ae02b46b70936b565844dc
data/building-hours/8-toh.yaml
data/building-hours/8-toh.yaml
name: Tomson Hall image: tomson category: Academia schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:00am', to: '11:00pm'} - {days: [Fr], from: '7:00am', to: '8:00pm'} - {days: [Sa], from: '8:00am', to: '8:00pm'} - {days: [Su], from: '8:00am', to: '11:00pm'} breakSchedu...
name: Tomson Hall image: tomson category: Academia schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th], from: '7:00am', to: '11:00pm'} # - {days: [Fr], from: '7:00am', to: '8:00pm'} # - {days: [Sa], from: '8:00am', to: '8:00pm'} # - {days: [Su], from: '8:00am', to: '11:00pm'} bre...
Comment out AY Tomson hours
Comment out AY Tomson hours
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
de24a63beebabab4379321b5e5aa2c10c44e0378
packages/hp/hpack-dhall.yaml
packages/hp/hpack-dhall.yaml
homepage: https://github.com/sol/hpack-dhall#readme changelog-type: '' hash: a648c54e4dd580f7a32ec3dcc15585a33adb35f0a0a0686839ee1ae96b298323 test-bench-deps: base: ==4.* dhall: -any hspec: ==2.* text: -any megaparsec: -any mockery: -any interpolate: -any dhall-json: -any transformers: -any aeson: -...
homepage: https://github.com/blockscope/hpack-dhall#readme changelog-type: '' hash: a1c088b8c65c348b82eeb191acdcf88ca5d641fc32f2f39ef3e2056cfc115c62 test-bench-deps: base: ==4.* dhall: -any hspec: ==2.* text: -any megaparsec: -any mockery: -any interpolate: -any dhall-json: -any transformers: -any a...
Update from Hackage at 2018-10-13T13:22:50Z
Update from Hackage at 2018-10-13T13:22:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
4b1396d9307de181eaad2d553994a4a73e94c281
_data/versions.yml
_data/versions.yml
"3.10": "v3.10.0-devel" "3.9": "v3.9.0-alpha.1" "3.8": "v3.8.4" "3.7": "v3.7.16" "3.6": "v3.6.16" "3.5": "v3.5.7" "3.4": "v3.4.11" "3.3": "v3.3.25"
"3.10": "v3.10.0-devel" "3.9": "v3.9.0-beta.1" "3.8": "v3.8.4" "3.7": "v3.7.16" "3.6": "v3.6.16" "3.5": "v3.5.7" "3.4": "v3.4.11" "3.3": "v3.3.25"
Create 'release/3.9.0-beta.1' for 3.9.0-beta.1 release
Create 'release/3.9.0-beta.1' for 3.9.0-beta.1 release
YAML
apache-2.0
arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs
f5557506bfb05183955390e0461f2a99a6ee2dca
docker-compose-test-server.yml
docker-compose-test-server.yml
version: "2" services: rocketchat: image: rocketchat/rocket.chat:0.73.1 ports: - 127.0.0.1:3000:3000 restart: always environment: - PORT=3000 - ROOT_URL=http://localhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat depends_on: - mongo links: - mongo:m...
version: "3" services: rocketchat: image: rocketchat/rocket.chat:0.73.1 ports: - 127.0.0.1:3000:3000 restart: always environment: - PORT=3000 - ROOT_URL=http://localhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat depends_on: - mongo links: - mongo:m...
Update docker-compose version to 3
Update docker-compose version to 3
YAML
mit
jadolg/rocketchat_API
3bd3df4d709c19068aa5eed6a01b6a0754f2f3ef
Mac/ITSwitch/component/component.yaml
Mac/ITSwitch/component/component.yaml
no_build: true name: ITSwitch src-url: https://github.com/xamarin/XamarinComponents/iOS/ITSwitch id: itswitch publisher: Xamarin Inc license: ../License.md icons: - icons/itswitch_512x512.png - icons/itswitch_128x128.png publisher-url: http://www.xamarin.com/ libraries: mac-unified: ../source/ITSwitc...
no_build: true name: ITSwitch src-url: https://github.com/xamarin/XamarinComponents/Mac/ITSwitch id: itswitch publisher: Xamarin Inc license: ../License.md icons: - icons/itswitch_512x512.png - icons/itswitch_128x128.png publisher-url: http://www.xamarin.com/ libraries: mac-unified: ../source/ITSwitc...
Fix url to project page
[itswitch] Fix url to project page
YAML
mit
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,bholmes/XamarinComponents,xamarin/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents,bholmes/XamarinComponents,xamarin/XamarinComponents
65f884481d6c8eee8f4b0988cbd8942966b54f5e
.codeclimate.yml
.codeclimate.yml
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - python fixme: enabled: true radon: enabled: true ratings: paths: - "**.py" exclude_paths: - "tests/" - "settings/" - "app/management/"
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - python fixme: enabled: true radon: enabled: true ratings: paths: - "**.py" exclude_paths: - "project/app/tests/" - "project/app/settings/" - "project/app/management/"
Include full path in code climate config
Include full path in code climate config
YAML
bsd-2-clause
barberscore/barberscore-api,barberscore/barberscore-api,dbinetti/barberscore,dbinetti/barberscore-django,barberscore/barberscore-api,barberscore/barberscore-api,dbinetti/barberscore,dbinetti/barberscore-django
d4b1529c86b66517a6ea82e3d8c1bd43c609dcb0
.codeclimate.yml
.codeclimate.yml
--- engines: brakeman: enabled: true checks: dangerous_attr_accessible: enabled: false bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby eslint: enabled: true fixme: enabled: true rubocop: enabled: true ratings: path...
--- engines: bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.rake" - "**.rb" exclude_paths: - bin/
Remove brakeman and eslint from code climate. N/A
Remove brakeman and eslint from code climate. N/A
YAML
mit
dinj-oss/mutator_rails,dinj-oss/mutator_rails
5494b0c5c08e6bc83ee1b842267aa25b5f81899c
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.11" - "0.12" - "4.1" - "4.2" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/coverage/bust...
sudo: false language: node_js node_js: - "4.4" - "6.3" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/coverage/buster-istanbul/lcov.info ...
Update Travis config to latest. Update node versions to 4.x and 6.x .
Update Travis config to latest. Update node versions to 4.x and 6.x .
YAML
mit
cliffano/sapi
911ab264565dc7d38f1ff209b4a940f54b51adda
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 env: global: - secure: UR3Fth+3x7k4zAiYUe/GNM19HhaboA/v1XhHC9IO239beIzZAwqbIi0IKpt8rNWXxnoSS8oVlz7ABoFy3iilXDNGE2t6r53mDllWT8SlcBNMgDp+A56VzClVGodJatTkrPTWmu8dGsa9YaIVOBbAvytalEgd3ib4rk0MQl/y1zs= before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start befo...
language: node_js node_js: - 0.10 env: global: - secure: UR3Fth+3x7k4zAiYUe/GNM19HhaboA/v1XhHC9IO239beIzZAwqbIi0IKpt8rNWXxnoSS8oVlz7ABoFy3iilXDNGE2t6r53mDllWT8SlcBNMgDp+A56VzClVGodJatTkrPTWmu8dGsa9YaIVOBbAvytalEgd3ib4rk0MQl/y1zs= - secure: QBa2wL7RpzffwO7oKM0pecfnMO9dExnsJv9AuOt8FY60vWD8aoa8nVVo6GbJ8zMxmF...
Add the Coveralls repo token
Add the Coveralls repo token
YAML
mit
ruslansagitov/loud
ed014473b1de3946cf96a53532977bdf51dc71bb
.travis.yml
.travis.yml
language: node_js node_js: - 4 before_install: - sudo apt-get update - sudo apt-get install graphviz
language: node_js node_js: - 4 - 6 before_install: - sudo apt-get update - sudo apt-get install graphviz
Enable Node.js 6 on Travis
Enable Node.js 6 on Travis
YAML
mit
pahen/madge,pahen/madge,pahen/madge
0296aa240ab710751ca74224683a35768d27c251
.github/stale.yml
.github/stale.yml
# Number of days of inactivity before an issue becomes stale daysUntilStale: 14 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "status: accepted" - "status: gathering feedback" - "status: blocked" # Label to...
# Configuration for Stale (https://github.com/apps/stale) # Number of days of inactivity before an issue becomes stale daysUntilStale: 14 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "status: accepted" - ...
Clean up Stale bot config formatting
Clean up Stale bot config formatting
YAML
apache-2.0
digitalocean/netbox,digitalocean/netbox,digitalocean/netbox,digitalocean/netbox
d74ea88cacaf40cbd84b41fb46627d09fcfe8802
.travis.yml
.travis.yml
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 script: bundle exec rake test env: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.2.0" STRICT_VARIABLES=yes - PUPPET_VERSION="~> 3.3.0" STRICT_VARIABLES=yes - PUPPET_VE...
--- language: ruby bundler_args: --without development before_install: rm Gemfile.lock || true rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 script: bundle exec rake test env: - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.3.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes - ...
Remove testing for puppet 2.7
Remove testing for puppet 2.7
YAML
apache-2.0
ScottWales/puppet-multiinstall
2400e1ad9fdcaab954a3ea7ff0f0fde23d68626d
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm matrix: allow_failures: - php: 5.6 - php: hhvm before_script: - composer install script: phpunit --coverage-text notifications: email: - travis@knplabs.com
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm before_script: - composer install script: phpunit --coverage-text notifications: email: - travis@knplabs.com
Add PHP 7 on Travis
Add PHP 7 on Travis And remove 5.6 from allowed failures
YAML
mit
KnpLabs/KnpMarkdownBundle,gencer/KnpMarkdownBundle
e2c52e8b5eaf8454f8c63d43ce99ef721de158ac
.travis.yml
.travis.yml
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-release - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-beta - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true all...
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-release - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-beta - PERCY_ENABLE=0 EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true all...
Allow ember canary tests to fail safely.
Allow ember canary tests to fail safely.
YAML
mit
percy/ember-percy,percy/ember-percy,percy/ember-percy
8131c26a017ca8d307952d74af9166e7f5351fc7
.travis.yml
.travis.yml
language: ruby env: - ANSIBLE_VERSION=2.0.2 - ANSIBLE_VERSION=2.1.6 - ANSIBLE_VERSION=2.2.3 - ANSIBLE_VERSION=2.3.3 - ANSIBLE_VERSION=2.4.6 - ANSIBLE_VERSION=2.5.15 - ANSIBLE_VERSION=2.6.19 - ANSIBLE_VERSION=2.7.12 - ANSIBLE_VERSION=2.8.5 rvm: - 2.1.10 - 2.2.7 - 2.3.7 - 2.4.7 - 2.5.6 - 2.6...
language: minimal services: - docker env: - ANSIBLE_VERSION=2.0.2 - ANSIBLE_VERSION=2.1.6 - ANSIBLE_VERSION=2.2.3 - ANSIBLE_VERSION=2.3.3 - ANSIBLE_VERSION=2.4.6 - ANSIBLE_VERSION=2.5.15 - ANSIBLE_VERSION=2.6.19 - ANSIBLE_VERSION=2.7.12 - ANSIBLE_VERSION=2.8.5 - RUBY_VERSION=2.1.10 - RUBY_VERSIO...
Adjust Travis to use Docker images
Adjust Travis to use Docker images
YAML
mit
pgeraghty/ansible-wrapper-ruby,pgeraghty/ansible-wrapper-ruby
e17864ca523582621e4fbdf504bba2dd7ac7ec8e
.travis.yml
.travis.yml
language: python sudo: false dist: trusty python: - "2.7" addons: postgresql: "9.6" services: - postgresql - docker install: - pip install tox==2.3.2 before_script: - psql -c 'create database filmfest;' -U postgres script: - tox -e "py27-{sqlite,pg}" before_deploy: - sudo apt-get update - sudo apt-get...
language: python sudo: false dist: trusty python: - "2.7" addons: postgresql: "9.6" services: - postgresql - docker install: - pip install tox==2.3.2 before_script: - psql -c 'create database filmfest;' -U postgres script: - tox -e "py27-{sqlite,pg}" before_deploy: - sudo apt-get update - sudo apt-get...
Add `git fetch --unshallow` to before_deploy in Travis
Add `git fetch --unshallow` to before_deploy in Travis Travis downloads only 50 recent commits (which is known as shallow copy) by default: ``` git clone --depth=50 https://github.com/kinaklub/next.filmfest.by.git kinaklub/next.filmfest.by ``` It makes sense for PR checks because `clone` process is faster on big repo...
YAML
unlicense
kinaklub/next.filmfest.by,kinaklub/next.filmfest.by,nott/next.filmfest.by,nott/next.filmfest.by,kinaklub/next.filmfest.by,nott/next.filmfest.by,nott/next.filmfest.by,kinaklub/next.filmfest.by
f946640924717be6ecb5ef34360e1e56f6c9170b
.travis.yml
.travis.yml
language: go notifications: email: false env: global: - PATH=$HOME/gopath/bin:$PATH before_install: - go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cmd/vet - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls install...
language: go notifications: email: false env: global: - PATH=$HOME/gopath/bin:$PATH before_install: - go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/goimports - go get golang.org/cmd/vet - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls install: - go...
Update go vet import path
Update go vet import path
YAML
cc0-1.0
datasektionen/taitan
9e600ed0b15bd82b9ffa30c1c1e64dd14dbd56ec
.travis.yml
.travis.yml
language: python python: - 2.5 - 2.6 - 2.7 - 3.2 install: - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors ssl; fi - pip install --use-mirrors tox script: - export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" | sed --regexp-extended 's/([...
language: python python: - 2.5 - 2.6 - 2.7 - 3.2 install: - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors --insecure ssl; fi - pip install --use-mirrors tox script: - export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" | sed --regexp-ext...
Use --insecure when running pip with Python 2.5
Use --insecure when running pip with Python 2.5
YAML
mit
tjwei/jedi,mfussenegger/jedi,flurischt/jedi,jonashaag/jedi,dwillmer/jedi,tjwei/jedi,jonashaag/jedi,mfussenegger/jedi,WoLpH/jedi,WoLpH/jedi,flurischt/jedi,dwillmer/jedi
6fb65054e176136423b45dabf51cc6a3c3e9ba40
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" - "7" script: "npm run-script travis"
language: node_js node_js: - "6" - "8" - "10" script: "npm run-script travis"
Build with node.js 6, 8, 10, drop 4 and 7
Travis: Build with node.js 6, 8, 10, drop 4 and 7
YAML
bsd-3-clause
papandreou/node-pngquant
18431e9874c82f580515c19bdc605219f2c691bd
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 before_install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install "5.3.0" - npm install -g gulp install: - php composer.phar install - npm ins...
language: php php: - 5.6 - 7.0 - 7.1 before_install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install "5.3.0" - npm install -g gulp install: - php composer.phar install - npm ins...
Update PHP versions in Travis CI config
Update PHP versions in Travis CI config - PHP 5.5 reached end of life over a year ago, so don't test with it anymore. - Test with PHP 7.1.
YAML
mit
aag/fillmysuitcase,aag/fillmysuitcase,aag/fillmysuitcase
a069e403e0924c8707f170e7f3940ab634e1fd71
.travis.yml
.travis.yml
language: rust sudo: false addons: apt: packages: # for building MPI libraries - build-essential - gfortran # bindgen dependency - libclang-3.4-dev # travis-cargo dependencies - libcurl4-openssl-dev - libelf-dev - libdw-dev rust: - stable # - beta env:...
language: rust sudo: false addons: apt: packages: # for building MPI libraries - build-essential - gfortran # bindgen dependency - libclang-3.4-dev # travis-cargo dependencies - libcurl4-openssl-dev - libelf-dev - libdw-dev rust: - stable # - beta env:...
Set LD_LIBRARY_PATH in CI script.
Set LD_LIBRARY_PATH in CI script.
YAML
apache-2.0
Rufflewind/rsmpi,Rufflewind/rsmpi,Rufflewind/rsmpi
c48e49e5373dbcd998021b5fbb3d97624fcaa3a7
.travis.yml
.travis.yml
language: node_js node_js: - 6.2 script: - npm run lint - npm test
language: node_js node_js: - 6 script: - npm run lint - npm test
Test on latest version of node
Test on latest version of node Not the old 6.2
YAML
mit
af/envalid,af/envalid
b399fdb4ca9391d970315e37d8fd58c288a4ba42
.travis.yml
.travis.yml
language: objective-c osx_image: xcode9 xcode_sdk: iphonesimulator10.0 script: - set -o pipefail - travis_retry xcodebuild -workspace SwiftyJSON.xcworkspace -scheme "SwiftyJSON iOS" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty - travis_retry xcodebuild -workspace SwiftyJSON.xcwo...
language: objective-c osx_image: xcode9.3 xcode_sdk: iphonesimulator10.0 script: - set -o pipefail - travis_retry xcodebuild -workspace SwiftyJSON.xcworkspace -scheme "SwiftyJSON iOS" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty - travis_retry xcodebuild -workspace SwiftyJSON.xc...
Update osx image to 9.3
Update osx image to 9.3
YAML
mit
SwiftyJSON/SwiftyJSON,twobitlabs/SwiftyJSON,MikotoZero/SwiftyJSON,SwiftyJSON/SwiftyJSON,MikotoZero/SwiftyJSON,SwiftyJSON/SwiftyJSON,MikotoZero/SwiftyJSON,twobitlabs/SwiftyJSON
86c9baab4767b6e0905963ebbd79087bfb39f49d
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.11" - "0.10" - "iojs" script: npm run ci
language: node_js node_js: - "6" - "5" - "4" - "0.12" - "0.11" script: npm run ci
Remove support for old versions of node
Remove support for old versions of node
YAML
mit
toboid/all-finished
0cb1a4783d9e8a0e4cf0445ef5fb300b968b6b3b
.travis.yml
.travis.yml
language: python python: - 2.7 - 3.5 - 3.6 cache: pip install: - pip install -e . - pip install tensorflow - pip install coverage - pip install jupyter - pip install matplotlib - pip install scipy script: - pytest tests/
language: python python: - 2.7 - 3.5 - 3.6 cache: pip install: - pip install -e . - pip install tensorflow==1.12.0 - pip install coverage - pip install jupyter - pip install matplotlib - pip install scipy script: - pytest tests/
Check if fixed TF version resolves numeric issue
Check if fixed TF version resolves numeric issue
YAML
mit
fgnt/nara_wpe
c489af61938618a7c07407711575232df31727fb
.travis.yml
.travis.yml
language: rust after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && cargo doc && echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html && sudo pip install ghp-import && ghp-import -n target/doc && git pus...
language: rust after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && cargo doc && echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html && sudo pip install ghp-import && ghp-import -n target/doc && git pus...
Add coverage testing with kcov
Add coverage testing with kcov
YAML
apache-2.0
jonas-schievink/lea,jonas-schievink/lea
4a902060d4e09d795e1c888d1e73532ef9ba8420
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" - "0.10" - iojs - iojs-v1.0.2 services: - redis-server before_install: - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi - npm config set spin false - printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
language: node_js node_js: - "0.11" - "0.10" - iojs services: - redis-server before_install: - if [[ `node --version` =~ "v0.10" ]]; then npm install -g npm@latest; fi - npm config set spin false - printf "@npm:registry=https://enterprise.npmjs.com\n" >> ~/.npmrc
Drop iojs-v1.0.2 as Travis target, in favour of the regular iojs target.
Drop iojs-v1.0.2 as Travis target, in favour of the regular iojs target.
YAML
isc
npm/npme-auth-github,npm/npmo-auth-github
85be89a89c3f7a17a04e4b87cb593f6e8354fbed
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy install: python setup.py install script: python setup.py test
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy install: - pip install . script: python setup.py nosetests
Add Python 3.5 to Travis configuration, use nose to run all tests.
Add Python 3.5 to Travis configuration, use nose to run all tests.
YAML
mit
jvanasco/formencode,formencode/formencode,genixpro/formencode,formencode/formencode,jvanasco/formencode,genixpro/formencode,genixpro/formencode,systemctl/formencode,systemctl/formencode,jvanasco/formencode,formencode/formencode,systemctl/formencode
a565b793a89d990c700247904a7421dcec358c1c
.travis.yml
.travis.yml
language: node_js node_js: - 0.4 - 0.6 - 0.7
language: node_js node_js: - 0.6 - 0.7
Drop 0.4 for now. If it is needed later then we can look into it.
Drop 0.4 for now. If it is needed later then we can look into it.
YAML
bsd-2-clause
mikepb/node-leveldb,my8bird/node-leveldb,maxogden/node-leveldb,maxogden/node-leveldb,mikepb/node-leveldb,my8bird/node-leveldb,my8bird/node-leveldb,maxogden/node-leveldb
18a7a644dea1e9fc666509de1527ba9f7c58ae04
.travis.yml
.travis.yml
language: go go: - 1.7.4 env: - SUITE=lint - SUITE=check - SUITE=test install: - make install-tools script: - make ${SUITE}
language: go go: - 1.7.4 env: - SUITE=lint - SUITE=check - SUITE=test - SUITE=build install: - make install-tools script: - make ${SUITE}
Build the project in Travis to make sure that building it works
Build the project in Travis to make sure that building it works
YAML
mit
jvrplmlmn/nginx-requests-stats
d5aaf9cd1793b4db2835cf83839602e5f37d4821
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Test with latest Node.js 4 on Travis CI.
Test with latest Node.js 4 on Travis CI.
YAML
mit
bigeasy/advance,bigeasy/advance
aa00327ad152adeb3ec7ba349aea9d5c62257485
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda install: - conda install --yes python=$TRAVIS_...
language: python python: - "2.7" - "3.4" - "3.5" before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda install: - conda install -...
Add new versions of Python in Travis
Add new versions of Python in Travis
YAML
apache-2.0
Phylliade/ikpy
4e1ad6174a9188e4e2415b3584f163bdc5b0fa61
.travis.yml
.travis.yml
language: python cache: pip python: - "3.6" - "3.7-dev" install: - pipenv install script: - scripts/test # after_script: # - codecov
language: python cache: pip python: - "3.6" - "3.7-dev" install: - pip install flit - flit install script: - scripts/test # after_script: # - codecov
Install flit and install package with flit
:green_heart: Install flit and install package with flit
YAML
mit
tiangolo/fastapi,tiangolo/fastapi,tiangolo/fastapi
e09e28dd62331021daedce4dd071780a3e9c7251
.travis.yml
.travis.yml
language: ruby java cache: bundler rvm: - 2.3.1 env: AWS_ACCESS_KEY_ID=boop AWS_REGION=local AWS_SECRET_KEY=beep DATABASE_URL=postgres://localhost/splits-io-test DYNAMODB_URL=http://localhost:8000 S3_BUCKET=splits script: - RAILS_ENV=test bundle exec rake db:migrate - bundle exec rake db:test:prepa...
language: ruby java cache: bundler rvm: - 2.3.4 env: AWS_ACCESS_KEY_ID=boop AWS_REGION=local AWS_SECRET_KEY=beep DATABASE_URL=postgres://localhost/splits-io-test DYNAMODB_URL=http://localhost:8000 S3_BUCKET=splits script: - RAILS_ENV=test bundle exec rake db:migrate - bundle exec rake db:test:prepa...
Upgrade to Ruby 2.3.4 in Travis CI
Upgrade to Ruby 2.3.4 in Travis CI
YAML
agpl-3.0
BatedUrGonnaDie/splits-io,glacials/splits-io,glacials/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io
46a4c8157ccf9bafbdf641e298d1268910dd75be
.travis.yml
.travis.yml
language: ruby rvm: - 2.3 - 2.4 - 2.5 before_install: - gem update --system notifications: email: on_success: change
language: ruby rvm: - 2.3 - 2.4 - 2.5 before_install: - gem update --system cache: bundler notifications: email: on_success: change
Add Bundler caching for Travis CI
Add Bundler caching for Travis CI More info [here](https://docs.travis-ci.com/user/caching/).
YAML
mit
AlexWayfer/flame,AlexWayfer/flame
9b34c6f1a715d3aa157270b150947c6eca081ffc
.travis.yml
.travis.yml
language: rust rust: - stable - beta - nightly matrix: allow_features: - rust: nightly
language: rust rust: - stable - beta - nightly matrix: allow_features: - rust: nightly script: - cargo build --verbose - cargo test --verbose - cargo doc sudo: required after_success: | [ $TRAVIS_BRANCH = master ] && sudo pip install --upgrade pip && sudo pip install ghp-import2 && ghp-import ...
Update build workflow to build documentation
Update build workflow to build documentation
YAML
mit
SplittyDev/spotify-rs
b7242264924b137144be0b9902b1eedbc33bc7a9
.travis.yml
.travis.yml
language: bash before_install: - sudo add-apt-repository ppa:duggan/bats --yes - sudo apt-get update -qq - sudo apt-get install -qq bats - npm install newman --global; script: - bats --tap test/ after_script: - echo "`./Newman-to-Slack.sh`"
language: bash before_install: - sudo add-apt-repository ppa:duggan/bats --yes - sudo apt-get update -qq - sudo apt-get install -qq bats - npm install newman --global; script: - bats --tap test/ after_script: - echo "`./Newman-to-Slack.sh` -c $COLLECTION -w $SLACK_WEBHOOK"
Add Environment Vars for Travis test
Add Environment Vars for Travis test
YAML
mit
cameronoxley/Newman-to-Slack
aac893a78a741623c626e90915b792a7f3d9abf8
.travis.yml
.travis.yml
sudo: false cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby - ruby-head matrix: fast_finish: true env: global: - "JRUBY_OPTS=-Xcext.enabled=true"
sudo: false cache: bundler rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - jruby - rbx-2 - ruby-head matrix: fast_finish: true env: global: - "JRUBY_OPTS=-Xcext.enabled=true"
Test latest Ruby versions and Rbx.
Test latest Ruby versions and Rbx.
YAML
mit
AEgan/rails-controller-testing,rails/rails-controller-testing,AEgan/rails-controller-testing,rails/rails-controller-testing,AEgan/rails-controller-testing
0965be5f0917e3c227d4ac67fc2ba1b5e5e6523e
.travis.yml
.travis.yml
language: go go: - master before_install: - . $HOME/.nvm/nvm.sh - nvm install stable - nvm use stable - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - npm rebuild node-sass --force script: - make
language: go go: - master before_install: - . $HOME/.nvm/nvm.sh - nvm install stable - nvm use stable - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - cd static && npm rebuild node-sass --force script: - make
Rebuild node-sass in the correct directory...
Rebuild node-sass in the correct directory...
YAML
apache-2.0
decaf-emu/huehuetenango,decaf-emu/huehuetenango,decaf-emu/huehuetenango
abe3786554d77b50a2e0822cd6d7bf94f32b21b8
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 before_install: gem install bundler -v '~> 1.14' --conservative
sudo: false language: ruby rvm: - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head before_install: gem install bundler -v '~> 1.14' --conservative
Add latest versions of Ruby to Travis
Add latest versions of Ruby to Travis
YAML
mit
mattbrictson/jess,mattbrictson/jess
14e1f077de2f3c2487f1d1a27995ade77a9b7240
.travis.yml
.travis.yml
language: python python: 3.5 sudo: false script: - python manage.py test after_success: - pip install flake8 && flake8 .
language: python python: 3.5 sudo: false install: - pip install -r requirements.txt - pip install flake8 before_script: - flake8 . script: - python manage.py test
Make flake8 actually cause errors on Travis
Make flake8 actually cause errors on Travis
YAML
mpl-2.0
frewsxcv/lop.farm,frewsxcv/lop.farm,frewsxcv/lop.farm
8937be33aa6f7d99b8561e3895ffe311487811d7
.travis.yml
.travis.yml
language: php sudo: false cache: vendor php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' before_install: - composer config -g repositories.packagist path $(pwd) - composer global require 'hirak/prestissimo:@dev' - composer config -g --unset repositories.packagist install: ...
language: php sudo: false cache: vendor php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' before_install: - composer config -g repositories.packagist path $(pwd) - composer global require 'hirak/prestissimo:@dev' - composer config -g --unset repositories.packagist install: ...
Fix tests for 5.4 and 5.5
Fix tests for 5.4 and 5.5
YAML
mit
hirak/prestissimo,hirak/prestissimo,hirak/prestissimo
37532c22971c9872ca371e39044dfed5b97f9e3e
.travis.yml
.travis.yml
language: python python: - "2.7" # Default install: - pip install -r requirements.txt -q # Default addons: postgresql: "9.3" before_script: - cp .env.example .env - psql -c 'create database brainiac;' -U postgres script: - python manage.py test - flake8 . notifications: email: false
language: python python: - "2.7" # Default install: - pip install -r requirements.txt -q # Default - pip install coveralls addons: postgresql: "9.3" before_script: - cp .env.example .env - psql -c 'create database brainiac;' -U postgres script: - coverage run --source=hello,brainiac manage.py test - fla...
Add coveralls for code coverage
Add coveralls for code coverage
YAML
mit
mriddle/brainiac
2be4eed49c3772c3efc6d3ca44845e3fb7fff965
.travis.yml
.travis.yml
language: ruby script: bundle exec rake --trace rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development notifications: irc: "irc.freenode.org#adhearsion"
language: ruby script: bundle exec rake --trace rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head - rvm: jruby-19mode env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development notifications: irc: "irc.freeno...
Allow CI to fail on JRuby
Allow CI to fail on JRuby
YAML
mit
adhearsion/adhearsion,adhearsion/adhearsion,adhearsion/adhearsion,adhearsion/adhearsion,renemendoza/adhearsion,cloudvox/adhearsion,renemendoza/adhearsion,cloudvox/adhearsion,renemendoza/adhearsion,cloudvox/adhearsion,kares/adhearsion,cloudvox/adhearsion,kares/adhearsion
b0f366371e7fa1b75c982302fe30432be5c2b859
.travis.yml
.travis.yml
dist: xenial language: java # Codacy download uses hardcoded version instead of latest version # Codacy coverage reporter README at https://github.com/codacy/codacy-coverage-reporter documents a new method for fetching latest binary # However, we had difficulty using it: https://github.com/codacy/codacy-coverage-repor...
dist: xenial language: java # Codacy download uses hardcoded version instead of latest version # Codacy coverage reporter README at https://github.com/codacy/codacy-coverage-reporter documents a new method for fetching latest binary # However, we had difficulty using it: https://github.com/codacy/codacy-coverage-repor...
Upgrade to latest Codacy coverage reporter
Upgrade to latest Codacy coverage reporter
YAML
apache-2.0
jtablesaw/tablesaw,jtablesaw/tablesaw,jtablesaw/tablesaw
4b4ecb8ed7629f565d7e792212ede1ef496b387a
.travis.yml
.travis.yml
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps ...
sudo: false language: perl perl: - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps --notest . - cpanm --quiet --notes...
Update Travis CI to use v5.14 and later
Update Travis CI to use v5.14 and later
YAML
artistic-2.0
thoke/distribution-cooker,thoke/distribution-cooker
e78f13a179b36e7b7597c9d58880ba4a5a74b83a
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" - "pypy" notifications: email: false addons: apt: packages: - git - golang before_install: - export GOPATH=~/go - go get github.com/BurntSushi/toml-test install: - pip install tox-travis - python setup.py install - chmod +x ./te...
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "pypy" notifications: email: false addons: apt: packages: - git - golang before_install: - export GOPATH=~/go - go get github.com/BurntSushi/toml-test install: - pip install tox-travis - python setup.py install - chmod +x ./te...
Drop Python 3.3 for Travis. Add Python 3.7
Drop Python 3.3 for Travis. Add Python 3.7
YAML
mit
uiri/toml,uiri/toml
7199ef5167acb1c0d55b63f6a928cd1e74eb6da9
.travis.yml
.travis.yml
language: go go: - 1.6.x - 1.7.x - 1.8.x - master script: - make lint - make test/coverage after_success: - make test/coverage/publish
language: go go: - 1.7.x - 1.8.x - master script: - make lint - make test/coverage after_success: - make test/coverage/publish
Remove go 1.6 from tests
Remove go 1.6 from tests The linter and tests using sub tests were failing on v1.6. Supporting the higher versions should be enough.
YAML
mit
maxcnunes/httpfake
e5572c85fab0a2f7d01e9e76dac47aacc313e4f3
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.11" - "0.12" - "iojs-v1" - "iojs-v2" script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
sudo: false language: node_js node_js: - "0.10" - "0.11" - "0.12" - "4" - "5" script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Add node 5 to Travis
Add node 5 to Travis
YAML
mit
chentsulin/is-lrc,chentsulin/is-lrc
5428b2d6e2c3f5000a52e12a9cfa768c049eb168
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.9 - 2.2.6 - 2.3.2 - jruby-18mode - jruby-19mode - jruby-9.0.5.0 - jruby-9.1.6.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head gemfile: .travis.gemfile before_install: - gem install bundl...
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.9 - 2.2.6 - 2.3.3 - 2.4.0 - jruby-18mode - jruby-19mode - jruby-9.0.5.0 - jruby-9.1.6.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head gemfile: .travis.gemfile before_install: - gem ins...
Add ruby 2.4 to Travis config
Add ruby 2.4 to Travis config Also, update ruby 2.3 to latest patch release.
YAML
mit
jeremyevans/roda,celsworth/roda,jeremyevans/roda,celsworth/roda,jeremyevans/roda,celsworth/roda
1d9e27ed11fde1837fab9f91dc7b9a6bc01ae27b
.travis.yml
.travis.yml
sudo: false language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 cache: directories: - $HOME/.m2 install: - mvn install -DskipTests=true -DdryRun=true script: - mvn clean install -DdryRun=true -Dlicense.failOnMissingHeader=true -Dlicense.failOnNotUptodateHeader=true
sudo: false language: java env: global: - secure: "I9fqcwUoApU+MBNpgv5uJJxytXg00lcJlNfaBDhwfQWz63NUpglJsIART/iT0MU88fK7WxaaLXonBlTwlYv6hKAiuYftKh7tB/oLmdlHQgN8k508JiuVQYTMxhV3H4mcZKkaXFw6Alo/ZRcFCbAox5Y73DBiEq3u39p8DP8X8kI=" - secure: "Kd7j12QVk9xgKeltFu1+s/lLSdy+z8la4E9AnTTQS67cgZ5wvs+LdT/LCvASSIcwxs3NsG66v...
Add secure env variables and call deploy.sh
Add secure env variables and call deploy.sh
YAML
apache-2.0
dianaui/dianaui-universal,dianaui/dianaui-universal,dianaui/dianaui-universal
3b41a3a3c6ee14fd62000d79362e71a34b261d6d
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.4.4 - 2.5.1 - ruby-head before_install: - gem update --system - gem install bundler cache: bundler matrix: allow_failures: - rvm: ruby-head notifications: email: false
sudo: false language: ruby rvm: - 2.4.4 - 2.5.1 - ruby-head before_install: - gem update --system cache: bundler matrix: allow_failures: - rvm: ruby-head notifications: email: false
Remove bundler installation because it is already included in CI
Remove bundler installation because it is already included in CI refs: https://twitter.com/travisci/status/1080930935095287808
YAML
mit
sinsoku/bundler_diffgems,sinsoku/bundler_diffgems
958dde100a0f7c4528ba5954535acf0e39f2612a
.travis.yml
.travis.yml
language: ruby bundler_args: --without documentation rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode - ree - ruby-head
language: ruby bundler_args: --without documentation rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode # JRuby in 1.8 mode - jruby-19mode # JRuby in 1.9 mode - rbx-18mode - rbx-19mode - ree - ruby-head before_install: - gem update bundler - bundle --version - gem update --system 2.1.1...
Use earlier version of Rubygems to avoid Bundler fatal error.
Use earlier version of Rubygems to avoid Bundler fatal error.
YAML
mit
magplus/pinch,peterhellberg/pinch
76a194f3ff23b5e6ee78392f46e27c1fe99fdeea
.travis.yml
.travis.yml
sudo: false language: python python: - "3.8-dev" - "3.7" - "3.6" - "3.5.5" - "3.5.2" - "3.5.1" - "3.4" - "2.7" install: - pip install -r test-requirements.txt script: - py.test - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8 --c...
sudo: false language: python python: - "3.8-dev" - "3.7" - "3.6" - "3.5" - "3.4" - "2.7" install: - pip install -r test-requirements.txt script: - py.test - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8 --config=.flake8-tests test_t...
Drop older minor versions in Travis
Drop older minor versions in Travis
YAML
mit
ilevkivskyi/typing_inspect
6d665ce313d6d64887fcb5e907a256e92df9f871
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: 7 - php: hhvm fast_finish: true before_script: - composer install --dev --prefer-source script: - phpunit --coverage-text
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm install: - composer install --prefer-source script: - phpunit --coverage-text
Abort on all Travis errors
Abort on all Travis errors
YAML
mit
clue-labs/stream,reactphp/stream
4baf2d360cb7dcc37a5f156413b20a5942e05024
.travis.yml
.travis.yml
language: node_js node_js: - '5.6' notifications: hipchat: rooms: secure: acPMr1q1JGCyV629lmYML4krXW4nOeqLJYDVANm538tdyGP5vavQ3vULCCiGOtLay/QFTb9Z4EEdP0W+EBgwVnelb19IYegzeQKjhJFvNdJWpUBNnH1Z9F9n76oR3NXXpvZ2mS8zzqYncFG9rH7AAAI2a+oSgFExhdMfoA/xTXk=
language: node_js node_js: - '7.2' notifications: hipchat: rooms: secure: acPMr1q1JGCyV629lmYML4krXW4nOeqLJYDVANm538tdyGP5vavQ3vULCCiGOtLay/QFTb9Z4EEdP0W+EBgwVnelb19IYegzeQKjhJFvNdJWpUBNnH1Z9F9n76oR3NXXpvZ2mS8zzqYncFG9rH7AAAI2a+oSgFExhdMfoA/xTXk=
Update node.js version to 7.2
Travis: Update node.js version to 7.2
YAML
mit
efacilitation/eventric-remote-socketio-endpoint
444d0f4596ffedbfe432ddbc79fa95ec5caf11bb
.travis.yml
.travis.yml
language: python python: "3.5" install: - "pip install numpy" - "pip install scipy" - "pip install networkx" - "pip install pytest" - "pip install pytest-cov" - "pip install codecov" - "pip install -e ." script: "py.test --cov=choix" after_success: - "codecov"
language: python python: '3.5' install: - pip install numpy - pip install scipy - pip install networkx - pip install pytest - pip install pytest-cov - pip install codecov - pip install -e . script: py.test --cov=choix after_success: - codecov deploy: provider: pypi user: lum password: secure: iTrRZX/oDAfNtZuC...
Set up Travis CI to deploy to PyPI automatically.
Set up Travis CI to deploy to PyPI automatically. This is an attempt at setting up Travis CI to automatically deploy packages to PyPI when a new tag is pushed.
YAML
mit
lucasmaystre/choix
4508820e4c5e3bd310975dc5bbb954980c19d38e
.travis.yml
.travis.yml
sudo: required language: python python: - "2.6" - "2.7" - "3.4" - "3.5" - "pypy-5.4" services: - rabbitmq addons: apt: packages: - stompserver env: - RABBITMQ_HOST=localhost RABBITMQ_PORT=61613 RABBITMQ_USER=guest RABBITMQ_PASSWORD=guest STOMPSERVER_HOST=localhost STOMPSERVER_PORT=63613 STD_HO...
sudo: required language: python python: - "2.6" - "2.7" - "3.4" - "3.5" - "3.6" - "pypy-5.4" services: - rabbitmq addons: apt: packages: - stompserver env: - RABBITMQ_HOST=localhost RABBITMQ_PORT=61613 RABBITMQ_USER=guest RABBITMQ_PASSWORD=guest STOMPSERVER_HOST=localhost STOMPSERVER_PORT=63...
Test with Python 3.6 on Travis
Test with Python 3.6 on Travis
YAML
apache-2.0
jasonrbriggs/stomp.py,jasonrbriggs/stomp.py
c57b851069b36242740f9f686f195f5e583e761f
.travis.yml
.travis.yml
language: node_js node_js: - node sudo: false addons: apt: sources: - ubuntu-toolchain-r-test - sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main' key_url: 'https://pgp.mit.edu/pks/lookup?op=get&fingerprint=on&search=0x1646B01B86E50310' packages: - libcairo2-dev - li...
language: node_js node_js: - node sudo: false addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - g++-4.9 env: - CXX=g++-4.9 before_install: - npm explore npm -g -- npm install node-gyp@latest - n...
Use npm rather than apt
Use npm rather than apt
YAML
mit
ticky/mojibaka
7e20c60096cacf04ebee3392ce348dcc5f255161
.travis.yml
.travis.yml
language: python python: - '3.6' - '3.7' env: - GCTTS=0.4.0 HASS=0.98.5 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install yamllint - pip3 install google-cloud-texttospeech==$GCTTS - pip3 install homeassistant==$HASS script: - yamllint . - hass -c . --script check_config
language: python python: - '3.6' - '3.7' env: - GCTTS=0.4.0 HASS=0.99.3 before_install: - mv secrets_dummy.yaml secrets.yaml install: - pip3 install yamllint - pip3 install google-cloud-texttospeech==$GCTTS - pip3 install homeassistant==$HASS script: - yamllint . - hass -c . --script check_config
Update Home Assistant to 0.99.3 for config checks in Travis CI
Update Home Assistant to 0.99.3 for config checks in Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
16e3a190156b7d85b8a7242bda7fcac345cedec8
.travis.yml
.travis.yml
language: go go: - 1.3 - tip install: - go get code.google.com/p/go.tools/cmd/cover - go get github.com/mattn/goveralls - go get gopkg.in/check.v1 script: - go test -v -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4 - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/goveralls -co...
language: go go: - 1.3 - tip install: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - go get gopkg.in/check.v1 script: - go test -v -covermode=count -coverprofile=coverage.out -bench . -cpu 1,4 - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/goveralls -coverprofi...
Update path for the cover-tool
Update path for the cover-tool
YAML
mit
w4ngyi/pongo2,flosch/pongo2,agaurav/pongo2,gkalabin/pongo2,agaurav/pongo2,flosch/pongo2,w4ngyi/pongo2,robvdl/pongo2,robvdl/pongo2,gkalabin/pongo2
c3a968da6779a19ef3f379cd20863ec33d8fc1f6
.travis.yml
.travis.yml
language: python python: - 2.7 branches: only: - development notifications: email: - pfuideibel@gmx.net # Setup anaconda in a new virtual environment before_install: - wget http://repo.continuum.io/archive/Anaconda-2.1.0-Linux-x86_64.sh -O anaconda.sh - chmod +x anaconda.sh - ./anaconda.sh -b - ...
language: python python: - 2.7 branches: only: - master - development # Setup anaconda in a new virtual environment before_install: - wget http://repo.continuum.io/archive/Anaconda-2.1.0-Linux-x86_64.sh -O anaconda.sh - chmod +x anaconda.sh - ./anaconda.sh -b - export PATH=/home/travis/anaconda/bi...
Change E-Mail notifications and branches to autobuild
Change E-Mail notifications and branches to autobuild
YAML
bsd-3-clause
SiLab-Bonn/pyBAR
ca30b905a69bb9a2ad3a49f2db0774ea52f7a63f
.travis.yml
.travis.yml
language: java os: linux dist: xenial install: true services: - xvfb addons: chrome: stable firefox: latest sonarcloud: organization: "$(SONARCLOUD_ORGANIZATION)" token: secure: "$(SONAR_TOKEN)" before_script: - export DISPLAY=:99.0 script: ...
language: java os: linux dist: xenial install: true services: - xvfb addons: chrome: stable firefox: latest sonarcloud: organization: "$SONARCLOUD_ORGANIZATION" token: secure: "$SONAR_TOKEN" before_script: - export DISPLAY=:99.0 script: -...
Fix sonarcloud organization and token env in Travis config
Fix sonarcloud organization and token env in Travis config
YAML
apache-2.0
bonigarcia/webdrivermanager,bonigarcia/webdrivermanager,bonigarcia/webdrivermanager
4b46648f4e7f2969de204021b3b8274441ed55c9
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org sudo: false language: python python: - "2.7" - "3.4" - "3.5" # command to install dependencies install: - make travisci-install # command to run tests script: - make travisci-test # tasks to execute after successful test after_success: - pip install ...
# Config file for automatic testing at travis-ci.org sudo: false language: python python: - "2.7" - "3.4" - "3.5" addons: apt: sources: - travis-ci/sqlite3 packages: - sqlite3 # command to install dependencies install: - make travisci-install # command to run tests script: - make tr...
Upgrade version of sqlite used on TravisCI.
Upgrade version of sqlite used on TravisCI.
YAML
mit
dgilland/sqlservice
26d74904150a51b49bd4d7220c806e64fbd90b89
.travis.yml
.travis.yml
--- language: python install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/minico...
--- language: python install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/minico...
Use correct organization for FiPy download
Use correct organization for FiPy download
YAML
mit
wd15/extremefill2D,wd15/extremefill2D
a74f61246122299dfe609fe0fb6d0bc95fb5ff6b
.travis.yml
.travis.yml
language: node_js node_js: - "4.8.6" - "6.12" - "8.9.1" script: - npm run test notifications: email: false sudo: false
language: node_js node_js: - "6.14.2" - "8.11.1" - "10.1.0" script: - npm run test notifications: email: false sudo: false
Remove node 4.x from ci, add node 10.x, bump others
Remove node 4.x from ci, add node 10.x, bump others
YAML
mit
sqmk/huejay
053de4dd870a1c97a3b8633655617e4ca1c8c783
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.1 - 2.2.4 - 2.3.0 env: matrix: - SPROCKETS_VERSION="~> 3.3.0" - SPROCKETS_VERSION="~> 3.4.0" - SPROCKETS_VERSION="~> 3.5.0" - SPROCKETS_VERSION="~> 3.6.0" - SPROCKETS_VERSION="~> 3.7.0" - SPROCKETS_VERSION="~> 4.0.0.beta2"
language: ruby sudo: false cache: bundler rvm: - 2.1.10 - 2.2.5 - 2.3.1 env: matrix: - SPROCKETS_VERSION="~> 3.3.0" - SPROCKETS_VERSION="~> 3.4.0" - SPROCKETS_VERSION="~> 3.5.0" - SPROCKETS_VERSION="~> 3.6.0" - SPROCKETS_VERSION="~> 3.7.0" - SPROCKETS_VERSION="~> 4.0.0.beta2"
Update Ruby versions for Travis CI
Update Ruby versions for Travis CI
YAML
mit
tricknotes/ember-handlebars-template,tricknotes/ember-handlebars-template
6eebbc047277caee0f117640e7d938156275d449
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 after_success: coveralls
language: java jdk: - oraclejdk8 after_success: - mvn clean test jacoco:report coveralls:report
Update jacoco and coveralls configuration
Update jacoco and coveralls configuration
YAML
agpl-3.0
xlate/property-inject,xlate/property-inject
a4914d896e62bfd4c834a109fde2cfb9ccf214fe
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.3 before_script: - composer install script: - "vendor/bin/phpcs --standard=./phpcs.xml {src,tests}"
language: php php: - 5.3 - 5.4 - 5.5 - hhvm before_script: - composer install --prefer-source --no-interaction script: - "vendor/bin/phpcs --standard=./phpcs.xml {src,tests}"
Increase testing footprint and improve GitHub API interaction.
Increase testing footprint and improve GitHub API interaction.
YAML
mit
igorgoroshit/BCA-Laravel-Inspect,RyanTheAllmighty/BCA-Laravel-Inspect,brodkinca/BCA-Laravel-Inspect
00fa1e813757455c2084a5b7789f483a29524be7
.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-centos-6 - INSTANCE=default-c...
sudo: required dist: trusty addons: apt: sources: - chef-current-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-centos-6 - INSTANCE=default-...
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
chef-cookbooks/logwatch,opscode-cookbooks/logwatch,opscode-cookbooks/logwatch,chef-cookbooks/logwatch
bfb5c6b9e3f4a498b8d367d47011cc52f1f950a1
.travis.yml
.travis.yml
language: python python: - "3.3" install: - pip install matplotlib script: - python -m unittest - python setup.py install - python setup.py sdist
language: python python: - "3.3" install: - pip install matplotlib script: - python -m unittest -v - python setup.py install - python setup.py sdist
Increase verbosity of unit tests for Travis CI
Increase verbosity of unit tests for Travis CI
YAML
bsd-2-clause
susam/taskplot,susam/taskplot
a4b1a8bf7a7bed232113ce1ef53bfc61ccfdeeef
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 env: - DB=mysql - DB=postgres before_script: - "sudo apt-get install -qq libsndfile-dev" - "mysql -e 'create database social_stream_test;'" - "psql -c 'create database social_stream_test;' -U postgres" # blacklist branches: except: - staging
language: ruby rvm: - 1.9.3 env: - DB=mysql - DB=postgres before_install: - "sudo apt-get install -qq libsndfile-dev" before_script: - "mysql -e 'create database social_stream_test;'" - "psql -c 'create database social_stream_test;' -U postgres" # blacklist branches: except: - staging
Install headers before bundle install
Install headers before bundle install
YAML
mit
honorlin/social_stream,ging/social_stream,honorlin/social_stream,ging/social_stream,honorlin/social_stream,honorlin/social_stream,ging/social_stream
1d89d564e9358e1e60d4e50546800a79acfe7068
.travis.yml
.travis.yml
language: ruby bundler_args: --without guard metrics script: "bundle exec rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ree - ruby-head - jruby-head notifications: email: - dan.kubb@gmail.com
language: ruby bundler_args: --without guard metrics script: "bundle exec rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ree - ruby-head - jruby-head jdk: - - openjdk6 - openjdk7 - oraclejdk7 matrix: exclude: - rvm: 1.8.7 jdk: op...
Add jdk test matrix w/excludes
Add jdk test matrix w/excludes * This may be reverted, just testing to see if this works
YAML
mit
dkubb/axiom
9f12340cf4c5e6acaa2def9874be23ff7f26d416
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "5" - "4" script: npm run test-with-coverage
language: node_js node_js: - "6" - "5" script: npm run test-with-coverage
Remove NodeJS 4 from Travis
Remove NodeJS 4 from Travis
YAML
mit
jay-ess/restinga-node
e9b6cebd54d8b19850003d18606564c9f0d619c0
.travis.yml
.travis.yml
sudo: false dist: trusty language: java # https://github.com/travis-ci/travis-ci/issues/8408 before_install: - unset _JAVA_OPTIONS matrix: include: - env: JDK='Oracle JDK 10' install: . ./install-jdk.sh -F 10 -L BCL - env: JDK='OpenJDK 10' install: . ./install-jdk.sh -F 10 -L GPL - env: JD...
sudo: false dist: trusty language: java # https://github.com/travis-ci/travis-ci/issues/8408 before_install: - unset _JAVA_OPTIONS matrix: include: - env: JDK='Oracle JDK 11' install: . ./install-jdk.sh -F 11 -L BCL - env: JDK='OpenJDK 11' install: . ./install-jdk.sh -F 11 -L GPL script: - ja...
Remove JDK 10 from build matrix
Remove JDK 10 from build matrix Using "/open URL" introduced in jdk-11+13 now.
YAML
mit
sormuras/bach,sormuras/bach
f4d1912b0d683522d2bfbb682829d4e3caa697c0
.travis.yml
.travis.yml
language: python python: - "2.7" before_script: - "pip install -r requirements.txt" - "pip install -r test-requirements.txt" - "pip install coveralls" script: - "python manage.py test" - "python setup.py install" - "python setup.py build_sphinx" after_success: coveralls
language: python python: - "2.7" install: - "pip install -r requirements.txt" - "pip install -r test-requirements.txt" - "python setup.py install" - "pip install coveralls" script: - "python manage.py test" - "python setup.py build_sphinx" after_success: coveralls
Move setup.py install to the install Travis section.
Move setup.py install to the install Travis section.
YAML
agpl-3.0
Stanford-Online/edx-submissions,edx/edx-submissions,edx/edx-submissions,Stanford-Online/edx-submissions
73f8d7c2adcace36037d64e6e9850c292d7e931d
.travis.yml
.travis.yml
language: php php: - "7.2" - "7.3" - "7.4" dist: xenial os: linux env: addons: apt: packages: - nodejs install: - composer install before_install: - pecl channel-update pecl.php.net - pecl install mongodb script: - ./vendor/bin/phpunit notifications: email: on_success: never on_failu...
language: php php: - "7.2" - "7.3" - "7.4" dist: xenial os: linux env: addons: apt: packages: - nodejs install: - composer install before_install: - pecl channel-update pecl.php.net - pecl install -f mongodb script: - ./vendor/bin/phpunit notifications: email: on_success: never on_fa...
Fix Travis-CI for PHP 7.2 and up
Fix Travis-CI for PHP 7.2 and up
YAML
agpl-3.0
iRail/iRail,iRail/iRail,iRail/iRail
d77986aa2fe6c2c299ce3e60a076712c26f16113
.travis.yml
.travis.yml
language: node_js cache: yarn node_js: - node - "8" - "6" git: depth: 5
language: node_js cache: yarn node_js: - node - "12" - "10" - "8" - "6" git: depth: 5
Add new Node.js versions to CI
Add new Node.js versions to CI
YAML
mit
postcss/postcss-safe-parser
4e602f8109687f561618c22a9758688948a31915
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: - "curl -L http://git.io/ejPSng | /bin/sh"
language: node_js node_js: - "0.10" before_install: - "curl -L http://git.io/ejPSng | /bin/sh"
Fix indenting for Travis config
Fix indenting for Travis config
YAML
mit
chip/meteor-countries
2367a6cb0d97b150f3110c67687972c7a05a07af
.travis.yml
.travis.yml
sudo: false language: c env: - GHCVER=7.6.3 - GHCVER=7.8.4 - GHCVER=7.10.3 - GHCVER=8.0.2 - GHCVER=8.2.1 addons: apt: sources: - hvr-ghc packages: - ghc-7.6.3 - ghc-7.8.4 - ghc-7.10.3 - ghc-8.0.2 - ghc-8.2.1 - cabal-install-1.24 before_install: - expor...
sudo: false language: c matrix: include: - env: GHCVER=7.6.3 addons: apt: sources: - hvr-ghc packages: - ghc-7.6.3 - cabal-install-1.24 - env: GHCVER=7.8.4 addons: apt: sources: - hvr-ghc pack...
Reduce Travis build time by only downloading specific GHCs.
Reduce Travis build time by only downloading specific GHCs. Previously, we were downloading all GHC versions every build! This should speed things up.
YAML
mit
sol/doctest,sol/doctest
f671fd9b23d85d0802d5ab8eca9844fc2c312a94
.travis.yml
.travis.yml
--- cache: bundler language: ruby rvm: - 2.3.6 - 2.4.4 - 2.5.1 - 2.6.0 - jruby-9.2.5.0
--- cache: bundler language: ruby rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - jruby-9.2.7.0
Use latest patch versions of Rubies
CI: Use latest patch versions of Rubies
YAML
mit
ttasanen/connection_pool,mperham/connection_pool
9d6c15bcf7b953b034e8f37892e4028ede14fe5f
.travis.yml
.travis.yml
language: ruby rvm: - "2.1.10" - "2.2.5" - "2.3.1" gemfile: - "gemfiles/rails4.2.gemfile" - "gemfiles/rails5.0.gemfile" matrix: exclude: - rvm: "2.1.10" gemfile: "gemfiles/rails5.0.gemfile"
language: ruby rvm: - "2.1.10" - "2.2.6" - "2.3.3" gemfile: - "gemfiles/rails4.2.gemfile" - "gemfiles/rails5.0.gemfile" matrix: exclude: - rvm: "2.1.10" gemfile: "gemfiles/rails5.0.gemfile"
Update Ruby versions on Travis to latest patch releases
Update Ruby versions on Travis to latest patch releases
YAML
mit
adamniedzielski/tiddle
39c152cc152e1a009e3fa2a4e1dcbd61da78fdab
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler -v '~> 1.5' rvm: - 2.2.6 - 2.3.3 - 2.4.0 - 2.4.1 bundler_args: --without debug deploy: provider: rubygems api_key: secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjChNrJZCLPX...
language: ruby before_install: - gem install bundler -v '~> 1.5' rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 bundler_args: --without debug deploy: provider: rubygems api_key: secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjChNrJZCLPX...
Upgrade ruby versions from tests
Upgrade ruby versions from tests
YAML
mit
duduribeiro/correios_sigep
edd7865844a0a6e993e7467e8b897e0fbf47e431
.travis.yml
.travis.yml
language: python python: - "2.7" # - "3.3" env: - DJANGO_VERSION=1.5.8 - DJANGO_VERSION=1.6.5 - DJANGO_VERSION=1.7.8 - DJANGO_VERSION=1.8.2 install: - pip install -r requirements.txt - pip install -q flake8 - pip install -q Django==$DJANGO_VERSION - python setup.py install before_script: - "export D...
language: python python: - "2.7" # - "3.3" env: - DJANGO_VERSION=1.5.8 - DJANGO_VERSION=1.6.5 - DJANGO_VERSION=1.7.8 - DJANGO_VERSION=1.8.2 matrix: allow_failures: - DJANGO_VERSION: 1.7.8 install: - pip install -r requirements.txt - pip install -q flake8 - pip install -q Django==$DJANGO_VERSION ...
Allow Django 1.7.8 tests to fail.
Allow Django 1.7.8 tests to fail.
YAML
apache-2.0
kitconcept/robotframework-djangolibrary
87a332b61e15027dda4d4599bc67ed346051b5ed
.travis.yml
.travis.yml
language: csharp solution: src/TeamCityTheatre.sln
language: csharp solution: src/TeamCityTheatre.sln mono: none dotnet: 1.0.4 dist: trusty script: - dotnet build
Configure Travis to use .NET Core
Configure Travis to use .NET Core
YAML
mit
amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre