commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
883d207be01fe5325bb9b2d3510ec3e85c65d5fa | .travis.yml | .travis.yml | matrix:
include:
- os: linux
dist: precise
sudo: required
language: android
jdk: oraclejdk8
before_script:
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
before_install:
- nvm install 6
script: npm run test.android
- os: osx
language: node_js
node_js: "6"
jdk: oraclejdk8
osx_image: xcode8.3
script: npm run test.ios
android:
components:
- tools
- platform-tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
install:
- echo no | npm install -g nativescript
- tns usage-reporting disable
- tns error-reporting disable
- cd src | matrix:
include:
- stage: "Build and Test"
env:
- BuildAndroid="25"
language: android
os: linux
jdk: oraclejdk8
before_install: nvm install stable
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build android
- os: osx
env:
- BuildiOS="10.3"
- Xcode="8.3"
osx_image: xcode8.3
language: node_js
node_js: "6"
jdk: oraclejdk8
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build ios
- os: linux
language: android
jdk: oraclejdk8
before_script:
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
before_install:
- nvm install 6
script: npm run test.android
- os: osx
language: node_js
node_js: "6"
jdk: oraclejdk8
osx_image: xcode8.3
script: npm run test.ios
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
install:
- echo no | npm install -g nativescript
- tns usage-reporting disable
- tns error-reporting disable
- cd src | Add build for iOS and Android | chore: Add build for iOS and Android
| YAML | apache-2.0 | NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation,NativeScript/nativescript-geolocation |
72bd517182a12047316600e1cb8c2df83f46166f | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
| language: node_js
node_js:
- "0.10"
- "0.8"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower
- bower install
| Make sure Travis CI has all deps installed | Make sure Travis CI has all deps installed
Make sure that before running `npm test`, that Bower and the
Bower-managed dependencies are installed.
| YAML | mit | necolas/matches.js |
1c28d46e774000bb52323ee4612c0d246302d1fb | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- jruby
- ruby-head
- ree
script: rake test
notifications:
webhooks:
- http://rcmp.programble.co.cc/irc.tenthbit.net/programming
- http://rcmp.programble.co.cc/irc.freenode.net/sicuro
email:
on_success: change # default: change
on_failure: change # default: always
# Allowed failures
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby
- rvm: ruby-head
- rvm: ree
| language: ruby
rvm:
# - 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
# - jruby
- ruby-head
# - ree
script: rake test
notifications:
webhooks:
- http://rcmp.programble.co.cc/irc.tenthbit.net/programming
- http://rcmp.programble.co.cc/irc.freenode.net/sicuro
email:
on_success: change # default: change
on_failure: change # default: always
# Allowed failures
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby
- rvm: ruby-head
- rvm: ree
| Disable 1.8.7, jruby, and ree tests so it stops taking almost 1.5hr to run tests | Disable 1.8.7, jruby, and ree tests so it stops taking almost 1.5hr to run tests
| YAML | isc | duckinator/sicuro |
72f550e6570db789768880299800dd655cac2c77 | .travis.yml | .travis.yml | language: java
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data
install:
- mvn install -DskipTests=true -DskipPkg=true
script:
- mvn clean test
- cd ./src/native/unix && cmake -DCMAKE_BUILD_TYPE=MINSIZEREL && make
| language: java
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data
- gcc-mingw-w64-i686
- libc6-dev-i386
install:
- mvn install -DskipTests=true -DskipPkg=true
script:
- mvn clean test
- cd ./src/native/unix && cmake -DCMAKE_BUILD_TYPE=MINSIZEREL && make
| Add GCC cross compiling support | Add GCC cross compiling support | YAML | mit | gchauvet/satellite,gchauvet/satellite,gchauvet/satellite |
c7c26d7ecd1ee6471377dcf54448be8a0a3dd373 | .travis.yml | .travis.yml | language: ruby
script: bundle exec rspec spec
rvm:
- 1.8.7
- 1.9.3
- 2.1.9
- 2.3.0
| language: ruby
before_install:
- gem install bundler -v 1.11.2
script: bundle exec rspec spec
rvm:
- 1.8.7
- 1.9.3
- 2.1.9
- 2.3.0
| Use bundler 1.11.2 on Travis. | Use bundler 1.11.2 on Travis.
| YAML | mit | futuresimple/api_client |
34e14a5059a8797eaf7f1dab44fd7257e4445b46 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
after_success:
- mvn jacoco:report coveralls:report
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
script: mvn verify
after_success:
- mvn coveralls:report
| Update Travis CI: don't just run the tests, also run other checks | Update Travis CI: don't just run the tests, also run other checks
| YAML | epl-1.0 | saeg/ba-dua |
59d95cf5ed40bcd9e71c03477376b10a5566c428 | .travis.yml | .travis.yml | language: c
sudo: false
addons:
apt:
packages:
- libkqueue0
- libkqueue-dev
# DEADWOOD - from non-container builds
#before_install:
#- sudo apt-get update -qq
#- sudo apt-get install libkqueue-dev libkqueue0 -qq
script:
- make CFLAGS="-I/usr/include/kqueue -D_BSD_SOURCE" LDADD="-lkqueue -ldl"
- make check CFLAGS="-I/usr/include/kqueue -D_BSD_SOURCE" LDADD="-lkqueue -ldl -lpthread"
| language: c
sudo: false
# DEADWOOD: prefer to use the vendored libkqueue
#addons:
# apt:
# packages:
# - libkqueue0
# - libkqueue-dev
cache:
directories:
- vendor/libkqueue-2.0.3
script:
- ./configure
- make
- make check
| Update CI configuration to use makeitso | Update CI configuration to use makeitso
| YAML | bsd-2-clause | mheily/zipzapzop,mheily/zipzapzop,mheily/libipc,mheily/libipc,mheily/zipzapzop,mheily/libipc |
16e8ca745310bf229b7b1452e57a930418278900 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
- "5"
| language: node_js
node_js:
- "7"
- "6"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Test fix for node7 build failure | Test fix for node7 build failure
https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements | YAML | apache-2.0 | foam-framework/foam2,jacksonic/vjlofvhjfgm,TanayParikh/foam2,foam-framework/foam2,TanayParikh/foam2,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,TanayParikh/foam2,TanayParikh/foam2 |
6d4f80f12bd794d3137e3cab514f35911d0f2466 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
script:
- touch foo
deploy:
provider: pypi
user: predat
password:
on:
branch: master
tags: true
| language: python
python:
- '2.7'
script:
- touch foo
deploy:
provider: pypi
user: predat
password:
on:
branch: master
tags: true
dd:
secure: FsXQqHbFc8Zr8+nwbzxhzOUDlr0URQAUQ5OSC3Dv0s+MKbi0enJH9VtLcS1KNCXG7+HXr3x3AGMKyfaWfVixAVxZSdAFClqzAgB2HH6GCXEOnkUGCx4/a4N0lsbBsGeHmvnX2abMELzNdVSDT7nlTC6oCR9WixVYS1le9E7v59pV+fPh9MyKDlmLuAFrc8MoBgzJLkxMlJGObc9Ps1cmthlOzNB0DP2M0bgFcqG+QnO1vem548Y96CTnzGhNJt8+6uo0SLrXPQkFOWdrQNMMC0JYMG2AnD+mwvp7s1opyLeKEmafOABpjXeBZlTiu2tLMD5dOyTPnC0gsbUcYcLDrAAj96plVQ4UYyVq/8rbA4oXYJXUaV8esFRf5HwzINv7aTI+wzPP84EO42FV/MFE+iwlTZPnDEonQcYYl+9+/yQ0gNugNXk06z0m08N6gGdax/4TFp5VHGy1TBLoppCTkXNcAVpMFJil6stoD3LBU+C5KUSKuLmysH8qrwuGJ5J/mwCm9QNfONaxkLOyj8MyqP735oxo8qx6Q7a2LcX0FYSXmPLZBA8ucDO5IMxoadjkfBvVeCr3w0Hzc6mgITicPAje28htNiySLp921wx00MD7noqfsF6WY5VBk48nFNYnUX9fFzNM8scepJqCFi60yDp3qwCl2aKM7TvYYKS6pqo=
| Add secure password in Travis config file | Add secure password in Travis config file
| YAML | mit | predat/wetransferpy |
3f7ea3d7db0a9c48aca620f644c77edb63eca388 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
before_install: gem install bundler -v 1.10.6
| language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
before_install: gem install bundler -v 1.14.6
| Update Ruby versions Travis tests against | Update Ruby versions Travis tests against
Ruby 2.0 and 2.1 are now EOL, so change the Ruby versions we're testing
against to be the most recent versions of 2.2, 2.3 and 2.4, which are
the current supported patch levels.
| YAML | mit | everypolitician/combine_popolo_memberships,everypolitician/combine_popolo_memberships |
93e6b8a13113f14ee4f40863715f7b27fadd93ae | .travis.yml | .travis.yml | language: python
python: "3.3"
install:
- wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh
- yes | bash lilypond-2.18.2-1.linux-x86.sh
- export PATH=~/lilypond:$PATH
| language: python
python: "3.3"
install:
- wget http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.18.2-1.linux-64.sh
- yes | bash lilypond-2.18.2-1.linux-64.sh
- export PATH=~/lilypond:$PATH
| Use 64-bit instead of 32. | Use 64-bit instead of 32.
| YAML | mit | b0ri5/lilypond-memrise,b0ri5/lilypond-memrise |
b3aa7263c7744e75513154ddbf51ad069b4c4b4d | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
- '7.1'
- 'hhvm'
before_install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage.xml --whitelist=src tests
after_success:
- bash <(curl -s https://codecov.io/bash)
| dist: trusty
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- 'hhvm'
before_install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage.xml --whitelist=src tests
after_success:
- bash <(curl -s https://codecov.io/bash)
| Update to trusty and set more PHP versions | Update to trusty and set more PHP versions | YAML | agpl-3.0 | lasso/Enumerable.php |
919f911779ed9a2745c7b791da2286e0e7483df4 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.7
- 3.3
- 3.4
env:
- DJANGO_VERSION=1.4.22
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=1.7.11
- DJANGO_VERSION=1.8.14
- DJANGO_VERSION=1.9.9
install:
- pip install -q Django==$DJANGO_VERSION
- pip install django-jsonfield coverage
script: coverage run --source=. ./setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
exclude:
- python: 3.3
env: DJANGO_VERSION=1.4.22
- python: 3.3
env: DJANGO_VERSION=1.9.9
- python: 3.4
env: DJANGO_VERSION=1.4.22
include:
- python: 3.5
env: DJANGO_VERSION=1.8.14
- python: 3.5
env: DJANGO_VERSION=1.9.9
| sudo: false
language: python
python:
- 2.7
- 3.3
- 3.4
env:
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=1.7.11
- DJANGO_VERSION=1.8.14
- DJANGO_VERSION=1.9.9
install:
- pip install -q Django==$DJANGO_VERSION
- pip install django-jsonfield coverage
script: coverage run --source=. ./setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
exclude:
- python: 3.3
env: DJANGO_VERSION=1.9.9
include:
- python: 3.5
env: DJANGO_VERSION=1.8.14
- python: 3.5
env: DJANGO_VERSION=1.9.9
| Drop support for Django 1.4 | Drop support for Django 1.4
| YAML | isc | RevolutionTech/django-conditions,RevolutionTech/django-conditions,RevolutionTech/django-conditions |
9d6d407ea7017d69ced7abdea4dcca902d628065 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "5"
- "4"
- "0.12"
- "0.10"
- "iojs"
| language: node_js
node_js:
- "node"
- "lts/*"
| Drop old node version support | Drop old node version support | YAML | mit | Kikobeats/array-future,Kikobeats/array-future |
f3fa13a0179ea690f7a27b9054395766bd2721f6 | .travis.yml | .travis.yml | env:
global:
- CC_TEST_REPORTER_ID=d72c7aae8ce979561770b212ac1448028e79c70f75115ebad05ea58141604d11
language: node_js
node_js: "node"
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- npm run test-jest-coverage
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT | env:
global:
- CC_TEST_REPORTER_ID=d72c7aae8ce979561770b212ac1448028e79c70f75115ebad05ea58141604d11
language: node_js
node_js: "node"
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- yarn run test-eslint
- yarn run test-jest-coverage
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT | Include ESLint in CI tests | Include ESLint in CI tests
| YAML | mit | wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar |
1c4a1bfbb8ef118eb5ffedb88657f588034f209b | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- rm composer.json
- cp composer.json.dist composer.json
- composer install
- mkdir -p build/logs
script: phpunit
after_script:
- php vendor/bin/coveralls
| language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
- mkdir -p build/logs
script: phpunit
after_script:
- php vendor/bin/coveralls
| Remove unnecessary commands in Travis config file. | Remove unnecessary commands in Travis config file.
| YAML | mit | educach/dsb-client |
cc4dc7be260e07fb222f63c45d8e294cd7d8e388 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# install requirements
install:
- pip install -r requirements.txt
# test script
# script: pytest # Hiding this for now
# safelist
branches:
only:
- master
- develop # For general development work
- /^develop-.*$/ # For specific development work (e.g. develop-views)
- /^integrate-.*$/ # These branches are for integrating a new external tool (e.g. pyexchange, travis-ci)
| language: python
python:
- "2.7"
# install requirements
install:
- pip install -r requirements.txt
# test script
script: unittest
# safelist
branches:
only:
- master
- develop # For general development work
- /^develop-.*$/ # For specific development work (e.g. develop-views)
- /^integrate-.*$/ # These branches are for integrating a new external tool (e.g. pyexchange, travis-ci)
| Change Travis YML script key | Change Travis YML script key
Change to use unittest since that is included with Django | YAML | agpl-3.0 | duggym122/conference-room-manager |
09064e6a9349f930ed6e8942c78d2b43f9196516 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- python setup.py install
script:
- python tests.py
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get install libmagic-dev libjansson-dev
install:
- python setup.py install --enable-magic --enable-cuckoo
script:
- python tests.py
| Build with “cuckoo” and “magic” modules | Build with “cuckoo” and “magic” modules
| YAML | apache-2.0 | plusvic/yara-python,grrrrrrrrr/yara-python,wxsBSD/yara-python,plusvic/yara-python,grrrrrrrrr/yara-python,wxsBSD/yara-python,VirusTotal/yara-python,VirusTotal/yara-python |
0eb1fddc71e3d9b4961c64b45869fe5104bc40e4 | .travis.yml | .travis.yml | ---
language: go
sudo: false
go:
- 1.8.x
- tip
install:
- go get github.com/golang/lint/golint
script:
- go build -v
- go vet $(go list ./... | grep -v vendor)
- test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stderr)"
- go test $(go list ./... | grep -v vendor)
| ---
language: go
sudo: false
go:
- 1.9.x
install:
- go get github.com/golang/lint/golint
script:
- go build -v
- go vet $(go list ./... | grep -v vendor)
- test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stderr)"
- go test $(go list ./... | grep -v vendor)
| Remove 'tip' testing; update to 1.9.x | Remove 'tip' testing; update to 1.9.x
Update travis config to remove testing of "tip" and update main Golang
version to 1.9.x
Signed-off-by: Phil Estes <dbac1f450dc8326caa7ba104b384a0eca642250c@gmail.com>
| YAML | apache-2.0 | estesp/bucketbench,estesp/bucketbench |
dc0a4c330856ac0bdfe6f6afdec69e490e0c8c17 | .travis.yml | .travis.yml | dist: trusty
language: php
cache:
directories:
- $HOME/.composer/cache
env:
global:
- RUN_PHPCS="no"
- RUN_PHPMD="no"
- RUN_COVERALLS="no"
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
env: RUN_PHPCS="yes" RUN_PHPMD="yes" RUN_COVERALLS="yes"
- php: 7.3
- php: hhvm
- php: nightly
allow_failures:
- php: nightly
before_script:
- rm composer.lock
- composer self-update
- composer install --prefer-dist --no-interaction
script:
- mkdir -p build/logs
- if [ "$RUN_PHPCS" == "yes" ];
then vendor/bin/phpcs --report=full --extensions=php -p --standard=phpcs.xml ./src ./tests;
fi
- if [ "$RUN_PHPMD" == "yes" ];
then vendor/bin/phpmd ./src text phpmd.xml;
fi
- if [ "$RUN_COVERALLS" == "yes" ];
then vendor/bin/phpunit --coverage-clover build/logs/clover.xml;
else vendor/bin/phpunit;
fi
after_success:
- if [ "$RUN_COVERALLS" == "yes" ];
then php vendor/bin/php-coveralls -v;
fi
| dist: trusty
language: php
cache:
directories:
- $HOME/.composer/cache
env:
global:
- RUN_PHPCS="no"
- RUN_PHPMD="no"
- RUN_COVERALLS="no"
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
env: RUN_PHPCS="yes" RUN_PHPMD="yes" RUN_COVERALLS="yes"
- php: 7.3
- php: hhvm
- php: nightly
env: COMPOSER_ARGS="--ignore-platform-reqs"
allow_failures:
- php: nightly
before_script:
- rm composer.lock
- composer self-update
- composer install --prefer-dist --no-interaction $COMPOSER_ARGS
script:
- mkdir -p build/logs
- if [ "$RUN_PHPCS" == "yes" ];
then vendor/bin/phpcs --report=full --extensions=php -p --standard=phpcs.xml ./src ./tests;
fi
- if [ "$RUN_PHPMD" == "yes" ];
then vendor/bin/phpmd ./src text phpmd.xml;
fi
- if [ "$RUN_COVERALLS" == "yes" ];
then vendor/bin/phpunit --coverage-clover build/logs/clover.xml;
else vendor/bin/phpunit;
fi
after_success:
- if [ "$RUN_COVERALLS" == "yes" ];
then php vendor/bin/php-coveralls -v;
fi
| Remove platform reqs for nightly | Remove platform reqs for nightly
| YAML | mit | renekorss/Banklink |
afd318a940fe2ceee6a7a619b91f2e7a237dd094 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
install:
- time npm install
script:
- npm run test:coverage
after_success:
- cat ./coverage/lcov.info | npm run coveralls
| language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
install:
- time npm install
script:
- npm run test:coverage
after_success:
- cat ./coverage/lcov.info | npm run coveralls
sudo: false
| Enable container-based infrastructure on Travis | Enable container-based infrastructure on Travis
| YAML | mit | joliss/broccoli-filter,broccolijs/broccoli-filter |
9ee8bf15207e8a18abcb07408ad1e63bc3880a9a | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
script: tests.py
notifications:
email:
- nineseconds@yandex.ru | language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
script: tests.py
notifications:
email:
- nineseconds@yandex.ru
| Test commit to run the Travis CI loop | Test commit to run the Travis CI loop
| YAML | mit | 9seconds/streams,9seconds/streams |
676790a8732933fe100f9f3818c2b3b9ffdf197a | .travis.yml | .travis.yml | install:
- pip install --user codecov
language: scala
scala:
- 2.12.12
- 2.13.4
- 2.11.12
- 2.10.7
jdk:
- openjdk8
script:
- scripts/travis-build.sh
| install:
- pip install --user codecov
language: scala
scala:
- 2.12.13
- 2.13.4
- 2.11.12
- 2.10.7
jdk:
- openjdk8
script:
- scripts/travis-build.sh
| Set proper Scala version in Travis build | Set proper Scala version in Travis build
| YAML | apache-2.0 | limansky/beanpuree |
1160d626bbe6950039d4fa5b162092e11a8bcfdb | .travis.yml | .travis.yml | # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
# - GOOS=linux GOARCH=386
# - GOOS=linux GOARCH=arm
# - GOOS=darwin GOARCH=amd64
# - GOOS=darwin GOARCH=386
# - GOOS=darwin GOARCH=arm
# - GOOS=windows GOARCH=amd64
# - GOOS=windows GOARCH=386
before_install:
- if go version | grep --quiet go1.5; then export GO15VENDOREXPERIMENT=1; fi
- go get github.com/Masterminds/glide
install:
- env
- make get-go-deps
script:
- make build-go
#after_success:
# - coveralls
| # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
cache:
directories:
- $HOME/.glide/cache
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
# - GOOS=linux GOARCH=386
# - GOOS=linux GOARCH=arm
# - GOOS=darwin GOARCH=amd64
# - GOOS=darwin GOARCH=386
# - GOOS=darwin GOARCH=arm
# - GOOS=windows GOARCH=amd64
# - GOOS=windows GOARCH=386
before_install:
- if go version | grep --quiet go1.5; then export GO15VENDOREXPERIMENT=1; fi
- go get github.com/Masterminds/glide
install:
- env
- make get-go-deps
script:
- make build-go
#after_success:
# - coveralls
| Use glide cache on Travis | Use glide cache on Travis
| YAML | mit | diyan/assimilator,diyan/assimilator,diyan/assimilator |
bd1fa03a7dff53fa4353206b50c088157fff004f | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
before_script:
- git submodule update --init --recursive
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/lib/icu4j.jar:src/main/lib/saxon/saxon9-dom.jar:src/main/lib/saxon/saxon9.jar:target/classes:src/main/:src/main/lib/:src/main/lib/dost.jar
branches:
only:
- /^(develop|hotfix\/)$/ | language: java
jdk:
- openjdk6
before_script:
- git submodule update --init --recursive
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/lib/icu4j.jar:src/main/lib/saxon/saxon9-dom.jar:src/main/lib/saxon/saxon9.jar:target/classes:src/main/:src/main/lib/:src/main/lib/dost.jar
branches:
only:
- /^(develop|hotfix\/.*)$/ | Add hotfix branches to Travis coverage | Add hotfix branches to Travis coverage
| YAML | apache-2.0 | eerohele/dita-ot,jelovirt/muuntaja,shaneataylor/dita-ot,Hasimir/dita-ot,infotexture/dita-ot,shaneataylor/dita-ot,queshaw/dita-ot,queshaw/dita-ot,dita-ot/dita-ot,infotexture/dita-ot,doctales/dita-ot,drmacro/dita-ot,infotexture/dita-ot,robander/dita-ot,robander/dita-ot,robander/dita-ot,Hasimir/dita-ot,shaneataylor/dita-ot,eerohele/dita-ot,Hasimir/dita-ot,zanyants/dita-ot,jelovirt/muuntaja,eerohele/dita-ot,dita-ot/dita-ot,jelovirt/muuntaja,shaneataylor/dita-ot,zanyants/dita-ot,infotexture/dita-ot,drmacro/dita-ot,doctales/dita-ot,queshaw/dita-ot,infotexture/dita-ot,eerohele/dita-ot,doctales/dita-ot,drmacro/dita-ot,robander/dita-ot,dita-ot/dita-ot,Hasimir/dita-ot,queshaw/dita-ot,dita-ot/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot,dita-ot/dita-ot,doctales/dita-ot,zanyants/dita-ot,zanyants/dita-ot,robander/dita-ot,drmacro/dita-ot |
373f4ad359523efba32c590917687f941fdabeac | .travis.yml | .travis.yml | language: node_js
node_js: '4.3'
cache:
directories:
- node_modules
| language: node_js
node_js: '4.3'
cache:
directories:
- node_modules
script:
- npm test
- make --always-make SETTINGS_FILE=settings/chrome-prod.json dist/$(date +'%Y%m%d')-chrome-prod.zip
- make --always-make SETTINGS_FILE=settings/firefox-prod.json dist/$(date +'%Y%m%d')-firefox-prod.xpi
| Build Chrome and Firefox extensions on Travis | Build Chrome and Firefox extensions on Travis
| YAML | bsd-2-clause | hypothesis/browser-extension,project-star/browser-extension,project-star/browser-extension,hypothesis/browser-extension,hypothesis/browser-extension,project-star/browser-extension,hypothesis/browser-extension |
89c02e5520c84f3b90b3394a1c05a3b8af78044a | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.3
- 2.4.0
env: COVERALL=1
before_install:
- gem update --system
- gem install bundler
| sudo: false
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.4
- 2.4.1
env: COVERALL=1
before_install:
- gem update --system
- gem install bundler
| Upgrade Rubies for Travis CI | Upgrade Rubies for Travis CI
| YAML | mit | aetrion/dnsimple-ruby |
f8d2e12057f7ef26ae42ecfa42697f4bdc32d7eb | .travis.yml | .travis.yml | language: go
go:
- 1.3
- 1.4
- tip
script:
- go test -v .
- go test -v -race .
| language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v .
- go test -v -race .
| Add Go 1.5 to test targets. | Add Go 1.5 to test targets.
| YAML | bsd-3-clause | klauspost/crc32,yxd-hde/crc32 |
777d03d2d7ae523876e6bde5610f7aa9cf160fa3 | .travis.yml | .travis.yml | language: cpp
script:
- ./test.sh
env:
- MEASURE_COVERAGE=1
matrix:
include:
- os: linux
dist: xenial
- os: linux
dist: bionic
- os: linux
dist: focal
- os: linux
dist: xenial
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: linux
dist: bionic
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: linux
dist: focal
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode9.4
- os: osx
osx_image: xcode10.3
- os: osx
osx_image: xcode11.6
- os: osx
osx_image: xcode12
| language: cpp
script:
- ./test.sh
env:
- MEASURE_COVERAGE=1
matrix:
include:
- os: linux
dist: xenial
- os: linux
dist: bionic
- os: linux
dist: focal
- os: linux
dist: xenial
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: linux
dist: bionic
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: linux
dist: focal
env:
- USE_LIBUNWIND=1
- MEASURE_COVERAGE=1
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode9.4
- os: osx
osx_image: xcode10.3
- os: osx
osx_image: xcode11.6
- os: osx
osx_image: xcode12.5
| Switch to the latest Xcode version | Switch to the latest Xcode version
| YAML | bsd-3-clause | kutelev/overthrower,kutelev/overthrower,kutelev/overthrower,kutelev/overthrower |
17c2a4bc29ddd5d1792058f988ca7d51e2d10534 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- gemfiles/Gemfile.paperclip-2.x
- gemfiles/Gemfile.paperclip-3.x
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.paperclip-3.x
- rvm: jruby-18mode
gemfile: gemfiles/Gemfile.paperclip-3.x
- rvm: rbx-18mode
gemfile: gemfiles/Gemfile.paperclip-3.x
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
gemfile:
- gemfiles/Gemfile.paperclip-2.x
- gemfiles/Gemfile.paperclip-3.x
| Remove Ruby 1.8.7 and 1.9.2 from Travis builds | Remove Ruby 1.8.7 and 1.9.2 from Travis builds
| YAML | mit | toao/paperclip-storage-ftp,1000ideas/paperclip-storage-ftp,xing/paperclip-storage-ftp,xing/paperclip-storage-ftp,toao/paperclip-storage-ftp,mlankenau/paperclip-storage-ftp,mlankenau/paperclip-storage-ftp |
66e42ad4d6c816370a711d711a8d539966a13002 | .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
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
| Add Ruby 2.1.0 to Travis CI mix. | Add Ruby 2.1.0 to Travis CI mix.
| YAML | unlicense | ruby-rdf/rdf-microdata,ruby-rdf/rdf-microdata |
2cccf1fd44242f224f790cc55ec4edb507d7271e | .travis.yml | .travis.yml | # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=3.2
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
allow_failures:
- php: 7.0
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
- vendor/bin/phpunit registry/tests
| # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
env:
- DB=MYSQL CORE_RELEASE=3.5
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
- php: 7.1
env: DB=MYSQL CORE_RELEASE=3.6
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
- vendor/bin/phpunit registry/tests
| Add PHP7 + SS3.6 build to Travis configuration | Add PHP7 + SS3.6 build to Travis configuration
| YAML | bsd-3-clause | roopamjain01/silverstripe-registry,silverstripe-labs/silverstripe-registry |
d838791942f56e856bc583b0f18eeb4d142457a2 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
script: bundle exec rspec spec
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
script: bundle exec rspec spec
| Add Ruby 1.8.7 back into Travis CI build | Add Ruby 1.8.7 back into Travis CI build
| YAML | mit | pctj101/ruby-progressbar,jfelchner/ruby-progressbar,pctj101/ruby-progressbar,jfelchner/ruby-progressbar |
82d0d85ef7b8f5e490ea1fa4d4bd237e8a65995d | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| sudo: false
cache: bundler
language: ruby
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 5"
| Update the Ruby build matrix for Travis CI. | Update the Ruby build matrix for Travis CI.
| YAML | mit | tristandunn/pusher-fake-example,tristandunn/pusher-fake-example,tristandunn/pusher-fake-example |
e8efb6f60cd01b125b852bf819d675a5b87b4890 | .travis.yml | .travis.yml | sudo: required
services:
- docker
before_install:
# Install Docker Compose.
- curl -L https://github.com/docker/compose/releases/download/VERSION_NUM/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin/
# Create an .env file from the example.
- cp .env.example .env
script:
- docker-compose build
- docker-compose up -d
| sudo: required
services:
- docker
before_install:
# Install Docker Compose.
- curl -L https://github.com/docker/compose/releases/download/VERSION_NUM/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
# Create an .env file from the example.
- cp .env.example .env
script:
- docker-compose build
- docker-compose up -d
| Remove trailing slash in Travis config. | Remove trailing slash in Travis config.
| YAML | mit | kasperisager/vanilla-dockerized |
f6f387d9fab6eca0a6f58ff763aef7878ff5f003 | .travis.yml | .travis.yml | language: cpp
sudo: false
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug VALGRIND=true SANITIZE=''
- BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined
# - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address
- BUILD_TYPE=Release VALGRIND=false SANITIZE=''
addons:
apt:
sources:
- llvm-toolchain-trusty-3.8
- ubuntu-toolchain-r-test
packages:
- clang-3.8
- g++-5
- valgrind
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.8"; fi
script:
- cmake -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DSANITIZE="${SANITIZE}" .
- make
- if [ "${VALGRIND}" = "true" ]; then
travis_wait valgrind --leak-check=full --track-origins=yes --error-exitcode=1 testsuite/cpp-sort-testsuite --rng-seed $RANDOM;
else
testsuite/cpp-sort-testsuite --rng-seed $RANDOM;
fi
notifications:
email: false
| language: cpp
sudo: false
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug VALGRIND=true SANITIZE=''
- BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined
# - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address
- BUILD_TYPE=Release VALGRIND=false SANITIZE=''
addons:
apt:
sources:
- llvm-toolchain-trusty-3.8
- ubuntu-toolchain-r-test
packages:
- clang-3.8
- g++-5
- valgrind
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.8"; fi
script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DSANITIZE="${SANITIZE}" ..
- cmake --build .
- if [ "${VALGRIND}" = "true" ]; then
travis_wait valgrind --leak-check=full --track-origins=yes --error-exitcode=1 testsuite/cpp-sort-testsuite --rng-seed $RANDOM;
else
testsuite/cpp-sort-testsuite --rng-seed $RANDOM;
fi
notifications:
email: false
| Build testsuite in a dedicated build directory | Build testsuite in a dedicated build directory
| YAML | mit | Morwenn/cpp-sort,Morwenn/cpp-sort,Morwenn/cpp-sort,Morwenn/cpp-sort |
723d5aa2e81904e8fd86cb258917fb73ca7e90f3 | .travis.yml | .travis.yml | language: objective-c
notifications:
email:
on_success: always
env:
matrix:
- MONO_VERSION="3.2.5"
before_install:
- wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg -target /
- export EnableNuGetPackageRestore="true"
script:
- xbuild /target:test
| language: objective-c
notifications:
email:
on_success: always
env:
matrix:
- MONO_VERSION="3.2.7"
before_install:
- wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg -target /
- export EnableNuGetPackageRestore="true"
script:
- xbuild /target:test
| Upgrade to Mono 3.2.7 on Travis | Upgrade to Mono 3.2.7 on Travis
| YAML | bsd-3-clause | ForNeVeR/Pash,WimObiwan/Pash,mrward/Pash,sburnicki/Pash,WimObiwan/Pash,mrward/Pash,sburnicki/Pash,mrward/Pash,sillvan/Pash,ForNeVeR/Pash,Jaykul/Pash,sburnicki/Pash,mrward/Pash,ForNeVeR/Pash,sillvan/Pash,WimObiwan/Pash,sburnicki/Pash,WimObiwan/Pash,Jaykul/Pash,Jaykul/Pash,Jaykul/Pash,ForNeVeR/Pash,sillvan/Pash,sillvan/Pash |
a2efbdac5ad38525582032d4028af97812c8dbcb | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.4
- 1.5
- tip
| sudo: false
language: go
go:
- 1.4
- 1.5
- 1.8
- tip
| Add Go 1.8 to CI configuration | Add Go 1.8 to CI configuration
| YAML | mpl-2.0 | c4milo/unzipit |
82f547b65db5369e1750ed4e19f9a60d8c2aaae4 | .travis.yml | .travis.yml | language: python
python:
- 3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- conda create --yes -n test-env python=$TRAVIS_PYTHON_VERSION
- conda install --yes -n test-env pip "pandas >= 0.15.2" "scikit-learn >= 0.15.2"
- source activate test-env
install:
- pip install -r requirements.txt
- pip install -e .
script: py.test --verbose
| language: python
python:
- 3.4
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- conda create --yes -n test-env python=$TRAVIS_PYTHON_VERSION pip
- conda install --yes -n test-env "scikit-learn >= 0.15.2"
- conda install --yes -n test-env "pandas >= 0.15.2"
- conda install --yes -n test-env -c https://conda.binstar.org/llvll0hsen "python-igraph >= 0.7"
- source activate test-env
install:
- pip install -r requirements.txt
- pip install -e .
script: py.test --verbose
| Install precompiled igraph in Travis CI conda | Install precompiled igraph in Travis CI conda
| YAML | apache-2.0 | yasserglez/configurator,yasserglez/configurator |
147102db32e26f5dc048612fcf71b0bec9e8037d | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
- gcc
before_install:
- pip install --user cpp-coveralls
before_script:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository --yes ppa:h-rayflood/llvm
- sudo apt-get update -qq
- if [ "${CXX}" == "g++" ]; then
sudo apt-get install g++-4.8;
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.8 90;
export CXX="g++-4.8" CC="gcc-4.8";
fi
- if [ "${CXX}" == "clang++" ]; then
sudo apt-get install clang-3.4 gdb;
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.4 50;
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.4 50;
export CXX="clang++-3.4" CC="clang-3.4";
fi
script:
- git submodule update --init --recursive
- mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS=--coverage -DCMAKE_EXE_LINKER_FLAGS=--coverage -DCMAKE_BUILD_TYPE=Debug ..
- make VERBOSE=1
- ./tests/testrunner
after_success:
- if [ "${CXX}" == "g++-4.8" ]; then
cd .. && coveralls --include include/dota2api;
fi
| language: cpp
sudo: false
compiler:
- clang
- gcc
before_install:
- pip install --user cpp-coveralls
addons:
apt:
sources:
ubuntu-toolchain-r-test
packages:
g++-4.8
before_script:
- if [ "${CXX}" == "g++" ]; then
export CXX="g++-4.8" CC="gcc-4.8";
fi
script:
- git submodule update --init --recursive
- mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS=--coverage -DCMAKE_EXE_LINKER_FLAGS=--coverage -DCMAKE_BUILD_TYPE=Debug ..
- make VERBOSE=1
- ./tests/testrunner
after_success:
- if [ "${CXX}" == "g++-4.8" ]; then
cd .. && coveralls --gcov /usr/bin/gcov-4.8 --include include/dota2api;
fi
| Use new container based infrastructure | Use new container based infrastructure
| YAML | apache-2.0 | UnrealQuester/dota2Cmd |
a4e9392ea526c74fdbe2e0d2509ce24a7180828d | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.5"
cache: apt
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy pytest pytest-cov mock
- pip install pep8 python-coveralls
script:
- make test
after_success:
- coveralls
| sudo: false
language: python
python:
- "2.7"
- "3.5"
cache: apt
addons:
apt:
packages:
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- gfortran
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose pytest pytest-cov mock
- pip install pep8 python-coveralls
script:
- make test
after_success:
- coveralls
| Load both nose and pytest | Load both nose and pytest
| YAML | mit | vahtras/util |
cd0266590959658018a27be0dfaeea496e4e9f99 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
mono:
- 4.0.5
script:
- ./build.sh --quiet verify
| language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
- KOREBUILD_TEST_DNXCORE=true
mono:
- 4.0.5
script:
- ./build.sh --quiet verify
| Allow tests to run on CoreCLR | Allow tests to run on CoreCLR
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
23a86b5a2c03bd10b401dd25dd8d2f7845834cf3 | .travis.yml | .travis.yml | bundler_args: "--standalone --binstubs --without development"
script: script/test_all
services: mongodb
before_script:
- mysql -e 'create database will_paginate;'
- psql -c 'create database will_paginate;' -U postgres
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
gemfile:
- Gemfile
- Gemfile.rails3.0
- Gemfile.rails3.1
- Gemfile.rails3.2
- Gemfile.rails-edge
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile.rails-edge
- rvm: 1.8.7
gemfile: Gemfile
- rvm: 1.9.2
gemfile: Gemfile.rails-edge
- rvm: 1.9.2
gemfile: Gemfile
| bundler_args: "--standalone --binstubs --without development"
script: script/test_all
services: mongodb
before_script:
- mysql -e 'create database will_paginate;'
- psql -c 'create database will_paginate;' -U postgres
rvm:
- 1.8.7
- 1.9.3
- 2.1.2
gemfile:
- Gemfile
- Gemfile.rails3.0
- Gemfile.rails3.1
- Gemfile.rails3.2
- Gemfile.rails-edge
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile.rails-edge
- rvm: 1.8.7
gemfile: Gemfile
| Test with Ruby 2.1.2 but not with 1.9.2 | Test with Ruby 2.1.2 but not with 1.9.2
| YAML | mit | kirs/will_paginate,mislav/will_paginate,ThiagoLelis/will_paginate,poporul/will_paginate,mislav/will_paginate,BenjamH/will_paginate,sideci-sample/sideci-sample-will_paginate,betterplace/will_paginate,xingxing/will_paginate,CloudVLab/will_paginate,kirs/will_paginate,CloudVLab/will_paginate,jonatack/will_paginate,BenjamH/will_paginate,poporul/will_paginate,solanolabs/will_paginate,betterplace/will_paginate,solanolabs/will_paginate,jonatack/will_paginate,ThiagoLelis/will_paginate,sideci-sample/sideci-sample-will_paginate,notonthehighstreet/will_paginate,lloydmeta/will_paginate,lloydmeta/will_paginate,xingxing/will_paginate,notonthehighstreet/will_paginate |
1e7284f5df8aaef21adcb7419ed971266244981f | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
install:
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot
- chmod +x ~/bin/boot
- boot -V
script: boot test
env:
matrix:
- BOOT_CLOJURE_VERSION=1.9.0-alpha15
cache:
directories:
- $HOME/.m2
- $HOME/.boot/cache/bin
- $HOME/.boot/cache/lib
- $HOME/bin | sudo: false
language: java
jdk:
- oraclejdk8
install:
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot
- chmod +x ~/bin/boot
- boot -V
script: boot test
env:
matrix:
- BOOT_CLOJURE_VERSION=1.9.0-alpha17
cache:
directories:
- $HOME/.m2
- $HOME/.boot/cache/bin
- $HOME/.boot/cache/lib
- $HOME/bin | Set Clojure version to alpha17 | Set Clojure version to alpha17
| YAML | epl-1.0 | Provisdom/spectomic |
58d78bc3d987ae78a6e63675eef8ebd2b57c9500 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
webhooks:
- http://helit.org:8093/+sujevo-dev/showSuccessfulBuildMessages=always
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
matrix:
allow_failures:
- php: 7
- php: hhvm
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
webhooks:
- http://helit.org:8093/+sujevo-dev/showSuccessfulBuildMessages=always
| Test PHP 7 and hhvm but allow failures | Test PHP 7 and hhvm but allow failures
| YAML | mit | allejo/PhpSoda,allejo/PhpSoda |
03bc9c763b9d5e0ffcebb62ae8592b61c2a4144c | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
before_install:
- composer self-update
install:
- composer install
script:
- vendor/bin/phpspec run --format=dot
| language: php
php:
- 5.4
- 5.5
- 5.6
before_install:
- composer self-update
install:
- composer install
script:
- vendor/bin/phpspec run --format=dot
addons:
code_climate:
repo_token:
secure: QFJBxr2pYU96oIn/p1eNwx+p4y7zkDrIv0q+HlXsJ5AfHCqWhkx0c5ZJ+8N9BwOXekhxsAlqrcMdJWQNgoHr4VhdHMmpNgJ+W1GVihjWqJmcOUicVYf2pTJ8mI5wfOdWU7f6Y+6aokJuxoUqRIiNSiTZZQaFqhc9YKIDoBPxLatQBihWHr4+dRD9EJww34s3KTfbL2exnV0dvVJfmG87qyuxt5PUydPwh+LlMlVgsDXMS6bACllHIEao69Q8Nt4M65rEhUic7vNPsLPi3aJtgj8T26qClZA+ZPhMayQ5oqQc9heqdjL9RBsDBUS3Zd6GS0zc3Yny5tAOxcxYlNultI7ASZ2jws40UgFbPE/8jYTG4FCszm8/8L5POrTFFbjws8c0nmylkL2laPmoWPdTuPGk5pNUF38MRjQ/xF9Fl5T+R808tf+TZfgFKy3OVfUpWYn27e/lPNxLseBkA+S7XTDP0LAcrIqAt+Tb2VJNVjMDlDtODD9pjTdXyGPIwIR1DglPyJ9Vpp+mJWz4Fy35v4lG6nQi6Lyz86Sp5RByMMBqq2/UwEexb4/QB13/4cgTsQxzEwzaml8u2Uz3I59as6IRysm9PUL9KMbDoZrEQqGC/8XOwYgc76te7s30TK76jTI392MuLwyPXTYw27sXS1ValM8Mm5SkKgkyz80Ks7I=
| Add encrypted Code Climate token to Travis config | Enhancement: Add encrypted Code Climate token to Travis config
| YAML | mit | refinery29/piston,refinery29/piston |
d0c6ae9351050fe6adb31408450ce056ea5fd95e | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 7.0
- 5.6
addons:
hosts:
- travis.dev
before_install:
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
script:
- composer validate
- composer install
- ./tests/bin/setup.sh
- ./vendor/bin/codecept run
notifications:
slack:
secure: RDOtCNSwSeTnJZL1PkcGgma6ZKtsdy0mDWD8DYyt2tZxqlWcEQRY6LkLmX4VjaJKrbj2ZGts2tmMmK15NMsTfQW5dbzt1lKXhIIUDG0z9FcH74ZskqtMVCiKxItEooX2itMRFZP+eFZu9OYZksg6nPCOaoRHa98IOCcPsgx3MX4=
| sudo: false
language: php
php:
- 7.0
- 5.6
addons:
hosts:
- travis.dev
env:
global:
- secure: Mc37WgZczC3sVsv4Y/wPxrImxYpvNsTbPrJLpLfmDeb8x1JG3xpxky9jbLjmlY3GfgNxGXxHhuzcp+VSpqwJiqMOI8eE17iAHHLQ2W11+vRMhJ83HqdIcsEnmS2/ybrlDnVGiWwkzpOlZ0o9zinItAUoGS1m1wkhD+Q3U9zAayU=
- secure: FJti+LkBeyOMtdWNOwpkFgV/cFMP6sKDnP/r7JC1nlpQaapWyTdeJBe5IDHzBaDXzUyUwjdI4t77xqBlhjcBAPHHaUzurn9OMHIMsiJnYe7gZHKBQfsy9lCfRp2BHnGJ1ujEwfgUujYgFKv9VnNCWwx7mcY9jiQ6sz7IPB19bmA=
before_install:
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
script:
- composer validate
- composer install
- ./tests/bin/setup.sh
- ./vendor/bin/codecept run
notifications:
slack:
secure: BZ9ec8GMlcArxPkDCyX0O4oJ7y8giDJ9HfmCPfwDHJaioy2aPOpqk1/K/8xWWvQ3khhAeDg3E04YSpOvCvelsWErb73oeD8DmO1RX6QD6ipRVrOwRkoUwTwJr+KRYmhN4AIIVLRKuXMfbjsWIgYh3lvUllZlSzbik3kB/vR+h/k=
| Revert "replace notifications yml (remove redundant vars)" | Revert "replace notifications yml (remove redundant vars)"
turns out they weren't redundant.
This reverts commit e9173e57858f5e14f895f69c704a5e6dbc4f57dc.
| YAML | mit | mlaa/commons,mlaa/commons,mlaa/commons,mlaa/commons |
58e8ed699afde237590b26d8cb8c6df488724eac | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- "2.3.1"
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- "export DISPLAY=:99.0"
before_script:
- mysql -e "create database IF NOT EXISTS transactional_capybara_test;" -uroot
- psql -c 'create database transactional_capybara_test;' -U postgres
- "cp spec/{.travis.,}config.yml"
script: bundle exec rake test:all
cache: bundler
| language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- "2.3.1"
env:
- MOZ_HEADLESS=1
addons:
firefox: latest
before_install:
- wget https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz
- mkdir geckodriver
- tar -xzf geckodriver*.tar.gz -C geckodriver
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
- export PATH=$PATH:$PWD/geckodriver
- export DISPLAY=:99.0
before_script:
- mysql -e "create database IF NOT EXISTS transactional_capybara_test;" -uroot
- psql -c 'create database transactional_capybara_test;' -U postgres
- "cp spec/{.travis.,}config.yml"
script: bundle exec rake test:all
cache: bundler
| Use headless Firefox for Selenium tests | Use headless Firefox for Selenium tests
| YAML | mit | iangreenleaf/transactional_capybara,iangreenleaf/transactional_capybara |
69422ef6e1fb9a5c4dc21d12bbb9b406078c06ef | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.6"
- "0.8"
before_install:
- "sudo apt-get install libicu-dev"
| language: node_js
node_js:
- "0.6"
- "0.8"
- "0.9"
- "0.10"
before_install:
- "sudo apt-get install libicu-dev"
| Test node-xmpp in a few other node versions too | Test node-xmpp in a few other node versions too | YAML | isc | agebrock/node-xmpp,tempbottle/node-xmpp,node-xmpp/node-xmpp,ggozad/node-xmpp,xmppjs/xmpp.js,stliu/node-xmpp,xmppjs/xmpp.js,qbit/node-xmpp,WeBest/node-xmpp,node-xmpp/node-xmpp,ggozad/node-xmpp,qbit/node-xmpp,agebrock/node-xmpp |
132217c4519ce5b01af4b9353f4701084059e74c | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.4.4
before_install:
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs
before_script:
- cd lib/assets && npm install && npm run bundle -- -p && cd -
- cp config/database_example.yml config/database.yml
- cp config/secrets_example.yml config/secrets.yml
- cp config/branding_example.yml config/branding.yml
- cp config/initializers/devise.rb.example config/initializers/devise.rb
- cp config/initializers/recaptcha.rb.example config/initializers/recaptcha.rb
- cp config/initializers/wicked_pdf.rb.example config/initializers/wicked_pdf.rb
- bundle exec rake db:drop RAILS_ENV=test
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:schema:load RAILS_ENV=test
- bundle exec rake db:migrate RAILS_ENV=test
script:
- bundle exec rake test
- bundle exec rspec spec
| sudo: false
# Ruby is the main language of the project.
language: ruby
bundler_args: --with development,ci
# Cache third party dependencies for faster builds
cache:
apt: true
bundler: true
directories:
# Cache NPM packages
- lib/assets/node_modules
- $HOME/.npm
addons:
apt:
packages:
- nodejs
matrix:
fast_finish: true
rvm:
# Use 2.4.1, since this is installed by default on Travis (1st Aug, 2018)
- 2.4.1
# These env variables will set up a separate testing environment for each
# combination of variables.
env:
# Run specs once with each database adapter we support
- DB_ADAPTER=postgresql
- DB_ADAPTER=mysql2
# Main test script
script:
# Precompile the assets
- cd lib/assets && npm install && npm run bundle -- -p && cd -
# Copy over config files needed for setup, and create DB
- bin/setup
# Default test stage: Run all specs, listing the 10 slowest.
- bundle exec rspec spec --profile=10
# Run these stages in this order:
stages:
- security
- test
# Define each stage (test is already defined automatically)
jobs:
include:
# Run Brakeman check with warning level 2, except these two checks:
- stage: security
name: "Brakeman check"
script: bundle exec brakeman -w2 --except=Redirect,CrossSiteScripting
- stage: security
name: "Bundle audit"
script: bundle exec bundle-audit check --update
| Refactor TravisCI config to run separate jobs | Refactor TravisCI config to run separate jobs
- Runs Brakeman analysis
- Runs bundle-audit analysis
- Runs all RSpec specs with PostgreSQL
- Runs all RSpec specs with MySQL
| YAML | mit | CDLUC3/dmptool,DigitalCurationCentre/roadmap,DMPRoadmap/roadmap,CDLUC3/dmptool,DigitalCurationCentre/roadmap,CDLUC3/roadmap,DMPRoadmap/roadmap,CDLUC3/roadmap,DigitalCurationCentre/roadmap,CDLUC3/dmptool,CDLUC3/dmptool,CDLUC3/roadmap,DMPRoadmap/roadmap,CDLUC3/roadmap |
70d219e24459edc1c928bb99525a83ca25e704f8 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
xcode_project: Synchronized.xcodeproj
xcode_scheme: SynchronizedTests
xcode_sdk: iphonesimulator
xctool_args: '-destination "platform=iOS Simulator,name=iPhone 7"'
email:
on_success: change
on_failure: change
| language: objective-c
osx_image: xcode9.1
script:
- >
xcodebuild
-project Synchronized.xcodeproj
-scheme SynchronizedTests
-sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPhone X"
-quiet
ONLY_ACTIVE_ARCH=NO
test
email:
on_success: change
on_failure: change
| Update xctool command for Xcode 9 | [ci] Update xctool command for Xcode 9
| YAML | mit | ide/Synchronized,ide/Synchronized |
0c670643288cb58ae668a410640a22aef1047f0e | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.2.6
- 1.3.3
otp_release:
- 18.3
- 19.0
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
| language: elixir
elixir:
- 1.2.6
- 1.3.4
otp_release:
- 18.3
- 19.0
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
| Test against Elixir 1.3.4 (newly released) | Test against Elixir 1.3.4 (newly released)
| YAML | mit | PragTob/benchee |
28e01f3ea8efbeb31295254d768d20ca6151fcd7 | .travis.yml | .travis.yml | language: node_js
node_js: '4.3.2'
sudo: false
dist: trusty
cache:
directories:
- node_modules
- $HOME/.cache
before_install:
- |
if [ -f "$TRAVIS_BRANCH" ]; then
export S3_PREFIX="branch-$TRAVIS_BRANCH"
fi
if [ -f "$TRAVIS_TAG" ]; then
export S3_PREFIX="tag-$TRAVIS_TAG"
fi
export STACK_NAME="aws-lambda-ffmpeg-$S3_PREFIX"
cat <<EOF > ./config/aws.json
{
"videoMaxWidth": 320,
"videoMaxDuration": 30,
"sourceBucket": "$STACK_NAME-src",
"destinationBucket": "$STACK_NAME-dst",
"gzip": false,
"format": {
"image": {
"extension": "png",
"mimeType": "image/png"
},
"video": {
"extension": "mp4",
"mimeType": "video/mp4"
}
}
}
EOF
- npm i -g npm@latest gulp && npm -v
before_script:
- gulp aws:default
script:
- npm test
- npm run test-integration
after_script:
- gulp aws:deleteStack
| language: node_js
node_js: '4.3.2'
sudo: false
dist: trusty
cache:
directories:
- node_modules
- $HOME/.cache
before_install:
- |
if [ -f "$TRAVIS_BRANCH" ]; then
export S3_PREFIX="branch-$TRAVIS_BRANCH"
fi
if [ -f "$TRAVIS_TAG" ]; then
export S3_PREFIX="tag-$TRAVIS_TAG"
fi
export STACK_NAME="aws-lambda-ffmpeg-$S3_PREFIX"
cat <<EOF > "$TRAVIS_BUILD_DIR/config/aws.json"
{
"videoMaxWidth": 320,
"videoMaxDuration": 30,
"sourceBucket": "$STACK_NAME-src",
"destinationBucket": "$STACK_NAME-dst",
"gzip": false,
"format": {
"image": {
"extension": "png",
"mimeType": "image/png"
},
"video": {
"extension": "mp4",
"mimeType": "video/mp4"
}
}
}
EOF
- npm i -g npm@latest gulp && npm -v
before_script:
- gulp aws:default
script:
- npm test
- npm run test-integration
after_script:
- gulp aws:deleteStack
| Add build dir in config | Add build dir in config
| YAML | unlicense | binoculars/aws-lambda-ffmpeg,binoculars/aws-lambda-ffmpeg |
2f8643e834fa75f5b2dfc6aa24f139b00ac58159 | .travis.yml | .travis.yml | language: python
python:
- "3.5"
addons:
apt:
packages:
- libkeyutils-dev
# NOTE: Travis currently runs tests on Ubuntu 14.04 (trusty) whose native
# python3 distribution is py34. This means that we do not have access to
# adequate system packages for use with `--system-site-packages`:
# - python-gobject
# - python3-gi
# virtualenv:
# system_site_packages: true
install:
- python setup.py sdist bdist_wheel
- pip install dist/*.whl keyutils
- pip install twine flake8
script:
- twine check dist/*
- flake8
- nosetests
jobs:
include:
- stage: deploy
name: Upload release to PyPI
if: tag is present
script: twine upload dist/*
env:
- TWINE_USERNAME: coldfix-deploy
# TWINE_PASSWORD
- secure: "d8WYCQ56Se9Y9Z+GIwfLnMRgzfqiPm73XL8Cv3QBAeK/iyN8tsfoVknh5jqMv8ENwKVjuJ4jdCcNH4woW9aJQScPP7ZrOFBGGM+qOSZkCZZ4yOBtdU/oH0pb/eo5CmM/HeoszoZXzAjx3NDNFyQL9otIZNW2VnfBsfjTRgzMmW0="
| language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
addons:
apt:
packages:
- libkeyutils-dev
# NOTE: Travis currently runs tests on Ubuntu 14.04 (trusty) whose native
# python3 distribution is py34. This means that we do not have access to
# adequate system packages for use with `--system-site-packages`:
# - python-gobject
# - python3-gi
# virtualenv:
# system_site_packages: true
install:
- python setup.py sdist bdist_wheel
- pip install dist/*.whl keyutils
- pip install twine flake8
script:
- twine check dist/*
- flake8
- nosetests
jobs:
include:
- stage: deploy
name: Upload release to PyPI
if: tag is present
script: twine upload dist/*
env:
- TWINE_USERNAME: coldfix-deploy
# TWINE_PASSWORD
- secure: "d8WYCQ56Se9Y9Z+GIwfLnMRgzfqiPm73XL8Cv3QBAeK/iyN8tsfoVknh5jqMv8ENwKVjuJ4jdCcNH4woW9aJQScPP7ZrOFBGGM+qOSZkCZZ4yOBtdU/oH0pb/eo5CmM/HeoszoZXzAjx3NDNFyQL9otIZNW2VnfBsfjTRgzMmW0="
| Test on additional python versions | Test on additional python versions
| YAML | mit | coldfix/udiskie,coldfix/udiskie |
68925b48f21ccfc744d75d5bc2998fcaf9a01304 | .travis.yml | .travis.yml | # Travis CI config
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
# https://docs.travis-ci.com/user/customizing-the-build/
# https://docs.travis-ci.com/user/migrating-from-legacy/
filter_secrets: false
language: node_js
node_js:
- 10
- 8
- 6
os:
- linux
- osx
- windows
before_script:
- npm run lint
script:
- npm run test:typescript
- npm run coverage
after_success:
# send code-coverage data to Coveralls
- cat ./coverage/lcov.info | coveralls
jobs:
include:
- stage: Deploy
name: Publish to npm
script: true
after_success: true
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
branch: master
| # Travis CI config
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
# https://docs.travis-ci.com/user/customizing-the-build/
# https://docs.travis-ci.com/user/migrating-from-legacy/
filter_secrets: false
language: node_js
node_js:
- 8
- 10
- 12
os:
- linux
- osx
- windows
before_script:
- npm run lint
script:
- npm run test:typescript
- npm run coverage
after_success:
# send code-coverage data to Coveralls
- cat ./coverage/lcov.info | coveralls
jobs:
include:
- stage: Deploy
name: Publish to npm
script: true
after_success: true
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
branch: master
| Add node 12, drop node 6 | Add node 12, drop node 6
| YAML | mit | rkrauskopf/chai-exec |
5e7d88bc27c3d1d7aa0ebb77e0609ae0a39cf309 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- openjdk8
- oraclejdk11
cache:
directories:
- "$HOME/.m2"
addons:
apt:
packages:
- libcppunit-dev
script: mvn clean install -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.5
- branch-3.4
| language: java
sudo: false
jdk:
- openjdk8
- openjdk11
cache:
directories:
- "$HOME/.m2"
addons:
apt:
packages:
- libcppunit-dev
script: mvn clean install -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.5
- branch-3.4
| Move Travis to openjdk11, oraclejdk11 does not work anymore | Move Travis to openjdk11, oraclejdk11 does not work anymore
Author: Enrico Olivelli <eolivelli@apache.org>
Reviewers: Norbert Kalmar <nkalmar@apache.org>
Closes #1005 from eolivelli/fix/travis-openjdk11
| YAML | apache-2.0 | arshadmohammad/zookeeper,maoling/zookeeper,maoling/zookeeper,arshadmohammad/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,apache/zookeeper,maoling/zookeeper,arshadmohammad/zookeeper,arshadmohammad/zookeeper,apache/zookeeper,hanm/zookeeper,maoling/zookeeper,hanm/zookeeper,arshadmohammad/zookeeper,arshadmohammad/zookeeper,hanm/zookeeper,apache/zookeeper,hanm/zookeeper,apache/zookeeper,hanm/zookeeper,maoling/zookeeper,hanm/zookeeper,arshadmohammad/zookeeper,apache/zookeeper,hanm/zookeeper,apache/zookeeper,hanm/zookeeper,arshadmohammad/zookeeper |
8b9baeee0e2fc8c7806e242448e7564ba8349375 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3-p362
- 1.9.2
- 1.8.7
| language: ruby
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
script: bundle exec rake
| Revert "Specific patch version of 1.9.3: 362." | Revert "Specific patch version of 1.9.3: 362."
This reverts commit e4517c42af355f31745954c8d133a0461b3e2565.
| YAML | mit | jmptrader/jekyll,aarvay/jekyll,adilapapaya/jekyll,shliujing/jekyll,zhangkuaiji/jekyllcn,darwin/jekyll,hubsaysnuaa/jekyll,rovrevik/jekyll,jmepg/jekyll,lcustodio/lcustodio.github.io_base,xiaoshaozi52/jekyll,sanxore/sanxore.github.com,lazycai/lazycai.github.com,jeffkole/jekyll,daniel-beck/jekyll,18F/jekyll,0x00evil/jekyll,hartmel/jekyll,honger05/jekyllcn,wadaries/jekyll,drobati/jekyll,mixxmac/jekyll,Tiger66639/jekyll,foocoder/jekyll,tamouse/jekyll,indraj/jekyll,nemotan/jekyll,kuangyeheng/jekyll,EddieDow/jekyll,thetaxman/jekyll,LuoPX-15510486969/jekyll,pmarsceill/jekyll,teju111/jekyll,Teino1978-Corp/Teino1978-Corp-jekyll,digideskio/jekyll,princeofdarkness76/jekyll,gencer/jekyll,rongl/jekyll,tomjohnson1492/jekyll,codeclimate-testing/jekyll,EddieDow/jekyll,sanxore/sanxore.github.com,Teino1978-Corp/jekyll,ryanshaw/jekyll,angeliaz/jekyll,schaazzz/jekyll,stevecrozz/jekyll,angeliaz/jekyll,likong/jekyll,tomjohnson1492/jekyll,tobscure/jekyll,noikiy/jekyll,tomasdiez/jekyll,xantage/jekyll,Teino1978-Corp/Teino1978-Corp-jekyll,krahman/jekyll,yihangho/jekyll,rebornix/jekyll,Tyrion22/jekyll,chrisfinazzo/jekyll,ryanshaw/jekyll,xiebinhqy/jklly_china,yihangho/jekyll,Wirachmat/jekyll,AaronSikes/jekyll,wentixiaogege/jekyll,nasht00/jekyll,johnnycastilho/jekyll,howkj1/jekyll,alex-kovac/jekyll,tomjohnson1492/jekyll,desidude03/jekyll,rlugojr/jekyll,rovrevik/jekyll,ZainRizvi/jekyll,htmelvis/jekyll,digideskio/jekyll,nfagerlund/jekyll,stevecrozz/jekyll,tareq-s/jekyll,liukaijv/jekyll,sasongkojati/jekyll,nickg33/jekyll,supriyantomaftuh/jekyll,isathish/jekyll,likong/jekyll,CorainChicago/jekyll,tomasdiez/jekyll,harrissoerja/jekyll,zsyed91/jekyll,jmepg/jekyll,tillgrallert/jekyll,ZDroid/jekyll,nathanhorrigan1/webdeveloper,hiteshsuthar/jekyll,xiebinhqy/jklly_china,tamouse/jekyll,abhilashhb/jekyll,monxim/monxim.github.io,gkunwar/gkunwar.github.io,imaustink/jekyll,fengsmith/jekyllcn,brint/jekyll,nateberkopec/jekyll,doubleday/jekyll,CheekyFE/jekyll,teju111/jekyll,shuber2/jekyll,goragod/jekyll,hubsaysnuaa/jekyll,CPVPLachlan/CPVP-Blog,oresmus/jekyll,stomar/jekyll,goragod/jekyll,dezon/jekyll,xcatliu/jekyllcn,jekyll/jekyll,ducktyper/jekyll,EddieDow/jekyll,drobati/jekyll,dezon/jekyll,LeuisKen/jekyllcn,fulldecent/jekyll,ramoslin02/jekyll,julienbourdeau/jekyll,ducktyper/jekyll,adilapapaya/jekyll,chrisfinazzo/jekyll,brint/jekyll,gynter/jekyll,ls2uper/jekyll,LuoPX-15510486969/jekyll,royalwang/jekyll,anthonyrosengren/grasshoppergathering2.github-io,tillgrallert/jekyll,PepSalehi/jekyll,howkj1/jekyll,chiyodad/jekyll,AnanthaRajuC/jekyll,jmepg/jekyll,alfredxing/jekyll,indraj/jekyll,stomar/jekyll,CPVPLachlan/CPVP-Blog,hubsaysnuaa/jekyll,chiyodad/jekyll,jekyll/jekyll,foocoder/jekyll,mixxmac/jekyll,xcatliu/jekyllcn,m2candre/jekyll,egobrightan/jekyll,krahman/jekyll,tomjohnson1492/jekyll,Strangehill/jekyll,AnanthaRajuC/jekyll,tobscure/jekyll,ajhit406/jekyll,cyberid41/jekyll,nickg33/jekyll,AtekiRyu/jekyll,Tiger66639/jekyll,alihalabyah/jekyll,xcatliu/jekyllcn,trungvothanh/jekyll,rebornix/jekyll,derekgottlieb/jekyll,princeofdarkness76/jekyll,nemotan/jekyll,Wirachmat/jekyll,zsyed91/jekyll,isathish/jekyll,xiongjungit/jekyll,dansef/jekyll,martynbm/jekyll,saitodisse/jekyll,royalwang/jekyll,0x00evil/jekyll,eninya/jekyll,vidbina/jekyll,AtekiRyu/jekyll,ryanshaw/jekyll,QuinntyneBrown/jekyll,aarvay/jekyll,1gitGrey/jekyll,mrb/jekyll,gynter/jekyll,tobscure/jekyll,hartmel/jekyll,nateberkopec/jekyll,bsmr-ruby/jekyll,fulldecent/jekyll,jekyll/jekyll,lcustodio/lcustodio.github.io_base,larryfox/jekyll,garvitr/jekyll,thetaxman/jekyll,sideci-sample/sideci-sample-jekyll,iRoxx/jekyll,pmarsceill/jekyll,rovrevik/jekyll,omeripek/jekyll,derekgottlieb/jekyll,pheuko/jekyll,eloyesp/jekyll,anthonyrosengren/grasshoppergathering2.github-io,garvitr/jekyll,christophermanning/jekyll,dansef/jekyll,CorainChicago/jekyll,rasa2011/rasa2011.github.io,shuber2/jekyll,tillgrallert/jekyll,christophermanning/jekyll,rasa2011/rasa2011.github.io,krahman/jekyll,ZDroid/jekyll,chrisfinazzo/jekyll,gaosboy/jekyll,superve/jekyll,oresmus/jekyll,SQS2/Test,ajhit406/jekyll,lazycai/lazycai.github.com,pmarsceill/jekyll,daniel-beck/jekyll,alex-kovac/jekyll,leichunxin/jekyll,ReachingOut/jekyll,johnnycastilho/jekyll,fengsmith/jekyll,fulldecent/jekyll,bsmr-ruby/jekyll,jaybe-jekyll/jekyll,backendeveloper/jekyll,floydpraveen/jekyll,xiongjungit/jekyll,goodtouch/jekyll,harrissoerja/jekyll,brint/jekyll,leichunxin/jekyll,alex-kovac/jekyll,dangaute/eng,wentixiaogege/jekyll,saitodisse/jekyll,honger05/jekyllcn,adilapapaya/jekyll,AnanthaRajuC/jekyll,goodtouch/jekyll,jeffkole/jekyll,zhangkuaiji/jekyllcn,chinayin/jekyll,ducktyper/jekyll,thejameskyle/jekyll,krishnakalyan3/jekyll,richsoni/jekyll,rasa2011/rasa2011.github.io,tylermachen/jekyll,akoeplinger/jekyll,liukaijv/jekyll,richsoni/jekyll,winndows/jekyll,rajrathore/jekyll,sideci-sample/sideci-sample-jekyll,mrb/jekyll,matuzo/jekyll,imaustink/jekyll,gaosboy/jekyll,kimeng/jekyll,kimeng/jekyll,sferik/jekyll,matuzo/jekyll,darwin/jekyll,abhilashhb/jekyll,MjAbuz/jekyll,saitodisse/jekyll,sferik/jekyll,goragod/jekyll,likong/jekyll,jaybe-jekyll/jekyll,julienbourdeau/jekyll,nateberkopec/jekyll,bsmr-ruby/jekyll,stevecrozz/jekyll,thejameskyle/jekyll,ewinkler/jekyll,fengsmith/jekyllcn,angeliaz/jekyll,ramoslin02/jekyll,martynbm/jekyll,floydpraveen/jekyll,trungvothanh/jekyll,htmelvis/jekyll,digideskio/jekyll,x-way/jekyll,eninya/jekyll,jaybe-jekyll/jekyll,MauroMrod/jekyll,getandpost/jekyll.github.io,alfredxing/jekyll,MauroMrod/jekyll,jmknoll/jekyll,marrujoalex/jekyll,x-way/jekyll,wadaries/jekyll,Tyrion22/jekyll,wentixiaogege/jekyll,nasht00/jekyll,dangaute/eng,shliujing/jekyll,jmknoll/jekyll,gynter/jekyll,ramoslin02/jekyll,getandpost/jekyll.github.io,Strangehill/jekyll,stomar/jekyll,LeuisKen/jekyllcn,tomasdiez/jekyll,MauroMrod/jekyll,getandpost/jekyll.github.io,xiaoshaozi52/jekyll,Wirachmat/jekyll,0x00evil/jekyll,doubleday/jekyll,bsmr-ruby/jekyll,thejameskyle/jekyll,princeofdarkness76/jekyll,pheuko/jekyll,Tiger66639/jekyll,superve/jekyll,leichunxin/jekyll,howkj1/jekyll,xiaoshaozi52/jekyll,sasongkojati/jekyll,AtekiRyu/jekyll,dezon/jekyll,krishnakalyan3/jekyll,desidude03/jekyll,greent2008/jekyll,isathish/jekyll,FlyingWHR/jekyll,jaroot32/jekyll,Strangehill/jekyll,nathanhorrigan1/webdeveloper,fabulousu/jekyll,mnuessler/jekyll,QuinntyneBrown/jekyll,princeofdarkness76/jekyll,dansef/jekyll,gkunwar/gkunwar.github.io,rlugojr/jekyll,teju111/jekyll,honger05/jekyllcn,xantage/jekyll,Teino1978-Corp/Teino1978-Corp-jekyll,ZDroid/jekyll,vcgato29/jekyll,tillgrallert/jekyll,brint/jekyll,UniFreak/jekyllcn,UniFreak/jekyllcn,naughtyboy83/jekyll,UniFreak/jekyllcn,codeclimate-testing/jekyll,akoeplinger/jekyll,floydpraveen/jekyll,gencer/jekyll,jeffkole/jekyll,x-way/jekyll,martynbm/jekyll,ls2uper/jekyll,jmhardison/jekyll,Strangehill/jekyll,SQS2/Test,nemotan/jekyll,backendeveloper/jekyll,larryfox/jekyll,ajhit406/jekyll,noikiy/jekyll,mnuessler/jekyll,nasht00/jekyll,MjAbuz/jekyll,tillgrallert/jekyll,julienbourdeau/jekyll,vidbina/jekyll,fengsmith/jekyll,pmarsceill/jekyll,rajrathore/jekyll,Strangehill/jekyll,christophermanning/jekyll,winndows/jekyll,ryanshaw/jekyll,SQS2/Test,schaazzz/jekyll,ReachingOut/jekyll,dangaute/eng,noikiy/jekyll,schaazzz/jekyll,doubleday/jekyll,kinlane/jekyll,egobrightan/jekyll,jmptrader/jekyll,emarchak/tomes-jekyll,mrb/jekyll,xtymichael/jekyll,gencer/jekyll,ajhit406/jekyll,naughtyboy83/jekyll,penchan1218/jekyllcn,zsyed91/jekyll,alex-kovac/jekyll,x-way/jekyll,FlyingWHR/jekyll,gkunwar/gkunwar.github.io,fengsmith/jekyllcn,tylermachen/jekyll,mnuessler/jekyll,jmptrader/jekyll,alihalabyah/jekyll,supriyantomaftuh/jekyll,indraj/jekyll,thetaxman/jekyll,vcgato29/jekyll,ls2uper/jekyll,yihangho/jekyll,harrissoerja/jekyll,jaroot32/jekyll,matuzo/jekyll,CPVPLachlan/CPVP-Blog,lazycai/lazycai.github.com,alex-kovac/jekyll,greent2008/jekyll,winndows/jekyll,rongl/jekyll,nickg33/jekyll,xiebinhqy/jklly_china,fulldecent/jekyll,PepSalehi/jekyll,Kinghack/kinghack.github.com,tylermachen/jekyll,hiteshsuthar/jekyll,oresmus/jekyll,gencer/jekyll,kinlane/jekyll,imaustink/jekyll,18F/jekyll,CorainChicago/jekyll,drobati/jekyll,cyberid41/jekyll,stomar/jekyll,gencer/jekyll,m2candre/jekyll,iRoxx/jekyll,18F/jekyll,fabulousu/jekyll,nasht00/jekyll,hiteshsuthar/jekyll,xtymichael/jekyll,derekgottlieb/jekyll,marrujoalex/jekyll,superve/jekyll,sasongkojati/jekyll,abhilashhb/jekyll,ZainRizvi/jekyll,floydpraveen/jekyll,QuinntyneBrown/jekyll,tugberkugurlu/jekyll,darwin/jekyll,iRoxx/jekyll,xantage/jekyll,htmelvis/jekyll,fengsmith/jekyll,kimeng/jekyll,xtymichael/jekyll,monxim/monxim.github.io,larryfox/jekyll,ZainRizvi/jekyll,rongl/jekyll,xiebinhqy/jklly_china,penchan1218/jekyllcn,chinayin/jekyll,FlyingWHR/jekyll,vidbina/jekyll,zhangkuaiji/jekyllcn,Tyrion22/jekyll,codeclimate-testing/jekyll,kuangyeheng/jekyll,richsoni/jekyll,jekyll/jekyll,jaybe-jekyll/jekyll,vcgato29/jekyll,liukaijv/jekyll,darwin/jekyll,jmhardison/jekyll,omeripek/jekyll,rlugojr/jekyll,daniel-beck/jekyll,gaosboy/jekyll,eninya/jekyll,1gitGrey/jekyll,fabulousu/jekyll,omeripek/jekyll,AaronSikes/jekyll,supriyantomaftuh/jekyll,naughtyboy83/jekyll,PepSalehi/jekyll,ReachingOut/jekyll,rajrathore/jekyll,shuber2/jekyll,CheekyFE/jekyll,ewinkler/jekyll,chinayin/jekyll,AaronSikes/jekyll,tamouse/jekyll,kuangyeheng/jekyll,zsyed91/jekyll,LeuisKen/jekyllcn,shliujing/jekyll,krishnakalyan3/jekyll,jmhardison/jekyll,tareq-s/jekyll,Kinghack/kinghack.github.com,aarvay/jekyll,Teino1978-Corp/jekyll,rlugojr/jekyll,wadaries/jekyll,alfredxing/jekyll,tugberkugurlu/jekyll,desidude03/jekyll,chiyodad/jekyll,Teino1978-Corp/jekyll,hartmel/jekyll,cyberid41/jekyll,royalwang/jekyll,jmknoll/jekyll,tomjohnson1492/jekyll,derekgottlieb/jekyll,Kinghack/kinghack.github.com,chrisfinazzo/jekyll,pheuko/jekyll,LuoPX-15510486969/jekyll,penchan1218/jekyllcn,eloyesp/jekyll,tugberkugurlu/jekyll,alihalabyah/jekyll,mrb/jekyll,ewinkler/jekyll,lcustodio/lcustodio.github.io_base,greent2008/jekyll,MjAbuz/jekyll,sanxore/sanxore.github.com,CheekyFE/jekyll,jeffkole/jekyll,foocoder/jekyll,lazycai/lazycai.github.com,xcatliu/jekyllcn,garvitr/jekyll,yhironaka/yhironaka.github.io,tareq-s/jekyll,jaroot32/jekyll,eloyesp/jekyll,alfredxing/jekyll,marrujoalex/jekyll,xiongjungit/jekyll,egobrightan/jekyll,anthonyrosengren/grasshoppergathering2.github-io,mixxmac/jekyll,nathanhorrigan1/webdeveloper,johnnycastilho/jekyll,m2candre/jekyll,puppetlabs/jekyll,backendeveloper/jekyll,emarchak/tomes-jekyll,noikiy/jekyll,trungvothanh/jekyll,nfagerlund/jekyll,rebornix/jekyll |
51f4a7c4d06eda6325c46413242455fed2dc0bfc | .travis.yml | .travis.yml | language: python
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
script:
- make test
| Add explicitly supported python versions, update Travis test script | Add explicitly supported python versions, update Travis test script
| YAML | mit | authy/authy-python,authy/authy-python |
77b7a446de8a783756482bfaaf4beec34f3aafac | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
before_script: RAILS_ENV=test bundle exec rake app:db:reset
script: bundle exec rspec spec
env:
- THREADSAFE=true
- THREADSAFE=false
gemfile:
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stable
- Gemfile
notifications:
hipchat:
rooms:
- secure: "cVvKnySyhAuBtAqXKwxsMamfjkGe63OldAdP4eSNv6syr0BNcJirfDN6OsH1bzAbvCq/lEK1udLDzPrEsP0S51zBG2tGaeY7pXeBhHigBGFmC6wsAfMtPkDTyursm6f6Orl0LrMB4RPTNi6RFXdKDvTk430NBjh8YgKkZ7EzBtg="
| sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.2
before_script: RAILS_ENV=test bundle exec rake app:db:reset
script: bundle exec rspec spec
env:
- THREADSAFE=true
- THREADSAFE=false
gemfile:
- gemfiles/Gemfile.rails-4.1-stable
- gemfiles/Gemfile.rails-4.0-stable
- gemfiles/Gemfile.rails-3.2-stable
- Gemfile
notifications:
hipchat:
rooms:
- secure: "cVvKnySyhAuBtAqXKwxsMamfjkGe63OldAdP4eSNv6syr0BNcJirfDN6OsH1bzAbvCq/lEK1udLDzPrEsP0S51zBG2tGaeY7pXeBhHigBGFmC6wsAfMtPkDTyursm6f6Orl0LrMB4RPTNi6RFXdKDvTk430NBjh8YgKkZ7EzBtg="
| Add Ruby 2.2.2 to Travis | Add Ruby 2.2.2 to Travis
| YAML | mit | mzaccari/seed_migration,mzaccari/seed_migration,harrystech/seed_migration,mzaccari/seed_migration,jmyers0022/seed_migration,jmyers0022/seed_migration,jmyers0022/seed_migration,harrystech/seed_migration,harrystech/seed_migration |
2a17e813554379a8b51c14f0a0699ea32e4d0ffa | .travis.yml | .travis.yml | language:
- scala
scala:
- 2.11.12
- 2.12.6
jdk:
- oraclejdk8
| dist:
trusty
language:
scala
scala:
- 2.11.12
- 2.12.6
jdk:
- oraclejdk8
| Use Ubuntu 14 to have Oracle JDK available again | Use Ubuntu 14 to have Oracle JDK available again
| YAML | apache-2.0 | krasserm/streamz |
472abe5461cfb97902b1f990f1ebd70f0cfd699e | .travis.yml | .travis.yml | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- composer self-update
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
script:
- mkdir -p build/logs
- phpunit -c travis.phpunit.xml
after_script:
- php vendor/bin/coveralls -v
| language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
script:
- mkdir -p build/logs
- phpunit -c travis.phpunit.xml
after_script:
- php vendor/bin/coveralls -v
| Remove PHP 5.5 from allowed failures | Remove PHP 5.5 from allowed failures
The unit tests are passing on 5.5 for now, and we should probably give more
emphasis on both 5.4 and 5.5 only.
| YAML | mit | insulin/cli,insulin/cli |
4ea5738000034046e03398da8aa28a577cbbb7f4 | .travis.yml | .travis.yml | language: ruby
cache: bundler
node_js:
- "0.10"
rvm:
- 2.1.5
before_script:
- npm install -g bower
- bower install
| language: ruby
cache: bundler
node_js:
- "0.10"
rvm:
- 2.1.5
before_script:
- npm install -g bower
- bower install
deploy:
provider: heroku
app: ggp-pension-guidance
api_key:
secure: bASAlGbdIIHSLR2gErxLUtDcgtJaFFbSxrmeAzyIvkYw947iWIXmQtqODFCLTrg3v202PoW5rI47fjWVr47GdjxIVJctQAbYJo3qNBXNU8Xdv+aU1EXH+22E0nAGA+ZO71KLmb+Wdc9+AXJ6KfqfABqQmIEI2OdBWbjuLZ9LOR4=
on:
repo: guidance-guarantee-programme/pension_guidance
| Configure Travis to deploy to Heroku | Configure Travis to deploy to Heroku | YAML | mit | guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance,guidance-guarantee-programme/pension_guidance |
efb8d46e53b8374ee09e62cb6420959d02b49722 | .travis.yml | .travis.yml | language: ruby
rvm: "2.0"
before_install: ./bin/travisci/before_install.sh
script: make test-travisci
services:
- rabbitmq
notifications:
email: michael@rabbitmq.com
branches:
only:
- master
env:
- RUBY=ruby GEM=gem SLOWNESS=3
| language: ruby
rvm: "1.9.3"
before_install: ./bin/travisci/before_install.sh
script: make test-travisci
services:
- rabbitmq
notifications:
email: michael@rabbitmq.com
branches:
only:
- master
env:
- RUBY=ruby GEM=gem SLOWNESS=3
| Use Ruby 1.9.3 as EventMachine seem to fail to compile on 2.0 :/ | Use Ruby 1.9.3 as EventMachine seem to fail to compile on 2.0 :/
| YAML | apache-2.0 | fams/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,fams/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,mixmar91/rabbitmq,borna2exl/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,mixmar91/rabbitmq,SaiNadh001/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,fams/rabbitmq-tutorials,mixmar91/rabbitmq,thoven78/rabbitmq-tutorials,mixmar91/rabbitmq,youyesun/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,fams/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,fams/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,mixmar91/rabbitmq,bwong199/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,fams/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,mixmar91/rabbitmq,tkssharma/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,yepesasecas/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,Dim0N22/rabbitmq-tutorials,hangshiisi/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,mixmar91/rabbitmq,yepesasecas/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,mixmar91/rabbitmq,fams/rabbitmq-tutorials,tkssharma/rabbitmq-tutorials,fams/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,AlexandrT/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,youyesun/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,jonahglover/rabbitmq-tutorials,rabbitmq/rabbitmq-tutorials,fengjx/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,fams/rabbitmq-tutorials,anhzhi/rabbitmq-tutorials,girirajsharma/rabbitmq-tutorials,borna2exl/rabbitmq-tutorials,SaiNadh001/rabbitmq-tutorials,thoven78/rabbitmq-tutorials,bwong199/rabbitmq-tutorials,yhiguchi/rabbitmq-tutorials,mixmar91/rabbitmq,thoven78/rabbitmq-tutorials |
fdb2e3757e6fc7a3679af0ec4cb210c83e300486 | .travis.yml | .travis.yml | language: java
before_script:
- psql -U postgres -c "create user test with password 'test';"
- psql -c 'create database test owner test;' -U postgres
script: ant -lib lib test
jdk:
- openjdk7
- openjdk6
| language: java
before_script:
- psql -U postgres -c "create user test with password 'test';"
- psql -c 'create database test owner test;' -U postgres
script: ant -lib lib test
jdk:
- openjdk7
- openjdk6
- oraclejdk7
- oraclejdk8
| Test against Oracle's JDK release | Test against Oracle's JDK release
Travis CI supports testing against Oracle's JDK 7 and 8. To make
sure we're supporting these "official" releases we should test against
them.
| YAML | bsd-2-clause | lordnelson/pgjdbc,jamesthomp/pgjdbc,sehrope/pgjdbc,underyx/pgjdbc,sehrope/pgjdbc,Gordiychuk/pgjdbc,panchenko/pgjdbc,lordnelson/pgjdbc,golovnin/pgjdbc,schlosna/pgjdbc,schlosna/pgjdbc,jorsol/pgjdbc,golovnin/pgjdbc,underyx/pgjdbc,ekoontz/pgjdbc,jorsol/pgjdbc,underyx/pgjdbc,zemian/pgjdbc,panchenko/pgjdbc,zemian/pgjdbc,zapov/pgjdbc,marschall/pgjdbc,whitingjr/pgjdbc,phillipross/pgjdbc,bocap/pgjdbc,rjmac/pgjdbc,pgjdbc/pgjdbc,marschall/pgjdbc,sehrope/pgjdbc,whitingjr/pgjdbc,bocap/pgjdbc,Gordiychuk/pgjdbc,sehrope/pgjdbc,davecramer/pgjdbc,lonnyj/pgjdbc,lonnyj/pgjdbc,jkutner/pgjdbc,whitingjr/pgjdbc,marschall/pgjdbc,rjmac/pgjdbc,pgjdbc/pgjdbc,phillipross/pgjdbc,AlexElin/pgjdbc,ekoontz/pgjdbc,golovnin/pgjdbc,Gordiychuk/pgjdbc,jamesthomp/pgjdbc,davecramer/pgjdbc,jkutner/pgjdbc,davecramer/pgjdbc,lordnelson/pgjdbc,marschall/pgjdbc,jamesthomp/pgjdbc,jorsol/pgjdbc,alexismeneses/pgjdbc,alexismeneses/pgjdbc,amozhenin/pgjdbc,pgjdbc/pgjdbc,amozhenin/pgjdbc,AlexElin/pgjdbc,zapov/pgjdbc,pgjdbc/pgjdbc,rjmac/pgjdbc,davecramer/pgjdbc,jorsol/pgjdbc,phillipross/pgjdbc,jkutner/pgjdbc,AlexElin/pgjdbc,amozhenin/pgjdbc,bocap/pgjdbc,panchenko/pgjdbc,zapov/pgjdbc,zemian/pgjdbc |
b343b4d52c5cdfb1c491563e1532b9750949e51b | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "0.11"
- "0.10"
before_install:
- npm install -g grunt-cli
| language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "0.11"
- "0.10"
before_install:
- npm install -g grunt-cli
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| Address Travis CI compiler version issue | Address Travis CI compiler version issue
The build for Node.js 6 failed with the following error.
Starting with io.js 3 and Node.js 4, building native extensions requires C++11-compatible compiler, which seems unavailable on this VM. Please read https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements.
These are the changes prescribed in the above link. | YAML | mit | thebinarypenguin/raml-cop |
997c1a89c9dbec01ce8e31a6207d0998c3ce13d8 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.1
- 2.5.3
- 2.4.5
- 2.3.8
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
addons:
apt:
packages:
- libicu-dev
before_script:
- git config --global user.email "test@example.com"
- git config --global user.name "Test"
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.6.5
- 2.5.7
- 2.4.9
- 2.3.8
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
addons:
apt:
packages:
- libicu-dev
before_script:
- git config --global user.email "test@example.com"
- git config --global user.name "Test"
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
| Test with latest Ruby versions | Test with latest Ruby versions
| YAML | mit | jbox-web/gitolite |
97d79b64498422dceae4d94f664d06af623a61d8 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- 4.1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX='g++-4.8'
- npm install -g npm
- echo "$(which npm)"
| ---
language: node_js
node_js:
- 4.1
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX='g++-4.8'
- npm install -g npm
| Remove debug logging on Travis | Remove debug logging on Travis
| YAML | mit | vinsonchuong/dist-es6 |
950bc9f6ef7ddcffe3b4bbb526c71fc0a6a73e5d | .travis.yml | .travis.yml | language: go
sudo: required
go:
- 1.6
before_install:
- sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa -y
- sudo apt-get update
install:
- sudo apt-get install mosquitto mosquitto-clients
- make deps
- make test-deps
- make cover-deps
before_script:
- mosquitto -p 1883 1>/dev/null 2>/dev/null &
services:
- redis-server
script:
- make test
- make fmt
- make vet
after_success:
- make cover
- make coveralls
| language: go
sudo: required
go:
- 1.6
before_install:
- sudo apt-get update
install:
- sudo apt-get install mosquitto
- make deps
- make test-deps
- make cover-deps
before_script:
- mosquitto -p 1883 1>/dev/null 2>/dev/null &
services:
- redis-server
script:
- make test
- make fmt
- make vet
after_success:
- make cover
- make coveralls
| Use Ubuntu mosquitto in Travis | [ci] Use Ubuntu mosquitto in Travis
| YAML | mit | TheThingsNetwork/ttn,TheThingsNetwork/ttn,LoRaWanSoFa/ttn,jvanmalder/ttn,jvanmalder/ttn,mgranberry/ttn,mgranberry/ttn,mgranberry/ttn,jvanmalder/ttn,TheThingsNetwork/ttn,LoRaWanSoFa/ttn |
07afd686f1efb29f8512f9aec88a7db2474d3ccf | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods
- carthage bootstrap --platform ios
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- rake build:ios DESTINATION='OS=10,name=iPhone 6s'
- rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone 7 Plus'
- pod lib lint --quick
| language: objective-c
osx_image: xcode9
before_install:
- gem install cocoapods
- carthage bootstrap --platform ios
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- rake build:ios DESTINATION='OS=10.0,name=iPhone 6s'
- rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone 7 Plus'
- pod lib lint --quick
| Correct iOS 10 to 10.0 | Correct iOS 10 to 10.0
| YAML | mit | nakajijapan/PhotoSlider,nakajijapan/PhotoSlider,nakajijapan/PhotoSlider |
9302f88576591b30badd3c56bdd30e4f24447004 | .travis.yml | .travis.yml | sudo: false
language: objective-c
cache: cocoapods
xcode_workspace: LocationManager/LocationManager.xcworkspace
xcode_scheme: LocationManagerExample
xcode_sdk: iphonesimulator
podfile: LocationManager/Podfile
before_install:
- gem install cocoapods --no-ri --no-rdoc
- gem install slather --no-ri --no-rdoc
after_success: slather
| sudo: false
language: objective-c
cache: cocoapods
xcode_workspace: LocationManager/LocationManager.xcworkspace
xcode_scheme: LocationManagerExample
xcode_sdk: iphonesimulator
podfile: LocationManager/Podfile
rvm:
- 2.2.2
before_install:
- gem install cocoapods --no-ri --no-rdoc
- gem install slather --no-ri --no-rdoc
after_success: slather
| Change rvm version to stop build failure | Change rvm version to stop build failure
| YAML | mit | intuit/LocationManager |
8b03d25d61a1a52995684106bf01c460c75b809b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script:
- cd pyreststore
- python manage.py test | language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
# command to run tests
script:
- cd pyreststore
- python manage.py test | Include Python version 2.6 on Travis. | Include Python version 2.6 on Travis.
| YAML | bsd-3-clause | peterdv/pyreststore |
fd810abfc5a42aa00da3250d946f0738594a0d9c | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- rbx
- rbx-2.0
- jruby
branches:
only:
- master
| rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- rbx
- jruby
branches:
only:
- master
| Remove rbx-2.0 from build matrix. | Remove rbx-2.0 from build matrix.
| YAML | mit | norman/ambry |
f9f1b940f27f464c7cc70ffeb58acb648c10b716 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.4'
- '3.5'
sudo: false
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r requirements/tests.txt
- pip install coveralls
script:
- nosetests --with-coverage --cover-erase --cover-package=temba_client
- flake8
after_success:
- coveralls
notifications:
slack:
secure: F6HxphE09WAOd1ux2oEzrgKAoyCLGqauqR/nH5vXHVFUZrKZHvGmhCPFKkLHJnpeNIE4l4xMtRAqNb5EuFJJzjO5myNJ2Ihx1pfYUJF+5GuYvWttpdRrPh6MSVmR3/oZWSKD67abrVKhX85zg4RNLz7RmblooSbPLa8Jj+p72/s=
| language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
sudo: false
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r requirements/tests.txt
- pip install coveralls
script:
- nosetests --with-coverage --cover-erase --cover-package=temba_client
- flake8
after_success:
- coveralls
notifications:
slack:
secure: F6HxphE09WAOd1ux2oEzrgKAoyCLGqauqR/nH5vXHVFUZrKZHvGmhCPFKkLHJnpeNIE4l4xMtRAqNb5EuFJJzjO5myNJ2Ihx1pfYUJF+5GuYvWttpdRrPh6MSVmR3/oZWSKD67abrVKhX85zg4RNLz7RmblooSbPLa8Jj+p72/s=
| Add testing on Python 3.6 | Add testing on Python 3.6 | YAML | bsd-3-clause | rapidpro/rapidpro-python |
e4476c6fd9027bfc0e50ec0a7852b9c37c62de41 | .travis.yml | .travis.yml | os:
- osx
- linux
#language: python
#python: 2.7
install:
- .travis/install_$TRAVIS_OS_NAME.sh
script:
- .travis/run.sh
- .travis/check.sh
| os:
- osx
- linux
#language: python
#python: 2.7
install:
- .travis/install_$TRAVIS_OS_NAME.sh
script:
- .travis/run.sh
- .travis/check.sh
env:
global:
- GALAXY=yes
| Enable ansible-galaxy on Travis CI builds | Enable ansible-galaxy on Travis CI builds
| YAML | mit | dispansible/dispansible,dispansible/dispansible |
91f12e43b0c546e32bfb876aab370eacdd11cda1 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
install:
# Install conda
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- conda update conda
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION pytest nomkl scipy=0.18.1 numpy=1.11.2 pandas=0.18.0 matplotlib
- conda env update -f environment.yml
- conda install -n test-environment numba
- source activate test-environment
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
- cd ogusa; py.test -s -v -m 'not full_run'
| sudo: false
language: python
python:
- "2.7"
install:
# Install conda
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- conda update conda
- conda create -n ospcdyn python=$TRAVIS_PYTHON_VERSION
- source activate ospcdyn
- conda env update -f environment.yml
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
- cd ogusa; py.test -s -v -m 'not full_run'
| Use environment.yml file to setup environment | Use environment.yml file to setup environment
| YAML | mit | OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic,OpenSourcePolicyCenter/dynamic |
48d205057acfd2a65497e624f54e232f11324024 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
install:
- sudo pip install cpp-coveralls --use-mirrors
before_script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on ..
script:
- make && ctest -V
after_success:
- if [ "$CXX" == "g++" ] && [ "$BUILD_TYPE" == "Debug" ]; then coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*test/.*.cpp.*"; fi | language: cpp
compiler:
- gcc
- clang
env:
global:
- secure: "Vv3X7OaYzNe+GaxAwsUoEf44W8bC52fszgNPl725HHgFCWlpalqrFRufly8ol/q7uZ2lMnGeiCeKFFfTjfMBY9P0SDFltQD5/ATuquRVKEXjKNqPQGTXHqlfaA9tg2aztjwYHvJmetRRWYir86I15hmAdh320Mj8Ul0iK44b6Bw="
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
coverity_scan:
project:
name: "kartikkumar/sml"
notification_email: me@kartikkumar.com
build_command_prepend: "mkdir build && cd build; cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on .."
build_command: "make"
branch_pattern: coverity_scan
install:
- if [ "$CXX" == "g++" ] && [ "$BUILD_TYPE" == "Debug" ]; sudo pip install cpp-coveralls --use-mirrors; fi
before_script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_TESTS=on -DBUILD_TESTS_WITH_EIGEN=on ..
script:
- make && ctest -V
after_success:
- if [ "$CXX" == "g++" ] && [ "$BUILD_TYPE" == "Debug" ]; then coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*test/.*.cpp.*"; fi | Add Coverity back into Travis script. | Add Coverity back into Travis script.
| YAML | mit | ennehekma/sml,openastro/sml,ennehekma/sml,astropnp/sml,Stardust2013/sml,kartikkumar/sml,Stardust2013/sml,astropnp/sml |
56b28a4c2598218c2d36a3f850ec9c290e42f464 | .travis.yml | .travis.yml | language: php
env:
global:
- COMPOSER_ROOT_VERSION=2.x-dev
addons:
apt:
packages:
- hunspell
- libhunspell-dev
- hunspell-en-us
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
# Init PHP
- phpenv rehash
- phpenv config-rm xdebug.ini
# Install composer dependencies
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql 2.0.x-dev; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
script:
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs src/ tests/ *.php; fi
after_success:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
| language: php
env:
global:
- COMPOSER_ROOT_VERSION=2.x-dev
addons:
apt:
packages:
- hunspell
- libhunspell-dev
- hunspell-en-us
matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=PGSQL PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
# Init PHP
- phpenv rehash
- phpenv config-rm xdebug.ini
# Install composer dependencies
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql 2.0.x-dev; fi
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
script:
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs src/ tests/; fi
after_success:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
| FIX phpcs line in Travis configuration not to look for non-existent PHP files | FIX phpcs line in Travis configuration not to look for non-existent PHP files
| YAML | bsd-3-clause | silverstripe-labs/silverstripe-spellcheck |
65bf4830fd83b3bef657760470d11da7819b31d9 | .travis.yml | .travis.yml | language: java
script: "mvn clean verify" | language: java
script: "mvn deploy --settings .ci-deploy-settings.xml"
branches:
only:
- master
env:
global:
- secure: "aM39d+CWKGpE+IMP3UA6ViYDgFXWOnkJjrIIl0Q7+mOFD8KHkFeyrb5ssMZa\ns2bWy7AvlEamDi1ttHT1mlP5r0656yme8E7rnwMNBym4g/Mmo89cM8HfFsRn\nhf+8KYvuPjty6rbdo1vteWHnTorOPuFefceBsMngLDP3VIhT7no="
- secure: "nzW3JJZv2+NLNklXpFwF6bJKbbkUw/fY9inL8rKofjc3aCWPVvB4Nv+HbPic\n0uMxHxK9qE0b5QLVGyFVHor0J/jaTCu+9OrX3+nld68Awj8sGjUqBie/d4Fe\n3vAtU0aAlMnb/Tdv/8LEneACyN7uO+N+siv+YSY3dU1+7eC4sQc="
| Use Travis to deploy to Sonatype | Use Travis to deploy to Sonatype
| YAML | apache-2.0 | daisy/xproc-maven-plugin |
959e5bcf37209f4682fb1de5a215d362aceb94d4 | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode8.2
xcode_sdk: iphonesimulator10.1
language: objective-c
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- gem install xcpretty
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/VoucherifySwiftSdk.xcworkspace -scheme VoucherifySwiftSdk-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
| # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
# https://docs.travis-ci.com/user/reference/osx/#using-os-x
osx_image: xcode10
xcode_sdk: iphonesimulator12.0
language: swift
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install xcpretty
- gem install cocoapods # Since Travis is not always on latest version
- pod repo update
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/VoucherifySwiftSdk.xcworkspace -scheme VoucherifySwiftSdk-Example -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
| Update Travis configuration to Xcode 10 configuration | Update Travis configuration to Xcode 10 configuration
* Invoke cocoapods update for external dependencies
* Update osx, xcode_sdk and language | YAML | mit | voucherifyio/voucherify-ios-sdk,voucherifyio/voucherify-ios-sdk |
4c77dc57e2d14d3e535f1258537f0c84a04ca267 | .travis.yml | .travis.yml | sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
- CKANVERSION=2.7.3 POSTGISVERSION=2 INTEGRATION_TEST=true
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
install:
- bash bin/travis-build.bash
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- bash bin/travis-run.sh
after_success: coveralls
branches:
only:
- master
| sudo: required
language: python
python:
- "2.7"
env:
- CKANVERSION=2.6.3 POSTGISVERSION=2
- CKANVERSION=2.7.2 POSTGISVERSION=2
- CKANVERSION=2.7.3 POSTGISVERSION=2 INTEGRATION_TEST=true
- CKANVERSION=2.8.0 POSTGISVERSION=2
services:
- redis-server
- postgresql
addons:
firefox: "46.0"
install:
- bash bin/travis-build.bash
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- bash bin/travis-run.sh
after_success: coveralls
branches:
only:
- master
| Add ckan 2.8.0 to the tested ckan versions | Add ckan 2.8.0 to the tested ckan versions
| YAML | agpl-3.0 | conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2,conwetlab/ckanext-oauth2 |
f291b831b38542b6d36b164090270a4ba07a8e25 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc mocha
script:
- nyc npm test
| Build with Node.js 10 on Travis CI. | Build with Node.js 10 on Travis CI.
| YAML | mit | bigeasy/arguable |
5144e7ca12db261fb014165235436b02be974c6c | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
install:
- "pip install -r requirements.pip --use-mirrors"
- "python setup.py install"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "firefox --version"
- "nosetests examples/my_first_test.py --with-selenium --browser=firefox"
env:
matrix:
- BROWSER=firefox
| language: python
sudo: false
python:
- "2.7"
install:
- "pip install --upgrade pip"
- "pip install -r requirements.pip"
- "python setup.py install"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "firefox --version"
- "nosetests examples/my_first_test.py --with-selenium --browser=firefox"
env:
matrix:
- BROWSER=firefox
| Use latest pip and don't use mirrors | Use latest pip and don't use mirrors
| YAML | mit | possoumous/Watchers,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/seleniumspot,possoumous/Watchers,ktp420/SeleniumBase,seleniumbase/SeleniumBase,ktp420/SeleniumBase,mdmintz/SeleniumBase,ktp420/SeleniumBase,possoumous/Watchers,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase,mdmintz/seleniumspot,mdmintz/SeleniumBase,ktp420/SeleniumBase,possoumous/Watchers |
4d95d542b30056e87b282a94480ae6bd75ce7c4e | .travis.yml | .travis.yml | language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86-linux-ubuntu-12.04/bin:$PATH
script:
- python setup.py nosetests -s -x
| language: python
python:
- 2.7
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install python-numpy python-coverage
- wget -O - http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-linux-ubuntu-12.04.tar.gz | tar xz
- export PATH=$(pwd)/clang+llvm-3.2-x86_64-linux-ubuntu-12.04/bin:$PATH
script:
- python setup.py nosetests -s -x
| Update to 64-bit LLVM distribution. | CI: Update to 64-bit LLVM distribution. | YAML | mit | dtcaciuc/nitrous,dtcaciuc/nitrous |
f1104e0c99610e47c2fdec99166d9fdae5e5e7ce | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
install:
- npm install -g codecov
- npm install
script:
- npm run test
- codecov
| language: node_js
node_js:
- "6"
install:
- npm install -g codecov
- npm install
script:
- npm run tslint
- npm run test
- codecov
| Include linting in the Travis tests | Include linting in the Travis tests
| YAML | mit | matthewtole/codenames,matthewtole/codenames,matthewtole/codenames |
e226ea9cd587a800fe7e3bc7796bb7a316eccf92 | .travis.yml | .travis.yml | sudo: false
dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7"
install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- poetry install -v
- poetry build -v
script: poetry run pytest
| sudo: false
dist: xenial
language: python
cache:
pip: true
directories:
- $HOME/.cache/pypoetry
python:
- "3.6"
- "3.7"
install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- poetry install -v
- poetry build -v
script: poetry run pytest
| Make sure poetry can be found in $PATH and enable caching | Make sure poetry can be found in $PATH and enable caching
| YAML | mit | vberlier/nbtlib |
2dada7facccf02ebdffabe37746c0ca9f22e9ea8 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
- 0.9
- 4.0
- 4.1
| language: node_js
node_js:
- 0.6
- 0.8
- 0.9
- 4.0
- 4.1
- 5.0
- 6.0
- 7.0
- 8.0
- 9.5
| Test on too many node.js version. | Test on too many node.js version. | YAML | mit | nlehuen/capisce |
734351f9ecbb1406d4d9313fdc7908f8691d11e9 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.1.2
- 2.0.0
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-2
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.1.2
- 2.0.0
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-2
| Migrate to container-based Travis builds | Migrate to container-based Travis builds
See http://docs.travis-ci.com/user/migrating-from-legacy/
| YAML | mit | ms-ati/rumonade |
6b4c131ebe1176e1a16428cfcca7abaed88b4485 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/camptocamp/puppet-archive.git spec/fixtures/modules/archive'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
| Remove failing before_script from Travis config | Remove failing before_script from Travis config
| YAML | apache-2.0 | gini/puppet-archive |
2256d13b9e3fb9e09d4e01e883c832f4c69d4dcc | .travis.yml | .travis.yml | language: ruby
cache:
bundler: true
directories:
# Cache html-proofer results. See: https://github.com/gjtorikian/html-proofer#caching-with-travis
- $TRAVIS_BUILD_DIR/tmp/.htmlproofer
script:
- bundle exec rake test
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
| language: ruby
cache:
bundler: true
directories:
# Cache html-proofer results. See: https://github.com/gjtorikian/html-proofer#caching-with-travis
- $TRAVIS_BUILD_DIR/tmp/.htmlproofer
# Cache NPM dependencies. See: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#caching-with-npm
- $HOME/.npm
script:
- bundle exec rake test
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
| Enable NPM caching in Travis CI build | Enable NPM caching in Travis CI build
| YAML | apache-2.0 | mark-monteiro/mark-monteiro.github.io,mark-monteiro/mark-monteiro.github.io,mark-monteiro/mark-monteiro.github.io |
635bcdce30db82865f78c85e1dcfb24cf598a957 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- "touch README"
- "pip install . --use-mirrors"
- "pip install -r test-requirements.txt --use-mirrors"
script: nosetests tests
| language: python
python:
- "2.7"
install:
- "make bootstrap"
script: tox
| Use tox in Travis CI | Use tox in Travis CI
| YAML | bsd-2-clause | mwilliamson/jq.py |
fe4b4c6123ee4da2f1588c17fe41caa8a13669d9 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
- "0.6"
before_install:
- "npm install make-node@0.3.x -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
| language: "node_js"
node_js:
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
# - "0.6"
before_install:
- "npm install make-node@0.3.x -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
| Remove node 0.6 from Travis. | Remove node 0.6 from Travis.
| YAML | mit | jaredhanson/oauth2orize |
88890ad37782f53f5205e7e02b971cf73bf31397 | .travis.yml | .travis.yml | install: true
script:
- mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test
language: java
jdk:
- oraclejdk9
env:
- SERVER_VERSION=wildfly1100 SECURITY_MGR=false
- SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true
cache:
directories:
- $HOME/.m2
addons:
apt:
packages:
- oracle-java9-installer
| install: true
script:
- mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test
language: java
jdk:
- oraclejdk9
env:
- SERVER_VERSION=wildfly1100 SECURITY_MGR=false
- SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true
- SERVER_VERSION=wildfly1200 SECURITY_MGR=false
- SERVER_VERSION=wildfly1200,secmgr SECURITY_MGR=true
cache:
directories:
- $HOME/.m2
addons:
apt:
packages:
- oracle-java9-installer
| Test with wfly12 too in Travis | Test with wfly12 too in Travis
| YAML | lgpl-2.1 | jbossws/jbossws-cxf |
c851078fa8aadc5bbcc47ed6ab04079345bdcaa5 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.5
- 1.6
- tip
| sudo: false
language: go
go:
- 1.7
- tip
| Remove 1.5 and 1.6 from build | Remove 1.5 and 1.6 from build
| YAML | bsd-3-clause | martinp/atbapi |
7bd817fe882a3692d64c0450eac5c4287037ed45 | .travis.yml | .travis.yml | language: python
python: 2.7
env:
global:
- secure: "VhSfVnpuAeOqaQ/T8mIZBsFFpGtYmBGQTsZ7puX0vlvaLhEZ4w5vGFqFnlQp8cP6ubwszRoMrsQa8KtLptkQoqSM1Q8O6NY1oeoqM2uGzhVX/0Pgf47Tq83miMEZqq9xXePWJqdzcDSTIzJZr+AUCajl2j33RlaDM8VsTu75Wsk="
matrix:
allow_failures:
- env: TOXENV=py33
install:
- ./.travis-workarounds.sh
- pip install -M tox
script: tox -e py27
| language: python
python: 2.7
env:
global:
- secure: "VhSfVnpuAeOqaQ/T8mIZBsFFpGtYmBGQTsZ7puX0vlvaLhEZ4w5vGFqFnlQp8cP6ubwszRoMrsQa8KtLptkQoqSM1Q8O6NY1oeoqM2uGzhVX/0Pgf47Tq83miMEZqq9xXePWJqdzcDSTIzJZr+AUCajl2j33RlaDM8VsTu75Wsk="
matrix:
- TOXENV=py27
- TOXENV=pypy
- TOXENV=py33
matrix:
allow_failures:
- env: TOXENV=py33
install:
- ./.travis-workarounds.sh
- pip install -M tox
script: tox
| Revert "testing multiples python versions concurrently fails due to lack of test isolation" | Revert "testing multiples python versions concurrently fails due to lack of test isolation"
This reverts commit 6174605a04398a517fa6c78bfb24e5e9edae38a3.
| YAML | bsd-3-clause | torymur/python-hubstorage,scrapinghub/python-hubstorage,kalessin/python-hubstorage |
f35753cb3f4892d00fe606a6ee14e3f33c78ad68 | .travis.yml | .travis.yml | branches:
only: master
language: node_js
node_js: '7'
cache:
directories:
- node_modules
script:
- npm run lint
- npm run bootstrap
- npm run build:js:packages
- npm run coverage -- --silent
- node_modules/.bin/codecov
after_success:
- if [ $TRAVIS_BRANCH = 'master' ]; then
eval "$(ssh-agent -s)";
chmod 600 .travis/deploy_key.pem;
ssh-add .travis/deploy_key.pem;
git clone git@github.com:enigma-io/boundless.git boundless;
cd boundless;
npm run release;
git config user.email "travis@travis-ci.com";
git config user.name "Travis";
git add .;
git commit -m "Push assets built by job $TRAVIS_BUILD_NUMBER [skip ci]";
git push -f git@github.com:enigma-io/boundless.git HEAD:master;
fi
| branches:
only: master
language: node_js
node_js: '7'
cache:
directories:
- node_modules
script:
- npm run lint
- npm run bootstrap
- npm run build:js:packages
- npm run coverage -- --silent
- node_modules/.bin/codecov
after_success:
- if [ $TRAVIS_BRANCH = 'master' ]; then
git checkout master;
npm run release;
git config user.email "travis@travis-ci.com";
git config user.name "Travis";
git add .;
git commit -m "Push assets built by job $TRAVIS_BUILD_NUMBER [skip ci]";
git push -f git@github.com:enigma-io/boundless.git HEAD:master;
fi
| Simplify the Travis push mechanism | Simplify the Travis push mechanism
| YAML | mit | enigma-io/boundless,enigma-io/boundless,enigma-io/boundless |
bc6716fc9ffb2ceace37a923a7c8017eca58caac | .travis.yml | .travis.yml | language: python
sudo: false
env:
- TOXENV=py27
addons:
apt:
packages:
- libgmp3-dev
install:
- pip install tox
- pip install coveralls
script: tox -- --ignore hydrachain/tests/test_sim_failures.py --ignore hydrachain/tests/test_sim_syncing.py
after_success: coveralls
| language: python
sudo: false
env:
- TOXENV=py27
addons:
apt:
packages:
- libgmp3-dev
install:
- pip install tox
- pip install coveralls
script: tox -- --ignore hydrachain/tests/test_sim_failures.py --ignore hydrachain/tests/test_sim_syncing.py
after_success: coveralls
deploy:
provider: pypi
user: ethereum_pypi_automated
password:
secure: BoK2BzNSPO/tYi2wk39zxaLrn+UaN/ThAszyvFhL6Ki2Bcd8DNMDVwzXrludbAGuQ0u/FRzRzFPpTdhFlXr9/jxbxIgSJ5NF/4coC96Y0+j3d597yLgAbHx0O0cw24iRroN7ngz81udXdDEC/LIpJhGAAZCEHwN27PDo1bsqyzYfeR5LbaiAj7f7syRi2BTdxTZN7pijP6EgHNzTTfRL4eG+V12JJ8IKnWwtftrWWsR7f/LA/+fTP7wJ1+RYx226xQe/5CW04n3A5DZhGZlC8hwg7TJzHGhO1QpFpMz33b3kMBsmPtbMdrhNvXIpm68VnLSrjG5KOfccI91BCBEY2KNx9sYMqMgETpbAIc6SQOP1EziTb6V6h/FZr0X0srerv7KiQihf3o6VuCeo6njr4pqFS1x1e5wLyhRszUZP7NQY8LersHSKhF92rvLNZQ05cngTbRF3dCKakeQpDALhWAsI05cJjeqHUpXJOiIWiSPpi2RG1B07JRU6e1V+nqiyCY8CfDDGtsimcaXzReTsOAHJAY+2V32rVik4ZGkBnghH5gvgirrJHOBe4eeuoJkoYQZKmW+QuyI5dLnISj0bqgRT3u9mjI2wsd+FbEUm2rjf0JC67GP5vNiADZV7H05Y6nWD94SDd9aPqjc5VZ/UGfNgybLu1wHqfAHalcjM1Oc=
on:
tags: true
repo: HydraChain/hydrachain
branch: develop
| Enable automatic Travis CI -> PyPI deployments | Enable automatic Travis CI -> PyPI deployments | YAML | mit | wangkangda/hydrachain,wangkangda/hydrachain,HydraChain/hydrachain,HydraChain/hydrachain |
0ac9e6a3e3842a48c6265e426428bd445bf450b1 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
sudo: false
before_script:
# Use --prefer-source to download dependencies via git and avoid GitHub API
# rate limits resulting in 502 HTTP responses, build errors and
# Composer\Downloader\TransportException.
# https://github.com/symfony/symfony/issues/4687
- composer update --dev --no-interaction --prefer-source $PREFER_LOWEST
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml.dist
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
sudo: false
before_script:
# Use --prefer-source to download dependencies via git and avoid GitHub API
# rate limits resulting in 502 HTTP responses, build errors and
# Composer\Downloader\TransportException.
# https://github.com/symfony/symfony/issues/4687
- composer update --dev --no-interaction --prefer-source $PREFER_LOWEST
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml.dist
| Add php 7 build testing to Travis CI | Add php 7 build testing to Travis CI
| YAML | mit | wsdl2phpgenerator/wsdl2phpgenerator,sha1/wsdl2phpgenerator,jongotlin/wsdl2phpgenerator,ivol84/wsdl2phpgenerator,yethee/wsdl2phpgenerator,red-led/wsdl2phpgenerator |
3e990ea828ee7a0ac19872bafca3f6d834af292f | .travis.yml | .travis.yml | dist: trusty
group: beta
language: ruby
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
- ITER=10 bundle exec rake bench:all
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- os: osx
rvm: ruby-head
- os: osx
rvm: 2.3.8
include:
- name: powerpc
language: generic
before_install: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset &&
docker build --rm -t ffi-powerpc -f spec/env/Dockerfile.powerpc .
script: |
docker run --rm -t -v `pwd`:/ffi ffi-powerpc
- name: armhf
language: generic
before_install: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset &&
docker build --rm -t ffi-armhf -f spec/env/Dockerfile.armhf .
script: |
docker run --rm -t -v `pwd`:/ffi ffi-armhf
after_failure:
- "find build -name mkmf.log | xargs cat"
| dist: trusty
group: beta
language: ruby
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
- ITER=10 bundle exec rake bench:all
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- os: osx
rvm: ruby-head
- os: osx
rvm: 2.3.8
- os: linux
rvm: ruby-head
include:
- name: powerpc
language: generic
before_install: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset &&
docker build --rm -t ffi-powerpc -f spec/env/Dockerfile.powerpc .
script: |
docker run --rm -t -v `pwd`:/ffi ffi-powerpc
- name: armhf
language: generic
before_install: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset &&
docker build --rm -t ffi-armhf -f spec/env/Dockerfile.armhf .
script: |
docker run --rm -t -v `pwd`:/ffi ffi-armhf
after_failure:
- "find build -name mkmf.log | xargs cat"
| Allow failures on ruby-head linux | Allow failures on ruby-head linux
* The clang version seems incompatible with ruby headers:
../../../../ext/ffi_c/AbstractMemory.c:811:5: warning: implicit declaration of
function 'rb_define_method_if_constexpr' is invalid in C99
[-Wimplicit-function-declaration]
INT(int8);
| YAML | bsd-3-clause | ffi/ffi,ffi/ffi,ffi/ffi |
0b27b603126da55e7f1b93d3389faecb41344e3f | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- ruby-head
script: bundle exec rspec
before_install:
- gem update bundler
| language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- ruby-head
- rbx-3.42
script: bundle exec rspec
before_install:
- gem update bundler
| Add Rubinius to Travis build | Add Rubinius to Travis build
| YAML | mit | maetl/yarrow |
8919a2ca103e57d1fb7de4c502dc505be64da639 | .travis.yml | .travis.yml | language: c
sudo: false
os:
- linux
- osx
- windows
compiler:
- clang
- gcc
script: make test
matrix:
include:
- os: linux
compiler: msvc98
script: make vc98
sudo: required
services:
- docker
include:
- os: linux
compiler: arduino
sudo: required
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
- sleep 3
- export DISPLAY=:1.0
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
- tar xf arduino-1.6.5-linux64.tar.xz
- sudo mv arduino-1.6.5 /usr/local/share/arduino
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
script:
- arduino --verify --board arduino:avr:nano $PWD/example/shadow.ino
| language: c
sudo: false
os:
- linux
- osx
# - windows
compiler:
- clang
- gcc
script: make test
matrix:
include:
- os: linux
compiler: msvc98
script: make vc98
sudo: required
services:
- docker
- os: linux
compiler: arduino
sudo: required
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
- sleep 3
- export DISPLAY=:1.0
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
- tar xf arduino-1.6.5-linux64.tar.xz
- sudo mv arduino-1.6.5 /usr/local/share/arduino
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
script:
- arduino --verify --board arduino:avr:nano $PWD/example/shadow.ino
| Disable windows build until make prob fixed | Disable windows build until make prob fixed
| YAML | mit | cesanta/mjson |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.