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
|
---|---|---|---|---|---|---|---|---|---|
ac910336df4d8066782effb44ea433cc9bddd366
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
sudo: false
script: "npm run test-ci"
after_success: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/71b86a81f31bbfba21a1
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
services:
- redis-server
sudo: false
script: "npm run test-ci"
after_success: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/71b86a81f31bbfba21a1
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
Add redis setting for Travis
|
Add redis setting for Travis
|
YAML
|
mit
|
hunt/spinal,monmacx/spinal,jitta/spinal,wiennat/spinal,monmacx/spinal,jitta/spinal,wiennat/spinal,hunt/spinal
|
50590a033aec7b62193f389049585d13190d4898
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
env:
- "RAILS_VERSION=5.0.7"
- "RAILS_VERSION=5.1.7"
- "RAILS_VERSION=5.2.4"
- "RAILS_VERSION=6.0.2"
matrix:
exclude:
- rvm: 2.4.10
env: "RAILS_VERSION=6.0.2"
addons:
code_climate:
repo_token: 9b174f785a3f1ad8986730da28c2756320f0413067e7e06bad278280f47743fd
after_success:
- bundle exec codeclimate-test-reporter
|
language: ruby
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
env:
- "RAILS_VERSION=5.0.7"
- "RAILS_VERSION=5.1.7"
- "RAILS_VERSION=5.2.4"
- "RAILS_VERSION=6.0.2"
matrix:
exclude:
- rvm: 2.4.10
env: "RAILS_VERSION=6.0.2"
addons:
code_climate:
repo_token: 9b174f785a3f1ad8986730da28c2756320f0413067e7e06bad278280f47743fd
after_success:
- bundle exec codeclimate-test-reporter
|
Add Ruby 3 to the build matrix
|
Add Ruby 3 to the build matrix
|
YAML
|
mit
|
substancelab/route_downcaser,substancelab/route_downcaser,substancelab/route_downcaser,carstengehling/route_downcaser,carstengehling/route_downcaser,carstengehling/route_downcaser
|
efc15ed61c50eaa44ae631e5abfb25d2ac704be0
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.0.0-p598
- 2.1.0
- 2.2.0
sudo: false
bundler_args: --deployment --without development
cache:
- bundler
- directories:
- bower_components
- node_modules
before_script:
- cp config/database.ci.yml config/database.yml
- cp .env.example .env
- psql -c 'create database orientation_test;' -U postgres
- npm install -g bower
- bower install
- bundle exec rake db:migrate
script:
- bundle exec rspec spec/
branches:
only:
- master
notifications:
email: false
addons:
code_climate:
repo_token: 75408d377a0b3c1ab512bf3fb634617bccf2a1065f8c513e352139427ec8e1fb
|
language: ruby
rvm:
- 2.0.0
- 2.1.6
- 2.2.2
matrix:
fast_finish: true
allow_failures:
- rvm: 2.0.0
env: ISOLATED=true
- rvm: 2.1.6
env: ISOLATED=true
sudo: false
bundler_args: --deployment --without development
cache:
- bundler
- directories:
- bower_components
- node_modules
before_script:
- cp config/database.ci.yml config/database.yml
- cp .env.example .env
- psql -c 'create database orientation_test;' -U postgres
- npm install -g bower
- bower install
- bundle exec rake db:migrate
script:
- bundle exec rspec spec/
branches:
only:
- master
notifications:
email: false
addons:
code_climate:
repo_token: 75408d377a0b3c1ab512bf3fb634617bccf2a1065f8c513e352139427ec8e1fb
|
Allow Ruby 2.0 and 2.1 to fail fast on Travis.
|
Allow Ruby 2.0 and 2.1 to fail fast on Travis.
Orientation is focused on 2.2 and forward.
|
YAML
|
mit
|
codio/orientation,ferdinandrosario/orientation,cmckni3/orientation,jefmathiot/orientation,splicers/orientation,splicers/orientation,ferdinandrosario/orientation,cmckni3/orientation,IZEA/orientation,robomc/orientation,LogicalBricks/orientation,codeschool/orientation,cmckni3/orientation,jefmathiot/orientation,orientation/orientation,codeschool/orientation,Scripted/orientation,IZEA/orientation,codeschool/orientation,robomc/orientation,hashrocket/orientation,orientation/orientation,friism/orientation,friism/orientation,orientation/orientation,splicers/orientation,LogicalBricks/orientation,Scripted/orientation,hashrocket/orientation,twinn/orientation,orientation/orientation,codio/orientation,Scripted/orientation,liufffan/orientation,twinn/orientation,liufffan/orientation
|
e6d8c4bbd157ea1e6bf37970564c96c2f366d5ab
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1
- 2.2
env:
- CHEF_VERSION=11.18.2
- CHEF_VERSION=12.6.0
- CHEF_VERSION=12.7.2
before_script:
- chef-client --version
notifications:
email: false
sudo: false
|
language: ruby
rvm:
- 2.1
- 2.2
env:
- CHEF_VERSION=12.6.0
- CHEF_VERSION=12.7.2
before_script:
- chef-client --version
notifications:
email: false
sudo: false
|
Drop Chef 11 from the Travis build matrix
|
Drop Chef 11 from the Travis build matrix
|
YAML
|
mit
|
bmarini/knife-inspect
|
fadc5fe47ef3fbcbaca473f6d42745c8f6294955
|
.forestry/front_matter/templates/project.yml
|
.forestry/front_matter/templates/project.yml
|
---
label: Project
hide_body: false
fields:
- type: datetime
name: date
label: date
- type: text
name: title
label: title
- type: text
name: slogan
label: slogan
- type: text
name: source
label: source
- type: text
name: demo
label: demo
- type: list
name: techs
label: techs
- type: list
name: tags
label: tags
|
---
label: project
hide_body: false
fields:
- type: datetime
name: date
label: date
- type: text
name: title
label: title
- type: text
name: slogan
label: slogan
- type: text
name: source
label: source
- type: text
name: demo
label: demo
- type: list
name: techs
label: techs
- type: list
name: tags
label: tags
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
dannyphillips/dannyphillips.github.io,dannyphillips/dannyphillips.github.io,dannyphillips/dannyphillips.github.io,dannyphillips/dannyphillips.github.io
|
f90381910b20b63774614c3c8184b923a3f43480
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
go:
- 1.3.3
- 1.4.3
- 1.5.3
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
os: linux
- go: tip
os: osx
notifications:
irc:
channels:
- "chat.freenode.net#restic"
on_success: change
on_failure: change
skip_join: true
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
- go env
script:
- go run run_integration_tests.go
after_success:
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
language: go
sudo: false
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6beta2
os:
- linux
- osx
notifications:
irc:
channels:
- "chat.freenode.net#restic"
on_success: change
on_failure: change
skip_join: true
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
- go env
script:
- go run run_integration_tests.go
after_success:
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
Remove Go tip, add 1.6beta2
|
Remove Go tip, add 1.6beta2
|
YAML
|
bsd-2-clause
|
byo/restic,middelink/restic,restic/restic,ar-jan/restic,stuertz/restic,middelink/restic,restic/restic,jayme-github/restic,arithmetric/restic,stuertz/restic,bchapuis/restic,byo/restic,ar-jan/restic,kurin/restic,mappu/restic,ckemper67/restic,kurin/restic,fawick/restic,jayme-github/restic,fawick/restic
|
7fd0227c465ebd8c5a1d652e7786334c2cf532f4
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3.1
env:
global:
# Branch you want to deploy:
- JTS_DBRANCH="master"
# Server IP:
- JTS_SERV_IP="123.123.123.123"
# Server deploy path:
- JTS_SERV_DP="/var/www/SITE-FOLDER"
# Username for Travis deploy:
- JTS_TRV_USR="deploy"
# Filename of Travis key:
- JTS_KEYNAME="jts_deploy_key"
# Gmail user (DO NOT ADD '@gmail.com'):
- JTS_GML_USE="USER"
# Timezone
- TZ=America/Los_Angeles
# Jekyll Variables
- JEKYLL_ENV=production
# For
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
addons:
ssh_known_hosts: 123.123.123.123
before_install:
- bash _scripts/1_install.sh
script:
- bash _scripts/2_build.sh
- bash _scripts/3_test.sh
after_success:
- bash _scripts/4_deploy.sh
|
language: ruby
rvm:
- 2.3.3
env:
global:
# Branch you want to deploy:
- JTS_DBRANCH="master"
# Server IP:
- JTS_SERV_IP="123.123.123.123"
# Server deploy path:
- JTS_SERV_DP="/var/www/SITE-FOLDER"
# Username for Travis deploy:
- JTS_TRV_USR="deploy"
# Filename of Travis key:
- JTS_KEYNAME="jts_deploy_key"
# Gmail user (DO NOT ADD '@gmail.com'):
- JTS_GML_USE="USER"
# Timezone
- TZ=America/Los_Angeles
# Jekyll Variables
- JEKYLL_ENV=production
# For
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
addons:
ssh_known_hosts: 123.123.123.123
before_install:
- bash _scripts/1_install.sh
script:
- bash _scripts/2_build.sh
- bash _scripts/3_test.sh
after_success:
- bash _scripts/4_deploy.sh
|
Update TravisCI Ruby version to 2.3.3
|
Update TravisCI Ruby version to 2.3.3
|
YAML
|
agpl-3.0
|
ckreon/ww-jekyll-travis-skeleton,ckreon/ww-jekyll-travis-skeleton,ckreon/ww-jekyll-travis-skeleton,ckreon/ww-jekyll-travis-skeleton
|
e260121987a85b1c675f92830c3917637fc47912
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- 'pip install -e ".[test]"'
- 'pip install coveralls'
- 'pip install workalendar'
script:
- "python ./setup.py nosetests"
after_success:
- coveralls
|
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- 'pip install -e ".[test]"'
- 'pip install coveralls'
- 'pip install git+https://github.com/sayoun/workalendar'
script:
- "python ./setup.py nosetests"
after_success:
- coveralls
|
Update test dependency for workalendar
|
Update test dependency for workalendar
|
YAML
|
bsd-3-clause
|
sayoun/pyvac,doyousoft/pyvac,sayoun/pyvac,doyousoft/pyvac,doyousoft/pyvac,sayoun/pyvac
|
05a37d045dea0c46e93739a79286e09c30f9f035
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
- 3.4
- pypy
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run "--include=LowVoltage/*" setup.py test
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ]; then python setup.py build_sphinx --builder=doctest; fi
after_success:
- coveralls
deploy:
provider: pypi
user: jacquev6
password:
secure: afOb6lt07nKDry3V2vDB8mi0SWDJw86J+PqnRgL75Y09jFvtI/knXM27wg6hDqIpLs7L9ejpsUzorl4VAKtgAt4XZtXKPkvvfPxI/lGxwjKt+K/+XPPsNIt2/yqYUyOGOcB+hnE0tV4fHrBS/+ypj9D3nYFOZ1CaERQjpRn5MyM=
on:
tags: true
repo: jacquev6/LowVoltage
python: 2.7
|
language: python
python:
- 2.7
- 3.4
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run "--include=LowVoltage/*" setup.py test
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ]; then python setup.py build_sphinx --builder=doctest; fi
after_success:
- coveralls
deploy:
provider: pypi
user: jacquev6
password:
secure: afOb6lt07nKDry3V2vDB8mi0SWDJw86J+PqnRgL75Y09jFvtI/knXM27wg6hDqIpLs7L9ejpsUzorl4VAKtgAt4XZtXKPkvvfPxI/lGxwjKt+K/+XPPsNIt2/yqYUyOGOcB+hnE0tV4fHrBS/+ypj9D3nYFOZ1CaERQjpRn5MyM=
on:
tags: true
repo: jacquev6/LowVoltage
python: 2.7
|
Stop pretending we support PyPy
|
Stop pretending we support PyPy
|
YAML
|
mit
|
jacquev6/LowVoltage,jacquev6/LowVoltage
|
97243584dda2a1b72851d3a4f817bb00520d3ef4
|
.travis.yml
|
.travis.yml
|
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
- '0.12'
- '4.0'
- '4.1'
- '5.0'
script: npm test && npm run-script report-coverage
|
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
- '0.12'
- '4.0'
- '4.1'
- '4.2'
- '5.0'
- '5.1'
- '5.2'
- '5.3'
- '5.4'
script: npm test && npm run-script report-coverage
|
Add updated node.js versions to Travis testing.
|
Add updated node.js versions to Travis testing.
|
YAML
|
mit
|
RobLoach/kss-node,RobLoach/kss-node,RobLoach/kss-node
|
8d3783849b53c2d6db5f402147063200b516566b
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.9
- 2.2.5
- 2.3.1
- ruby-head
env:
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=4.2"
- "RAILS_VERSION=5.0"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.0.0
env: "RAILS_VERSION=5.0"
- rvm: 2.1.9
env: "RAILS_VERSION=5.0"
- rvm: ruby-head
env: "RAILS_VERSION=4.0"
- rvm: ruby-head
env: "RAILS_VERSION=4.1"
- rvm: ruby-head
env: "RAILS_VERSION=4.2"
bundler_args: "--jobs=3 --retry=3"
cache: bundler
before_install:
- gem update bundler
after_success:
- bundle exec codeclimate-test-reporter
|
sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.9
- 2.2.5
- 2.3.1
- ruby-head
env:
- "RAILS_VERSION=4.0.0"
- "RAILS_VERSION=4.1.0"
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=5.0.0"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.0.0
env: "RAILS_VERSION=5.0.0"
- rvm: 2.1.9
env: "RAILS_VERSION=5.0.0"
- rvm: ruby-head
env: "RAILS_VERSION=4.0.0"
- rvm: ruby-head
env: "RAILS_VERSION=4.1.0"
- rvm: ruby-head
env: "RAILS_VERSION=4.2.0"
bundler_args: "--jobs=3 --retry=3"
cache: bundler
before_install:
- gem update bundler
after_success:
- bundle exec codeclimate-test-reporter
|
Fix Rails build matrix version constraints
|
Fix Rails build matrix version constraints
We use the ~> operator, so one more version component needs to be specified. Otherwise, all the 4.0, 4.1, and 4.2 constraints all resolve to the latest Rails 4 release.
|
YAML
|
mit
|
jparr/activerecord-userstamp,jparr/activerecord-userstamp,lowjoel/activerecord-userstamp,lowjoel/activerecord-userstamp,jparr/activerecord-userstamp,lowjoel/activerecord-userstamp
|
ac407e641091e33fbb26cd4b82fd52d30320059d
|
.travis.yml
|
.travis.yml
|
language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=pkg_config/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
env:
global:
secure: XlfwiQ+fPgRWqFwHbyPTma2FAVtgN+IXFpkiIdh1sKxWEeHMqABrTtOKf/NugDYCGsOJfr2vb5qFL6teBV2lTXOffUIWj+1hMd0N/FbVKWzABBV02XdxQi8w2ptPez5LPRTEfXJRRHmJpc8ww2aCTIrdT3AQE2oqZM/jHJTi/1U=
notifications:
email:
on_success: never
|
language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=pkg_config/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
env:
global:
secure: XlfwiQ+fPgRWqFwHbyPTma2FAVtgN+IXFpkiIdh1sKxWEeHMqABrTtOKf/NugDYCGsOJfr2vb5qFL6teBV2lTXOffUIWj+1hMd0N/FbVKWzABBV02XdxQi8w2ptPez5LPRTEfXJRRHmJpc8ww2aCTIrdT3AQE2oqZM/jHJTi/1U=
notifications:
email:
on_success: never
|
Test on rust 1.0.0, nightly, and beta
|
Test on rust 1.0.0, nightly, and beta
|
YAML
|
apache-2.0
|
achanda/pkg-config-rs
|
9febbe336fd02c5242ba7377c64a41d05c646f5d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- "0.10"
|
sudo: false
language: node_js
node_js:
- iojs
- "0.12"
- "0.10"
|
Add node.js 0.12 and iojs to Travis CI
|
Add node.js 0.12 and iojs to Travis CI
|
YAML
|
mit
|
bendtherules/postcss-simple-vars,ashelley/postcss-simple-vars,yksht/postcss-simple-vars,rtsao/postcss-simple-vars,jedmao/postcss-simple-vars,postcss/postcss-simple-vars,lamo2k123/postcss-less-vars
|
1d1ace801b9d47db470f339234904641efbf07ad
|
.travis.yml
|
.travis.yml
|
language: elixir
elixir:
- 1.3.4
otp_release:
- 19.0
before_script:
- mix deps.compile
- mix deps.compile # second build for bug in `serial`
script: mix test
env:
- SECRET_KEY_BASE=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
language: elixir
elixir:
- 1.3.4
otp_release:
- 19.0
services:
- postgresql
before_script:
- psql -c 'create database gatekeeper_test;' -U postgres
- mix local.rebar --force # for Elixir 1.3.0 and up
- mix local.hex --force
- mix deps.get
- mix deps.compile
- mix deps.compile # second build for bug in `serial`
- mix ecto.migrate
script: mix test
env:
- SECRET_KEY_BASE=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA MIX_ENV=test
|
Make PostgreSQL available to tests on Travis
|
Make PostgreSQL available to tests on Travis
|
YAML
|
mit
|
alkaloid/gatekeeper,alkaloid/gatekeeper,alkaloid/gatekeeper
|
88739a33130a576b342ad2d37c738d5c5fdc5364
|
.travis.yml
|
.travis.yml
|
language: c
install:
- sudo add-apt-repository ppa:directhex/monoxide && sudo apt-get update
- sudo apt-get install mono-devel mono-gmcs nunit-console
- mozroots --import --sync
script:
- xbuild build.proj
- nunit-console ./src/Tests/AppConfigFacility.Azure/bin/Release/AppConfigFacility.Tests.dll ./src/Tests/AppConfigFacility.Azure.Tests/bin/Release/AppConfigFacility.Azure.Tests.dll
|
language: c
install:
- sudo add-apt-repository ppa:directhex/monoxide -y && sudo apt-get update
- sudo apt-get install mono-devel mono-gmcs nunit-console
- mozroots --import --sync
script:
- xbuild build.proj
- nunit-console ./src/Tests/AppConfigFacility.Azure/bin/Release/AppConfigFacility.Tests.dll ./src/Tests/AppConfigFacility.Azure.Tests/bin/Release/AppConfigFacility.Azure.Tests.dll
|
Add -y flag to add-apt-repository
|
Add -y flag to add-apt-repository
|
YAML
|
mit
|
adamconnelly/WindsorAppConfigFacility
|
d88989e8c711fec8263125f04ef60ef44d9f5128
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- "stable"
- "4.2"
- "0.12"
- "0.10"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.10" ]; then npm install -g npm@2 ; fi'
notifications:
irc: "irc.mibbit.net#heartless"
irc: "irc.GameSurge.Net#tennudev"
|
sudo: false
language: node_js
node_js:
- "stable"
- "4.2"
notifications:
irc: "irc.mibbit.net#heartless"
irc: "irc.GameSurge.Net#tennudev"
|
Remove support for Node.js < v4.2
|
Remove support for Node.js < v4.2
|
YAML
|
isc
|
Tennu/tennu
|
36d899be12da04ed7ab2e12f4580493962cbd06e
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
git:
depth: 10
node_js:
- "0.12"
env:
matrix:
- RUBY_VERSION=2.0
before_install:
- rvm install $RUBY_VERSION
- rvm use $RUBY_VERSION --fuzzy
- export GEMDIR=$(rvm gemdir)
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry gem install --no-document "jekyll:~>3.0.0" "rouge:~>1.10" "sass:~>3.4"
matrix:
fast_finish: true
notifications:
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE
|
language: node_js
sudo: false
git:
depth: 10
node_js:
- "4"
- "5"
env:
matrix:
- RUBY_VERSION=2.2
before_install:
- rvm install $RUBY_VERSION
- rvm use $RUBY_VERSION --fuzzy
- export GEMDIR=$(rvm gemdir)
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10" "sass:~>3.4"
matrix:
fast_finish: true
notifications:
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE
|
Test against node.js 4 and 5 and Ruby 2.2.
|
Travis: Test against node.js 4 and 5 and Ruby 2.2.
|
YAML
|
mit
|
twbs/ratchet,twbs/ratchet
|
b185ea6e0f218ebf1d623fd24291a752608e5f82
|
.travis.yml
|
.travis.yml
|
#
# This is the default Travis CI configuration.
#
# It uses a GitHub OAuth token when fetching composer dependencies
# to avoid IP-based API throttling.
#
# It also allows publication of artifacts via an additional build.
#
language: php
php: ["5.3", "5.4", "5.5", "hhvm"]
env:
global:
- ARCHER_PUBLISH_VERSION=5.5
- secure: "ej7vR8/Y0dA4EGu2k+kQSW4TPfg0OmRtnh0Dh9u2LeSzmxoATLL86qrgYRk9J8nEpdLEUN+VCaydzlLQrCxlyaVQd/ewLPv4lVU1gT2nprYzJX3nz8Os3/TaFUfLmsTXU7DHXI4WvFrmSvqCb4mN3ueYhplO/OZtLGjYRcGH1X4="
matrix:
allow_failures:
- php: hhvm
install:
- ./.travis.install
script:
- ./vendor/bin/archer travis:build
|
#
# This is the default Travis CI configuration.
#
# It uses a GitHub OAuth token when fetching composer dependencies
# to avoid IP-based API throttling.
#
# It also allows publication of artifacts via an additional build.
#
language: php
php: ["5.3", "5.4", "5.5"]
env:
global:
- ARCHER_PUBLISH_VERSION=5.5
- secure: "ej7vR8/Y0dA4EGu2k+kQSW4TPfg0OmRtnh0Dh9u2LeSzmxoATLL86qrgYRk9J8nEpdLEUN+VCaydzlLQrCxlyaVQd/ewLPv4lVU1gT2nprYzJX3nz8Os3/TaFUfLmsTXU7DHXI4WvFrmSvqCb4mN3ueYhplO/OZtLGjYRcGH1X4="
install:
- ./.travis.install
script:
- ./vendor/bin/archer travis:build
|
Revert "Trying HHVM build on Travis CI, for science."
|
Revert "Trying HHVM build on Travis CI, for science."
This reverts commit af2a5766ed3cecd704c5e70841b0f3bb3bf802dc.
Archer would need explicit support for HHVM as it does not support the same
command line options as PHP.
|
YAML
|
mit
|
IcecaveStudios/duct
|
cb43851bfd96c1f0a37ea6ed5c383334853ab97a
|
.travis.yml
|
.travis.yml
|
language: node_js
env:
- TARGET=test
node_js:
- '6'
- '7'
- '8.10.0'
- '10'
matrix:
include:
- name: Lint
node_js: '8.10.0'
env:
- TARGET=lint
- name: Coverage
node_js: '8.10.0'
env:
- TARGET=coverage
- name: Chrome headless
node_js: '8.10.0'
env:
- TARGET=test-headless
script: npm run $TARGET
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
|
language: node_js
env:
- TARGET=test
node_js:
- '8.10.0'
- '10'
- '12'
- 'node'
matrix:
include:
- name: Lint
node_js: '8.10.0'
env:
- TARGET=lint
- name: Coverage
env:
node_js: '8.10.0'
- TARGET=coverage
- name: Chrome headless
node_js: '8.10.0'
env:
- TARGET=test-headless
script: npm run $TARGET
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
|
Drop node.js 6 and 7 support, add 12 + 13 (semver-major)
|
Drop node.js 6 and 7 support, add 12 + 13 (semver-major)
|
YAML
|
mit
|
unexpectedjs/unexpected-sinon,unexpectedjs/unexpected-sinon
|
548cbc0452a05a9f26570b7703129dd62b615b86
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "6.11.3"
before_script:
- git clean -fdx
- npm install -g grunt-cli
|
language: node_js
node_js:
- "6.11.3"
before_script:
- npm install -g grunt-cli
|
Revert "clean the working tree before Travis", that wasn’t helpful…
|
Revert "clean the working tree before Travis", that wasn’t helpful…
This reverts commit fb167e2a02e596ee3416f74a5074cc9e69efe7d6.
|
YAML
|
mit
|
fyneworks/multifile,fyneworks/multifile,fyneworks/multifile
|
9cdf8a453788e0c4257a48974aa2aca1baf310f8
|
.travis.yml
|
.travis.yml
|
language: rust
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgtk-3-dev
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
|
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
sudo: true
env:
global:
- LD_LIBRARY_PATH=/usr/local/lib
before_install:
- yes | sudo add-apt-repository ppa:ricotz/testing
- sudo apt-get update
install:
- sudo apt-get install libgtk-3-dev
|
Add custom repo for latest versions
|
Add custom repo for latest versions
|
YAML
|
mit
|
MoritzKn/ralculator,MoritzKn/ralculator
|
6e5289955329ad95125deb761d4119f9c7b1dd93
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-debian-8
- INSTANCE=default-fedora-latest
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1604
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
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 gem install kitchen-docker
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/chef exec delivery local all
- /opt/chefdk/embedded/bin/chef exec kitchen verify ${INSTANCE}
|
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-debian-8
- INSTANCE=default-fedora-latest
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1604
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
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 gem install kitchen-dokken
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/chef exec delivery local all
- /opt/chefdk/embedded/bin/chef exec kitchen verify ${INSTANCE}
|
Switch Travis CI to dokken
|
Switch Travis CI to dokken
Signed-off-by: Stanislav Voroniy <[email protected]>
|
YAML
|
apache-2.0
|
voroniys/puppet_compat
|
d178ecd057a31f897289bf5d22cfbaf26af17f37
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4"
before_script:
- npm install -g gulp
|
language: node_js
node_js:
- "6"
before_script:
- npm install -g gulp
|
Use Node v6 for Travis.
|
Use Node v6 for Travis.
|
YAML
|
mit
|
arendjr/selectivity,arendjr/selectivity
|
3efff8d92eadda94a19e61c4bc32fa126a8c90fb
|
.travis.yml
|
.travis.yml
|
language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.2
- 2.1.0
- 2.0.0
- 1.9.3
script: 'bundle exec rake'
notifications:
email:
on_failure: change
on_success: never
slack:
secure: j0pMnM5JiBxiNsFf1n4DtsNSSkmaSW6w8KRy9D5V0ArxPEr7GdlAVfmsgqFIsOCEnm7CvREvUDGEQqx2Y9oIUxjxtnKYhQgru+DG+dONZQIEtOyRGL4UQKYDms/843DnXKuHuFUVeAu7alL9sKFTXFqaVT/r+YRk79cGt4vdfYg=
|
language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.2
- 2.1.0
- 2.0.0
script: 'bundle exec rake'
notifications:
email:
on_failure: change
on_success: never
slack:
secure: j0pMnM5JiBxiNsFf1n4DtsNSSkmaSW6w8KRy9D5V0ArxPEr7GdlAVfmsgqFIsOCEnm7CvREvUDGEQqx2Y9oIUxjxtnKYhQgru+DG+dONZQIEtOyRGL4UQKYDms/843DnXKuHuFUVeAu7alL9sKFTXFqaVT/r+YRk79cGt4vdfYg=
|
Drop testing support for Ruby 1.9.3
|
Drop testing support for Ruby 1.9.3
|
YAML
|
mit
|
usmanbashir/haikunator
|
5c3c208bd4c1d5b56e0e2f973773925612b1c394
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "6"
before_script: npm install -g npm@latest
install:
- ./tests/travis-install.sh
- npm install
script: make test
|
language: node_js
node_js:
- "6"
install:
- ./tests/travis-install.sh
- npm install
script: make test
|
Remove redundant line from Travis configuration
|
Remove redundant line from Travis configuration
|
YAML
|
mit
|
smallstoneapps/bitmap-loader,smallstoneapps/bitmap-loader,smallstoneapps/bitmap-loader
|
2a1edd32b70eb4e14828f86b8556d274b7e683a6
|
.travis.yml
|
.travis.yml
|
sudo: required
language: java
jdk: oraclejdk8
dist: trusty
branches: master
cache:
directories:
- $HOME/.m2
- $HOME/chrome-archive
before_install:
- sudo apt-get install libxss1 libappindicator1 libindicator7
- mkdir -p chrome-archive
- wget -qnc https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O chrome-archive/google-chrome-stable_current_amd64.deb
- sudo dpkg -i chrome-archive/google-chrome*.deb # Might show "errors", fixed by next line
- sudo apt-get install -f
before_script:
- mvn -q clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- google-chrome --version
- google-chrome --headless --no-default-browser-check --no-first-run --disable-translate --remote-debugging-port=9222 --disable-gpu &
- mvn clean test
|
sudo: required
language: java
jdk: oraclejdk8
dist: trusty
branches: master
cache:
directories:
- $HOME/.m2
before_install:
- sudo apt-get install libxss1 libappindicator1 libindicator7
- mkdir -p chrome-archive
- wget -qnc https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O chrome-archive/google-chrome-stable_current_amd64.deb
- sudo dpkg -i chrome-archive/google-chrome*.deb # Might show "errors", fixed by next line
- sudo apt-get install -f
before_script:
- mvn -q clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- google-chrome --version
- google-chrome --headless --no-default-browser-check --no-first-run --disable-translate --remote-debugging-port=9222 --disable-gpu &
- mvn clean test
|
Disable cache directory for Chrome
|
Disable cache directory for Chrome
|
YAML
|
mit
|
paine1690/cdp4j,paine1690/cdp4j,paine1690/cdp4j
|
3efc46865def693a56ad4ff63739f03a37216278
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.8
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kube-state-metrics
jobs:
include:
- stage: Unit Test
script: make test-unit
- stage: Build
script: make
|
language: go
go:
- 1.8
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kube-state-metrics
jobs:
include:
- stage: Go fmt
script: make gofmtcheck
- stage: Unit Test
script: make test-unit
- stage: Build
script: make
|
Add gofmt Stage in Travis.yml
|
Add gofmt Stage in Travis.yml
|
YAML
|
apache-2.0
|
kubernetes/kube-state-metrics,kubernetes/kube-state-metrics
|
a144d4ee5c5516a6e300bb19ff874190fa7d9508
|
.travis.yml
|
.travis.yml
|
# Travis CI Configuration
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- ./node_modules/brunch/bin/brunch build
script:
- npm run lint
- npm test
|
# Travis CI Configuration
language: node_js
node_js:
- "7"
- "6"
- "5"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- ./node_modules/brunch/bin/brunch build
script:
- npm run lint
- npm test
|
Remove Node 4 testing from Travis config
|
Remove Node 4 testing from Travis config
|
YAML
|
mit
|
caleb531/connect-four
|
e7826c9cc436dc800db557cfb83a15945bd180bb
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
script: bundle exec rspec
matrix:
include:
- rvm: jruby-19mode # JRuby in 1.9 mode
env: JRUBY_OPTS="--1.9 -Xcext.enabled=true"
allow_failures:
- rvm: jruby-19mode
|
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
script: bundle exec rspec
|
Drop Jruby support that we never really had anyway
|
Drop Jruby support that we never really had anyway
|
YAML
|
mit
|
sportngin/opsicle
|
40d18da4f722a2b0749863be39ba92d4e439e4c4
|
.travis.yml
|
.travis.yml
|
dist: bionic
language:
- generic
before_install:
- docker-compose up -d
- docker ps
- docker images
script:
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh
|
dist: bionic
language:
- generic
before_install:
- docker-compose up -d
- docker ps
- docker images
script:
- curl http://localhost:8002
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh
|
Test server is up with `curl` before running tests
|
Test server is up with `curl` before running tests
|
YAML
|
mit
|
chubin/cheat.sh,chubin/cheat.sh,chubin/cheat.sh,chubin/cheat.sh
|
a70f412225f87f9dbc16db7267b29dd0b8a76121
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
install:
- pip install -r testing_requirements.txt
- travis_retry pip install coverage
script:
- virtualenv --version
- coverage --version
- cram --version
- python setup.py install
- cram tests/bin/test_bibformat.t
- cram tests/bin/test_bibgrep.t
- cram tests/bin/test_bibstats.t
- python examples/crossref_expansion.py
- python examples/field_conversion.py
- python examples/formatting.py
- python examples/entry_formatting.py
- python examples/requirements_check.py
- python examples/string_expansion.py
- coverage run --source=bibpy -m pytest
- coverage report
after_success:
- coveralls
branches:
only:
- master
|
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
install:
- pip install -r testing_requirements.txt
- travis_retry pip install coverage
script:
- virtualenv --version
- coverage --version
- cram --version
- python setup.py install
- cram tests/bin/test_bibformat.t
- cram tests/bin/test_bibgrep.t
- cram tests/bin/test_bibstats.t
- python examples/crossref_expansion.py
- python examples/field_conversion.py
- python examples/formatting.py
- python examples/entry_formatting.py
- python examples/requirements_check.py
- python examples/string_expansion.py
- coverage run --source=bibpy -m pytest
- coverage report
after_success:
- coveralls
branches:
only:
- master
|
Update Python versions in Travis yml file
|
Update Python versions in Travis yml file
|
YAML
|
mit
|
MisanthropicBit/bibpy,MisanthropicBit/bibpy
|
95421fc99c7771bfa0dcd7a76fa23cb0f8b43b11
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
install:
- pip install .
- pip install coveralls
script:
- coverage run --source=quantiphy setup.py test
deploy:
provider: pypi
user: messenger
on:
tags: true
after_success:
coveralls
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install .
- pip install coveralls
script:
- coverage run --source=quantiphy setup.py test
deploy:
provider: pypi
user: messenger
on:
tags: true
after_success:
coveralls
|
Add python3.6 to test list.
|
Add python3.6 to test list.
|
YAML
|
mit
|
KenKundert/quantiphy,KenKundert/quantiphy
|
72435c3e705cce083ada1fde788806749152c38b
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
install:
# Build iPST core
- git clone https://github.com/itesla/ipst-core itesla/ipst-core
- cd itesla/ipst-core && mvn install
script:
- mvn clean test jacoco:report coveralls:report
|
language: java
jdk:
- oraclejdk8
install:
# Build iPST core
- git clone https://github.com/itesla/ipst-core itesla/ipst-core
- cd itesla/ipst-core && mvn install
script:
- cd ${TRAVIS_BUILD_DIR}
- mvn clean test jacoco:report coveralls:report
|
Change directory to TRAVIS_BUILD_DIR before commit
|
Change directory to TRAVIS_BUILD_DIR before commit
|
YAML
|
mpl-2.0
|
itesla/ipst,itesla/ipst-entsoe,itesla/ipst,itesla/ipst,itesla/ipst,itesla/ipst,itesla/ipst,itesla/ipst,itesla/ipst,itesla/ipst-entsoe
|
711ea80c89128ce67af306dd0728da38f5332eb7
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: false
language: node_js
node_js:
- "8"
cache:
bundler: true
pip: true
yarn: true
directories:
- "$HOME/.npm"
- "$HOME/.cache"
install:
- travis_retry gem install s3_website -v 3.4.0
- travis_retry pip install awscli --upgrade --user
- travis_retry yarn install --frozen-lockfile
script:
- npm run build
after_script:
- ./s3_deploy.sh
|
dist: trusty
sudo: false
language: node_js
node_js:
- "10"
cache:
bundler: true
pip: true
yarn: true
directories:
- "$HOME/.npm"
- "$HOME/.cache"
install:
- travis_retry gem install s3_website -v 3.4.0
- travis_retry pip install awscli --upgrade --user
- travis_retry yarn install --frozen-lockfile
script:
- npm run build
after_script:
- ./s3_deploy.sh
|
Update to node.js version 10
|
Update to node.js version 10
|
YAML
|
mit
|
concord-consortium/cloud-file-manager,concord-consortium/cloud-file-manager,concord-consortium/cloud-file-manager,concord-consortium/cloud-file-manager
|
02ed8ed4a737e3d6d2de1b2b47d190d6bb4cc80e
|
.travis.yml
|
.travis.yml
|
language: objective-c
cache: cocoapods
before_install:
- pod repo --silent update
xcode_workspace: Swindler.xcworkspace
xcode_scheme: Swindler
osx_image: xcode8.3
xcode_sdk: macosx10.12
script: xcodebuild -workspace Swindler.xcworkspace -scheme Swindler -sdk macosx10.12 build test
|
language: objective-c
cache: cocoapods
#before_install:
#- pod repo --silent update
xcode_workspace: Swindler.xcworkspace
xcode_scheme: Swindler
osx_image: xcode8.3
xcode_sdk: macosx10.12
script: xcodebuild -workspace Swindler.xcworkspace -scheme Swindler -sdk macosx10.12 build test
|
Disable pod repo update (not needed after caching)
|
Travis: Disable pod repo update (not needed after caching)
|
YAML
|
mit
|
tmandry/Swindler,tmandry/Swindler,tmandry/Swindler
|
7e23e7c36226a7b9a3097402701d656bf0f8ddf1
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 || $TRAVIS_PYTHON_VERSION == 3.2 || $TRAVIS_PYTHON_VERSION == 3.3 ]]; then
pip install flake8==2.6.0;
else
pip install flake8;
fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then
pip install coverage==3.7.1;
else
pip install coverage;
fi
- pip install pytest-cov
- pip install coveralls
before_script:
- flake8 --max-line-length=140 galena/galena.py tests/test_galena.py
script:
- py.test --cov=.
after_success:
- coveralls
|
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 || $TRAVIS_PYTHON_VERSION == 3.2 || $TRAVIS_PYTHON_VERSION == 3.3 ]]; then
pip install flake8==2.6.0;
else
pip install flake8;
fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then
pip install coverage==3.7.1;
else
pip install coverage;
fi
- pip install pytest-cov
- pip install coveralls
before_script:
- flake8 --max-line-length=140 galena/galena.py tests/*
script:
- py.test --cov=.
after_success:
- coveralls
|
Add all test files to flake8
|
Add all test files to flake8
|
YAML
|
bsd-3-clause
|
Remolten/galena
|
50af3b2496c63e09501f2c8134515cf29a729291
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "8"
notifications:
email: [email protected]
|
language: node_js
node_js:
- "8"
branches:
only:
- gh-pages
- /.*/
notifications:
email: [email protected]
|
Build gh-pages branch in Travis
|
Build gh-pages branch in Travis
|
YAML
|
mit
|
lukevella/react-activity,lukevella/react-activity,lukevella/react-activity
|
21b7014809ea53cd8f2c6fb00b4f93ac831707e3
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- nightly
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.3
os: osx
- language: generic
python: 3.4
os: osx
- language: generic
python: 3.5
os: osx
- language: generic
python: 3.6
os: osx
before_install:
- pip install --quiet codecov wheel
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- nightly
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.4
os: osx
- language: generic
python: 3.5
os: osx
- language: generic
python: 3.6
os: osx
- language: generic
python: 3.7
os: osx
before_install:
- pip install --quiet codecov wheel
install:
- make install
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Update Travis CI config: add Python 3.7, remove 3.3
|
Update Travis CI config: add Python 3.7, remove 3.3
|
YAML
|
apache-2.0
|
kislyuk/rehash
|
dd4701fa96c6cf319fe7a69e819d961c8e0eb3d3
|
.travis.yml
|
.travis.yml
|
language: php
php:
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
- composer install --no-interaction
- cp config/app_travis.php config/app.php
- cp config/oauth_example.php config/oauth.php
- mysql -e 'create database pmaerr;'
- wget https://scrutinizer-ci.com/ocular.phar
script:
- bin/cake migrations migrate
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml -c phpunit.xml.dist
after_script:
- php vendor/bin/coveralls -v
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix:
allow_failures:
- php: "hhvm"
- php: "nightly"
cache:
directories:
- vendor
- $HOME/.composer/cache
|
language: php
php:
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
# Set the GitHub OAuth token to make use of the 6000 per hour rate limit
- echo "{\"config\": { \"github-oauth\": { \"github.com\": \"$COMPOSER_GITHUB_API\" } } }" > ~/.composer/config.json
- composer install --no-interaction
- cp config/app_travis.php config/app.php
- cp config/oauth_example.php config/oauth.php
- mysql -e 'create database pmaerr;'
- wget https://scrutinizer-ci.com/ocular.phar
script:
- bin/cake migrations migrate
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml -c phpunit.xml.dist
after_script:
- php vendor/bin/coveralls -v
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix:
allow_failures:
- php: "hhvm"
- php: "nightly"
cache:
directories:
- vendor
- $HOME/.composer/cache
|
Set the GitHub OAuth token to make use of the 6000 per hour rate limit
|
Set the GitHub OAuth token to make use of the 6000 per hour rate limit
Signed-off-by: Michal Čihař <[email protected]>
|
YAML
|
mit
|
devenbansod/error-reporting-server,ujjwalwahi/error-reporting-server,madhuracj/error-reporting-server,ujjwalwahi/error-reporting-server,phpmyadmin/error-reporting-server,phpmyadmin/error-reporting-server,devenbansod/error-reporting-server,phpmyadmin/error-reporting-server,ujjwalwahi/error-reporting-server,madhuracj/error-reporting-server,devenbansod/error-reporting-server,madhuracj/error-reporting-server
|
cbd83e6de2d38b39387f9cf7c8fc591b4305bbea
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.4.1
cache: bundler
script:
- bundle exec rake
|
language: ruby
rvm:
- 2.4.1
cache: bundler
script:
- bundle exec rake
notifications:
slack:
secure: "AMximRC5Ot0LC3wFSsjohxfhpcLrt/MESwf6tdVZ31jPlTXSv0yOna2w12Cc1Npdo1N/zGSnA0Y/9px0eV1ip6lBlOURuS8P6ySRJAldLpqzxnmeN8A/Q53QGhNgrXDxrlOl8V1CUXyzNyMeDrFkeHgAR+fbjbep1JtDBaM0x3pNpRmZiCZF0DP2bibsc6jifMOHElLqFXg7sQoyOaDQSeU7Siv2qi5AQO3rjuMCEYsDAo+pmBk7cHYUKtmimJjbWqeg1s+dsQX2m8jsFJFqkgFzduE1PGWekU7MjXnTB0mSfbVjencau0Vsr4oQO28eBYrNMNLDv7fiD2CxTybHLifomQ2as1X5/jrtVFQAhPTNK12Syd73G5zvK9LjF+yasvbeu23DpID2BhkTzqazjBWK2BbSIqSAxa+Tgefk4Zybzq8vmQwuMtMULgBByTEZMjyqhNtfZAK7Ly1X0GBSArwDyi8GJLTD0sbiMKESb/uA5uKL5MjFVg+zdstssxRtiWjUEiFQp0ktYIO8yvuO35Qb9vfa7LD4aUcu2k5swo+gsb5ThyCheJ+SSghVxVbGfLolmBr08hVt7ZuD5c0MpzGy7GeOip7t6owXc/RUz6QNNLNwa6NRCFqH3F/rZsczN2OVKi+m2wOGpGwGKaN3EDsLT/pkNoeuqhy/iUm2d7U="
|
Add Travis integration for Slack
|
Add Travis integration for Slack
This will allow to receive notifications in Slack when Travis is
finished running
|
YAML
|
mit
|
survival/donation-system,survival/donation-system
|
e2d7b701b69e4d795e732cf37fca0f1945aebafa
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3.1
- 2.2
- 2.1
- 2.0
|
language: ruby
rvm:
- 2.4
- 2.3
- 2.2
- 2.1
|
Update Travis for supported Ruby versions.
|
Update Travis for supported Ruby versions.
|
YAML
|
mit
|
chadrem/market_bot,chadrem/market_bot
|
5498735de5dbc5750bcf8e3638be3513da151211
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.1
- tip
env:
global:
- secure: "wF08rryl1Fo5H8WSB2Dwp9In2kqL1yiGNH7OlMDZ4aG0LmBeQRF0c4RJIZBkgLAROSnc77bizpGzhVdvio0u7mXQW3+EV7QOwBhcD1FV5KzGCy9dbha8X9dtl09PkxSRap2V/EiwR3/JuFdlbs3R2TSHyeCfIxZLA13Vj3MfRnw="
install:
- make prepare
script: /home/travis/gopath/bin/goveralls -service travis-ci.org -package="./..." $COVERALLS_TOKEN
|
language: go
go:
- 1.1
- tip
env:
global:
- secure: "wF08rryl1Fo5H8WSB2Dwp9In2kqL1yiGNH7OlMDZ4aG0LmBeQRF0c4RJIZBkgLAROSnc77bizpGzhVdvio0u7mXQW3+EV7QOwBhcD1FV5KzGCy9dbha8X9dtl09PkxSRap2V/EiwR3/JuFdlbs3R2TSHyeCfIxZLA13Vj3MfRnw="
install:
- sudo apt-get install libzmq3-dev
- make prepare
script: /home/travis/gopath/bin/goveralls -service travis-ci.org -package="./..." $COVERALLS_TOKEN
|
Install zmq dev package in Travis.
|
Install zmq dev package in Travis.
|
YAML
|
mit
|
smira/czar
|
b3ae7e5216f0b84828d5ac22eba5b37f414dc9f1
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
|
sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
|
Test on `stable` instead of `iojs`
|
Test on `stable` instead of `iojs`
|
YAML
|
mit
|
imagemin/gifsicle-bin,jihchi/giflossy-bin
|
27f6f914f58ff9a2216e7d005a4f0ba50e542d38
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
|
sudo: false
language: node_js
node_js:
- "5.3"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
|
Add more NodeJS versions to test with Travis
|
Add more NodeJS versions to test with Travis
|
YAML
|
mit
|
jglouis/HexMapJS,jglouis/HexMapJS
|
6e9e659689cdb184d809afefb9ce3f45e54aa071
|
.travis.yml
|
.travis.yml
|
env:
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.16 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update -qq
install:
- sudo apt-get install -qq cabal-install-$CABALVER ghc-$GHCVER
- export PATH="/opt/cabal/$CABALVER/bin:/opt/ghc/$GHCVER/bin:$PATH"
- git clone http://github.com/markus1189/xmonad-710 xmonad-710
- ( cd xmonad-710 && cabal install )
before_script:
- cabal --version
- cabal update
- ghc --version
- ghc-pkg list
- cabal sandbox init
- cabal sandbox add-source xmonad-710
script:
- cabal install --enable-documentation
- cabal sdist
after_script:
- ghc-pkg list
|
env:
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.16 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update -qq
install:
- sudo apt-get install -qq cabal-install-$CABALVER ghc-$GHCVER
- export PATH="/opt/cabal/$CABALVER/bin:/opt/ghc/$GHCVER/bin:$PATH"
- git clone http://github.com/markus1189/xmonad-710 xmonad-710
before_script:
- cabal --version
- cabal update
- ghc --version
- ghc-pkg list
- ( cd xmonad-710 && cabal sandbox init && cabal install )
- cabal sandbox init
- cabal sandbox add-source xmonad-710
script:
- cabal install --enable-documentation
- cabal sdist
after_script:
- ghc-pkg list
|
Install xmonad-710 after cabal update
|
Install xmonad-710 after cabal update
|
YAML
|
bsd-3-clause
|
markus1189/xmonad-contrib-710,markus1189/xmonad-contrib-710
|
f5e47030f3b0a6d33e2176e47adeab7f6140098e
|
.travis.yml
|
.travis.yml
|
# Cf. http://docs.travis-ci.com/user/getting-started/
# Cf. http://docs.travis-ci.com/user/languages/go/
language: go
go:
- 1.4.2
- tip
|
# Cf. http://docs.travis-ci.com/user/getting-started/
# Cf. http://docs.travis-ci.com/user/languages/go/
language: go
go: 1.5
|
Use Go 1.5 for Travis instead of 1.4.2 and tip.
|
Use Go 1.5 for Travis instead of 1.4.2 and tip.
|
YAML
|
apache-2.0
|
jacobsa/ratelimit
|
03e353783c01b8542a2364dcc865ec7cb9d7e408
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- npm install
script:
- npm run apidocs
after_success:
- npm run apidocs-deploy
|
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- npm install
script:
- npm run apidocs
deploy:
provider: script
script: npm run apidocs-deploy
on:
branch: master
|
Set up conditional deploys on Travis
|
Set up conditional deploys on Travis
|
YAML
|
unlicense
|
dbader/apidoc-example
|
c4549c717895964f9ab0f7e6a70b06d9844a8d18
|
.travis.yml
|
.travis.yml
|
language: python
dist: precise
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install -r requirements.txt
# Coveralls 4.0 doesn't support Python 3.2
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'virtualenv<14'; fi
#before_script:
#- pep257 --ignore=D102,D103,D211,D400 .
script:
- virtualenv --version
- coverage --version
- cram --version
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then coverage run --source=bibpy -m py.test --verbose; fi
#- cram --verbose tests/bin/test_bib*.t
after_success:
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then coveralls; fi
branches:
only:
- master
|
language: python
dist: precise
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install -r testing_requirements.txt
# Coveralls 4.0 doesn't support Python 3.2
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'virtualenv<14'; fi
#before_script:
#- pep257 --ignore=D102,D103,D211,D400 .
script:
- virtualenv --version
- coverage --version
- cram --version
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then coverage run --source=bibpy -m py.test --verbose; fi
#- cram --verbose tests/bin/test_bib*.t
after_success:
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then coveralls; fi
branches:
only:
- master
|
Use testing requirements file on Travis
|
Use testing requirements file on Travis
|
YAML
|
mit
|
MisanthropicBit/bibpy,MisanthropicBit/bibpy
|
de07c4b885bb027de1141b90882382d95a4edc5b
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '6'
- '5'
|
sudo: false
language: node_js
node_js:
- '6'
- '5'
deploy:
provider: npm
email: [email protected]
api_key:
secure: CLGrCAqcCcTDnVgqyR5F4giizaQskzTuc2VXV2c0d5CGhh1VflekcA7PYpRVS5DDUiGJ/T0nTR/EuxKIo8geiQoMnWBtIWo6IYtBTiEA0G4utIXiaCapfN9KQwYbRkhJKBSUnFaBGmEnl9THgwy6CfDEh4EuFpU6q3dXwF2lvcaEkmpfMPC7/ChkBVH362MEKCtR2Dgpt83R9inyhXMDvdGiIJ5TaKnnikVc+JK2lQteioZIIllEqiKdP6dtRWZNzSg1wVcKYhvuoan41nsL+9LAvJSyKK3D4jHoDzuCcPUVYSVAtJMin1kwRoL7k0vSnMy+ssemEHTVBNO7mdXtZCvbre/1PTzm0seKB6crlQ+uyakuj+SU4RsXVOsNasfF/1QxYWBCwPUVD8HIpN4/M/VKJNTY28pAXcN4DdZC+w9qbff3GTYs+b83tm9C826guv6wtg4wgcKJ/PWHXbdlyWSeYvJG3MAlzCUKMnu1AAt4/hcIX7pPPZ/pQnx+mFb15f19U7TTn1Cqh+tPnq3nQd/r6vOAM4pE28YcAeI7upOlsiMnB2uJjgpT5NA3Rlw7NxQK/GMAv2729hxFeBGroaCS18Z6pK9iJzeOIk9w+uQZuUghq+dqXtLo/kXvCH+LS7ZkAAUi8aLGtvhs0FuA8dwwdqAaM9Jk1DIqVL+AL4c=
on:
tags: true
repo: JohnRiv/gulp-polymer-css-build
|
Use Travis CI for NPM releases
|
Use Travis CI for NPM releases
|
YAML
|
mit
|
JohnRiv/gulp-polymer-css-build,JohnRiv/gulp-polymer-css-build
|
bb58044f0df0cbc19c0137c636b5c652b06cb949
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without development
rvm:
- '2.3.0'
- '2.2'
- '2.1'
- '2.0'
- jruby
- rbx-2
gemfile:
- gemfiles/Gemfile.rails-head
- gemfiles/Gemfile.rails-4-2
- gemfiles/Gemfile.rails-4-1
- gemfiles/Gemfile.rails-4-0
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-2
- gemfile: gemfiles/Gemfile.rails-head
before_install:
- gem install bundler
|
language: ruby
bundler_args: --without development
rvm:
- '2.3.0'
- '2.2'
- '2.1'
gemfile:
- gemfiles/Gemfile.rails-head
- gemfiles/Gemfile.rails-4-2
- gemfiles/Gemfile.rails-4-1
- gemfiles/Gemfile.rails-4-0
matrix:
exclude:
- rvm: '2.2'
gemfile: gemfiles/Gemfile.rails-head
- rvm: '2.1'
gemfile: gemfiles/Gemfile.rails-head
allow_failures:
- gemfile: gemfiles/Gemfile.rails-head
before_install:
- gem install bundler
|
Drop Jruby and Rbx; taking ages, Drop 2.0 (old), Exclude <2.3 fo Rails Head (5+)
|
Drop Jruby and Rbx; taking ages, Drop 2.0 (old), Exclude <2.3 fo Rails Head (5+)
|
YAML
|
mit
|
jgraichen/rails-rfc6570,jgraichen/rails-rfc6570
|
6abecd06af87bde45aabb04a20a54de45e16dbeb
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.6"
install:
- pip install cython
- python setup.py install
# functionality is tested in the pyranges package
script: cd ~/; python -c 'import pyrle; print(pyrle.__version__)'
|
language: python
python:
- "3.6"
install:
- pip install cython
- sudo apt-get install R
- echo 'source("https://bioconductor.org/biocLite.R"); biocLite("S4Vectors"); biocLite("GenomicRanges")' > install.R
- python setup.py install
# functionality is tested in the pyranges package
script: cd ~/; python -c 'import pyrle; print(pyrle.__version__)'
|
Install R for remote tests
|
Install R for remote tests
|
YAML
|
mit
|
pyranges/pyrle,pyranges/pyrle
|
99efde54184c77ef51099b47a590c259d0efbcf3
|
.travis.yml
|
.travis.yml
|
language: objective-c
xcode_workspace: Tests/NSString-HYPFormula.xcworkspace
xcode_scheme: NSString-HYPFormulaTests
|
language: objective-c
xcode_workspace: Tests/NSString-HYPFormula.xcworkspace
xcode_scheme: NSString-HYPFormulaTests
-sdk iphonesimulator
|
Add sdk to Travis configuration
|
Add sdk to Travis configuration
|
YAML
|
mit
|
hyperoslo/NSString-HYPFormula
|
22565febe1ffcc84d6e02687b11fbf0fcd425ea5
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
services:
- redis
addons:
postgresql: 9.3
artifacts:
paths:
- log/
cache:
directories:
- vendor/bundle
sudo: false
rvm:
- "2.0"
- "2.1"
matrix:
fast_finish: true
before_install:
- gem install bundler -v 1.9.0
install:
- bundle _1.9.0_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
before_script:
- redis-cli config set save ""
- 'RAILS_ENV=test bundle exec rake db:create --trace'
script:
- ./build.sh
|
language: ruby
sudo: false
services:
- redis
- memcached
addons:
postgresql: 9.3
artifacts:
paths:
- log/
cache:
directories:
- vendor/bundle
sudo: false
rvm:
- "2.0"
- "2.1"
matrix:
fast_finish: true
before_install:
- gem install bundler -v 1.9.0
install:
- bundle _1.9.0_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
before_script:
- redis-cli config set save ""
- 'RAILS_ENV=test bundle exec rake db:create --trace'
script:
- ./build.sh
|
Add memcached service to build
|
Add memcached service to build
|
YAML
|
mit
|
travis-ci/travis-core,travis-ci/travis-core,travis-ci/travis-core
|
d752a44cdb9bb8dd85a3b50a2196937ec85a4582
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
before_install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
go:
- 1.7
- tip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go vet ./...
- go test -v -race ./...
|
language: go
sudo: false
before_install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
go:
- 1.7
- 1.8
- tip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go vet ./...
- go test -v -race ./...
|
Add Go 1.8 to Travis config
|
Add Go 1.8 to Travis config
|
YAML
|
apache-2.0
|
neovim/go-client
|
9d4531e2e502b637a1d2347f96ae990543f28abd
|
.travis.yml
|
.travis.yml
|
language: haskell
- 7.8
- 7.6
- 7.4
before_install:
- echo $PATH
- find /usr/local/ghc -type f -ls
install:
script:
after_script:
|
language: haskell
ghc:
- 7.8
- 7.6
- 7.4
before_install:
- date
- echo $PATH
- find /usr/local/ghc -type f -ls
install:
script:
- echo script
after_script:
- date
|
Fix and add timestamp command.
|
Fix and add timestamp command.
|
YAML
|
bsd-3-clause
|
khibino/travis-ci-haskell
|
f70466fbbc6fd7841605d4955f0f9ad5b50a0dfd
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- jruby-9.1.14.0
env:
global:
- SPHINX_BIN=ext/sphinx/bin/
- secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0=
matrix:
- SPHINX_VERSION=2.0.10
- SPHINX_VERSION=2.1.9
- SPHINX_VERSION=2.2.6
before_script:
- killall searchd; echo ''
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.4"); then export RUBYOPT="--enable-frozen-string-literal";
fi; echo $RUBYOPT
- "./bin/loadsphinx $SPHINX_VERSION"
after_script:
- killall searchd; echo ''
sudo: false
|
language: ruby
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.14.0
env:
global:
- SPHINX_BIN=ext/sphinx/bin/
- secure: aP3wCZnnqim/yBWbO8+N2DAJIDVuqewUayK3nBphR/Jt1POIMbqCIuHwk/SG/JfMc6pJIlH0QOX8wI3fF3y5GO6aIrN8xKAX0DoDm+Gkvk/YEk3cK/2fJUwvocR89M99EoV8ctLPaR03B3dm3h2Dh2oe8NQRBfcrL3WtiHHq3d0=
matrix:
- SPHINX_VERSION=2.0.10
- SPHINX_VERSION=2.1.9
- SPHINX_VERSION=2.2.6
before_script:
- killall searchd; echo ''
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.4"); then export RUBYOPT="--enable-frozen-string-literal";
fi; echo $RUBYOPT
- "./bin/loadsphinx $SPHINX_VERSION"
after_script:
- killall searchd; echo ''
sudo: false
|
Update tested Rubies, add 2.5.0.
|
Update tested Rubies, add 2.5.0.
|
YAML
|
mit
|
pat/riddle,pat/riddle
|
ea0e165bfcb2049ce27aaaa57ed873362c01bf16
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
cache:
- pip
install:
- "pip install setuptools --upgrade; pip install -r test_requirements.txt; pip install -e git+https://github.com/django/django-contrib-comments.git#egg=django-contrib-comments; python setup.py install"
# command to run tests
env:
- TESTCASE=tests/test_handler.py
- TESTCASE=tests/tests_middleware.py
- TESTCASE=tests/tests_placebo.py
- TESTCASE=tests/tests_async.py
- TESTCASE=tests/tests.py
script:
- nosetests $TESTCASE --with-coverage --cover-package=zappa --with-timer
# - coverage combine --append
after_success:
coveralls
notifications:
slack: zappateam:TTJ0mfHunDK0IBweKkEXjGpR
|
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
cache:
- pip
install:
- "pip install setuptools --upgrade; pip install -r test_requirements.txt; pip install -e git+https://github.com/django/django-contrib-comments.git#egg=django-contrib-comments; python setup.py install"
# command to run tests
env:
- TESYCASE=tests/tests_docs.py
- TESTCASE=tests/test_handler.py
- TESTCASE=tests/tests_middleware.py
- TESTCASE=tests/tests_placebo.py
- TESTCASE=tests/tests_async.py
- TESTCASE=tests/tests.py
script:
- nosetests $TESTCASE --with-coverage --cover-package=zappa --with-timer
# - coverage combine --append
after_success:
coveralls
notifications:
slack: zappateam:TTJ0mfHunDK0IBweKkEXjGpR
|
Update Travis to run the new doc headers tests
|
Update Travis to run the new doc headers tests
|
YAML
|
mit
|
Miserlou/Zappa,Miserlou/Zappa,pjz/Zappa,pjz/Zappa
|
95b980581f71701452d73d4b2fafc6bd549da174
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
|
language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode-1.7.4
- rbx-19mode
|
Use JRuby version 1.7.4 for CI.
|
Use JRuby version 1.7.4 for CI.
|
YAML
|
unlicense
|
ruby-rdf/rdf-xsd
|
28c8e2a80fc419d9a6df8af248a0ad6be5853a4b
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script: gulp
after_success:
- npm run report-coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
|
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run pretest
- npm run package
after_success:
- npm run report-coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
|
Make sure that the selenium server jar is downloaded before the tests start
|
chore(ci): Make sure that the selenium server jar is downloaded before the tests start
|
YAML
|
apache-2.0
|
red6/serenity-js,jan-molak/serenity-js,InvictusMB/serenity-js,red6/serenity-js,jan-molak/serenity-js,jan-molak/serenity-js,InvictusMB/serenity-js,red6/serenity-js,InvictusMB/serenity-js,jan-molak/serenity-js,red6/serenity-js,InvictusMB/serenity-js
|
03dfa0d5447e01c22e021fab2227a98f3c4cb71d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
|
sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
|
Swap out versions of PHP so tests pass.
|
Swap out versions of PHP so tests pass.
|
YAML
|
mit
|
stephenyeargin/yammer-oauth2-php
|
082e4367e0808605bf0454cb033a9d31f3024dbc
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- openjdk8
- openjdk11
env:
- # use Jackson versions from POM
- JACKSON_VERSIONS="-Ddep.jackson.version=2.9.9 -Ddep.jackson-databind.version=2.9.9.3"
- JACKSON_VERSIONS="-Ddep.jackson.version=2.9.10 -Ddep.jackson-databind.version=2.9.10.2"
script: mvn -B -q verify $JACKSON_VERSIONS
sudo: false
cache:
directories:
- $HOME/.m2
|
language: java
jdk:
- openjdk8
- openjdk11
env:
- # use Jackson versions from POM
- JACKSON_VERSIONS="-Ddep.jackson.version=2.9.9 -Ddep.jackson-databind.version=2.9.9.3"
- JACKSON_VERSIONS="-Ddep.jackson.version=2.9.10 -Ddep.jackson-databind.version=2.9.10.2"
- JACKSON_VERSIONS="-Ddep.jackson.version=2.11.0 -Ddep.jackson-databind.version=2.11.0"
script: mvn -B -q verify $JACKSON_VERSIONS
sudo: false
cache:
directories:
- $HOME/.m2
|
Test on Jackson 2.11.0 as well
|
Test on Jackson 2.11.0 as well
|
YAML
|
apache-2.0
|
HubSpot/jackson-jaxrs-propertyfiltering
|
0fb256e61e28d7b8cabab51028cc43c5d83ac63c
|
.travis.yml
|
.travis.yml
|
os: linux
language: python
addons:
apt:
packages:
libdbus-glib-1-dev
branches:
only: master
matrix:
include:
- env: TASK=lint
python: "3.4" # dbus-python does not compile on higher versions
- env: TASK=fmt-travis
python: "3.6" # Run fmt task on newest version currently available
script: make -f Makefile $TASK
|
os: linux
dist: xenial
language: python
python: "3.5" # dbus-python can not be built on higher versions of Python
addons:
apt:
packages:
libdbus-glib-1-dev
branches:
only: master
matrix:
- TASK=lint
- TASK=fmt-travis
script: make -f Makefile $TASK
|
Use xenial distribution for Travis CI
|
Use xenial distribution for Travis CI
This allows moving the required version of Python from 3.4, which has
reached EOL, and which pip now deprecates, to 3.5.
Simplify the test matrix, since there is no obvious benefit to having
it be more complicated.
Signed-off-by: mulhern <[email protected]>
|
YAML
|
apache-2.0
|
stratis-storage/stratis-cli,stratis-storage/stratis-cli
|
5c678353faa4f180ee4ad8a5e58ca71e093cf757
|
.travis.yml
|
.travis.yml
|
language: go
sudo: required
install: ./script/install-libgit2.sh
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
matrix:
allow_failures:
- go: tip
|
language: go
sudo: required
install: ./script/install-libgit2.sh
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
|
Add Go 1.7 to the build list
|
Add Go 1.7 to the build list
|
YAML
|
mit
|
libgit2/git2go,pks-t/git2go,ezwiebel/git2go,clns/git2go,libgit2/git2go,clns/git2go,pks-t/git2go,ezwiebel/git2go,libgit2/git2go,clns/git2go,ezwiebel/git2go
|
253f356087b6add6471c4189d0ecb131bce839ce
|
.travis.yml
|
.travis.yml
|
language: rust
notifications:
irc: "irc.mozilla.org#piston-internals"
os:
- linux
- osx
env:
global:
- secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg=
- LD_LIBRARY_PATH: /usr/local/lib
before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update -qq
install:
# CMake, require newer version, than in Travis
- sudo apt-get install libXxf86vm-dev cmake
script:
- cargo build -v
- cargo test -v
- cargo doc -v
after_success:
- cp -R target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
- rm -r doc
|
language: rust
notifications:
irc: "irc.mozilla.org#piston-internals"
os:
- linux
env:
global:
- secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg=
- LD_LIBRARY_PATH: /usr/local/lib
before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update -qq
install:
# CMake, require newer version, than in Travis
- sudo apt-get install libXxf86vm-dev cmake
script:
- cargo build -v
- cargo test -v
- cargo doc -v
after_success:
- cp -R target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
- rm -r doc
|
Remove OSX build from Travis CI
|
Remove OSX build from Travis CI
Closes https://github.com/PistonDevelopers/glfw_window/issues/127
|
YAML
|
mit
|
bvssvni/glfw_window,PistonDevelopers/glfw_window
|
aba748966397288155dc544c155fcb6c70a4524f
|
.travis.yml
|
.travis.yml
|
language: ruby
cache: bundler
sudo: false
rvm:
- 2.1.0
- ruby-head
script: 'bundle exec rake'
notifications:
email:
recipients:
- [email protected]
on_failure: change
on_success: never
|
language: ruby
cache: bundler
sudo: false
rvm:
- 2.1.1
- ruby-head
script: 'bundle exec rake'
notifications:
email:
recipients:
- [email protected]
on_failure: change
on_success: never
|
Set supported version to ruby 2.1.1
|
Set supported version to ruby 2.1.1
|
YAML
|
mit
|
DanielBlanco/her-kaminari
|
46c3233ccdf6fcbfc34ed52f5b5700c1a7521522
|
.travis.yml
|
.travis.yml
|
language: php
sudo: false
php:
- '5.5'
- '5.6'
- '7.0'
- nightly
before_script:
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpcs --standard=test/phpcs-ganglia-web.xml -p *.php api graph.d lib nagios test || echo "Completed - Returned $?"
- phpunit test
|
language: php
sudo: false
php:
- '5.5'
- '5.6'
- '7.0'
- nightly
before_script:
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- make sniff || echo "Completed - Returned $?"
- make test
|
Make Travis use the new make targets instead
|
Make Travis use the new make targets instead
|
YAML
|
bsd-3-clause
|
ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web,ganglia/ganglia-web
|
2a5b2ce0d812ff75f72b73db6e4aec2cedec2655
|
.travis.yml
|
.travis.yml
|
rvm: 2.2.10
sudo: required
install:
- bundle -v
- gem i bundler
- sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh'
- bundle install --jobs=4 --retry=4
|
rvm: 2.2.10
sudo: required
addons:
- chrome: stable
install:
- bundle -v
- gem i bundler
- sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh'
- bundle install --jobs=4 --retry=4
|
Add an addon chrome to run feature spec
|
Add an addon chrome to run feature spec
Signed-off-by: Kenji Okimoto <[email protected]>
|
YAML
|
apache-2.0
|
fluent/fluentd-ui,fluent/fluentd-ui,fluent/fluentd-ui
|
256c9e479bf3bfbd20c606f03f72be6525651e75
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- "pip install ."
# command to run tests
script: nosetests
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
# command to install dependencies
install:
- "pip install ."
# command to run tests
script: nosetests
|
Drop support for EOL Python
|
Drop support for EOL Python
|
YAML
|
mit
|
kurtraschke/pyRFC3339
|
bafe1d7e843b9306387c0b8d2b9ed37d781ffb6d
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
- 2.4.1
- ruby-head
before_install: gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
|
language: ruby
rvm:
- 2.3.1
- 2.4.1
- ruby-head
before_install: gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
|
Drop support for Ruby 2.2 and lower
|
Drop support for Ruby 2.2 and lower
Bundler doesn't support these anymore.
|
YAML
|
mit
|
exciting-io/slack-bot-server
|
0b65e1e260c7693e00e5ae2e4c83fc40914bdda1
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.12"
|
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
|
Test on current Node.js versions
|
Test on current Node.js versions
|
YAML
|
mit
|
101100/xbee-promise
|
1447b3ab9f7bd23a681f5620206bab75e47f4f27
|
.travis.yml
|
.travis.yml
|
language: elixir
env:
global:
- ORIENTDB_USER=root
- ORIENTDB_PASS=root
matrix:
- ORIENTDB_VERSION="2.1-rc6"
elixir:
- 1.0.5
otp_release:
- 17.5
- 18.0
before_install:
- chmod +x ./ci/ci.sh
- ./ci/ci.sh
- export PATH="$(pwd)/tmp:$PATH"
script:
- mix test.all
|
language: elixir
env:
global:
- ORIENTDB_USER=root
- ORIENTDB_PASS=root
matrix:
- ORIENTDB_VERSION="2.0.12"
- ORIENTDB_VERSION="2.0.13"
- ORIENTDB_VERSION="2.1.0"
elixir:
- 1.0.5
otp_release:
- 17.5
- 18.0
before_install:
- chmod +x ./ci/ci.sh
- ./ci/ci.sh
- export PATH="$(pwd)/tmp:$PATH"
script:
- mix test.all
|
Test 2.0.12, 2.0.13 and 2.1.0 on Travis
|
Test 2.0.12, 2.0.13 and 2.1.0 on Travis
|
YAML
|
apache-2.0
|
MyMedsAndMe/marco_polo
|
b7eb9ea106cd0ce9a489c06503386a89591b503d
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit --verbose --coverage-text
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
|
language: php
php:
- 5.6
- 7.0
before_script:
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit --verbose --coverage-text
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
|
Remove PHP 5.3, 5.4 and 5.5
|
Remove PHP 5.3, 5.4 and 5.5
For incompatibility with phpunit 5 we remove php version under 5.5
|
YAML
|
mit
|
there4/slim-test-helpers
|
e8afa274342de5dfee7be02c2d302fae3ba5edc6
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.3.1
addons:
postgresql: 9.4
firefox: 47.0.1
services:
- postgresql
env:
SECRET_KEY_BASE="$(bundle exec rake secret)"
DEVISE_SECRET_KEY="$(bundle exec rake secret)"
before_script:
- /bin/cp $TRAVIS_BUILD_DIR/config/database.example.yml $TRAVIS_BUILD_DIR/config/database.yml
- /bin/cp $TRAVIS_BUILD_DIR/config/smtp.example.yml $TRAVIS_BUILD_DIR/config/smtp.yml
- psql -c 'create database ifme_test;' -U postgres
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- bundle exec rake travis
deploy:
provider: heroku
api_key:
secure: xxxxx
app: ifme
on:
repo: julianguyen/ifme
run:
- "rake db:migrate"
- restart
|
language: ruby
rvm:
- 2.3.1
addons:
postgresql: 9.4
firefox: 47.0.1
services:
- postgresql
env:
SECRET_KEY_BASE="$(bundle exec rake secret)"
DEVISE_SECRET_KEY="$(bundle exec rake secret)"
before_script:
- /bin/cp $TRAVIS_BUILD_DIR/config/database.example.yml $TRAVIS_BUILD_DIR/config/database.yml
- /bin/cp $TRAVIS_BUILD_DIR/config/smtp.example.yml $TRAVIS_BUILD_DIR/config/smtp.yml
- psql -c 'create database ifme_test;' -U postgres
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- bundle exec rake travis
deploy:
provider: heroku
api_key:
secure: ZpqbGq3JS2Lni9CIyAZvHtv69TmW33vP0q3bwxLKuEYiYA83xd8DypWgdQvImm7Lk39AFFXuMaMKh6RP5tFHUmFMtqRHIzYCGjZdKNRZ+HyKXXJJXomUFGbQp320cKvguXwpe6f6nYeCMzhMeAEN49IcU0mlFqYXYI8Fkr0fVc0=
app: ifme
on:
repo: julianguyen/ifme
run:
- "rake db:migrate"
- restart
|
Add secret key to automatic deploys :tropical_drink:
|
Add secret key to automatic deploys :tropical_drink:
|
YAML
|
agpl-3.0
|
sexybiggetje/ifme,julianguyen/ifme,julianguyen/ifme,cartothemax/ifme,HashNotAdam/ifme,HashNotAdam/ifme,cartothemax/ifme,sexybiggetje/ifme,cartothemax/ifme,cartothemax/ifme,julianguyen/ifme,julianguyen/ifme,HashNotAdam/ifme,sexybiggetje/ifme
|
4cc831b4548b9af9a69c0469b5e39fdd2c58e2fe
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: required
language: c
compile:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ben-collins/libjwt
- sudo apt-get update -qq
- sudo apt-get install -y -qq libjansson-dev libssl-dev libjwt-dev
script:
- autoreconf -i && ./configure && make && make install
|
dist: trusty
sudo: required
language: c
compile:
- gcc
- clang
before_install:
- sudo add-apt-repository -y ppa:ben-collins/libjwt
- sudo apt-get update -qq
- sudo apt-get install -y -qq libjansson-dev libssl-dev libjwt-dev
script:
- autoreconf -i && ./configure && make
|
Remove install step from Travis CI
|
Remove install step from Travis CI
Signed-off-by: Tatiana Jamison <[email protected]>
|
YAML
|
mpl-2.0
|
GENIVI/rvi_lib,GENIVI/rvi_lib,tjamison/rvi_lib,tjamison/rvi_lib
|
00b26e97359e604007d1bc506a9a00906159b5e2
|
.travis.yml
|
.travis.yml
|
language: php
sudo: false
php:
- 7.0
- 7.1
- 7.2
env:
global:
- setup=basic
- coverage=no
before_script:
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi
script:
- if [[ $coverage = 'yes' ]]; then vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi
- if [[ $coverage = 'no' ]]; then vendor/bin/phpunit -c phpunit.xml; fi
after_script:
- if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi
matrix:
include:
- php: 7.0
env: setup=lowest
- php: 7.0
env: setup=stable
- php: 7.0
env: setup=coveralls coverage=yes
allow_failures:
- env: setup=coveralls coverage=yes
fast_finish: true
|
language: php
sudo: false
php:
- 7.0
- 7.1
- 7.2
env:
global:
- setup=basic
- coverage=no
before_script:
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~1.0" --prefer-dist --no-interaction --dev; fi
script:
- if [[ $coverage = 'yes' ]]; then vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi
- if [[ $coverage = 'no' ]]; then vendor/bin/phpunit -c phpunit.xml; fi
after_script:
- if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi
matrix:
include:
- php: 7.0
env: setup=lowest
- php: 7.0
env: setup=stable
- php: 7.0
env: setup=coveralls coverage=yes
allow_failures:
- env: setup=coveralls coverage=yes
fast_finish: true
|
Use v1.0 for coveralls deps.
|
Use v1.0 for coveralls deps.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
|
YAML
|
mit
|
laravie/html
|
d42a89b09f39d100d41423367e19e1ed1c5fd0f3
|
.travis.yml
|
.travis.yml
|
rvm: 2.2
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-5
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-fedora-22
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
before_script:
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142230889
- 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 gem install kitchen-docker
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec
- KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
|
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-5
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-fedora-22
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
before_script:
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142230889
- 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 gem install kitchen-docker
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec
- KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
|
Remove RVM from Travis since we use Ruby in ChefDK
|
Remove RVM from Travis since we use Ruby in ChefDK
|
YAML
|
apache-2.0
|
someara/yum,someara/yum,juliandunn/yum,juliandunn/yum,someara/yum,chef-cookbooks/yum,chef-cookbooks/yum
|
ae35a454eace1e73288410768ea386f3ed39f6e6
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
- "7"
- "6"
cache:
directories:
- node_modules
after_success: npm run coverage
|
language: node_js
node_js:
- "node"
- "7"
- "6"
cache:
directories:
- $HOME/.npm
- node_modules
after_success: npm run coverage
|
Add Travis CI cache setting.
|
Add Travis CI cache setting.
|
YAML
|
mit
|
arenahito/instant-mock,arenahito/instant-mock
|
e4ece39603e9d8d84542acd2c25c9b636931a708
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 'stable'
- '4'
sudo: false
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libcairo2-dev
- libpango1.0-dev
- libssl-dev
- libjpeg62-dev
- libgif-dev
before_script:
- npm install -g gulp
- npm install
script:
- npm run lint
- gulp minify
- gulp test
install:
- |
wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O Arial.ttf
mkdir -p ~/.fonts
mv Arial.ttf ~/.fonts
fc-cache -f -v
|
language: node_js
node_js:
- 'stable'
- '4'
sudo: false
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libcairo2-dev
- libpango1.0-dev
- libssl-dev
- libjpeg62-dev
- libgif-dev
before_script:
- npm install -g gulp
- npm install
script:
- gulp jshint
- gulp minify
- gulp test
install:
- |
wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O Arial.ttf
mkdir -p ~/.fonts
mv Arial.ttf ~/.fonts
fc-cache -f -v
|
Use `gulp jshhint` instead of `npm run lint`.
|
Gulp: Use `gulp jshhint` instead of `npm run lint`.
|
YAML
|
mit
|
lehni/paper.js,iconexperience/paper.js,lehni/paper.js,iconexperience/paper.js,iconexperience/paper.js,lehni/paper.js
|
d57e61d1882e2f76cfc9a25c828271834334fd7d
|
.travis.yml
|
.travis.yml
|
language: java
before_script:
- curl -L -O https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip
- unzip rhino1_7R4.zip
- mv rhino1_7R4/js.jar .
- rm rhino1_7R4.zip
- rm -rf rhino1_7R4
- bundle install --path ~/builds/vendor/bundle
script: cd ~/builds && java -jar js.jar -require -f spec/runner.js
|
language: java
before_script:
- curl -L -O https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip
- unzip rhino1_7R4.zip
- mv rhino1_7R4/js.jar ~/builds/
- rm rhino1_7R4.zip
- rm -rf rhino1_7R4
- bundle install --path ~/builds/vendor/bundle
script: cd ~/builds && java -jar js.jar -require -f spec/runner.js
|
Copy rhino to the builds directory
|
Copy rhino to the builds directory
|
YAML
|
mit
|
joeyates/jasmine-rhino-reporters,joeyates/jasmine-rhino-reporters
|
ebfb6266366691e26afb3dfd081d299f0331860a
|
.travis.yml
|
.travis.yml
|
script: "bundle install && bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- ruby-head
gemfile:
- gemfiles/activerecord_30.gemfile
- gemfiles/activerecord_31.gemfile
- gemfiles/activerecord_32.gemfile
- gemfiles/activerecord_40.gemfile
- gemfiles/activerecord_41.gemfile
- gemfiles/activerecord_edge.gemfile
matrix:
fast_finish: true
|
script: "bundle install && bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.2.0-preview1
- ruby-head
gemfile:
- gemfiles/activerecord_30.gemfile
- gemfiles/activerecord_31.gemfile
- gemfiles/activerecord_32.gemfile
- gemfiles/activerecord_40.gemfile
- gemfiles/activerecord_41.gemfile
- gemfiles/activerecord_42.gemfile
- gemfiles/activerecord_edge.gemfile
matrix:
fast_finish: true
|
Test against ruby 2.1.3, 2.2.0-preview1 and AR 4.2.0.beta1
|
Test against ruby 2.1.3, 2.2.0-preview1 and AR 4.2.0.beta1
|
YAML
|
mit
|
Ye-Yong-Chi/did_you_mean,yui-knk/did_you_mean,yuki24/did_you_mean
|
42b460e3cc3a34232b675a41a7799035f1c4c799
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '0.8'
- '0.10'
|
language: node_js
node_js:
- '0.10'
- '0.11'
|
Build on 0.10 and 0.11
|
Build on 0.10 and 0.11
|
YAML
|
mit
|
floatdrop/express-stackman
|
d9077c2ea0a6c6f6e9b5c4a5a541bbe02b549bcf
|
.travis.yml
|
.travis.yml
|
version: ~> 1.0
language: go
go_import_path: github.com/google/monologue
go:
- 1.13
env:
global:
- GO111MODULE=on
jobs:
include:
- name: go mod tidy
install: skip
before_script: go mod tidy -v
script: git diff --exit-code -- go.mod go.sum
- name: test with coverage
env:
- WITH_COVERAGE=true
after_success:
# Upload coverage info as per https://docs.codecov.io/docs/about-the-codecov-bash-uploader
- bash <(curl -s https://codecov.io/bash)
- name: test with race detection
env:
- GOFLAGS='-race'
install:
- go mod download
# Install golangci-lint as per https://github.com/golangci/golangci-lint#install
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
script:
- ./scripts/presubmit.sh ${WITH_COVERAGE:+--coverage}
|
version: ~> 1.0
language: go
go_import_path: github.com/google/monologue
go:
- 1.13
env:
global:
- GO111MODULE=on
jobs:
include:
- name: go mod tidy
install: skip
before_script: go mod tidy -v
script: git diff --exit-code -- go.mod go.sum
- name: test with coverage
env:
- WITH_COVERAGE=true
after_success:
# Upload coverage info as per https://docs.codecov.io/docs/about-the-codecov-bash-uploader
- bash <(curl -s https://codecov.io/bash)
- name: test with race detection
env:
- GOFLAGS='-race'
install:
# Install golangci-lint as per https://github.com/golangci/golangci-lint#install
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
script:
- ./scripts/presubmit.sh ${WITH_COVERAGE:+--coverage}
|
Remove `go mod download` from Travis config
|
Remove `go mod download` from Travis config
It isn't necessary to download dependencies - they'll be downloaded as
needed.
|
YAML
|
apache-2.0
|
google/monologue,google/monologue
|
208933dd17c4da9cf267cabfae12b39e1cbfeed7
|
.travis.yml
|
.travis.yml
|
language: scala
scala:
- 2.10.6
script:
- "sbt ++$TRAVIS_SCALA_VERSION clean scripted"
|
sudo: false
language: scala
scala:
- 2.10.6
script:
- "sbt ++$TRAVIS_SCALA_VERSION clean scripted"
|
Allow Travis to run on non-legacy infrastructure
|
Allow Travis to run on non-legacy infrastructure
|
YAML
|
bsd-3-clause
|
earldouglas/xsbt-web-plugin,earldouglas/xsbt-web-plugin
|
29e7c21dc294a8edd0d47a3ff5984b31fd0bd46d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: go
go:
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...
|
sudo: false
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
matrix:
allow_failures:
- go: master
fast_finish: true
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...
|
Add Go 1.8; use latest minor version.
|
Travis: Add Go 1.8; use latest minor version.
Rename "tip" to "master", since it was renamed in Travis (but old name
is still supported for now).
|
YAML
|
mit
|
gregjones/httpcache
|
1cbb5887fc52b9f027c926bb168a6551204656e6
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
script:
- flake8 margate
- nosetests
|
language: python
python:
- "3.4"
install:
- pip install .
- pip install -r test_requirements.txt
script:
- flake8 margate
- nosetests
|
Install the library in the Travis build
|
Install the library in the Travis build
|
YAML
|
mit
|
timmartin/margate,timmartin/stencil
|
717f73bd1f68e56ca4d84c9f25e355b609043e65
|
.travis.yml
|
.travis.yml
|
language: go
sudo: required
go:
- 1.6
- 1.7
services:
- docker
before_install:
- sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml
install:
- go get -t -v github.com/db-journey/postgresql-driver
script: make test
|
language: go
sudo: required
go:
- 1.6
- 1.7
- 1.8
services:
- docker
before_install:
- sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml
install:
- go get -t -v github.com/db-journey/postgresql-driver
script: make test
|
Add go 1.8 to test matrix
|
Add go 1.8 to test matrix
|
YAML
|
mit
|
db-journey/postgresql-driver
|
cee3840ef3fce08990af7c6c30bd997c4494e870
|
.travis.yml
|
.travis.yml
|
language: node_js
cache: yarn
node_js:
- stable
- "8"
- "6"
- "4"
|
language: node_js
cache: yarn
node_js:
- node
- "8"
- "6"
- "4"
|
Rename latest Node.js version in Travis CI
|
Rename latest Node.js version in Travis CI
|
YAML
|
mit
|
ai/nanoevents,ai/nanoevents
|
9676b3bc29ad44aefbe47d52d7244bca97cb72df
|
.travis.yml
|
.travis.yml
|
dist: trusty
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- hhvm
install: composer install
after_script:
- php vendor/bin/php-coveralls -v
|
dist: trusty
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- hhvm
install: composer install
after_script:
- php vendor/bin/coveralls -v
|
Revert "Alterado o after-script do Travis"
|
Revert "Alterado o after-script do Travis"
This reverts commit 9c34889f0088d45289b12a63ad1c4bdd5c4faeb1.
|
YAML
|
apache-2.0
|
DenysXavier/WSBoletoSantander
|
b1060aa5e82e251da55e8cae09a7f7f542528b59
|
.travis.yml
|
.travis.yml
|
language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: 2.2
- rvm: jruby-head
|
language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: jruby-head
|
Remove MRI 2.2 from allowed failures
|
Remove MRI 2.2 from allowed failures
|
YAML
|
mit
|
rodzyn/validations,hanami/validations,hanami/validations,lotus/validations,krisleech/validations,supriyantomaftuh/validations,theocodes/validations,vyper/validations
|
51e9ade0bc6ef4d49c329e66e48061212d2fab48
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3
script: "bundle exec rake coverage"
before_install:
- gem install bundler
notifications:
email:
- [email protected]
|
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.0
script: "bundle exec rake coverage"
before_install:
- gem install bundler
notifications:
email:
- [email protected]
|
Fix Travis for ruby 2.3
|
Fix Travis for ruby 2.3
|
YAML
|
mit
|
geokit/geokit
|
eaed3a70f803d6f6504a05da27d6493666485fca
|
.travis.yml
|
.travis.yml
|
language: python
env:
- DJANGO_VERSION=1.11.8
- DJANGO_VERSION=2.2.8
- DJANGO_VERSION=3.0.2
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=2.2.8
- python: "pypy"
env: DJANGO_VERSION=2.2.8
- python: "3.7-dev"
env: DJANGO_VERSION=1.11.8
- python: "2.7"
env: DJANGO_VERSION=3.0.2
- python: "3.5"
env: DJANGO_VERSION=3.0.2
- python: "pypy"
env: DJANGO_VERSION=3.0.2
install:
- pip install -q Django==$DJANGO_VERSION requests mock
script:
- python runtests.py
|
language: python
env:
- DJANGO_VERSION=1.11.8
- DJANGO_VERSION=2.2.8
- DJANGO_VERSION=3.0.2
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=2.2.8
- python: "pypy"
env: DJANGO_VERSION=2.2.8
- python: "3.7"
env: DJANGO_VERSION=1.11.8
- python: "3.8"
env: DJANGO_VERSION=1.11.8
- python: "2.7"
env: DJANGO_VERSION=3.0.2
- python: "3.5"
env: DJANGO_VERSION=3.0.2
- python: "pypy"
env: DJANGO_VERSION=3.0.2
install:
- pip install -q Django==$DJANGO_VERSION requests mock
script:
- python runtests.py
|
Remove python 3.7+ with Django 1.* from test suite
|
Remove python 3.7+ with Django 1.* from test suite
|
YAML
|
mit
|
Frojd/django-react-templatetags,Frojd/django-react-templatetags,Frojd/django-react-templatetags
|
d3c6e72f00717b27c078206302545becedae1c59
|
.travis.yml
|
.travis.yml
|
# .travis.yml
language: node_js
dist: xenial
sudo: false
cache:
directories:
- node_modules
services:
- postgresql
- mysql
node_js:
- '4'
- '5'
- '6'
- '7'
# - '8' Disabled until either we fix the babel compilation error or remove babel
- '10'
before_script:
- psql -c 'create database bookshelf_test;' -U postgres
- mysql -e 'create database bookshelf_test;'
notifications:
email: false
env:
- KNEX_TEST_TIMEOUT=60000
matrix:
fast_finish: true
|
# .travis.yml
language: node_js
dist: xenial
sudo: false
cache:
directories:
- node_modules
services:
- postgresql
- mysql
node_js:
- '4'
- '6'
- '8'
- '10'
before_script:
- psql -c 'create database bookshelf_test;' -U postgres
- mysql -e 'create database bookshelf_test;'
notifications:
email: false
env:
- KNEX_TEST_TIMEOUT=60000
matrix:
fast_finish: true
|
Add back Node 8 tests on Travis
|
Add back Node 8 tests on Travis
|
YAML
|
mit
|
tgriesser/bookshelf,bookshelf/bookshelf,tgriesser/bookshelf,bookshelf/bookshelf
|
694726e01a1dff9610b9b5d22d2327de83b13bd4
|
.travis.yml
|
.travis.yml
|
osx_image: xcode8
language: objective-c
install:
- brew uninstall xctool --force
- brew install xctool
- bundle install --without=documentation
- cd Example && bundle exec pod install && cd $TRAVIS_BUILD_DIR
script:
- xctool test -workspace Example/TBStateMachine.xcworkspace -scheme TBStateMachineTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
|
osx_image: xcode8
language: objective-c
install:
- bundle install --without=documentation
- cd Example && bundle exec pod install && cd $TRAVIS_BUILD_DIR
script:
- xcodebuild test -workspace Example/TBStateMachine.xcworkspace -scheme TBStateMachineTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO
|
Update example project configuration to Xcode 8.0
|
Update example project configuration to Xcode 8.0
|
YAML
|
mit
|
jkrumow/TBStateMachine,jkrumow/TBStateMachine,tarbrain/TBStateMachine
|
4f77b75f7cfb1985dc1da58603143f86a40b036b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install --allow-all-external -r requirements.txt
- pip install --allow-all-external -r test-requirements.txt
- pip install coveralls
env: TEST=True
# command to run tests
script: coverage run --source=cellcounter --omit='*migrations*' manage.py test
after_success:
coveralls
|
sudo: false
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install --allow-all-external -r requirements.txt
- pip install --allow-all-external -r test-requirements.txt
- pip install coveralls
env: TEST=True
# command to run tests
script: coverage run --source=cellcounter --omit='*migrations*' manage.py test
after_success:
coveralls
|
Use new container based infrastructure for tests
|
Use new container based infrastructure for tests
|
YAML
|
mit
|
haematologic/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter,haematologic/cellcounter,cellcounter/cellcounter,cellcounter/cellcounter,haematologic/cellcounter
|
97800069d45633d9743b651bbd6235b08bff00eb
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.10
- 2.2.3
- 2.2.6
- 2.3.3
- 2.4.0
before_install: gem install bundler
git:
depth: 1
|
language: ruby
rvm:
- 2.2.3
- 2.2.6
- 2.3.3
- 2.4.0
before_install: gem install bundler
git:
depth: 1
|
Drop support for Ruby version 2.1.10
|
Drop support for Ruby version 2.1.10
|
YAML
|
mit
|
mavenlink/brainstem
|
de4acbba4afc84d9696629342fc7f8881f9eabed
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.4.4
notifications:
slack: hacken-in:v0VPwCbdNxNY7oVfJGsFLAJS
bundler_args: --without development
before_script:
- psql -c 'create database test;' -U postgres
env:
- DATABASE_URL="postgres://travis:@localhost:5432"
script: "bundle exec rake db:drop db:create db:migrate ci"
sudo: false
cache: bundler
addons:
postgresql: "9.3"
code_climate:
repo_token: 6122247a9dd27a5926f1742443052dff7293cfc076a38ca47d7357538596c342
after_success:
- bundle exec codeclimate-test-reporter
deploy:
- provider: script
script: script/deploy-to-uberspace master
on:
branch: master
- provider: script
script: script/deploy-to-uberspace production
on:
tags: true
|
language: ruby
rvm:
- 2.4.4
notifications:
slack: hacken-in:v0VPwCbdNxNY7oVfJGsFLAJS
bundler_args: --without development
before_install: gem install bundler
before_script:
- psql -c 'create database test;' -U postgres
env:
- DATABASE_URL="postgres://travis:@localhost:5432"
script: "bundle exec rake db:drop db:create db:migrate ci"
sudo: false
cache: bundler
addons:
postgresql: "9.3"
code_climate:
repo_token: 6122247a9dd27a5926f1742443052dff7293cfc076a38ca47d7357538596c342
after_success:
- bundle exec codeclimate-test-reporter
deploy:
- provider: script
script: script/deploy-to-uberspace master
on:
branch: master
- provider: script
script: script/deploy-to-uberspace production
on:
tags: true
|
Fix Travis: Install bundler by hand
|
Fix Travis: Install bundler by hand
|
YAML
|
mit
|
hacken-in/website,hacken-in/hacken-in,hacken-in/hacken-in,hacken-in/website,hacken-in/hacken-in,hacken-in/website,hacken-in/hacken-in,hacken-in/website
|
80519f57a1caf023fd8a5cd03082a1950f804b08
|
.travis.yml
|
.travis.yml
|
#The initial configuration came from the article: http://genbattle.bitbucket.org/blog/2016/01/17/c++-travis-ci/
sudo: required
dist: trusty
python:
- "3.5"
#Disable the default Travis submodule behavior.
git:
submodules: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- txt2man
# Blocklist - branches not to be built. RegEx is allowed.
branches:
except:
- r2_release
# Safelist - branches to be built.
branches:
only:
- master
before_script:
- git submodule update --init --recursive
- cd ./sources
- export CC=gcc-6
- export CXX=g++-6
script:
- cmake .
- make
- make comparisonTest
|
#The initial configuration came from the article: http://genbattle.bitbucket.org/blog/2016/01/17/c++-travis-ci/
sudo: required
dist: trusty
python:
- "3.5"
#Disable the default Travis submodule behavior.
git:
submodules: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- txt2man
# Blocklist - branches not to be built. RegEx is allowed.
branches:
except:
- r2_release
# Safelist - branches to be built.
branches:
only:
- master
- v3_release
before_script:
- git submodule update --init --recursive
- cd ./sources
- export CC=gcc-6
- export CXX=g++-6
script:
- cmake .
- make
- make comparisonTest
|
Build the development branch automatically
|
Build the development branch automatically
|
YAML
|
mit
|
WojciechRynczuk/vcdMaker,WojciechRynczuk/vcdMaker
|
a08243ccb539a8eadfd3f2f1de1e947f7c13f235
|
.travis.yml
|
.travis.yml
|
anguage: ruby
rvm:
- 2.0.0
- 2.1.2
- 2.1.3
env:
- GITHUB_CLIENT_ID=foo GITHUB_CLIENT_SECRET=foo SOUNDCLOUD_CLIENT_ID=foo
before_script:
- psql -c 'create database jukebuzz_test;' -U postgres
|
language: ruby
rvm:
- 2.0.0
- 2.1
- ruby-head
bundler_args: --without development production --jobs=3 --retry=3
env:
- GITHUB_CLIENT_ID=foo GITHUB_CLIENT_SECRET=foo SOUNDCLOUD_CLIENT_ID=foo
before_script:
- psql -c 'create database jukebuzz_test;' -U postgres
|
Change bundler_args to Travis bundler environment
|
Change bundler_args to Travis bundler environment
|
YAML
|
mit
|
jukebuzz/jb-backend,jukebuzz/jb-backend
|
95408e42add2763ebd1fc0fca9ae8ce30e54d592
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-2.1.1
|
Change Travis CI Rubinius version
|
Change Travis CI Rubinius version
|
YAML
|
mit
|
prontolabs/pronto-brakeman,mmozuras/pronto-brakeman
|
8b1b09a8c6fd512dacb9519943a5699c21cadf8c
|
.travis.yml
|
.travis.yml
|
language: julia
os:
- linux
- osx
julia:
- 0.5
- nightly
notifications:
email: false
before_script:
- export PATH=$HOME/.local/bin:$PATH
install:
#- sudo pip install pymdown-extensions
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Merlin"); Pkg.test("Merlin"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Merlin")); include(joinpath("docs", "make.jl"))'
|
language: julia
os:
- linux
- osx
julia:
- 0.5
#- nightly
notifications:
email: false
before_script:
- export PATH=$HOME/.local/bin:$PATH
install:
#- sudo pip install pymdown-extensions
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Merlin"); Pkg.test("Merlin"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Merlin")); include(joinpath("docs", "make.jl"))'
|
Remove nightly build from test
|
Remove nightly build from test
|
YAML
|
mit
|
hshindo/Merlin.jl
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.