commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
a729bfd8185409cbee2e749157b540a70f676d24 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
addons:
postgresql: "9.3"
services:
- rabbitmq
- elasticsearch
- memcached
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y node-less libxml2-dev libxslt1-dev
install:
- make bootstrap
script:
- ./scripts/build.sh
| language: python
python:
- "2.6"
addons:
postgresql: "9.3"
services:
- rabbitmq
- elasticsearch
- memcached
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y npm libxml2-dev libxslt1-dev
- sudo npm install --global less
- sudo ln -s /usr/local/lib/node_modules/less/bin/lessc /usr/... | Install node less from npm | Install node less from npm
| YAML | mpl-2.0 | twobraids/socorro,KaiRo-at/socorro,mozilla/socorro,linearregression/socorro,Serg09/socorro,AdrianGaudebert/socorro,yglazko/socorro,twobraids/socorro,Tchanders/socorro,luser/socorro,AdrianGaudebert/socorro,luser/socorro,linearregression/socorro,yglazko/socorro,yglazko/socorro,mozilla/socorro,Tayamarn/socorro,KaiRo-at/so... |
f0faa8b4531759620b74f17f07ddfd2930d99fb1 | .travis.yml | .travis.yml | sudo: false
language: perl
addons:
apt:
packages:
- libdb-dev
- libgd2-noxpm-dev
install:
- cpanm --notest GD::Image
- cpanm --notest git://github.com/bioperl/bioperl-live.git@v1.6.x
- bash setup.sh
- npm install -g http-server jshint
script:
- node src/dojo/dojo.js load=build --require "src/JBr... | sudo: false
language: perl
addons:
apt:
packages:
- libdb-dev
- libgd2-noxpm-dev
install:
- cpanm --notest GD::Image Text::Markdown DateTime
- cpanm --notest git://github.com/bioperl/bioperl-live.git@v1.6.x
- bash setup.sh
- npm install -g http-server jshint
script:
- node src/dojo/dojo.js load=... | Add the libs for the makefile | Add the libs for the makefile
| YAML | lgpl-2.1 | Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,GMOD/jbrowse,erasche/jbrowse,GMOD/jbrowse,erasche/jbrowse,nathandunn/jbrowse,erasche/jbrowse,erasche/jbrowse,GMOD/jbrowse,Arabidopsis-Information-Portal/jbrowse,Arabidopsis-Information-Portal/jbrowse,erasche/jbrowse,GMOD/jbrowse,erasche/jbrow... |
a213adb489098df1965f51d8842ae4591f4e8920 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- 0.11
| language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
| Use correct syntax for node versions for Travis CI config. | Use correct syntax for node versions for Travis CI config.
| YAML | mit | pekim/tedious,tediousjs/tedious,spanditcaa/tedious,arthurschreiber/tedious,LeanKit-Labs/tedious,Sage-ERP-X3/tedious,tediousjs/tedious |
4e4ba72a59290acbd4be961e61f0c4ac5c3058fa | .travis.yml | .travis.yml | dist: trusty
sudo: required
language:
- cpp
compiler:
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- cmake
- libsndfile1-dev
- librtaudio-dev # This is here to populate the dependencies for the subsequent 5.0.0 build
install:
- curl ... | dist: trusty
sudo: required
language:
- cpp
compiler:
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- cmake
- libsndfile1-dev
- librtaudio-dev # This is here to populate the dependencies for the subsequent 5.0.0 build
install:
# Expor... | Update GCC version even for install scripts | Update GCC version even for install scripts
| YAML | mit | frabert/libdmusic,frabert/libdmusic |
24b1bf051b27b9b00d9e3f0898e2ccfbe0aa1f41 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.12
- DJANGO=1.5.7
- DJANGO=1.6.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --i... | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep... | Update Travis to include Django 1.7c2 | Update Travis to include Django 1.7c2 | YAML | bsd-3-clause | nikdoof/django-eveigb |
7316b2ba0753d51de208e1d6caeb734caee02bbb | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "node"
script: npm test
notifications:
email: false
| language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "7"
script: npm test
notifications:
email: false
| Update engines used for testing | Update engines used for testing
| YAML | isc | novemberborn/as-i-preach |
bb0d282716e348ecba27f06b05583a1793183335 | .travis.yml | .travis.yml | language: c
script: meson build && cd ./build && ninja
# Uncomment me if this gets annoying
#
# notifications:
# email: false
install:
- pip3 install meson
addons:
apt:
packages:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libuv-dev
- libssl-dev
- libncurses5-dev
- ninja-build
... | language: c
script: meson build && cd ./build && ninja
# Uncomment me if this gets annoying
#
# notifications:
# email: false
install:
- pip3 install meson
addons:
apt:
packages:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libuv-dev
- libssl-dev
- libncurses5-dev
- ninja-build
... | Remove meson from build dependency | Remove meson from build dependency
| YAML | mit | ngzax/urbit,jfranklin9000/urbit,urbit/urbit,ngzax/urbit,jfranklin9000/urbit,urbit/urbit,jfranklin9000/urbit,urbit/urbit,jfranklin9000/urbit,urbit/urbit,jfranklin9000/urbit,ngzax/urbit,ngzax/urbit,urbit/urbit,urbit/urbit,ngzax/urbit,ngzax/urbit,urbit/urbit,jfranklin9000/urbit,jfranklin9000/urbit,ngzax/urbit |
ca7cb8fc6aa53dfab4388b128a928b21648c4e2f | .travis.yml | .travis.yml | language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| Build with Node.js 16 on Travis CI. | Build with Node.js 16 on Travis CI.
| YAML | mit | bigeasy/amalgamate,bigeasy/amalgamate |
935ee7b7ca1849a252476f3c0d8f13f441a8f1db | .travis.yml | .travis.yml | ---
env:
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.3.2
notifications:
email: false
rvm:
- 1.9.3
- 1.8.7
matrix:
fast_finish: true
allow_failures:
- env: PUPPET_VERSION=2.7.23
language: ruby
before_script: "gem install --no-ri --no-rdoc bundler"
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_... | ---
env:
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.3.2
notifications:
email: false
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
matrix:
fast_finish: true
allow_failures:
- env: PUPPET_VERSION=2.7.23
- rvm: 2.0.0
language: ruby
before_script: "gem install --no-ri --no-rdoc bundler"
script: 'bundle exec rake validate && bundle ... | Test against Ruby v2.0.0 though allow it to fail | Test against Ruby v2.0.0 though allow it to fail
| YAML | apache-2.0 | ghoneycutt/puppet-module-stdlibfeatures |
c7c4b8bc2bf356c5dedd8b0a1a3abc4d61c53386 | .travis.yml | .travis.yml | # Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
bundler_args: --binstubs
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- ree
- jruby-18mode
- jruby-19mode
- ruby-head... | # Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
bundler_args: --binstubs
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- ree
- jruby-18mode
- jruby-19mode
- ruby-head... | Allow breakage for some ruby implementations | Allow breakage for some ruby implementations
| YAML | mit | tuskenraiders/degu |
f70eea1030efed65fadbfcdd41db7844c6f2b5f8 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- pypy
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --use-mirrors pyev; fi
- pip install --use-mirrors tornado twisted pyyaml
script: nosetests
| language: python
python:
- 2.6
- 2.7
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- pip install --use-mirrors tornado twisted pyyaml
script: nosetests
| Remove pypy and installation attempt of pyev | Remove pypy and installation attempt of pyev
| YAML | bsd-3-clause | Tarsbot/pika,renshawbay/pika-python3,knowsis/pika,zixiliuyue/pika,hugoxia/pika,fkarb/pika-python3,vrtsystems/pika,shinji-s/pika,skftn/pika,jstnlef/pika,Zephor5/pika,reddec/pika,vitaly-krugl/pika,pika/pika,benjamin9999/pika |
5e082a6f000a63f24f9f12ab2b0b6f7e5c84d219 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
after_success:
- 'cat ./reports/coverage/lcov.info | ./node_modules/.bin/coveralls'
| language: node_js
node_js:
- "stable"
after_success:
- 'cat ./reports/coverage/lcov.info | ./node_modules/.bin/coveralls'
sudo: false
cache:
directories:
- node_modules
| Use Travis containers, and cache node_modules | Use Travis containers, and cache node_modules
| YAML | mit | remanc/setup |
c4034897caad40983d6dcef5df990e095c4f19e5 | .travis.yml | .travis.yml | addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- libsnappy-dev
- realpath
language: elixir
elixir:
- 1.4.4
install:
- export CC="clang"
- mkdir _deps
- git clone https://github.com/openvenues/libpostal
- cd libpostal
- ./bootstrap.sh... | addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- libsnappy-dev
- realpath
language: elixir
elixir:
- 1.4.4
install:
- export CC="clang"
- mkdir _deps
- git clone https://github.com/openvenues/libpostal
- cd libpostal
- ./bootstrap.sh... | Add mix dialyzer as part of CI test | Add mix dialyzer as part of CI test
related to PR #5
| YAML | mit | SweetIQ/expostal,SweetIQ/expostal |
4179c531ac61afbcf08c493eb4a346fd3ede5ede | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1.2"
after_success: npm run coveralls
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
after_success: npm run coveralls
| Test io.js instead of a specific version | Test io.js instead of a specific version
| YAML | mit | jstransformers/jstransformer-mustache,jstransformers/jstransformer-mustache |
744632a329070902898c28b4b30f399b04146285 | .travis.yml | .travis.yml | language: rust
cache: cargo
rust:
- stable
- nightly
env:
- FEATURE=awskms
- FEATURE=gcpkms
- FEATURE=""
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --features $FEATURE
- cargo test --verbose --features $FEATURE
| language: rust
cache: cargo
rust:
- stable
- nightly
env:
- FEATURE=default
- FEATURE=awskms
- FEATURE=gcpkms
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --features $FEATURE
- cargo test --verbose --features $FEATURE
| Add KMS features to Travis build, try 3. Use 'default' for plain builds. | Add KMS features to Travis build, try 3. Use 'default' for plain builds.
| YAML | apache-2.0 | int08h/roughenough |
b637281877d9348aa81074badd9792e07c87dcb1 | .travis.yml | .travis.yml | language: csharp
solution: RailPhase.sln
install:
- nuget restore RailPhase.sln
script:
- xbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5" /p:ToolsVersion="4.0" RailPhase.sln
- cd ./RailPhase.Tests/bin/Release/
- mono ./packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./RailPhase.Test... | language: csharp
solution: RailPhase.sln
install:
- nuget restore RailPhase.sln
script:
- xbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5" /p:ToolsVersion="4.0" RailPhase.sln
- cd ./RailPhase.Tests/bin/Release/
- mono ../../../packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./RailPha... | Fix executable name of Nunit3 runner in Travis script (again) | Fix executable name of Nunit3 runner in Travis script (again)
| YAML | mit | LukasBoersma/Web2Sharp,LukasBoersma/RailPhase,RailPhase/RailPhase,LukasBoersma/RailPhase,RailPhase/RailPhase,LukasBoersma/Web2Sharp |
4c1acd9e2775d339ae617b96d2e877c56ca73b96 | .travis.yml | .travis.yml | language: python
cache: pip
python:
- "2.7"
- "3.5"
- "3.6"
dist: trusty
sudo: false
install:
- "pip install --pre -r requirements.txt"
- "pip install -r test-requirements.txt"
script:
- "flake8"
- "python manage.py check"
- "python manage.py migrate"
- "python manage.py test"
| language: python
cache: pip
python:
- "3.5"
- "3.6"
dist: trusty
sudo: false
install:
- "pip install --pre -r requirements.txt"
- "pip install -r test-requirements.txt"
script:
- "flake8"
- "python manage.py check"
- "python manage.py migrate"
- "python manage.py test"
| Remove python 2.7 from builds | Remove python 2.7 from builds
| YAML | mit | huangsam/chowist,huangsam/chowist,huangsam/chowist |
de19042405c42991a547cdecc4bb823e20bdb2a9 | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.5
- tip
matrix:
allow_failures:
- go: tip
| language: go
go:
- 1.5
- tip
matrix:
allow_failures:
- go: tip
| Remove support for go 1.4 | Remove support for go 1.4
| YAML | mit | rs/xstats |
0a86f75be4bf6235c386e0d18d624d07def39c51 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
env:
global:
- LC_CTYPE=en_US.UTF-8
- secure: kg5TFTNojZ9VOYHApONRUXSbwu+erLs3WSNNX/CKbkO8eQnBo+1koXHnEtOTQ641YRAVpFLX4QK7pbRfmWWWzR6ntNgXmvE4IUa1ggsUlcorApLq+cQin1Tp1es0/Ul0nYLJN8WXbcObKSLy8FOmHkrMWYuffMtH9e7qEL01ei0=
before_install:
- ./script/import-certificates
... | language: objective-c
osx_image: xcode7
env:
global:
- LC_CTYPE=en_US.UTF-8
- secure: kg5TFTNojZ9VOYHApONRUXSbwu+erLs3WSNNX/CKbkO8eQnBo+1koXHnEtOTQ641YRAVpFLX4QK7pbRfmWWWzR6ntNgXmvE4IUa1ggsUlcorApLq+cQin1Tp1es0/Ul0nYLJN8WXbcObKSLy8FOmHkrMWYuffMtH9e7qEL01ei0=
before_install:
- ./script/import-certificates
... | Add Carthage compatibility test to CI tasks | Add Carthage compatibility test to CI tasks
| YAML | mit | sora0077/APIKit,ishkawa/APIKit,sora0077/APIKit,ishkawa/APIKit |
f1390ea467a95abbc3587cf754bbfd4a1a446ede | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.8
- DJANGO=1.5.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225 ev... | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.12
- DJANGO=1.5.7
- DJANGO=1.6.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --i... | Update Travis for newer Django versions. | Update Travis for newer Django versions. | YAML | bsd-3-clause | nikdoof/django-eveigb |
c9f00ad83d08063a3100c2489b2b83f17d5fa027 | .travis.yml | .travis.yml | language: groovy
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
services:
docker
jdk:
- oraclejdk7
- oraclejdk8
script: "./gradlew -Djava.net.preferIPv4Stack=... | language: groovy
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
services:
docker
jdk:
- oraclejdk7
- oraclejdk8
script: "./gradlew -Djava.net.preferIPv4Stack=... | Enable again info messages. In other case Travis-ci terminate job without any messages by timeout | Enable again info messages. In other case Travis-ci terminate job without any messages by timeout
| YAML | apache-2.0 | dkorotych/lazybones-templates,dkorotych/lazybones-templates |
397e0a3d95f50b8169f558ce24942730b52e74be | .travis.yml | .travis.yml | os: osx
before_install:
- brew install phantomjs
- git clone git://github.com/n1k0/casperjs.git casperjs
- export PATH=`pwd`/casperjs/bin/:$PATH
before_script:
- phantomjs --version
- casperjs --version
- python -m SimpleHTTPServer 8080 &
- sleep 10
script:
- casperjs test test/integration | os: osx
before_install:
- brew cask install phantomjs
- git clone git://github.com/n1k0/casperjs.git casperjs
- export PATH=`pwd`/casperjs/bin/:$PATH
before_script:
- phantomjs --version
- casperjs --version
- python -m SimpleHTTPServer 8080 &
- sleep 10
script:
- casperjs test test/integration | Install Phantomjs with brew cask | Install Phantomjs with brew cask
| YAML | mit | watsonbox/exportify,watsonbox/exportify,watsonbox/exportify |
483c04b235d7197e26ac0c1292c3166f3e92b7f5 | .travis.yml | .travis.yml | # Use container system
sudo: false
# Add APT dependencies
addons:
apt:
packages:
- git
- pkg-config
- libssl-dev
# Cache OpenSSL build
cache:
directories:
- $HOME/build/dependencies/openssl-*
# Build matrix
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
dist:
- trusty
- pr... | # Use container system
sudo: false
# Cache OpenSSL build
cache:
directories:
- $HOME/build/dependencies/openssl-*
# Build matrix
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
matrix:
include:
- os: linux
dist: trusty
env:
- ENFORCE_OPENSSL=0
- ENFORCE_OPENSSL=1
# Linux depende... | Fix build on trusty Fix dependencies for OSX Re-add environments | Fix build on trusty
Fix dependencies for OSX
Re-add environments
| YAML | bsd-2-clause | rawrtc/rawrtc,rawrtc/rawrtc,rawrtc/rawrtc,rawrtc/rawrtc |
5a5f7d33313a9f1a1b88c4d7705596aa4f976608 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- ruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
fast_finish: true
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.1
- ruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
fast_finish: true
| Test Ruby 3.2.1 on CI | Test Ruby 3.2.1 on CI
| YAML | mit | jnbt/java-properties |
8ad0151f94f2e2d37432a83201d30b4670d72039 | .travis.yml | .travis.yml | rvm:
- 2.1.2
- 2.2.1
- rbx-2
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
sudo: false
| rvm:
- 2.1.7
- 2.2.3
- rbx-2
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
sudo: false
| Test with latest Ruby versions | Test with latest Ruby versions
| YAML | mit | dotpromo/danthes |
9f3a1536a2507b3835f305b1bc416ed63dd43dbf | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
sudo: required
services:
- docker
script:
- bundle exec rake test
after_success:
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- bundle exec rake push
| language: ruby
rvm:
- 2.2
sudo: required
services:
- docker
script:
- bundle exec rake test
after_success:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
- bundle exec rake push
| Update Docker build command for Travis | Update Docker build command for Travis
| YAML | mit | Digital-Identity-Labs/ishigaki,Digital-Identity-Labs/ishigaki,Digital-Identity-Labs/ishigaki,Digital-Identity-Labs/ishigaki |
65c1ca73cb19baf0f8b2b33219b7f57595a3ccb0 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- cd $TRAVIS_BUILD_DIR/dnsimple
- "$HOME/gopath/bin/goveralls -v -s... | sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
# before_install:
# - go get github.com/axw/gocov/gocov
# - go get github.com/mattn/goveralls
# - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
# script:
# - cd $TRAVIS_BUILD_DIR/dnsimple
# - "$HOME/gopath/bin/g... | Disable Coverall that is misbehaving | Disable Coverall that is misbehaving
See https://github.com/lemurheavy/coveralls-public/issues/713
| YAML | mit | aetrion/dnsimple-go,weppos/go-dnsimple |
09c0eb28bfd4defd9cd4948912617e77661ef713 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "16"
- "14"
- "12"
- "11"
- "10"
- "9"
- "8"
- "0.12"
- "0.11"
- "4.2"
- "5.2"
- "iojs"
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
... | sudo: false
language: node_js
node_js:
- "16"
- "14"
- "12"
- "11"
- "10"
- "9"
- "8"
- "0.12"
- "0.11"
- "4.2"
- "5.2"
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
... | Remove iojs from Travis' config | Remove iojs from Travis' config
| YAML | mpl-2.0 | hgourvest/node-glpk,hgourvest/node-glpk,hgourvest/node-glpk,hgourvest/node-glpk |
5e2a4b3a2c46b49a64ec8628bda8343e493e5c81 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
addons:
firefox: latest
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "export CHROME_BIN=chromium-browser"
- sleep 3
| language: node_js
node_js:
- "7"
addons:
firefox: latest
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "export CHROME_BIN=chromium-browser"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
- sleep 3
| ADD chmod 4755 to chromium paht | ADD chmod 4755 to chromium paht
| YAML | apache-2.0 | pubkey/rxdb,natew/rxdb,pubkey/rxdb,pubkey/rxdb,pubkey/rxdb,natew/rxdb,pubkey/rxdb |
95287ddb532f309d399417ac5100ac042d33b5a8 | .travis.yml | .travis.yml | language: python
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pep8
- TOX_ENV=pylint
- TOX_ENV=coverage
# commands to install dependencies
install:
- pip install tox --use-mirrors
# commands to run
script:
- tox -e $TOX_ENV
after_success:
- if [ "-x$TOX_... | language: python
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pep8
- TOX_ENV=pylint
- TOX_ENV=coverage
# commands to install dependencies
install:
- pip install tox
# commands to run
script:
- tox -e $TOX_ENV
after_success:
- if [ "-x$TOX_ENV" = "xcover... | Stop using removed --use-mirrors option for pip when installing tox | Stop using removed --use-mirrors option for pip when installing tox
| YAML | apache-2.0 | box/flaky,Jeff-Meadows/flaky |
f8496af756503a273fa7c0c78d7d314246f1be64 | .travis.yml | .travis.yml | sudo: required
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# versions of java to test (for parsers)
before_install:
- sudo apt-get update
- sudo apt-get install oracle-java8-installer oracle-java8-set-default
# command to install dependencies
install:
- pip install --upgrade pip setuptools wh... | sudo: required
os:
- linux
- osx
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# versions of java to test (for parsers)
before_install:
- sudo apt-get update
- sudo apt-get install oracle-java8-installer oracle-java8-set-default
# command to install dependencies
install:
- pip install --upg... | Add MacOS to Travis-CI tests | Add MacOS to Travis-CI tests
| YAML | mit | jakelever/kindred,jakelever/kindred |
5c39a6fa47109cab11d50ec9b66f65025a979cbe | .travis.yml | .travis.yml | language: haskell
install:
- bundle install
- travis_retry cabal install pandoc pandoc-citeproc
script: bundle exec rake site:deploy
env:
global:
secure: "DTpqY+yuvROkUofxsMJaRjfuniYAm3nujq0WlxrBEDxnE+rN8wx45XCs+xzaBhxn+KgNG4RVuJTvx6DhwJu3ocZNUdBgCVzJ6goXqfEEt8ogIp81flNGkU2+bEDHqL0Pfyd3L3NsGM5ZUPZ0d/1ovkOvDugMs... | language: ruby
install:
# Install binary pandoc from Rstudio
- export PATH="$HOME/pandoc:$PATH"
- mkdir $HOME/pandoc
- curl -O https://s3.amazonaws.com/rstudio-buildtools/pandoc-1.12.3.zip
- unzip -j pandoc-1.12.3.zip pandoc-1.12.3/linux/debian/x86_64/pandoc
-d $HOME/pandoc
- chmod +x $HOME/pandoc/pa... | Install Pandoc via binary from RStudio | Install Pandoc via binary from RStudio
| YAML | mit | mfenner/mfenner.github.io,mfenner/mfenner.github.io,mfenner/mfenner.github.io,mfenner/mfenner.github.io |
0a37c5b4ab410ac87f85b2a31c2cb38279c9d14f | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.7
before_install: gem install bundler -v 1.11.2
| language: ruby
rvm:
- 2.1.8
- 2.2.4
- 2.3.0
before_install: gem install bundler
script: bundle exec rake
notifications:
email:
recipients:
- transit-it@admin.umass.edu
| Use old stable, previous stable, and current stable | Use old stable, previous stable, and current stable
| YAML | mit | umts/custom-matchers,umts/custom-matchers |
d6df244bfa065ebceb5bd34a06a5bff09a899d6c | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- ree
- jruby
- rbx
branches:
only:
- master
- guard_dependencies
env:
- GUARD_SLEEP=1
notifications:
recipients:
- thibaud@thibaud.me
- rymai@rymai.me
- michi@netzpiraten.ch
- yann.lugrin@sans-savoir.net
irc: "irc.freenode.org#guard"
| rvm:
- 1.8.7
- 1.9.2
- ree
- jruby
- rbx
branches:
only:
- master
- notifications
env:
- GUARD_SLEEP=1
notifications:
recipients:
- thibaud@thibaud.me
- rymai@rymai.me
- michi@netzpiraten.ch
- yann.lugrin@sans-savoir.net
irc: "irc.freenode.org#guard"
| Add notifications branch to Travis. | Add notifications branch to Travis. [ci skip]
| YAML | mit | guard/guard,100star/guard,garettarrowood/guard,yujinakayama/guard,sideci-sample/sideci-sample-guard,baberthal/guard,ginkel/guard,pjump/guard,sdgdsffdsfff/guard |
9f8a8152bfffa572ddd07417fb362c2149dee0d0 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=client-amazonlinux
- INSTANCE=client... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
# - INSTANCE=client-amazonlinux
- INSTANCE=c... | Disable amazon linux for now | Disable amazon linux for now
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/subversion,opscode-cookbooks/subversion,chef-cookbooks/subversion,chef-cookbooks/subversion |
154f9b6a85911613b775ed2ae592b9dc59452de4 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate < test/coverage/**/lcov.info
env:
- CODECLIMATE_REPO_TOKEN=98a7786774f59111d4eb94c51615a083b76002cb43cb5b4e23d1d6bb8d210c1d | language: node_js
node_js:
- 0.10
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate < coverage/**/lcov.info
env:
- CODECLIMATE_REPO_TOKEN=98a7786774f59111d4eb94c51615a083b76002cb43cb5b4e23d1d6bb8d210c1d | Fix wrong coverage report path | Fix wrong coverage report path
| YAML | mit | jsnjack/amy.js |
0d9f44cb56afd589e19e7a6010f67ff1e32230e9 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
## Don't test 1.9.2 because people shouldn't be using it.
# - 1.9.2
## Don't test REE because it's compatible enough with 1.8.7.
# - ree
## JRuby is not compatible, see Gemfile for details.
# - jruby-18mode
# - jruby-19mode
# - jruby-head
## Rubinius is not ... | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
## Don't test 1.9.2 because people shouldn't be using it.
# - 1.9.2
## Don't test REE because it's compatible enough with 1.8.7.
# - ree
## JRuby is not compatible, see Gemfile for details.
# - jruby-18mode
# - jruby-19mode
# - jruby-head
## Rubini... | Add Ruby 2.0.0 to Travis config | Add Ruby 2.0.0 to Travis config | YAML | mit | kerrizor/calagator,Eugator-Wranglers/calagator,Villag/dentonator,shawnacscott/calagator,CorainChicago/ActivateHub,nblackburn87/calagator,cp/calagator-1,reidab/calagator,dudleysr/calagator-workspace,bencornelis/calagator,CorainChicago/ActivateHub,kerrizor/calagator,iamBalaji/Calagator,L2-D2/calagator,iamBalaji/Calagator... |
0df0768631c636e4c937409b1c797b8f47d8d62d | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
addons:
apt:
update: true
sources:
- sourceline: "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8"
key_url: "https://bazel.build/bazel-release.pub.gpg"
packages:
- bazel
install:
- pip3 install --u... | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
addons:
apt:
update: true
sources:
- sourceline: "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8"
key_url: "https://bazel.build/bazel-release.pub.gpg"
packages:
- bazel
install:
- pip install --up... | Upgrade pip in Travis container. | Upgrade pip in Travis container.
PiperOrigin-RevId: 290083388
| YAML | apache-2.0 | google/tf-quant-finance,google/tf-quant-finance |
e1ec973599fbfc0282ec0bb9eb1c43750586a2ee | .travis.yml | .travis.yml | language: julia
os:
- linux
julia:
- 0.4
- 0.5
- nightly
env:
- MPI=mpich2
- MPI=openmpi
notifications:
email: false
before_install:
- sudo add-apt-repository -y ppa:staticfloat/julia-deps
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq -y
- curl https://cma... | language: julia
os:
- linux
julia:
- 0.4
- 0.5
- nightly
env:
- MPI=mpich2
- MPI=openmpi
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
before_install:
- sudo add-apt-repository -y ppa:staticfloat/julia-deps
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
-... | Allow Travis failures on nightly | Allow Travis failures on nightly
| YAML | mit | JuliaPackageMirrors/Elemental.jl |
277e5e1ed324ed68825101a0fdc9549e0882a078 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.4
- 0.6
before_install: "npm install -g bob"
script: "bob clean lint test coverage"
| language: node_js
node_js:
- 0.4
- 0.6
- 0.7
before_install: "npm install -g bob"
script: "bob clean lint test coverage"
| Add node v0.7.x on Travis CI test runs. | Add node v0.7.x on Travis CI test runs.
| YAML | mit | cliffano/bagofholding |
f646c081dfc3becfa80dc86b476f64541a846968 | .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 1.7.4 for CI. | Use JRuby 1.7.4 for CI.
| YAML | unlicense | ruby-rdf/rdf-trig |
b118aacea3c94566b93b42f499c7d12d861ac726 | .travis.yml | .travis.yml | language: node_js
node_js:
- 'node'
before_script:
- 'npm install -g bower grunt-cli'
- 'npm install'
- 'bower install'
after_script:
- 'grunt'
| language: node_js
node_js:
- 'node'
before_script:
- 'npm install -g bower grunt-cli'
- 'npm install'
- 'bower install'
script:
- 'grunt'
| Fix Travis running npm test | Fix Travis running npm test
| YAML | mit | zsoltiii/angular-cipher-filters |
8ae7a8a5156d7207429f80dacfa43e9df6c7b5d6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
| Add Ruby 2.1.2 to Travis build matrix | Add Ruby 2.1.2 to Travis build matrix
| YAML | mit | gemnasium/gemnasium-gem,gemnasium/gemnasium-gem |
ab4076bf64477a4cff4e018fd0ac15227e9e02b8 | .travis.yml | .travis.yml | before_install:
- sudo apt-get update -qq
- sudo apt-get install libicu-dev
language: ruby
rvm:
- 2.2
- 2.1
- 2.0.0
- 1.9.3
| dist: trusty
addons:
apt:
packages:
- libicu-dev
language: ruby
rvm:
- 2.4
- 2.2
- 2.1
- 2.0.0
- 1.9.3
| Build with a gcc version supporting -std=c++11 | Build with a gcc version supporting -std=c++11
| YAML | mit | brianmario/charlock_holmes,brianmario/charlock_holmes,brianmario/charlock_holmes |
a7560a41f02d934c9bb072989b8ae6b27bd94e41 | .travis.yml | .travis.yml | sudo: required
services:
- docker
install:
- docker pull ubuntu:16.04
script:
- docker build -t meteogroup/concourse-ci .
- docker-compose up -d
- sleep 15
- ./test.sh --net container:concourseci_concourse-web_1
after_success:
- docker-compose stop
after_failure:
- docker-compose stop
- docker-co... | sudo: required
services:
- docker
install:
- docker pull ubuntu:16.04
script:
- docker build -t meteogroup/concourse-ci .
- docker-compose up -d
- sleep 15
- ./test.sh --net container:concourseci_concourse-web_1
after_success:
- docker-compose stop
after_failure:
- docker-compose stop
- docker-co... | Revert "Don't use `docker-compose logs` in Travis build as it blocks the build indefinitely." | Revert "Don't use `docker-compose logs` in Travis build as it blocks the build indefinitely."
This reverts commit f0bc833c2e6c5db30f8048aa14add74e4d48ab14.
It did not work out, now there are no logs at all.
| YAML | apache-2.0 | MeteoGroup/concourse-ci |
c8318fd06def83c68b72f0142f026ebf1ab072dc | .travis.yml | .travis.yml | env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh -
- export LD_LIBRARY_PATH=$PWD/target/:/usr/loca... | env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh -
- export LD_LIBRARY_PATH=$PWD/target/:/usr/loca... | Add `make clean` before running doctest. | Add `make clean` before running doctest.
Cargo and rust-empty are conflicting and causing rustdoc to get confused.
| YAML | mit | erik/knuckle,erik/knuckle |
b27431b609c8a06be990bfd3ba2d3c6d5d7d1275 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
script:
npm run-script build | language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1"
- "5.4"
script:
npm run-script build
| Add more nodes to run tests against | Add more nodes to run tests against
| YAML | mit | zeusdeux/isInViewport,zeusdeux/isInViewport |
b7a581988eee0f4cf380afc8ab011c826e5d25b3 | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '7'
| sudo: required
dist: trusty
group: edge
services:
- docker
env:
- NODEJS_VERSION='6'
- NODEJS_VERSION='7'
- NODEJS_VERSION='8'
before_install:
- docker pull node:${NODEJS_VERSION}
- >
docker run
-v "$PWD":/usr/src/app
-w /usr/src/app
node:${NODEJS_VERSION}
/bin/bash -c "npm -q ... | Use Docker to do builds | Use Docker to do builds
| YAML | mit | uq-eresearch/midja-map,uq-eresearch/midja-map,uq-eresearch/midja-map,uq-eresearch/midja-map |
3e4868360fe0271fcb204ef4287a4c989491fbe3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
env: COVERALL=1
before_install:
- gem install bundler
| sudo: false
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
env: COVERALL=1
before_install:
- gem install bundler
| Use the new Travis infrastructure | Use the new Travis infrastructure
| YAML | mit | aetrion/dnsimple-ruby |
0757dc3ababd084c6f192b08f137ebce584fc3cb | .travis.yml | .travis.yml | sudo: false
# Following configures which base images are available to run tests
dist: trusty
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
install:
- pip install tox-travis
script:
- tox
matrix:
include:
- python: "2.7"
env: TOXENV=flake8
| sudo: false
# Following configures which base images are available to run tests
dist: trusty
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- pip install tox-travis
script:
- tox
matrix:
include:
- python: "2.7"
env: TOXENV=flake8
# xenial is the only way to get ... | Use xenial for Python 3.7 | Use xenial for Python 3.7
| YAML | bsd-2-clause | bennylope/django-organizations,bennylope/django-organizations |
5266cde9e270b20452e4d05579fb923bce953a6a | .travis.yml | .travis.yml | language: dart
dart:
- dev
dart_task:
- test
- dartanalyzer: true
- dartfmt: true
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
| language: dart
dart:
- dev
dart_task:
- test
- dartanalyzer: true
- dartfmt: true
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
- .dart_tool
| Add .dart-tool to Travis cache | Add .dart-tool to Travis cache
| YAML | mit | osteele/dart-tonic,osteele/dart-tonic |
1832047519f54738f387f8656f81da060ff9879c | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.6.5
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- libqt5webkit5-dev
- qtdeclarative5-dev
chrome: stable
bundler_args: --jobs=3 --retry=3 --without dev... | language: ruby
rvm:
- 2.7.2
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- libqt5webkit5-dev
- qtdeclarative5-dev
chrome: stable
bundler_args: --jobs=3 --retry=3 --without de... | Correct ruby version on Travis | Correct ruby version on Travis
| YAML | mit | rubycentral/cfp-app,rubycentral/cfp-app,rubycentral/cfp-app,ruby-no-kai/cfp-app,ruby-no-kai/cfp-app,ruby-no-kai/cfp-app |
7eae7e19576accbb8a02309946619c6022c6acbf | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT="tap:unit -- --jobs=4"
- NPM_SCRIPT="tap:integration -- --jobs=4"
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: rel... | language: node_js
node_js:
- 6
- node
env:
- NPM_SCRIPT="tap:unit -- --jobs=4"
- NPM_SCRIPT="tap:integration -- --jobs=4"
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- npm update
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 6
- stage: rel... | Build the vm so we can deploy it | Build the vm so we can deploy it
Whoops.
Also move the git deploy setup to before_deploy.
| YAML | bsd-3-clause | LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm |
923174718efe4f16256b1978ef64b6f4dbd2fce0 | .travis.yml | .travis.yml | sudo: false
language: python
# command to install dependencies
install: "pip install -U tox"
# # command to run tests
env:
matrix:
- TESTENV=flakes
- TESTENV=py26
- TESTENV=py27
- TESTENV=py34
- TESTENV=pypy
- TESTENV=py27-pexpect
- TESTENV=py33-pexpect
- TESTENV=py27-nobyte
- TEST... | sudo: false
language: python
# command to install dependencies
install: "pip install -U tox"
# # command to run tests
env:
matrix:
- TESTENV=flakes
- TESTENV=py26
- TESTENV=py27
- TESTENV=py34
- TESTENV=pypy
- TESTENV=py27-pexpect
- TESTENV=py33-pexpect
- TESTENV=py27-nobyte
- TEST... | Allow failure of py27-subprocess tox-env while on pytest-2.7 | Allow failure of py27-subprocess tox-env while on pytest-2.7
"inprocess by default" was introduced in 2.8, and the current travis
configuration was backported from master so this specific
tox-env will remain disabled while pytest-2.7 maintenance branch
lasts.
| YAML | mit | hpk42/pytest,icemac/pytest,untitaker/pytest,Bjwebb/pytest,doordash/pytest,malinoff/pytest,mdboom/pytest,mhils/pytest,bukzor/pytest,userzimmermann/pytest,ericdill/pytest,MengJueM/pytest,ericdill/pytest,lukas-bednar/pytest,skylarjhdownes/pytest,Carreau/pytest,ionelmc/pytest,omarkohl/pytest,jb098/pytest,oleg-alexandrov/py... |
4f447ad8390ab8fcc7bb3f033fdf6b7156b61039 | .travis.yml | .travis.yml | language: node_js
node_js:
- '8'
- '9'
cache:
directories:
- node_modules
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8480136ea087dfae1908
on_success: change # op... | language: node_js
node_js:
- '8'
- '10'
- 'node'
cache:
directories:
- node_modules
script: 'npm run-script travis'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8480136ea087dfae1908
on_success: ... | Build with node.js 10 and latest (11), drop 9 | Travis: Build with node.js 10 and latest (11), drop 9
| YAML | bsd-3-clause | assetgraph/assetgraph-sprite |
2d4feb78f82a8ae67ff444167df9286e0bf97a65 | .travis.yml | .travis.yml | language: c
script: make
before_install:
- sudo apt-get install libsdl2-dev libglew-dev libsdl2-image-dev | language: c
dist: trusty
sudo: required
script: make
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsdl2-dev libglew-dev libsdl2-image-dev | Use Ubuntu Trusty as Travis environment | Use Ubuntu Trusty as Travis environment
| YAML | bsd-3-clause | V0idExp/yass,V0idExp/yass,V0idExp/yass |
2cc2b5f6dff97a8d7fefa2a53cd94321cbabf394 | .travis.yml | .travis.yml | os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode8.3
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew tap vapor/tap;
brew update;
brew install vapor;
else
eval "$(curl -sL https://apt.vapor.sh)";
... | os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode9
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew tap vapor/tap;
brew update;
brew install vapor;
else
eval "$(curl -sL https://apt.vapor.sh)";
su... | Update CI to point to Swift 4 | Update CI to point to Swift 4
| YAML | mit | brokenhandsio/vapor-oauth,brokenhandsio/vapor-oauth |
fceabad9bb0e2a1ecd98d39d86f9180b579f9689 | .travis.yml | .travis.yml | language: python
dist: trusty
python:
- "2.7"
- "3.4"
- "3.5"
sudo: required
env:
- TEST_POSTGRES=/usr/lib/postgresql/9.6/bin/postgres TEST_INITDB=/usr/lib/postgresql/9.6/bin/initdb
apt:
packages:
- postgresql-9.6
- postgresql-contrib-9.6
- postgis
# command to install dependencies
install:
- pi... | language: python
dist: trusty
python:
- "2.7"
- "3.4"
- "3.5"
sudo: required
env:
- TEST_POSTGRES=/usr/lib/postgresql/9.6/bin/postgres TEST_INITDB=/usr/lib/postgresql/9.6/bin/initdb
apt:
packages:
- postgresql-9.6
- postgresql-contrib-9.6
- postgis
# command to install dependencies
install:
- pi... | Add email notifications about build status | Add email notifications about build status | YAML | mit | ActiDoo/gamification-engine,ActiDoo/gamification-engine,ActiDoo/gamification-engine,ActiDoo/gamification-engine |
bf4943faf3f4d8b8a9683a7c84a7e50eef29ee79 | .travis.yml | .travis.yml | language: objective-c
before_install:
- brew update
- brew install xctool --HEAD
- gem install cocoapods
- pod install
script: "rake test:all"
| language: objective-c
before_install:
- brew update
- brew install xctool --HEAD
script: "rake test:all"
| Remove unnecessary CocoaPods setup during Travis build execution | Remove unnecessary CocoaPods setup during Travis build execution
| YAML | mit | skillz/AFNetworking |
d9979f1941ac76c047dac66d5c7ee94c1819263c | .travis.yml | .travis.yml | language: node_js
threadsafe: true
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
deploy:
provider: heroku
api_key:
secure: 44foKggRvQcobtbMNS/ZXiTm2xwgj2Ihfj8kkDUDkIorSmX5RbjCke6VWX9kWkkrqmVciKIHbazS+/vD984/oRJ1xBA6YJM+C3XfZWLKcWnrGeHFT0sYo2R/cX/9Q79LbruzryLYKJtoG8I57nb8iwYDeijqGHhlU76ZbOp7K3g... | language: node_js
threadsafe: true
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
deploy:
provider: heroku
skip_cleanup: true
api_key:
secure: 44foKggRvQcobtbMNS/ZXiTm2xwgj2Ihfj8kkDUDkIorSmX5RbjCke6VWX9kWkkrqmVciKIHbazS+/vD984/oRJ1xBA6YJM+C3XfZWLKcWnrGeHFT0sYo2R/cX/9Q79LbruzryLYKJtoG8I57nb8iw... | Deploy build artifacts in T.CI | Deploy build artifacts in T.CI
| YAML | mit | HPC-Web/maui-ui |
e681241ed2f2dbcbc3e014b890395585e562f747 | .travis.yml | .travis.yml | language: go
go:
- 1.4
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get golang.org/x/tools/cmd/cover
- go get -t
script:
- make test
cache:
directories:
- $HOME/gopath/src/github.com/dotabuff/manta/replays
| language: go
go:
- 1.5
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get golang.org/x/tools/cmd/cover
- go get -t
script:
- make test
cache:
directories:
- $HOME/gopath/src/github.com/dotabuff/manta/replays
| Update Travis to go 1.5 | Update Travis to go 1.5 | YAML | mit | dotabuff/manta |
247666b9132d942d5641b4c2462337ab7637764d | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- ruby-head
script: bundle exec rake ci
sudo: false
cache: bundler
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- ruby-head
matrix:
allow_failures:
- rvm:
- ruby-head
script: bundle exec rake ci
sudo: false
cache: bundler
| Allow failures with Ruby head on Travis CI | Allow failures with Ruby head on Travis CI
| YAML | mit | yujinakayama/gemologist,yujinakayama/gemologist |
797926d48afdc1d668885d05ca2c4e5b80f6e93e | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: ruby-head
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY... | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- rbx-19mode
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_... | Allow no more build failures on jruby and rbx | Allow no more build failures on jruby and rbx
Bundling mutant on the previously failing rubies
has been fixed lately. | YAML | mit | snusnu/substation,indrekj/substation |
db95b1220ab3f3a2cc8a52cd1df76ea4bacb6b5e | .travis.yml | .travis.yml | ---
language: "node_js"
node_js: [ "4", "5" ]
sudo: false
| ---
language: "node_js"
node_js: [ "4", "5" ]
sudo: false
cache:
directories:
- "node_modules"
| Configure Travis CI to cache node_modules | Configure Travis CI to cache node_modules
| YAML | apache-2.0 | commonform/commonform-markup-parse |
f571c7a55620fe5ef2b0a612fde3b614347f890f | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
sudo: false
| language: node_js
node_js:
- "stable"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
| Revert "Travis CI: attempt to enable container-based builds" | Revert "Travis CI: attempt to enable container-based builds"
This reverts commit 8e96427881001a07aedc024bfb7460b6e39e8583.
| YAML | bsd-3-clause | blinkmobile/bic-jqm,blinkmobile/bic-jqm |
0ffed0daab16241fea0bd96c6df42f0e09b6f7ab | .travis.yml | .travis.yml | dist: xenial
sudo: required
os:
- linux
- osx
before_install:
- |
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
OS=darwin
else
sysctl kernel.unprivileged_userns_clone=1
OS=linux
fi
BAZELISK_VERSION=v1.5.0
if [ ! -d "${HOME}/bin" ]; then
mkdir "${HOME}/bin"
fi
wget... | dist: xenial
sudo: required
os:
- linux
- osx
before_install:
- |
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
OS=darwin
else
sysctl kernel.unprivileged_userns_clone=1
OS=linux
fi
BAZELISK_VERSION=v1.5.0
if [ ! -d "${HOME}/bin" ]; then
mkdir "${HOME}/bin"
fi
wget... | Fix oss build and enable samples build in Travis. | Fix oss build and enable samples build in Travis.
PiperOrigin-RevId: 342342492
| YAML | apache-2.0 | google/elemental2,google/elemental2 |
b50bbd43a1af3d387d204b006e0a980022980bd2 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.6
env: DEPENDENCIES='low'
- php: 5.6
- php: hhvm
- php: 7.0
- php: 7.1
env: DEPENDENCIES='dev'
allow_failures:
- env: DEPENDENCIES='dev'
fast_finish: true
before_install:
... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.6
env: DEPENDENCIES='low'
- php: 5.6
- php: hhvm
- php: 7.0
- php: 7.1
env: DEPENDENCIES='dev'
allow_failures:
- env: DEPENDENCIES='dev'
fast_finish: true
before_install:
... | Remove Xdebug for 7.1 build | Remove Xdebug for 7.1 build
| YAML | mit | pamil/phpspec,carlosV2/phpspec,pamil/phpspec,carlosV2/phpspec |
67642fd92f04e42bd4c7c5f49e1fe3ee4cf76653 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 6
- 8
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
directories:
- node_modules
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success:
- ... | sudo: false
language: node_js
node_js:
- 6
- 8
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
directories:
- node_modules
before_install:
- yarn global add greenkeeper-lockfile@1
before_script:
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
after_s... | Reformat before and after scripts | chore(tools): Reformat before and after scripts
| YAML | mit | ctavan/jupp |
11ba533685134f0cadec617847798f21ac2d4ca1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem update --system
gem update bundle... | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem update --system
gem upd... | Test against Ruby 2.6.0 on Travis CI | Test against Ruby 2.6.0 on Travis CI
| YAML | mit | emsk/romajic,emsk/romaji_cop,emsk/romaji_cop,emsk/romajic,emsk/romaji_cop,emsk/romajic |
6ba165a3fc7da916bbae027498b0f277fe9a36a7 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
install:
- "pip install pytest Twisted python-coveralls --use-mirrors"
script:
- "coverage run -a $(which py.test) test_parsley"
- "coverage run -a $(which py.test) examples"
- "cd ometa && coverage run -a $(which py.test) ."
after_success:
- "coveralls"... | language: python
python:
- "2.6"
- "2.7"
install:
- "pip install pytest Twisted python-coveralls . --use-mirrors"
script:
- "coverage run -a $(which py.test) test_parsley"
- "coverage run -a $(which py.test) examples"
- "cd ometa && coverage run -a $(which py.test) ."
after_success:
- "coveralls"
| Drop python 2.5; install parsley for running tests. | Drop python 2.5; install parsley for running tests.
| YAML | mit | python-parsley/parsley,rbtcollins/parsley,python-parsley/parsley,rbtcollins/parsley |
1620261f85ec6fb83fc38042f8cda9f86cf43292 | .travis.yml | .travis.yml | language: java
sudo: true
dist: trusty
jdk:
- oraclejdk8
- openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
| language: java
sudo: true
dist: trusty
script:
- ./gradlew build
jdk:
- oraclejdk8
- openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
| Switch to custom Travis script | Switch to custom Travis script
Instead of using the default script provided by travis this provides a
custom one
| YAML | mit | ShadowLordAlpha/Themis |
1db3617f38952aaf7f17d8e7684b16c134ae6df1 | .travis.yml | .travis.yml | language: python
sudo: false
cache: pip
branches:
except:
- /^[^/]+/.*$/
python:
- "2.7"
- "pypy"
- "pypy3"
- "3.3"
- "3.4"
- "3.5"
install:
- travis_retry pip install --upgrade setuptools pip codecov 'setuptools_scm>=1.9'
- ./setup.py develop
script:
python setup.py test
after_script:
... | language: python
sudo: false
cache: pip
branches:
except:
- /^[^/]+/.*$/
python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
install:
- travis_retry pip install --upgrade setuptools pip codecov 'setuptools_scm>=1.9'
- ./setup.py develop
script:
python setup.py test
after_script:
bash <(cur... | Remove Python 3.2 support, thus Pypy3. Sads. | Remove Python 3.2 support, thus Pypy3. Sads.
| YAML | mit | marrow/mailer |
c61ef9833984e331ddc86c5e361797a9c33cfe0d | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
sudo: required
before_install:
- sudo apt update && sudo apt install -y swi-prolog-nox
install:
- pip install -r test-requirements.txt coveralls
script:
- make cover
after_success:
- coveralls
| language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
sudo: required
before_install:
- sudo apt-add-repository -y ppa:swi-prolog/stable
- sudo apt-get update
- sudo apt-get install -y swi-prolog-nox
install:
- pip install -r test-requirements.txt coveralls
script:
- make cover
after_success:
... | Use latest stable SWI-Prolog on CI | Use latest stable SWI-Prolog on CI
| YAML | mit | yuce/pyswip |
3c0a5ff06c96e88f5dbabba40bedb9cabb17df43 | .travis.yml | .travis.yml | language: php
git:
depth: 2
matrix:
include:
- php: hhvm-3.9
sudo: required
dist: trusty
group: edge
- php: nightly
- php: 7.1
- php: 7.0
env:
- LINT=true
- php: 5.6
- php: 5.5
- php: 5.4
fast_finish: true
cache:
directories:
- $HOME/.composer/cac... | language: php
git:
depth: 2
matrix:
include:
- php: hhvm-3.9
sudo: required
dist: trusty
group: edge
- php: 7.1
- php: 7.0
env:
- LINT=true
- php: 5.6
- php: 5.5
- php: 5.4
fast_finish: true
allow_failures:
- php: nightly
cache:
directories:
- $... | Allow failures on php nightly. | Allow failures on php nightly.
| YAML | mit | jonathantorres/construct,jonathantorres/construct,raphaelstolt/construct,raphaelstolt/construct |
a52f662e1e3abe8ba801816c1767d299e9c606d7 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
| Build against all popular Node.js versions. | Build against all popular Node.js versions.
| YAML | apache-2.0 | sqrrrl/google-api-nodejs-client,codeRuth/google-api-nodejs-client,danielrasmuson/google-api-nodejs-client,dstnation/google-api-nodejs-client,PeterWangPo/google-api-nodejs-client,sqrrrl/google-api-nodejs-client,digideskio/google-api-nodejs-client,sqrrrl/google-api-nodejs-client,DIREKTSPEED-LTD/google-api-nodejs-client,g... |
ee5a32bcbaabc5c2d5d060052d8b9ff71912a1ef | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- openjdk8
env:
global:
- DITA_OT_VERSION=3.5.3
install:
- ".travis/install.sh"
script:
- ".travis/publish.sh"
after_success:
- ".travis/deploy.sh"
| sudo: false
language: java
jdk:
- openjdk8
env:
global:
- DITA_OT_VERSION=3.5.4
install:
- ".travis/install.sh"
script:
- ".travis/publish.sh"
after_success:
- ".travis/deploy.sh"
| Use latest DITA-OT version (3.5.4) for CI builds | Use latest DITA-OT version (3.5.4) for CI builds
Signed-off-by: Roger Sheen <a61a1add71dadc74037ae5e44ee30713db9a7451@infotexture.net>
| YAML | apache-2.0 | infotexture/docs,infotexture/docs,dita-ot/docs |
19fa29b52204205fc9ff5852e2e880dc921f1556 | .travis.yml | .travis.yml | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
before_install:
- sudo apt-get update > /dev/null
install:
- composer install --prefer-dist --optimize-autoloader
script:
- phpunit --coverage-text
| language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
notifications:
email: false
before_install:
- sudo apt-get update > /dev/null
install:
- composer install --prefer-dist --optimize-autoloader
script:
- phpunit --coverage-text
| Stop Travis CI mail spaming... | Stop Travis CI mail spaming...
| YAML | mit | CQD/minorwork |
7f645faac1e4f13da10f5e9137a261a5961436eb | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mas... | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mast... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | chef-cookbooks/yum-epel,juliandunn/yum-epel |
e882e18776424b0930182cd5c75dd8333f5f0095 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
matrix:
fast_finish: true
| language: node_js
node_js:
- "6"
- "8"
- "9"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
matrix:
fast_finish: true
| Test on Node 9 as well | Test on Node 9 as well
| YAML | mit | MayhemYDG/gulp-brotli |
4cca568318262cfb28366940b2011f1dc2707285 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 5.5
notifications:
email:
recipients:
- tech@pmg.com
on_success: change
on_failure: always
install: composer install --prefer-source
script: make test
| language: php
php:
- 5.6
- 7.0
notifications:
email:
recipients:
- tech@pmg.com
on_success: change
on_failure: always
install: composer install --prefer-source
script: make test
| Test on PHP 5.6 & 7.0 Only | Test on PHP 5.6 & 7.0 Only
| YAML | apache-2.0 | AgencyPMG/queue-tactician |
65403abd18cc945fbd9a7de6e56304412cbf1308 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- openjdk7
install: sh -c 'cd jOOU && mvn install -DskipTests=true'
script: sh -c 'cd jOOU && mvn test'
| language: java
jdk:
- oraclejdk9
- openjdk8
- openjdk7
install: sh -c 'cd jOOU && mvn install -DskipTests=true'
script: sh -c 'cd jOOU && mvn test'
| Build jOOU also with JDK 9 | Build jOOU also with JDK 9 | YAML | apache-2.0 | jOOQ/jOOU |
f0f3c69f8c9724c2e0a69dde464252aebb54463f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 1.8.7
before_install:
- sudo gem uninstall ffi -a
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
before_install:
- sudo gem uninstall ffi -a
| Add Ruby 2.0.0 to Travis | Add Ruby 2.0.0 to Travis
| YAML | mit | hilohiro/nanoc,gjtorikian/nanoc,remko/nanoc,nanoc/nanoc,barraq/nanoc,legallybrown/nanoc,RubenVerborgh/nanoc |
0d5c16538d1ac085d3e9721c92ac3115e5b9ea76 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.8
- 0.6
- 0.4
before_install: "npm install -g bob"
script: "bob clean lint test coverage"
| language: node_js
node_js:
- 0.9
- 0.8
- 0.6
before_install: "npm install -g bob"
script: "bob clean lint test coverage"
| Add 0.9, drop 0.4 to be retired by Travis CI. | Add 0.9, drop 0.4 to be retired by Travis CI.
| YAML | mit | cliffano/datagen |
56a60053fba5d06165ec9376f9c0273942fc1507 | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- 4
- 0.10
| language: node_js
sudo: false
node_js:
- "6"
- "4"
- "0.10"
env:
- mocha_version=2.2
- mocha_version=2.3
- mocha_version=2.4
- mocha_version=2.5
before_script:
- npm install "mocha@$mocha_version"
| Test multiple versions of mocha and node in CI | Test multiple versions of mocha and node in CI
| YAML | mit | danielstjules/mocha.parallel |
2131c59cb276a5e78bc355105d1f233f7f597424 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install nose
script:
- nosetests --with-coverage --cover-erase --cover-package=wunderapi
after_success:
- coveralls;
| language: python
python:
- "3.5"
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install nose
script:
- nosetests --with-coverage --cover-erase --cover-package=wunderapi
after_success:
- coveralls;
| Revert "Update to python 3.6" | Revert "Update to python 3.6"
This reverts commit 897ed6c0d41d30a79547601bb5f36709c40964b7.
| YAML | mit | paris3200/wunderapi,paris3200/Weather |
5ab6f61f84174efe257da2ae7df7cee3c63427a5 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
rvm:
- 2.5
- 2.3
matrix:
include:
- rvm: 2.5
env: JEKYLL_VERSION=3.7.4
env:
matrix:
- JEKYLL_VERSION=3.8.5
branches:
only:
- master
before_install:
- gem update --system
script: script/cibuild
notifications:
irc:
on_success: change
on_failu... | sudo: false
cache: bundler
language: ruby
rvm:
- 2.6
- 2.4
matrix:
include:
- rvm: 2.5
env: JEKYLL_VERSION=3.7.4
env:
matrix:
- JEKYLL_VERSION=3.8.5
branches:
only:
- master
before_install:
- gem update --system
script: script/cibuild
notifications:
irc:
on_success: change
on_failu... | Add Ruby 2.6, drop Ruby 2.3 | chore(ci): Add Ruby 2.6, drop Ruby 2.3 | YAML | mit | jekyll/jekyll-sass-converter,jekyll/jekyll-sass-converter |
e9ac01889138ffc5acc421f93b7eae87dd3baa86 | .travis.yml | .travis.yml | sudo: required
group: edge
language: python
services:
- docker
addons:
apt:
packages:
- openvswitch-switch
python:
- "3.5"
install:
- "pip3 install -r requirements.txt -r test-requirements.txt"
- "python3 setup.py sdist"
- "pip3 install dist/*tar.gz"
script:
- "cd ./tests"
- "PYTHONPATH='../fa... | sudo: required
group: edge
language: python
services:
- docker
addons:
apt:
packages:
- openvswitch-switch
python:
- "3.5"
install:
- "pip3 install -r requirements.txt -r test-requirements.txt"
- "python3 setup.py sdist"
- "pip3 install dist/*tar.gz"
- "pip3 show faucet"
script:
- "cd ./tests"... | Add show of installed package as check. | Add show of installed package as check.
| YAML | apache-2.0 | anarkiwi/faucet,gizmoguy/faucet,REANNZ/faucet,anarkiwi/faucet,Bairdo/faucet,trentindav/faucet,wackerly/faucet,REANNZ/faucet,wackerly/faucet,mwutzke/faucet,shivarammysore/faucet,byllyfish/faucet,shivarammysore/faucet,faucetsdn/faucet,byllyfish/faucet,faucetsdn/faucet,Bairdo/faucet,trungdtbk/faucet,trungdtbk/faucet,gizmo... |
2bddc281b63ca5ce26b5cf76609df570f0702092 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 'stable'
- '4'
- '0.12'
# Chrome browser fix
# https://github.com/MrOrz/SeeSS/blob/master/.travis.yml
# https://github.com/travis-ci/travis-ci/issues/272#issuecomment-14402117
# http://stackoverflow.com... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 'stable'
- '4'
- '0.12'
# http://karma-runner.github.io/0.13/plus/travis.html
script: karma start karma.conf.js --single-run --browsers Firefox
before_install:
- npm i -g npm@^2.0.0
before_script:
-... | Fix link to Karma Firefox setup | Fix link to Karma Firefox setup
| YAML | mit | dmitriz/min-karma |
12cdee434bd713b9c8db7a9d2a31ec245625c73f | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi
script:
- php -l src/*
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.4" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.5" ]]; then sh -c "php -S 127.0.0.1:8000 ... | Use HHVM's built-in web server when testing HHVM | Use HHVM's built-in web server when testing HHVM
| YAML | unlicense | ptrnov/php-curl-class,craa/php-curl-class,php-curl-class/php-curl-class,petewatts/php-curl-class,VolCh/php-curl-class,Jiangyoung/php-curl-class,tillz/php-curl-class,hebaoxia/php-curl-class,php-curl-class/php-curl-class,hebaoxia/php-curl-class,php-curl-class/php-curl-class,taohaoge/php-curl-class,evcehiack/php-curl-clas... |
b71469a1af49ac617c3c54fc4e4d48744f706085 | .travis.yml | .travis.yml | sudo: false
language: python
matrix:
include:
- os: linux
python: "3.6"
env: PYTHONPATH=$PWD
- os: linux
python: "2.7"
env: PYTHONPATH=$PWD
addons:
apt:
sources:
- ubuntu-toolchain-r-test # For gcc 4.9 and 5
packages:
- gcc-4.9
- g++-4.9
- gcc-5... | sudo: false
language: python
matrix:
include:
- os: linux
python: "3.6"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- gcc-4.9
env:
- PYTHONPATH=$PWD
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"... | Enable testing on multiple GCC versions | Enable testing on multiple GCC versions
| YAML | epl-1.0 | opesci/pyrevolve,opesci/pyrevolve |
2af9e52b683b8547defe4def7938af9924453eca | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- pip install codecov
- pip install .
- pip install -r requirements.txt
script:
- python -m unittest testAll
after_success:
codecov
| language: python
python:
- "2.7"
cache:
- pip
install:
- pip install codecov
- pip install .
- pip install -r requirements.txt
script:
- python -m unittest testAll
after_success:
- codecov
| Add codecov and cached builds | Add codecov and cached builds
| YAML | mit | kristofvanmoffaert/python-omniture,dancingcactus/python-omniture,kristofvanmoffaert/python-omniture,dancingcactus/python-omniture,kristofvanmoffaert/python-omniture,dancingcactus/python-omniture |
208aaac091b324ada701cab1351452089a5c035b | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7
matrix:
fast_finish: true
allow_failures:
- php: 7
services:
- postgresql
addons:
postgresql: "9.3"
before_script:
- psql -c "create role symfony password 'symfony';" -U postgres
- psql -c 'create database symfony owner symfony;' -U postgres
- composer selfupdate
... | language: php
php:
- 5.6
- 7
matrix:
fast_finish: true
allow_failures:
- php: 7
services:
- postgresql
addons:
postgresql: "9.3"
before_script:
- psql -c "create role symfony login superuser password 'symfony';" -U postgres
- psql -c 'create database symfony owner symfony;' -U postgres
- comp... | Add Travis support for PostgreSQL | Add Travis support for PostgreSQL
| YAML | mit | diegonobre/symfony-cms,diegonobre/symfony-cms,diegonobre/symfony-cms |
febadf4fc1b67088ffc264502507bec5c9a8403e | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake'
rvm:
- 1.9.3
- 2.0.0
before_install:
- gem update --system
| language: ruby
script: 'bundle exec rake'
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
before_install:
- gem update --system
| Test with Ruby 2.1.1 as well | Test with Ruby 2.1.1 as well
| YAML | mit | m43nu/m43nu_rails,m43nu/m43nu_rails,blueberryapps/blueberry_rails,m43nu/m43nu_rails,blueberryapps/blueberry_rails |
8014970f9ce4fe1162aad1dea72effd0a7ee488d | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install MySQL-python
- pip install python-ldap
- pip install iso8601
... | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install MySQL-python
- pip install python-ldap
- pip install iso8601
... | Add bin folder to tests and coverage | Add bin folder to tests and coverage
| YAML | apache-2.0 | tofu-rocketry/apel,stfc/apel,stfc/apel,tofu-rocketry/apel,apel/apel,apel/apel |
0af79f542fa4dd1f189f30b7dfaa4f96bdf3a2a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "4.3"
- "4.2"
before_script:
- node_modules/gulp/bin/gulp.js startServer &
script: node_modules/gulp/bin/gulp.js clean default
| language: node_js
node_js:
- "stable"
- "4"
- "4.4"
before_script:
- node_modules/gulp/bin/gulp.js startServer &
script: node_modules/gulp/bin/gulp.js clean default
| Update Travis CI Node.JS LTS versions | Update Travis CI Node.JS LTS versions
Keeping focus on compatibility with latest known and unknown Node.JS
releases.
| YAML | mpl-2.0 | markafitzgerald1/cribbage-analyst,markafitzgerald1/cribbage-analyst |
9682f89ddcd7c463463dcf0ff2c9ecfcc757549b | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "10"
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick... | language: node_js
node_js:
- "8"
- "10"
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev libpango1.0-dev graphicsmagick inkscape gifsicle"
script... | Remove unused global package dependencies | Remove unused global package dependencies | YAML | bsd-3-clause | assetgraph/assetgraph-builder |
4852596f5cbba29335ca03c05dcb971d7c0149ed | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
after_success:
- ! '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && curl -v -X DELETE -u $GITHUB_USER:$GITHUB_PASSWORD
"https://api.github.com/repos/$TRAVIS_REPO_SLUG/git/refs/tags/CURRENT"'
- ! '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "... | language: ruby
rvm:
- 1.9.3
before_install:
- gem install bundler
- gem uninstall bundler -v old.bundler.version
after_success:
- ! '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && curl -v -X DELETE -u $GITHUB_USER:$GITHUB_PASSWORD
"https://api.github.com/repos/$TRAVIS_REPO_SLUG/git/r... | Make sure we’re using the latest Bundler | Make sure we’re using the latest Bundler
| YAML | mit | theodi/odi_content_models |
86ba43763482be065273456e29c65f04ac044f1c | .travis.yml | .travis.yml | dist: precise
language: java
jdk:
- oraclejdk7
before_install:
- "sudo apt-get update"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
| sudo: false
language: java
jdk:
- openjdk7
- openjdk8
- oraclejdk8
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
| Update the Travis CI config to some more modern options | Update the Travis CI config to some more modern options
| YAML | bsd-3-clause | digital-preservation/droid,digital-preservation/droid,digital-preservation/droid,digital-preservation/droid,digital-preservation/droid,adamretter/droid,adamretter/droid,adamretter/droid |
50c301f8a340e7c6209194d2e8465dc9d14ccbb0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
notifications:
email: false
| language: node_js
node_js:
- "0.10"
- "0.8"
before_install:
- npm install npm@latest --global
notifications:
email: false
| Fix node@0.8 in Travis CI | Fix node@0.8 in Travis CI
Adding fix for node@0.8 in Travis CI
| YAML | mit | twolfson/backbone-api-client-redis |
7e354cf38972c5b81d5c679ee3b79e43df460c7f | .travis.yml | .travis.yml | language: python
python:
- "3.6"
env:
- DJANGO_VERSION=2.0.2
# command to install dependencies
install:
- "pip install -q -e ."
- "pip install -q -r demo/requirements.txt"
- "pip install -q Django==$DJANGO_VERSION"
# command to run tests
script: "cd demo && python manage.py makemigrations && python manage.py... | language: python
python:
- "3.6"
env:
- DJANGO_VERSION=2.0.2
# command to install dependencies
install:
- "pip install -q -e ."
- "pip install -q -r demo/requirements.txt"
- "pip install -q Django==$DJANGO_VERSION"
- "pip install codecov"
# command to run tests
script: "cd demo && python manage.py makemigr... | Install codecov and run in coverage | Install codecov and run in coverage | YAML | mit | cypreess/django-plans,cypreess/django-plans |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.