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 |
|---|---|---|---|---|---|---|---|---|---|
72da0febc0dd3a3d88329c7a775d1b0fd849cafe | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- find $HOM... | language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.9
- 2.12.10
- 2.13.0
- 2.13.1
script:
- sbt clean test
jdk:
- oraclejdk11
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
before_cache:
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
- fin... | Add 2.13.0 back to the build matrix. | Add 2.13.0 back to the build matrix.
| YAML | apache-2.0 | sksamuel/scalac-scapegoat-plugin,sksamuel/scapegoat |
90840d5d9cdcd8ca3d27d05f55e3a7ad6899082f | .travis.yml | .travis.yml | language: node_js
install:
- npm install -g bower broccoli-cli
- npm install
- bower install
script:
- npm test
| language: node_js
install:
- npm install -g bower broccoli-cli
- npm install
- bower install
script:
- npm test
after_success:
- "./bin/bower_build"
| Add build hook for Travis | Add build hook for Travis
| YAML | apache-2.0 | SaladFork/ember-mocha,cowboyd/ember-mocha,jeffreybiles/ember-mocha,SaladFork/ember-mocha,switchfly/ember-mocha,emberjs/ember-mocha,cowboyd/ember-mocha,alexgb/ember-mocha,jeffreybiles/ember-mocha,Robdel12/ember-mocha,alexgb/ember-mocha,Robdel12/ember-mocha,cowboyd/ember-mocha,Robdel12/ember-mocha,rwjblue/ember-mocha,rwj... |
630c6f9d98fb14412992a6708e0a01eb2bc876b9 | .travis.yml | .travis.yml | language: rust
rust:
- nightly
before_install:
- sudo apt-get update
- sudo apt-get install python3
script:
- cargo build
- cargo test
- cd examples/ ; make
| language: rust
rust:
- nightly
before_install:
- sudo apt-get update
- sudo apt-get install python3 ruby
script:
- cargo build
- cargo test
- gem install test-unit
- cd examples/ ; make
| Add dependency on test-unit gem for Ruby example | Add dependency on test-unit gem for Ruby example
| YAML | mit | androm3da/libfaultinj,androm3da/libfaultinj |
7e2695f44da56db2fea55c9c660e19ae9e40bb06 | .travis.yml | .travis.yml | env:
global:
- BINSTAR_USER: menpo
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.4
matrix:
allow_failures:
- env: PYTHON_VERSION=3.4 # waiting for menpo Python 3 support
install:
- wget https://raw.githubusercontent.com/jabooth/condaci/v0.2.0/condaci.py -O condaci.py
- python condaci.py set... | env:
global:
- BINSTAR_USER: menpo
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.4
matrix:
allow_failures:
- env: PYTHON_VERSION=3.4 # waiting for menpo Python 3 support
install:
- wget https://raw.githubusercontent.com/jabooth/condaci/v0.2.1/condaci.py -O condaci.py
- python condaci.py set... | Move to condaci 0.2.1, quieter CI notifications | Move to condaci 0.2.1, quieter CI notifications | YAML | bsd-3-clause | yuxiang-zhou/menpodetect,jabooth/menpodetect,yuxiang-zhou/menpodetect,jabooth/menpodetect |
4c70d38282cb5caed7afba9c710db571e2d4d4f1 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
services: mysql
install:
- pip install -r requirements/dev.txt --use-mirrors
script: python manage.py test --noinput
| language: python
python:
- "2.6"
- "2.7"
services: mysql
install:
- pip install -r requirements/dev.txt --use-mirrors
before_script:
- mysql -e 'create database captain;'
script: python manage.py test --noinput
| Create database before running tests. | Create database before running tests. | YAML | mpl-2.0 | mozilla/captain,mozilla/captain |
a181c510bb1836ef482ab20488e0421e188a51e6 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "iojs"
after_success:
- "npm run update-gh-pages"
notifications:
slack:
secure: f5QSFkke3kvTa0Li+PT5qgFozTmY0inw0PPWJn5FXeg+P1PGIG4ksL8ACKxtwO+repbrdrLYX9kt/AQaLnktXXvuylgI5wqt+YQYIwTP8WV91SkBVJotz4+0UxRk0O47lM/IGBSV5lU6Oon0gr8zz4PPwpZw4xjWEinWmWi+ZLo=
| language: node_js
node_js:
- "stable"
- "iojs"
notifications:
slack:
secure: f5QSFkke3kvTa0Li+PT5qgFozTmY0inw0PPWJn5FXeg+P1PGIG4ksL8ACKxtwO+repbrdrLYX9kt/AQaLnktXXvuylgI5wqt+YQYIwTP8WV91SkBVJotz4+0UxRk0O47lM/IGBSV5lU6Oon0gr8zz4PPwpZw4xjWEinWmWi+ZLo=
on_success: change
| Remove "after_success" task for now. | Travis: Remove "after_success" task for now.
| YAML | mit | coopsource/ohm,coopsource/ohm,anfedorov/ohm,harc/ohm,DanielTomlinson/ohm,coopsource/ohm,anfedorov/ohm,cdglabs/ohm,cdglabs/ohm,anfedorov/ohm,DanielTomlinson/ohm,DanielTomlinson/ohm,harc/ohm,harc/ohm,cdglabs/ohm |
aa6d9dc98928c2b3a5f1f398de3780bd982a7a97 | .travis.yml | .travis.yml | language: python
python:
- 3.6
cache:
pip: true
directories:
- ${VIRTUAL_ENV}
env:
global:
- RANDOM_SEED=0
before_install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- make doctor
install:
- make install
script:
... | dist: xenial
language: python
python:
- 3.6
- 3.7
cache:
pip: true
directories:
- ${VIRTUAL_ENV}
env:
global:
- RANDOM_SEED=0
before_install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- make doctor
install:
- mak... | Test against Python 3.6 on Travis CI | Test against Python 3.6 on Travis CI
| YAML | mit | jacebrowning/mine |
5632360a5aac6c583b46d2f09fce4a5d3de46e0a | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler -v 1.17.3
matrix:
include:
- rvm: 2.5.1 # Pre-installed Ruby version
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.5
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: jruby-9.1.8.0
... | language: ruby
before_install:
- gem install bundler -v 1.17.3
matrix:
include:
- rvm: 2.5.3 # Pre-installed Ruby version
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.5
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: jruby-9.1.8.0
... | Update default CI ruby version | Update default CI ruby version
The point of this initial build is to be fast and to run rubocop by
using the default, without building a ruby version. However, since the
default version has now changed, we're always building a ruby version
for that check.
The default version can be seen here:
https://docs.travis-c... | YAML | mit | elabs/pundit |
ab2ed3f2f00a14e62bd93ebde74146aef6c5753f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
branches:
only:
- master
script: rake
env:
- DB=mysql
- DB=postgresql
- RAILS_VERSION=4.1.0.rc2
notifications:
irc:
on_success: change
on_failure: always
use_notice: true
channels:
- "irc.freenode.org#alchemy_cms"
matrix:
allow_fail... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
branches:
only:
- master
script: rake
env:
- DB=mysql
- DB=postgresql
- RAILS_VERSION=4.1.0
notifications:
irc:
on_success: change
on_failure: always
use_notice: true
channels:
- "irc.freenode.org#alchemy_cms"
matrix:
allow_failures... | Build against Rails 4.1.0, without allowing it to fail. | Build against Rails 4.1.0, without allowing it to fail.
| YAML | bsd-3-clause | mamhoff/alchemy_cms,akra/alchemy_cms,watg/alchemy_cms,kinsomicrote/alchemy_cms,heisam/alchemy_cms,getkiwicom/alchemy_cms,AlchemyCMS/alchemy_cms,getkiwicom/alchemy_cms,mixandgo/alchemy_cms,chalmagean/alchemy_cms,phaedryx/alchemy_cms,paperculture/alchemy_cms,paperculture/alchemy_cms,mtomov/alchemy_cms,robinboening/alchem... |
385c8cd9d09a9267e133c6bbcda36e0e5051be56 | .travis.yml | .travis.yml | branches:
only:
- 'master'
language: ruby
rvm:
- 1.9.2
- 1.9.3
env:
- DB=postgres BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
bundler_args: "--without development production heroku"
before_script: "./script/ci/before.sh"
script: "bundle exec rake travis"
notifications:
irc:
channels:
... | branches:
only:
- 'master'
language: ruby
rvm:
- 1.9.2
- 1.9.3
env:
- DB=postgres BUILD_TYPE=other
bundler_args: "--without development production heroku"
before_script: "./script/ci/before.sh"
script: "bundle exec rake travis"
notifications:
irc:
channels:
- 'irc.freenode.org:6667#codeforam... | Remove cucumber tests for now | Remove cucumber tests for now
| YAML | bsd-3-clause | milafrerichs/brigade,milafrerichs/brigade,milafrerichs/brigade |
a8addc4c4061f2e478773ae0c5bf183ed2910d71 | .travis.yml | .travis.yml | sudo: false
language: c
matrix:
include:
- env: CC=gcc-5
addons:
apt:
packages: ['g++-5', 'cmake', 'ninja-build']
sources: ['ubuntu-toolchain-r-test', 'kalakris-cmake']
- env: CC=clang-3.8
addons:
apt:
packages: ['clang-3.8', 'cmake', 'ninja-build']
... | sudo: false
language: c
matrix:
include:
- env: CC=gcc-5
addons:
apt:
packages: ['g++-5', 'ninja-build']
sources: ubuntu-toolchain-r-test
- env: CC=clang-3.8
addons:
apt:
packages: ['clang-3.8', 'ninja-build']
sources: ubuntu-toolchain-r-tes... | Use newer version of CMake on Travis. | Use newer version of CMake on Travis.
| YAML | mit | skorezore/tdpi |
da7a0c7db3cc5379a54bf1560e8cb3f026ed2ca5 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.11"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Update Travis config to use Node 0.12 | Update Travis config to use Node 0.12 | YAML | mit | helmetjs/ienoopen |
6eaeded6a6c2a47e47b38c54b2165488950edde4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
| Test on more recent Ruby versions | Test on more recent Ruby versions
| YAML | mit | hybridgroup/taskmapper-pivotal |
4cb36c2fbb381d8148cfd048a2152160c7ac29e3 | .travis.yml | .travis.yml | language: php
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer install --no-interaction --prefer-dist
script: make sniff test
| language: php
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
cache:
directories:
- $HOME/.composer/cache
before_script:
- travis_retry composer install --no-interaction --prefer-dist
script: make sniff test
| Use 7.4snapshot to build on PHP 7.4 | Fix: Use 7.4snapshot to build on PHP 7.4
| YAML | mit | stof/Faker,matriphe/Faker,localheinz/Faker |
56a8ab8db74a9472279ef60432a9cb2c54845393 | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
install:
- pip install -r dev_requirements.txt
script:
- check-manifest
- nosetests --rednose --with-coverage --cover-package=transip
- pylint --rcfile=.pylintrc transip
# Deploy a new release to PyPi for every ... | sudo: false
language: python
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# Not currently working in travisci.org:
#- "pypy3"
install:
- pip install -r dev_requirements.txt
script:
- check-manifest
- nosetests --rednose --with-coverage --cover-package=transip
- pylint --rcfile=.pylintrc transi... | Remove CI test runs with pypy3 | Remove CI test runs with pypy3
| YAML | mit | benkonrath/transip-api,benkonrath/transip-api |
e6eb9ba6d433c086976e3470dc3401d0d7ecc337 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: node_js
node_js:
- 12
stages:
- test
- deploy
env:
- TEST_SUITE=main
- TEST_SUITE=tz TZ_LENGTH=2 TZ_INDEX=0
- TEST_SUITE=tz TZ_LENGTH=2 TZ_INDEX=1
- TEST_SUITE=node
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/x... | sudo: false
dist: trusty
language: node_js
node_js:
- 14
stages:
- test
- deploy
env:
- TEST_SUITE=main
- TEST_SUITE=tz TZ_LENGTH=2 TZ_INDEX=0
- TEST_SUITE=tz TZ_LENGTH=2 TZ_INDEX=1
- TEST_SUITE=node
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/x... | Update Node.js to the latest LTS | Update Node.js to the latest LTS | YAML | mit | date-fns/date-fns,date-fns/date-fns,date-fns/date-fns |
74f1f8d248c53ae803a48101b926511053328ebd | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
env:
- CC=clang CXX=clang++
- ""
install:
- npm install --no-save --ignore-scripts
before_script:
- tmp=$(mktemp --directory)
- bash -O dotglob -O extglob -c 'mv !(node_modules|test) "$1"/' bash "$tmp"
- pack=$(npm pack "$tmp")
- node -p '"sha512-... | language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
env:
- CC=clang CXX=clang++
- ""
install:
- npm install --no-save --ignore-scripts
before_script:
- tmp=$(mktemp --directory)
- bash -O dotglob -O extglob -c 'mv !(node_modules|test) "$1"/' bash "$tmp"
- pack=$(npm pack "$tmp")
- node -p ... | Add Node 10 to CI | Add Node 10 to CI
| YAML | isc | charmander/bcrypt-small,charmander/bcrypt-small,charmander/bcrypt-small |
a568ec01a14f98c7ef1b89b7f08d6aa612313bcb | .travis.yml | .travis.yml | os: linux
dist: trusty
language: java
install: true
jdk:
- openjdk7
- openjdk8
- openjdk9
cache:
directories:
- $HOME/.m2
script: ./mvnw clean verify
| os: linux
dist: trusty
language: java
install: true
jdk:
- openjdk7
- openjdk8
- oraclejdk11
cache:
directories:
- $HOME/.m2
script: ./mvnw clean verify
| Test against OpenJDK7, OpenJDK8 and OracleJDK11 | Test against OpenJDK7, OpenJDK8 and OracleJDK11 | YAML | mit | deliverymind/wiremock-maven-plugin,deliverymind/wiremock-maven-plugin |
8094e66a0bd7f129459bc580be924bb670184fb3 | .travis.yml | .travis.yml | dist: bionic
language: python
matrix:
include:
- python: "3.8"
- python: "3.7"
- python: "3.6"
- python: "3.5"
- python: "3.4"
- python: "2.7"
- python: "nightly"
- python: "pypy3"
- os: osx
language: generic
- name: build docs and check for broken links
install:
- pip install -r doc... | dist: bionic
language: python
matrix:
include:
- python: "3.8"
- python: "3.7"
- python: "3.6"
- python: "3.5"
- python: "2.7"
- python: "nightly"
- python: "pypy3"
- os: osx
language: generic
- name: build docs and check for broken links
install:
- pip install -r doc/requirements.txt
... | Remove tests for Python 3.4 | Travis-CI: Remove tests for Python 3.4
| YAML | mit | spatialaudio/python-sounddevice,spatialaudio/python-sounddevice |
e31bd354df16641df3f2802089d9b1e156c15766 | .travis.yml | .travis.yml | rvm:
- "2.1.0"
- "2.2.0"
- "2.3.0"
| rvm:
- "2.1.8"
- "2.2.4"
- "2.3.0"
| Use latest minor versions for each Ruby on Travis | Use latest minor versions for each Ruby on Travis
| YAML | mit | KitaitiMakoto/epub-parser |
45bd8bb9c09bd1f63ad839575d1b7b128e393073 | .travis.yml | .travis.yml | ### Project specific config ###
language: php
matrix:
include:
- os: linux
php: '5.6'
- os: linux
php: '7.0'
- os: linux
php: '7.0'
env:
- ATOM_CHANNEL=beta
after_failure:
- php --syntax-check --define display_errors=On --define log_errors=Off ./spec/files/good.php
-... | ### Project specific config ###
language: php
matrix:
include:
- os: linux
php: '5.6'
- os: linux
php: '7.0'
- os: linux
php: '7.1'
env:
- ATOM_CHANNEL=beta
after_failure:
- php --syntax-check --define display_errors=On --define log_errors=Off ./spec/files/good.php
-... | Update beta channel test to run on PHP v7.1 | Update beta channel test to run on PHP v7.1
| YAML | mit | AtomLinter/linter-php,AtomLinter/linter-php |
b3895026b6ce5a07b1fb2c79867fb2780a7e4aa0 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.12'
- '0.10'
- '0.8'
- 'iojs'
before_install:
- npm install -g npm@~1.4.6
| language: node_js
node_js:
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
- 'iojs'
- '0.12'
- '0.10'
- '0.8'
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@~1.4.6; fi'
| Test on all newer node versions | Test on all newer node versions
| YAML | mit | watson/cheerio-advanced-selectors |
f317090e6ddc0faf42432143722a942b9bfce056 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
script:
- npm run lint
- npm test
matrix:
fast_finish: true
after_script: "npm run coverage"
| # https://docs.travis-ci.com/user/build-config-validation/
version: ~> 1.0
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
script:
- npm run lint
- npm test
jobs:
fast_finish: true
after_script: "npm run coverage"
| Validate Travis CI config file from now on | Validate Travis CI config file from now on
| YAML | mit | paazmaya/shuji |
24ce2bcfc132d8d380629cdc4c860acfe921448b | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
- ree
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
| Remove ree from Travis build | Remove ree from Travis build
| YAML | mit | abevoelker/nomen |
9dd5d1a8a1d3529f63a87c20ee6497aaa8dda694 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
sudo: required
before_install:
- bash ./travis/install_cfitsio.sh
cache: cargo
matrix:
allow_failures:
- rust: nightly
after_success: |
wget https://github.... | language: rust
rust:
- stable
- beta
- nightly
sudo: required
before_install:
- bash ./travis/install_cfitsio.sh
cache: cargo
matrix:
allow_failures:
- rust: nightly
after_success: |
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev libbfd-dev libiberty-dev
wget https://... | Update to install packages at after_success level | Update to install packages at after_success level
| YAML | apache-2.0 | mindriot101/rust-fitsio,mindriot101/rust-cfitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-cfitsio |
9ac3938852402640511e2fa980621c1c671dd5d7 | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
cache: bundler
bundler_args: --without tools benchmarks
script:
- bundle exec rake
after_success:
# Send coverage report from the job #1 == current MRI release
- '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-report... | language: ruby
dist: trusty
sudo: false
cache: bundler
bundler_args: --without tools benchmarks
script:
- bundle exec rake
after_success:
# Send coverage report from the job #1 == current MRI release
- '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-report... | Allow JRuby to fail on Travis (it’s having trouble with installing json) | Allow JRuby to fail on Travis (it’s having trouble with installing json) | YAML | mit | lotus/view,dry-rb/dry-view,hanami/view,dry-rb/dry-view,hanami/view |
f6ca031b3f349549997864c9b3584a3cecbbd7c2 | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
env:
- VER_NGINX=1.6.3
- VER_NGINX=1.8.1
- VER_NGINX=1.9.15
- VER_NGINX=1.10.0
sudo: false
addons:
apt:
packages:
- libzmq3-dev
install:
- mkdir ./vendor && cd ./vendor
- wget "http://nginx.org/download/nginx-${VER_NGINX}.tar.gz" && tar -xf "nginx-${VE... | language: c
compiler:
- gcc
- clang
env:
- VER_NGINX=1.6.3
- VER_NGINX=1.8.1
- VER_NGINX=1.9.15
- VER_NGINX=1.10.1
- VER_NGINX=1.11.3
sudo: false
addons:
apt:
packages:
- libzmq3-dev
install:
- mkdir ./vendor && cd ./vendor
- wget "http://nginx.org/download/nginx-${VER_NGINX}.tar.gz" &... | Add 1.10.1 and 1.11.3 to Travis | Add 1.10.1 and 1.11.3 to Travis
| YAML | mit | danielfbento/nginx-log-zmq,danifbento/nginx-log-zmq |
c4f600a1b089f666475290d406f4bdea6f9f4da0 | .travis.yml | .travis.yml | language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux... | language: python
cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
python: '2.6'
- os: linux
dist: xenial
sudo: false
python: '2.7'
- os: linux
dist: xenial
sudo: false
python: '3.2'
- os: linux
dist: xenial
sudo: false
python: '3.3'
- os: linux... | Switch back to offical Python 3.7 build | Switch back to offical Python 3.7 build
It appears that Python 3.7 use in Travis-CI is finally
fixed. However, it requires use of xenial distribution
and sudo: true. Those have now been added to the matrix.
| YAML | bsd-2-clause | etingof/pyasn1-modules |
7f5123e4d115bb978c82cfdc9b43616d79f1d296 | .travis.yml | .travis.yml | language: node_js
os:
- linux
node_js:
- "8"
- "6"
- "4"
after_script:
- npm run coverage
- cat coverage/lcov.info | node_modules/.bin/coveralls
| language: node_js
os:
- linux
node_js:
- "8"
- "6"
after_script:
- npm run coverage
- cat coverage/lcov.info | node_modules/.bin/coveralls
| Revert "Task: Add node4 support." | Revert "Task: Add node4 support."
This reverts commit ae4a77211bb50494095d182fb3b523390883c8fb.
| YAML | mit | nspragg/filehound |
58e1f9166a6e9ab96fdc84d76665f13f2fc9697b | .travis.yml | .travis.yml | language: go
go:
- 1.11.x
- master
sudo: false
services:
- rabbitmq
# safelist branch to build
branches:
only:
- master
addons:
apt:
packages:
- rabbitmq-server
env:
- AMQP_URL=amqp://guest:guest@127.0.0.1:5672/
script:
- make jenkins
notifications:
email:
- bifer@alea-soluciones.com... | language: go
go:
- 1.11.x
- 1.17.x
sudo: false
services:
- rabbitmq
# safelist branch to build
branches:
only:
- master
addons:
apt:
packages:
- rabbitmq-server
env:
- AMQP_URL=amqp://guest:guest@127.0.0.1:5672/
script:
- make jenkins
notifications:
email:
- bifer@alea-soluciones.com... | Fix latest version compatible 1.17.X | [FIX] Fix latest version compatible 1.17.X
| YAML | mit | aleasoluciones/simpleamqp |
bf884697e758d0f965c8b58ef579e017615ecc56 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
| language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
before_install: gem install bundler -v 1.10.6
| Test on more Ruby versions | Test on more Ruby versions
| YAML | mit | everypolitician/jekyll-google_analytics,everypolitician/jekyll-google_analytics |
b72953e5638c702eaab00466c56ce4ecdbeff549 | .travis.yml | .travis.yml | language: cpp
script:
- git submodule update --init --recursive
- export CXX="clang++ -isystem /usr/include/x86_64-linux-gnu/c++/4.8/ -isystem /usr/include/x86_64-linux-gnu"
- cd bin/ninja && ./bootstrap.py && ./configure.py && cd -
- ./bin/ninja/ninja -f bootstrap.ninja
- cat build.ninja
- ./bin/ninja/ninj... | language: cpp
script:
- git submodule update --init --recursive
- export CXX="clang++ -isystem /usr/include/x86_64-linux-gnu/c++/4.8/ -isystem /usr/include/x86_64-linux-gnu"
- cd bin/ninja && ./bootstrap.py && ./configure.py && cd -
- ./bin/ninja/ninja -f bootstrap.ninja
- ./bin/ninja/ninja
compiler:
- clan... | Remove the display of build.ninja contents. | Remove the display of build.ninja contents.
| YAML | unlicense | automeka/automeka,automeka/automeka |
e000076030ad042a9001c9b2b0088e2b823dc226 | .travis.yml | .travis.yml | before_install:
- gem update bundler rake
branches:
only:
- master
env:
global:
- secure: | # CODECLIMATE_REPO_TOKEN
LANA2wEG+eJ4a+Sl0Uhw343XutMp00m/+IV4n7T+AYpFmzmBPB8k5kVP1SZR
lhqpkdWuJlpaSUyP1EvODyS3Ryg+UtCXXKa0vX6AQseYZqMzXoWWWS1UPHx5
R5/Dvko4JIPfOeeXwyPGnBhzewdQSqXcQR5UnPIWPG7... | before_install:
- gem update bundler rake
branches:
only:
- master
cache: bundler
env:
global:
- secure: | # CODECLIMATE_REPO_TOKEN
LANA2wEG+eJ4a+Sl0Uhw343XutMp00m/+IV4n7T+AYpFmzmBPB8k5kVP1SZR
lhqpkdWuJlpaSUyP1EvODyS3Ryg+UtCXXKa0vX6AQseYZqMzXoWWWS1UPHx5
R5/Dvko4JIPfOeeXwyPGnBhzewdQ... | Use container-based infrastructure and cache bundle | Use container-based infrastructure and cache bundle
| YAML | mit | JDutil/interactor-rails,collectiveidea/interactor-rails,collectiveidea/interactor-rails,JDutil/interactor-rails |
c5b5191d98957ecd239fd17de835f651800f63b3 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rspec spec"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
env:
- ACTIVE_RECORD_VERSION="~> 4.0.0.rc1"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
- ACTIVE_RECORD_VERSION="~> 3.0.0"
matr... | language: ruby
script: "bundle exec rspec spec"
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
env:
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
- ACTIVE_RECORD_VERSION="~> 3.0.0"
| Test against Active Record 4.0 | Test against Active Record 4.0
Don't test against Ruby 1.8
| YAML | mit | Casecommons/with_model |
65d5e595827f17ecd2b401b3808eded6583ca123 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/c77e712c44b0a4914b7c
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"
sudo: false
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/c77e712c44b0a4914b7c
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # def... | Make Travis use Docker for faster builds | Make Travis use Docker for faster builds
| YAML | apache-2.0 | cbornet/generator-jhipster,atomfrede/generator-jhipster,xetys/generator-jhipster,hdurix/generator-jhipster,sohibegit/generator-jhipster,ctamisier/generator-jhipster,rifatdover/generator-jhipster,baskeboler/generator-jhipster,deepu105/generator-jhipster,siliconharborlabs/generator-jhipster,sendilkumarn/generator-jhipste... |
08835433ef30a6cf38744dafc16988ed262ba000 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- stable
- "8"
- "6"
- "4"
| language: node_js
cache: yarn
node_js:
- stable
- "8"
- "6"
| Remove Node 4 from Travis | Remove Node 4 from Travis
| YAML | mit | postcss/postcss-nested |
8041989c25bf1bc9b844a5923290f1600b8a77c8 | .travis.yml | .travis.yml | ---
branches:
only:
- master
services:
- mongodb
language: node_js
node_js:
- "6.9.2"
sudo: true
addons:
hosts:
- www.koaton.test
- koaton.test
- koaton.t3st
- origin.koaton.test
apt:
packages:
- nginx
cache:
directories:
- node_modules
before_install:
- npm config set spin... | ---
branches:
only:
- master
services:
- mongodb
language: node_js
node_js:
- "6.9.2"
sudo: true
addons:
hosts:
- www.koaton.test
- koaton.test
- koaton.t3st
- origin.koaton.test
cache:
directories:
- node_modules
before_install:
- npm config set spin false
- npm install -g ember-c... | Remove nginx from Travis CI | ci: Remove nginx from Travis CI
| YAML | agpl-3.0 | gerard2p/koaton |
8fdb503d53a1450e288a8589d844233e5eb99aa7 | .travis.yml | .travis.yml | language: d
sudo: false
matrix:
include:
- d: dmd-2.068.0-rc1
- d: dmd-2.067.1
env:
- COVERAGE=true
- d: dmd-2.066.1
- d: dmd-2.064.2
- d: dmd-2.065.0
- d: ldc-0.15.1
- d: ldc-0.14.0
- d: gdc-4.9.0
script:
- ./travis-ci.sh
| language: d
sudo: false
matrix:
include:
- d: dmd-2.068.2-b1
- d: dmd-2.068.1
- d: dmd-2.067.1
env:
- COVERAGE=true
- d: dmd-2.066.1
- d: dmd-2.065.0
- d: dmd-2.064.2
- d: ldc-0.15.1
- d: ldc-0.14.0
- d: gdc-4.9.2
- d: gdc-4.9.0
script:
- ./travis-ci.sh
| Test with the latest DMD and GDC versions. | Test with the latest DMD and GDC versions.
| YAML | mit | p0nce/dub,Geod24/dub,D-Programming-Language/dub,grogancolin/dub,rjframe/dub,Flamaros/dub,jeanbaptistelab/dub,nazriel/dub,xentec/dub,jelmansouri/dub,gedaiu/dub |
e1fb3154b7fbc9550a1018c51993b47991542347 | .travis.yml | .travis.yml | # .travis.yml
# Do not set the language to c++, this over rides our environment variable CXX
# below.
language: C++
sudo: false
git:
depth: 1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
os:
- linux
cache:
ccache: true
directories:
- node_modules
install... | # .travis.yml
# Do not set the language to c++, this over rides our environment variable CXX
# below.
language: C++
sudo: false
git:
depth: 1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
os:
- linux
cache:
ccache: true
directories:
- node_modules
install... | Remove the build directory from the coveralls line | Remove the build directory from the coveralls line
For some reason, the build doesn't exist?
Signed-off-by: Robert Young <42c59959a3f4413d6a1b4d7b4f99db457d199e49@gmail.com>
| YAML | apache-2.0 | jduimovich/Base9,youngar/Base9,jduimovich/Base9,youngar/Base9,youngar/Base9 |
aac7e7225ee1642d821d7221dc20c363e9b08b80 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- sudo apt-get install libnetcdf-dev libhdf5-dev
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x minico... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- sudo apt-get install libnetcdf-dev libhdf5-serial-dev
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x... | Add HDF5 to requirements for Travis | Add HDF5 to requirements for Travis
| YAML | bsd-3-clause | matteobachetti/MaLTPyNT |
51c06ff9b3bec89c397ff2c6726bafa896376d5a | .travis.yml | .travis.yml | language: node_js
node_js:
- "5.5.0"
addons:
code_climate:
repo_token: e738d6a0d77f8e8d47da02e058b8e47ec8719288247d6d117ecbe6692a6aa84b
after_script:
- codeclimate-test-reporter < lcov.info | language: node_js
node_js:
- "5.5.0"
addons:
code_climate:
repo_token: e738d6a0d77f8e8d47da02e058b8e47ec8719288247d6d117ecbe6692a6aa84b
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate-test-reporter < lcov.info | Install codeclimate-test-reporter before run script on TravisCI | Install codeclimate-test-reporter before run script on TravisCI
| YAML | mit | Altoros/refill-them-api |
7acc702871a30ee25e88c2881a089820efcd495e | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
install: composer install | language: php
php:
- 5.6
- 7.0
- 7.1
install: composer install | Add php 7.1 to Travis. | Add php 7.1 to Travis.
| YAML | mit | zachleigh/laravel-lang-bundler |
51e1720d412c70da4f97f232d23c093f6a43a6d5 | .travis.yml | .travis.yml | language: php
php:
- 8.0
install: composer install
script: ./vendor/bin/phpunit
after_success:
- travis_retry php ./vendor/bin/php-coveralls -v
| language: php
php:
- 8.0
install: composer install
script: XDEBUG_MODE=coverage ./vendor/bin/phpunit
after_success:
- travis_retry php ./vendor/bin/php-coveralls -v
| Enable code coverage for xDebug | Enable code coverage for xDebug
| YAML | mit | procurios/JsonRpc |
761233ec987e373e6c01c3a1b0a9588814650ffc | .travis.yml | .travis.yml | language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
- LISP=cmucl
- LISP=ecl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=cmucl
install:
- curl -L https://github.com/luismbo/cl-trav... | language: lisp
env:
matrix:
- LISP=abcl
- LISP=allegro
- LISP=sbcl
- LISP=sbcl32
- LISP=ccl
- LISP=ccl32
- LISP=clisp
- LISP=clisp32
- LISP=cmucl
- LISP=ecl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=cmucl
install:
- curl -L https://github.com/luismbo/cl-trav... | Work around Quicklisp bug re :DEFSYSTEM-DEPENDS-ON | Work around Quicklisp bug re :DEFSYSTEM-DEPENDS-ON
| YAML | mit | trivial-features/trivial-features |
fb7853d14890afba8cba4e4ee7d1dad1acecec29 | .travis.yml | .travis.yml | dist: xenial
language: clojure
sudo: required
lein: lein
jdk:
- openjdk8
services:
- docker
branches:
only:
- master
- wip
- develop
install:
- ./manage.sh help
- nvm install $NODE_VERSION
- node --version
before_script:
- env | sort
script:
- ./manage.sh $COMMAND
after_script:
- doc... | dist: xenial
language: clojure
sudo: required
lein: lein
jdk:
- openjdk8
services:
- docker
branches:
only:
- master
- wip
- develop
- build-refactor
install:
- ./manage.sh help
- nvm install $NODE_VERSION
- node --version
before_script:
- env | sort
script:
- ./manage.sh $COMMAND
... | Update CI node and tasks | :construction_worker: Update CI node and tasks
| YAML | mpl-2.0 | uxbox/uxbox,uxbox/uxbox,uxbox/uxbox |
1c2b981a4d823ac2772a3583d12fbc2538252153 | .travis.yml | .travis.yml | sudo: false
addons:
apt:
sources:
- sourceline: 'ppa:git-core/ppa'
packages:
- git
language: go
go:
- 1.8.x
- master
branches:
only:
- master
matrix:
allow_failures:
- go: master
| sudo: false
addons:
apt:
sources:
- sourceline: 'ppa:git-core/ppa'
packages:
- git
language: go
go:
- 1.8.x
- 1.9.x
- master
branches:
only:
- master
matrix:
allow_failures:
- go: master
| Add Go 1.9 to Travis | Add Go 1.9 to Travis | YAML | mpl-2.0 | missedone/go-getter,hashicorp/go-getter |
d9a8ad2c8f0ad1538395678e9427390ba90b4dd2 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '7'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build with Node.js 7 on Travis CI. | Build with Node.js 7 on Travis CI.
| YAML | mit | bigeasy/rescue |
cc91eca1d40cd2349e0f21007c07dc2b03e6d116 | .travis.yml | .travis.yml | language: php
php: [5.3, 5.4, 5.5]
before_script:
- curl -s https://getcomposer.org/installer | php
- php composer.phar install
script: phpunit -v
| language: php
php: [5.3, 5.4, 5.5]
before_script:
- composer install
script: phpunit -v
| Use composer installation from Travis box | Use composer installation from Travis box
Related to https://github.com/Behat/Mink/issues/413
| YAML | mit | stof/SahiClient,minkphp/SahiClient,Behat/SahiClient |
7c00054a41ff93b5d014b51cd2096a20d2303463 | .travis.yml | .travis.yml | dist: bionic
language: ruby
gemfile:
- Gemfile
services:
- postgresql
- redis-server
addons:
postgresql: 10
script: bundle exec rake test
before_install:
- createdb searchkick_test || true
- ./test/ci/install_elasticsearch.sh
cache:
directories:
- $HOME/elasticsearch
env:
- ELASTICSEARCH_VERSION=7.9... | dist: bionic
language: ruby
gemfile:
- Gemfile
services:
- postgresql
- redis-server
addons:
postgresql: 10
script: bundle exec rake test
before_install:
- createdb searchkick_test || true
- ./test/ci/install_elasticsearch.sh
cache:
directories:
- $HOME/elasticsearch
env:
- ELASTICSEARCH_VERSION=7.9... | Test against Elasticsearch 7.9.3 and 6.8.13 on Travis | Test against Elasticsearch 7.9.3 and 6.8.13 on Travis
| YAML | mit | ankane/searchkick |
74427490cb8f8b555f8a999d25201885a2d71143 | .travis.yml | .travis.yml | language: php
sudo: true
php:
- 5.6
services:
- mysql
before_install:
- composer self-update
install:
- composer install
before_script:
- cp app/config/parameters.yml.dist app/config/parameters_test.yml
- cp behat.yml.dist behat.yml
- php bin/console server:start
- php bin/console doctrine:database:... | language: php
sudo: true
php:
- 5.6
services:
- mysql
before_install:
- composer self-update
install:
- composer install
before_script:
- cp app/config/parameters.yml.dist app/config/parameters_test.yml
- cp behat.yml.dist behat.yml
- php bin/console server:start
- php bin/console doctrine:database:... | Edit delete dotrine:fixtures:load row and replace script rows | Edit delete dotrine:fixtures:load row and replace script rows
| YAML | mit | AndrewTomMet/clientBase,AndrewTomMet/clientBase |
97cd7846f87cc5f012330faf4a166eb024ea2bb7 | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.6
jdk:
- oraclejdk8
before_install:
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update"
- "sudo a... | language: scala
scala:
- 2.11.6
jdk:
- oraclejdk8
before_install:
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update"
- "sudo a... | Configure Travis to send notifications to gitter.im | Configure Travis to send notifications to gitter.im
| YAML | apache-2.0 | danielwegener/tepkin |
1604f647a5405eb9b4106f1a3516dce301d72389 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.6.2
env:
matrix:
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
... | sudo: false
language: ruby
rvm:
- 2.6.2
services:
- postgresql
- mysql
env:
matrix:
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=v2.8 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=mysql
... | Fix PostgreSQLs and MySQL not being available in Travis | Fix PostgreSQLs and MySQL not being available in Travis
| YAML | bsd-3-clause | boomerdigital/solidus_avatax_certified,boomerdigital/solidus_avatax_certified,boomerdigital/solidus_avatax_certified |
b9a6218e367414ca3dd003fc9abc408496b42020 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DATABASE_ENGINE=sqlite
- DATABASE_ENGINE=postgres
- DATABASE_ENGINE=mysql
matrix:
exclude:
- python: 3.2
env: DATABASE_ENGINE=mysql
- python: 3.3
env: DATABASE_ENGINE=mysql
fast_finish: true
i... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DATABASE_ENGINE=sqlite
- DATABASE_ENGINE=postgres
- DATABASE_ENGINE=mysql
matrix:
exclude:
- python: 3.2
env: DATABASE_ENGINE=mysql
- python: 3.3
env: DATABASE_ENGINE=mysql
fast_finish: true
i... | Simplify the config but remove optimizations | Simplify the config but remove optimizations
| YAML | bsd-3-clause | aorzh/django-blog-zinnia,dapeng0802/django-blog-zinnia,Fantomas42/django-blog-zinnia,extertioner/django-blog-zinnia,marctc/django-blog-zinnia,Maplecroft/django-blog-zinnia,dapeng0802/django-blog-zinnia,extertioner/django-blog-zinnia,petecummings/django-blog-zinnia,ghachey/django-blog-zinnia,Fantomas42/django-blog-zinni... |
876512811c0898ab41254ab56dac2020ab1011e9 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- release
- tip
install:
- go get github.com/go-sql-driver/mysql
- go get github.com/cenkalti/backoff
- go get github.com/joho/godotenv
- go get github.com/codegangsta/cli
env:
- ENV=test
script:
- go test -v ./...
| language: go
go:
- 1.4
- release
- tip
install:
- go get github.com/go-sql-driver/mysql
- go get github.com/cenkalti/backoff
- go get github.com/joho/godotenv
- go get github.com/codegangsta/cli
env:
- ENV=test
script:
- go test -v ./...
| Update Go versions in Travis | Update Go versions in Travis
| YAML | mit | nicday/turtle |
2a62411102c269015ab4282ef942bf7bac9d513f | .travis.yml | .travis.yml | language: python
cache: pip
sudo: false
python:
- "3.6"
- "3.5"
- "2.7"
addons:
postgresql: "9.4"
env:
- REQ="Django>=1.11,<2.0"
- REQ="Django>=2.0,<2.1"
- REQ="Django>=2.1,<2.2
- REQ="https://github.com/django/django/archive/master.zip#egg=Django"
matrix:
allow_failures:
- env: REQ="https://github.com/django/d... | language: python
cache: pip
sudo: false
python:
- "3.6"
- "3.5"
- "2.7"
addons:
postgresql: "9.4"
env:
- REQ="Django>=1.11,<2.0"
- REQ="Django>=2.0,<2.1"
- REQ="Django>=2.1,<2.2"
- REQ="https://github.com/django/django/archive/master.zip#egg=Django"
matrix:
allow_failures:
- env: REQ="https://github.com/django/... | Fix a typo in the Django 2.1 line | Fix a typo in the Django 2.1 line
| YAML | bsd-3-clause | matthiask/feincms3,matthiask/feincms3,matthiask/feincms3 |
b2d5ca7c560429ad3acf80bed63f76c365ad22ca | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.2.4
before_install: gem install bundler -v 1.10.6
| Update tested ruby to 2.2.4 | Update tested ruby to 2.2.4 | YAML | mit | librariesio/semantic_interval,librariesio/semantic_interval |
f48242ce50c4f77d93fbfc8419af54d32e12ba8f | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build with latest Node.js 4 on Travis CI. | Build with latest Node.js 4 on Travis CI.
| YAML | mit | bigeasy/conduit |
7d0e3fdd41c54c06293c257e981d17321ba7e599 | .travis.yml | .travis.yml | dist: xenial
language: ruby
rvm:
- 2.7.6
env: SECRET_KEY_BASE=859384 RUN_SLOW_TESTS=true
before_install:
- gem install bundler:2.0.2
before_script:
- cp config/database.travis.yml config/database.yml
- RAILS_ENV=test bundle exec rake db:setup
- docker pull openaustralia/buildstep
after_success:
- bundle... | dist: xenial
language: ruby
rvm:
- 2.7.6
env: SECRET_KEY_BASE=859384 RUN_SLOW_TESTS=true
before_install:
- gem install bundler:2.0.2
before_script:
- cp config/database.travis.yml config/database.yml
- bundle exec rake db:setup
- docker pull openaustralia/buildstep
after_success:
- bundle exec codeclima... | Revert "Try explicitly setting the test environment" | Revert "Try explicitly setting the test environment"
This reverts commit 8a74be7e201ba84255280928d637f4be291c76ea.
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph |
36d52a2c199f50e3b636f4334b1daa8d2cdc3a5f | .travis.yml | .travis.yml | # Note: all environments run nodejs, so set language to PHP so we can lint all of the PHP functions
language: php
php:
- "5.3"
before_script:
- npm install
- make
script:
- make check_changes
- make test
branches:
only:
- master
| # Note: all environments run nodejs, so set language to PHP so we can lint all of the PHP functions
language: php
php:
- 7.2
before_script:
- npm install
- make
script:
- make check_changes
- make test
branches:
only:
- master
- travis
env:
global:
- secure: "ZjGYCdnJbnuXx+CTiIIr50cZxEaGX... | Use newer PHP version in Travis config, add Nix to build matrix | Use newer PHP version in Travis config, add Nix to build matrix
| YAML | agpl-3.0 | jbboehr/handlebars-spec,jbboehr/handlebars-spec,jbboehr/handlebars-spec |
ee3823829a4aaf26a388596d99230e2c06c1498c | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
install:
- python setup.py develop
- pip install -r requirements-dev.txt
script:
- mamba
| language: python
matrix:
include:
-python: 3.7
dist: xenial
sudo: true
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- python setup.py develop
- pip install -r requirements-dev.txt
script:
- mamba
| Use python 3.7 from Xenial distribution | [INTERNAL][FIX] Use python 3.7 from Xenial distribution
| YAML | mit | aleasoluciones/simpledatamigrate,aleasoluciones/simpledatamigrate |
3f5314989a3534849bd73cfdf8856bb7f32eacad | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
script: bundle exec rspec spec
| bundler_args: --without development
language: ruby
sudo: false
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
script: bundle exec rspec spec
| Drop ruby versions < 2 | Drop ruby versions < 2
| YAML | mit | arashm/PoParser,experteer/PoParser |
dd6bf79de461866db1e4342a1f52dbc01b89ef04 | .travis.yml | .travis.yml | language: csharp
mono: none
dotnet: 2.1.401
sudo: required
dist: trusty
script: "./build.sh"
before_install:
- sudo service postgresql stop
- while sudo lsof -Pi :5432 -sTCP:LISTEN -t; do sleep 1; done
env:
global:
secure: e2TyjuwV8DgvfkM/NsZw7Q2Trt7IDO6roqQJHa/xbQh4ZInp2JPLgg/f6YVF51dpBxfxsmYSLBbsnj8S... | language: minimal
sudo: required
dist: trusty
script: "./build.sh"
env:
global:
secure: e2TyjuwV8DgvfkM/NsZw7Q2Trt7IDO6roqQJHa/xbQh4ZInp2JPLgg/f6YVF51dpBxfxsmYSLBbsnj8SLoTuSa904lyoI7p/xY1CDvvQUPiBQD2ORkSkne7RWepZXg5uwm9DQTJJXohR/aPnpNnFGr8RWMhCfIOPgc6wEX7EVCA=
| Use minimal as the 'language' | Use minimal as the 'language'
The 'minimal' language contains everything we need to build
| YAML | mit | SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore |
8f20dfa8db4144735f15af8f6e2ed5c63bcb3b49 | .travis.yml | .travis.yml | language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
| language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
| Test on Node.js 6 and newer only | Test on Node.js 6 and newer only
| YAML | mit | chbrown/xmlconv |
edce418a2e90919bb04ca8bcc42825a48534db1f | .travis.yml | .travis.yml | before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libsdl2-dev libsdl2-image-dev
language: cpp
compiler:
- clang
- gcc
script: cmake
| before_install:
- wget http://www.libsdl.org/release/SDL2-2.0.4.tar.gz -O - | tar xz
- (cd SDL2-2.0.4 && ./configure && make && sudo make install)
- wget http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz -O - | tar xz
- (cd SDL2_image-2.0.1 && ./configure && make && sudo make inst... | Fix before_install step in Travis CI configuration | Fix before_install step in Travis CI configuration
| YAML | mit | SHyx0rmZ/image-viewer-xx |
f7d836e7ec6a4d61752f7444d9ccc1e0553e2bf4 | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
include:
- php: 5.5
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.0
env: COMPOSER_FLAGS='--prefer-lowest --prefer-s... | sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
include:
- php: 5.5
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.0
env: COMPOSER_FLAGS='--prefer-lowest --prefer-s... | Add linting and code-sniffing to the Travis CI build | Add linting and code-sniffing to the Travis CI build
| YAML | mit | aztech-forks/uuid,ramsey/uuid,michabbb-backup/uuid,michabbb-backup/uuid |
a01521b8eb6a3df033a211f6e205d3d7d1c3fcd4 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| Add node 0.12 and iojs to CI run. | Add node 0.12 and iojs to CI run. | YAML | mit | basti1302/repoman,cliffano/repoman |
95725022c0e9705e09c853563a93fb12aed91ad6 | .travis.yml | .travis.yml | # "It took the night to believe"
language: c
before_script:
- cmake --help
- cmake $CMAKE_GENERATOR .
sudo: required
env:
- CTEST_OUTPUT_ON_FAILURE=1
addons:
apt:
packages:
- cmake
- libpopt-dev
- doxygen
- ninja-build
script:
- make
- make test
- make doc
matrix:
incl... | # "It took the night to believe"
language: c
before_script:
- cmake --help
- cmake $CMAKE_GENERATOR .
sudo: required
env:
- CTEST_OUTPUT_ON_FAILURE=1
addons:
apt:
packages:
- cmake
- libpopt-dev
- doxygen
- ninja-build
script:
- make check
matrix:
include:
- compiler: clang
... | Use new 'make check', and only build docs selectively | Use new 'make check', and only build docs selectively
| YAML | lgpl-2.1 | sourcefrog/librsync,yrgoldteeth/librsync,dbaarda/librsync,Salamek/librsync,dbaarda/librsync,librsync/librsync,dbaarda/librsync,yrgoldteeth/librsync,Salamek/librsync,yrgoldteeth/librsync,sourcefrog/librsync,librsync/librsync,dbaarda/librsync,sourcefrog/librsync,librsync/librsync,librsync/librsync,Salamek/librsync,source... |
3eacf05d6ad677d7970caebe27099579ec355a11 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- platform-tools
- tools
# Build tools version.
- build-tools-26.0.1
# Android complile sdk version.
- android-26
# Additional components.
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2r... | language: android
android:
components:
- tools
- platform-tools
- tools
# Build tools version.
- build-tools-26.0.1
# Android compile sdk version.
- android-26
# Additional components.
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2re... | Fix syntax issue in CI script | Fix syntax issue in CI script
| YAML | mit | crazyhitty/TravisCIAndroidDemo |
0f8e375b7bf80b140877e59cd8f4d3f28d23c5ba | .travis.yml | .travis.yml | language: go
go:
- 1.2.2
- 1.3
install:
- go get code.google.com/p/go.tools/cmd/vet
- go get -t -v ./...
- export GOBIN=~/bin
- export PATH=$GOBIN:$PATH
- go install github.com/rjeczalik/which/cmd/gowhich
script:
- go tool vet -all .
- go build ./...
- go test -race -v ./...
- [ "$(gowhich gowhich)" == "g... | language: go
go:
- 1.3
install:
- go get code.google.com/p/go.tools/cmd/vet
- go get -t -v ./...
- go install -a -race std
script:
- go tool vet -all .
- go build ./...
- go test -race -v ./...
| Update Travis CI configuration file | Update Travis CI configuration file
| YAML | mit | rjeczalik/which |
81d9af30feeb90afcca686850ab9f729717cf940 | .travis.yml | .travis.yml | language: rust
rust: nightly
os:
- linux
- osx
sudo: false
install:
- .travis/docs/install
script:
- cargo rustc --verbose -- -C llvm-args=-verify-machineinstrs
- cargo test --verbose
- cargo bench --verbose
- cargo doc
after_success:
- .travis/docs/after_success
notifications:
irc: "irc.mozilla.org#l... | language: rust
rust: nightly
os:
- linux
- osx
sudo: false
install:
- .travis/docs/install
script:
- cargo rustc --verbose -- -C llvm-args=-verify-machineinstrs
- cargo test --verbose
- cargo bench --verbose
- cargo doc
after_success:
- .travis/docs/after_success
notifications:
irc:
channels:
... | Set skip_join for Travis CI notifications | Set skip_join for Travis CI notifications [skip-ci]
| YAML | apache-2.0 | nathan7/libfringe,nathan7/libfringe |
084a1ee66ca9f109a62f72d739ca119a7385b428 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| Update node versions for Travis CI. | Update node versions for Travis CI.
| YAML | mit | jonkemp/style-selector |
4e077b17f668fc756d1e7f766f07be943f35e78b | .travis.yml | .travis.yml | language: go
go:
- 1.4
- 1.5
- tip
before_script:
- go vet ./...
| language: go
go:
- 1.4
- 1.5
- 1.6
- tip
before_script:
- go vet ./...
| Enable building against go 1.6 | Enable building against go 1.6 | YAML | mit | caio/go-tdigest |
624af59d911d57bae8146f09ffbf8ee84dcdc90f | .travis.yml | .travis.yml | language: java
sudo: false # faster builds
# first try
before_install:
- pip install --user codecov
after_success:
- codecov
jdk:
- oraclejdk7
- openjdk7
os:
- linux
- osx
| language: java
sudo: false # faster builds
# first try
before_install:
- pip install --user codecov
after_success:
- codecov
jdk:
- oraclejdk7
- openjdk7 | Revert "Add Mac OSX builds to Travis CI" | Revert "Add Mac OSX builds to Travis CI"
This reverts commit ea6713f3c737f62b312e13e8bedf1fb81a768cf5.
| YAML | mit | serayuzgur/heartbeat |
bb8ed2ff47e96d166e4896e6a38a2207c0b22ec1 | .travis.yml | .travis.yml | # http://docs.travis-ci.com
language: php
php:
- "5.5"
before_install:
- composer --version
- git --version
- node --version
- npm --version
before_script:
- composer install
- npm install
script:
- ./vendor/bin/phpcs --standard=PSR1,PSR2 src
- grunt build --verbose
- grunt setup --verbose
| # http://docs.travis-ci.com
language: php
php:
- "5.6"
before_install:
- composer --version
- git --version
- node --version
- npm --version
before_script:
- composer install
- npm install
script:
- ./vendor/bin/phpcs --standard=PSR1,PSR2 src
- grunt build --verbose
- grunt setup --verbose
| Update PHP version in Travis | Update PHP version in Travis
| YAML | mit | textpattern/textpattern-forum,textpattern/textpattern-forum,textpattern/textpattern-forum |
b778d193a22392e3f22a6965f98f51b9222005c2 | .travis.yml | .travis.yml | dist: xenial
language: cpp
script:
- mkdir build && cd build
- cmake ..
- cmake --build .
- ./mc_01
| dist: trusty
language: cpp
script:
- mkdir build && cd build
- cmake ..
- cmake --build .
- ./mc_01
| Return ubuntu version to trusty | Return ubuntu version to trusty
| YAML | apache-2.0 | willir/cppconf2017-mc1,willir/cppconf2017-mc1,willir/cppconf2017-mc1 |
a88364730dfc233cd16c1059ff423423de8b578e | integration/signer/policy_template.yaml | integration/signer/policy_template.yaml | apiVersion: kritis.grafeas.io/v1beta1
kind: VulnzSigningPolicy
metadata:
name: my-vsp
spec:
imageVulnerabilityRequirements:
maximumFixableSeverity: MEDIUM
maximumUnfixableSeverity: MEDIUM
allowlistCVEs:
- projects/goog-vulnz/notes/CVE-2020-10543
- projects/goog-vulnz/notes/CVE-2020-10878
... | apiVersion: kritis.grafeas.io/v1beta1
kind: VulnzSigningPolicy
metadata:
name: my-vsp
spec:
imageVulnerabilityRequirements:
maximumFixableSeverity: MEDIUM
maximumUnfixableSeverity: MEDIUM
allowlistCVEs:
- projects/goog-vulnz/notes/CVE-2020-10543
- projects/goog-vulnz/notes/CVE-2020-10878
... | Update policy template in signer test. | Update policy template in signer test.
| YAML | apache-2.0 | grafeas/kritis,grafeas/kritis,grafeas/kritis |
15c702be14bbcc436587a44e7f0d716584309381 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- rvm: 1.9.3
env: BUNTO_VERSION=1.0
env:
matrix:
- BUNTO_VERSION=1.0
- BUNTO_VERSION=2.0
branches:
only:
- master
install:
- travis_retry script/bootstrap
script: script/cibuild
notifications:
irc:
on_success: change
... | sudo: false
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
matrix:
include:
- rvm: 1.9.3
env: BUNTO_VERSION=1.0
env:
matrix:
- BUNTO_VERSION=1.0
- BUNTO_VERSION=2.0
branches:
only:
- master
before_script:
- chmod +x script/bootstrap
- chmod +x script/cibuild
- chmod +x script/rebund
- chmod +... | Add before_script to repair Travis CI "Permission denied" error | Add before_script to repair Travis CI "Permission denied" error | YAML | mit | bunto/bunto-coffeescript,bunto/bunto-coffeescript |
2c889720e5e4ac0571d7d2cfbe7f07516750adc7 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.12"
- "4.0"
- "4.1"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation. | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation.
| YAML | mit | cliffano/breaker |
70086f205810ec3084878cffc609d52495f2a9a4 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.3
script: 'bundle exec rake'
| language: ruby
rvm:
- 2.1.2
- 2.1.3
script: 'bundle exec rake'
| Remove ruby versions for Travis | Remove ruby versions for Travis
| YAML | mit | hugolantaume/iso-swift,hugolantaume/iso-swift |
0513fb150efa8adbc903642702ce169f2cb92c15 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
| language: node_js
node_js:
- "0.12"
- "4.0"
- "4.1"
| Update Node versions at Travis | Update Node versions at Travis
Dropped support for Node 0.10. There's no `execSync`...
| YAML | mit | hexsprite/focuster-react-typeahead,hexsprite/focuster-react-typeahead,austinsc/react-gooey,austinsc/react-gooey,survivejs/react-component-boilerplate,yeyus/react-vertical-timeline,ClarityMovement/clarity-components,Stupidism/stupid-rc-starter,efegurkan/interval-picker,efegurkan/interval-picker,mateim24/react-input-cale... |
40e19bcb3c4ebec30a15bec3be5791e94967f6fa | .travis.yml | .travis.yml | language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
cache: false
- sudo: 9000
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-... | language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
cache: false
- sudo: 9000
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-... | Disable geckolib build as well. | Disable geckolib build as well. | YAML | mpl-2.0 | dsandeephegde/servo,nnethercote/servo,nnethercote/servo,emilio/servo,dati91/servo,notriddle/servo,larsbergstrom/servo,KiChjang/servo,saneyuki/servo,dsandeephegde/servo,fiji-flo/servo,thiagopnts/servo,paulrouget/servo,paulrouget/servo,szeged/servo,peterjoel/servo,larsbergstrom/servo,saneyuki/servo,canaltinova/servo,cbre... |
ad21316db98dfaf8b10eb842d0df0cdf695ca014 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
git:
depth: 10
branches:
only:
- master
before_install:
- npm install -g npm
- npm --version | language: node_js
node_js:
- "4"
- "5"
git:
depth: 10
branches:
only:
- master
before_install:
- npm install -g npm
- npm --version
| Test Node.js 4 and 5 on Travis | Test Node.js 4 and 5 on Travis
Closes https://github.com/KenanY/alea-random/issues/8
| YAML | mit | KenanY/alea-random |
53ba44365d15622ca0aee5f6c8edec1f47c163b9 | .travis.yml | .travis.yml | # Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args:
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- ree
- 1.9.3
- jruby
# - ruby-head # RedCloth does not compile on head
# - 1.8.6 # Does not work on... | # Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
# bundler_args:
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.8.7
- ree
- 1.9.3
# - jruby # see http://jira.codehaus.org/browse/JRUBY-7007
# - ruby-head # RedCloth does... | Disable JRuby testing due to bugs in JRuby | Disable JRuby testing due to bugs in JRuby
| YAML | mit | ohai/yard,thomthom/yard,lsegal/yard,jreinert/yard,iankronquist/yard,ohai/yard,alexdowad/yard,jreinert/yard,amclain/yard,alexdowad/yard,alexdowad/yard,iankronquist/yard,herosky/yard,herosky/yard,thomthom/yard,herosky/yard,amclain/yard,thomthom/yard,iankronquist/yard,amclain/yard,lsegal/yard,lsegal/yard,ohai/yard,jreiner... |
d24c21811a31979d758478321c7dac987fb722e8 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
script: python tests/test_simplenote.py
deploy:
provider: pypi
user: mrtazz
password:
secure: pprhp5pZhC6e1drECVnDYnnsHOzCB2otsgKR9s+87TdLum6jiAzSu0Ai9lv3Z77s3Vb3VvjUkENUNC+LA82gvCkUSTBQD7BNLGEAnbT9SqDa+d1BdK5njWiumR92t6q5UyjbO0H6qO7JDEUGakz44aUs1gGBmi/9AS93VL2qwd0=
on:
... | language: python
python:
- '2.7'
- '3.4'
script: python tests/test_simplenote.py
deploy:
provider: pypi
user: mrtazz
password:
secure: pprhp5pZhC6e1drECVnDYnnsHOzCB2otsgKR9s+87TdLum6jiAzSu0Ai9lv3Z77s3Vb3VvjUkENUNC+LA82gvCkUSTBQD7BNLGEAnbT9SqDa+d1BdK5njWiumR92t6q5UyjbO0H6qO7JDEUGakz44aUs1gGBmi/9AS93VL2qwd0=
... | Add Python 3.4 to Travis testing | Add Python 3.4 to Travis testing
I'm hoping it won't run these in parallel. If it does I'll have to back
out this change and just test against one version.
References #13
| YAML | mit | mrtazz/simplenote.py |
a38f973b1150686c934fdc202208b7756a78af94 | .travis.yml | .travis.yml | language: scala
jdk:
- oraclejdk8
- openjdk7
- openjdk6
| language: scala
scala:
- 2.10.5
- 2.11.7
jdk:
- oraclejdk8
- openjdk7
- openjdk6
| Add support for Scala 2.10 | Add support for Scala 2.10
| YAML | mit | jehrhardt/play-ws-loadbalancer |
99c5643c4bc3cc1b7511c144e112e4695bfc5c90 | .travis.yml | .travis.yml | sudo: false
language: java
jdk: oraclejdk7
notifications:
irc: "chat.freenode.net#seedstack-dev"
after_success:
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>\${env.SONATYPE_USER}</username><password>\${env.SONATYPE_PASS}</password></server></servers></settings>" > ~/settings.xml... | sudo: false
language: java
jdk: oraclejdk8
notifications:
irc: "chat.freenode.net#seedstack-dev"
cache:
directories:
- "$HOME/.m2/repository"
install: /bin/true
script:
- mvn -B -U -T 4 -Pjavadoc install
after_success:
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>\${e... | Build with jdk8 and multithreaded | Build with jdk8 and multithreaded
| YAML | mpl-2.0 | seedstack/spring-bridge-addon,Red1L/seed-spring-extensions,seedstack/seed-spring-extensions |
93fbec9186d82675033c9bbf679767177515d9e9 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
cache:
yarn: true
directories:
- node_modules # NPM packages
- elm-stuff # Elm packages
- tests/elm-stuff # Elm testing packages
install:
- npm install -g elm
- npm install -y
- elm-package install -y
script: ./run-tests.sh
after_success:
- npm run-script build... | language: node_js
node_js:
- "7"
addons:
apt:
packages:
- oracle-java8-installer
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
yarn: true
directories:
- node_modules # NPM packages
- elm-stuff # Elm packages
... | Upgrade Java and cache Gradle cache on TravisCI. | Upgrade Java and cache Gradle cache on TravisCI.
| YAML | mit | WillowDeploy/willow-deploy,WillowDeploy/willow-deploy,WillowDeploy/willow-deploy,WillowDeploy/willow-deploy |
a23688b1c13de39496748373e7e1a46cdb8976f8 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
sudo: required
services:
- docker
before_install:
- docker pull bit3/jsass-test-centos5
- docker pull bit3/jsass-test-centos6
- docker pull bit3/jsass-test-centos7
- docker pull bit3/jsass-test-ubuntu12.04
- docker pull bit3/jsass-test-ubuntu14.04
- mkdir -p $HOME/.g... | language: java
jdk:
- oraclejdk8
sudo: required
services:
- docker
before_install:
- docker pull bit3/jsass-test-centos5
- docker pull bit3/jsass-test-centos6
- docker pull bit3/jsass-test-centos7
- docker pull bit3/jsass-test-ubuntu12.04
- docker pull bit3/jsass-test-ubuntu14.04
- mkdir -p $HOME/.g... | Move sonarqube scan into after_script section. | Move sonarqube scan into after_script section.
| YAML | mit | bit3/jsass,bit3/jsass,bit3/jsass,Altometrics/jsass,Altometrics/jsass,Altometrics/jsass |
90f76bec19131968f49c89ac79cfddb766d6f04a | .travis.yml | .travis.yml | language: python
dist: trusty
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
cache:
directories:
- $HOME/.cache/pip
before_install:
- sudo apt-get update
- pip install --disable-pip-version-check --upgrade pip
install:
- sudo apt-get install devscripts python-setuptools debhelper
- pip... | language: python
dist: trusty
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
cache:
directories:
- $HOME/.cache/pip
before_install:
- sudo apt-get update
- pip install --disable-pip-version-check --upgrade pip
install:
- sudo apt-get install devscripts python-setuptools debhelper
- pip... | Add upload dir to s3 deploy | Add upload dir to s3 deploy
| YAML | bsd-2-clause | Yubico/yubikey-manager,Yubico/yubikey-manager |
2d98c60ffb81fdb609ebf995afc66d1a9a0f92eb | .travis.yml | .travis.yml | language: python
dist: xenial
python:
- "3.6"
matrix:
fast_finish: true
include:
- env: TOXENV=django11-oscar16
- env: TOXENV=django20-oscar16
- env: TOXENV=django21-oscar16
before_install:
- export DJANGO_SETTINGS_MODULE=test.settings
install:
- pip install -e .[test]
- pip install tox
sc... | language: python
dist: xenial
python:
- "3.6"
matrix:
fast_finish: true
include:
- env: TOXENV=django111-oscar16
- env: TOXENV=django20-oscar16
- env: TOXENV=django21-oscar16
before_install:
- export DJANGO_SETTINGS_MODULE=test.settings
install:
- pip install -e .[test]
- pip install tox
s... | Fix typo in environment matrix list. | Fix typo in environment matrix list.
| YAML | bsd-3-clause | django-oscar/django-oscar-adyen,oscaro/django-oscar-adyen |
1376a14d514dd9b78c376fda9102a9bd06bf7681 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1.3
- 2.2.0-preview1
env:
- TARGET=redmine REDMINE_VERSION=2.5.3
- TARGET=plugin REDMINE_VERSION=2.5.3
- TARGET=redmine REDMINE_VERSION=2.6.2
- TARGET=plugin REDMINE_VERSION=2.6.2
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
matrix:
a... | language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TARGET=redmine REDMINE_VERSION=4.0.3
- TARGET=plugin REDMINE_VERSION=4.0.3
before_install: sh travis/before_install.sh
script: sh travis/exec_test.sh
| Update test env for redmine4 | Update test env for redmine4
| YAML | mit | pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt,pinzolo/redmine_persist_wfmt |
564cad380a8920b045492083d1fec35c969a9e37 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.2.0
- 2.2.1
- 2.2.2
- 2.3.0
- 2.3.1
notifications:
irc: "irc.freenode.org#juwelier"
| language: ruby
rvm:
- 2.0.0
- 2.2.0
- 2.2.1
- 2.2.2
- 2.3.0
- 2.3.1
- 2.4.0
notifications:
irc: "irc.freenode.org#juwelier"
| Add Ruby 2.4.0 to Travis | Add Ruby 2.4.0 to Travis
| YAML | mit | flajann2/juwelier,flajann2/juwelier,flajann2/juwelier |
bb122208752f7cec52159ef1968e2976b3531413 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- ree
install:
- wget https://www.tracelytics.com/install_tracelytics.sh
- sudo sh ./install_tracelytics.sh f51e2a43-0ee5-4851-8a54-825773b3218e
services:
- mongodb
- memcached
- cassandra
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- ree
install:
- wget https://www.tracelytics.com/install_tracelytics.sh
- sudo sh ./install_tracelytics.sh f51e2a43-0ee5-4851-8a54-825773b3218e
before_script:
- bundle exec rake compile
services:
- mongodb
- memcached
- cassandra
| Build the c extension before running tests | Build the c extension before running tests
| YAML | apache-2.0 | tlunter/oboe-ruby,appneta/ruby-traceview,tlunter/oboe-ruby,boyang-li/oboe-ruby,tlunter/oboe-ruby,boyang-li/oboe-ruby,boyang-li/oboe-ruby,boyang-li/oboe-ruby,appneta/ruby-traceview,appneta/ruby-traceview,tlunter/oboe-ruby,appneta/ruby-traceview |
08920d06a1137c0eab3595e28b8a6f77d2eb8cbb | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
sudo: false
install:
- COMPOSER_ROOT_VERSION=`git describe --abbrev=0` composer install --no-interaction
script:
- ./vendor/bin/phpunit --coverage-text
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
sudo: false
install:
- COMPOSER_ROOT_VERSION=`git describe --abbrev=0` composer install --no-interaction... | Fix HHVM build for now again and ignore future HHVM build errors | Fix HHVM build for now again and ignore future HHVM build errors | YAML | mit | clue-labs/socket,reactphp/socket |
2f92abed9d62cde2da39891c8ef560b2df2c5952 | .travis.yml | .travis.yml | language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: $SONARCLOUD_ORGANIZATION
token: $SONAR_TOKEN
before_script:
- export DISPLAY=:99.0
script:
- mvn test
- bash <(c... | language: java
os: linux
dist: xenial
install: true
services:
- xvfb
git:
depth: false
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: $SONARCLOUD_ORGANIZATION
token: $SONAR_TOKEN
before_script:
- export DISPLAY=:99.0
script:
... | Disable git fetch depth limit in Travis | Disable git fetch depth limit in Travis
| YAML | apache-2.0 | bonigarcia/webdrivermanager,bonigarcia/webdrivermanager,bonigarcia/webdrivermanager |
20036b79e7730f76e77e5ad989bc4e0084bf49c1 | .travis.yml | .travis.yml | sudo: false
dist: xenial
language: python
cache: pip
python:
- "2.7"
- "3.5"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -r dev-requirements.txt
- pip install -e .
- pip freeze
script:
- coverage erase
- coverage run --source pykwalify -p -m py.test -v
- py.test
- python set... | sudo: false
dist: xenial
language: python
cache: pip
python:
- "2.7"
- "3.5"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -r dev-requirements.txt
- pip install -e .
- pip freeze
script:
- coverage erase
- coverage run --source pykwalify -p -m py.test -v
- py.test
- python set... | Add envrionment variables for testing pycodestyle | Add envrionment variables for testing pycodestyle
| YAML | mit | grokzen/pykwalify |
dae11486c8e4da1adf43a2cf6526c517dfd17b0b | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
install:
- yarn global add lerna
- yarn bootstrap
script:
- yarn run check
after_script:
- codeclimate-test-reporter < coverage/lcov.info
addons:
code_climate:
repo_token: 18e1eef105275451c25392c4f6b07ae0cc4ca3f6c280f9ccfcad7a16c9068d47
notifications:
email: false
| language: node_js
node_js:
- "8"
- "10"
- "12"
- "node"
install:
- yarn global add lerna
- yarn bootstrap
script:
- yarn run check
after_script:
- codeclimate-test-reporter < coverage/lcov.info
addons:
code_climate:
repo_token: 18e1eef105275451c25392c4f6b07ae0cc4ca3f6c280f9ccfcad7a16c9068d47
notif... | Add NodeJS 10, 12 and latest (13) to CI matrix | Add NodeJS 10, 12 and latest (13) to CI matrix
| YAML | mit | rofrischmann/fela,risetechnologies/fela,rofrischmann/fela,rofrischmann/fela,risetechnologies/fela,risetechnologies/fela |
3abeb6d63b7126d8712e58a039093803bb2680f3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
# TODO: make this work with the regular rake command
script: "bundle exec rake spec"
gemfile:
- Gemfile
before_script:
- mysql -e 'create database database_cleaner_test;'
- psql -c 'create database database_cleaner_test;' -U postgres
- cp db/sample.config.yml db/config.yml
services... | language: ruby
rvm:
- 1.9.3
- 2.0.0
# TODO: make this work with the regular rake command
script: "bundle exec rake spec"
gemfile:
- Gemfile
before_script:
- mysql -e 'create database database_cleaner_test;'
- psql -c 'create database database_cleaner_test;' -U postgres
- cp db/sample.config.yml db/config.ym... | Add Ruby2.0.0 build in Travis-ci, and allowed to fail | Add Ruby2.0.0 build in Travis-ci, and allowed to fail
http://about.travis-ci.org/docs/user/build-configuration/#Rows-That-are-Allowed-To-Fail
| YAML | mit | yangc5/playlister-sinatra-v-000,glebtv/database_cleaner,fajrif/database_cleaner,awilkening/database_cleaner,HaiTo/database_cleaner,yangc5/playlister-sinatra-v-000,yangc5/playlister-sinatra-v-000,reinaris/database_cleaner,yangc5/playlister-sinatra-v-000,claptimes5/database_cleaner,yangc5/playlister-sinatra-v-000,avalonm... |
cb1909f858d945e0a5c1582ecf80714bb81ebdde | .travis.yml | .travis.yml | language: python
python:
- "3.7-dev"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "pypy"
install:
- "pip install wheel"
- "pip install -r requirements-dev.txt"
script:
- "pytest"
- "python setup.py bdist_wheel -d dist"
after_success:
- codecov
- "pip install dist/*.whl"
- "python -c 'import ... | language: python
python:
- "3.7-dev"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
- "pypy"
install:
- "pip install wheel"
- "pip install -r requirements-dev.txt"
script:
- "pytest"
- "python setup.py bdist_wheel -d dist"
after_success:
- codecov
- "pip install dist/*.whl"
- "python -c 'import statsdmetr... | Remove Python 3.3 from Travis config file | Remove Python 3.3 from Travis config file
| YAML | mit | farzadghanei/statsd-metrics |
7c0bc36fc5e6ffdce67d434d5ecefd21867da05d | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "iojs"
before_install:
- npm install -g npm
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "5"
- "iojs"
before_install:
- npm install -g npm
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
| Test specific 4.x LTS NodeJS branches and latest 5.x.x branch | Test specific 4.x LTS NodeJS branches and latest 5.x.x branch | YAML | mit | gruntjs/grunt-legacy-util |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.