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
|
---|---|---|---|---|---|---|---|---|---|
e497fdf24eef4076aaf0138f7456e1e1bc7c2994
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
go:
- "1.11"
- "1.12"
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
|
language: go
sudo: false
go:
- "1.11"
- "1.12"
- "1.13"
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
|
Add current go version to Travis
|
Add current go version to Travis
|
YAML
|
apache-2.0
|
hsluoyz/casbin,casbin/casbin
|
657af1ff23e9bc525474ed62ba435d30255f1014
|
.travis.yml
|
.travis.yml
|
os: linux
dist: trusty
language: java
install: true
jdk: openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jobs:
include:
- stage: Core
script: mvn -pl lightning-core clean install -DmockS3
- stage: Clients
name: "Lambda"
script: mvn -pl lightning-aws-lambda clean verify
- script: mvn -pl jmeter-lightning-maven-plugin clean verify
name: "Maven"
- script: (cd lightning-gradle-plugin; ./gradlew clean check)
name: "Gradle"
|
os: linux
dist: trusty
language: java
install: true
jdk: openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jobs:
include:
- stage: Core
name: "Core"
script: mvn -pl lightning-core clean install -DmockS3
- stage: Clients
name: "Lambda"
script: mvn -pl lightning-aws-lambda clean verify
- script: mvn -pl jmeter-lightning-maven-plugin clean verify
name: "Maven"
- script: mvn -pl lightning-standalone clean compile assembly:single test
name: "Standalone"
- script: (cd lightning-gradle-plugin; ./gradlew clean check)
name: "Gradle"
|
Add parallel step for Standalone
|
Add parallel step for Standalone
|
YAML
|
mit
|
automatictester/lightning,automatictester/lightning
|
876e33196ba42a1a456ae7ac12a41771d1efc0b1
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
- "8"
env:
- PKG_ENV=npm
- PKG_ENV=yarn
before_install:
- if [[ "$PKG_ENV" == "yarn" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash; fi
- if [[ "$PKG_ENV" == "yarn" ]]; then export PATH=$HOME/.yarn/bin:$PATH; fi
|
language: node_js
node_js:
- "node"
- "8"
env:
- PKG_ENV=npm
- PKG_ENV=yarn
before_install:
- if [[ "$PKG_ENV" == "yarn" ]]; then curl -o- -L https://yarnpkg.com/install.sh | bash; fi
- if [[ "$PKG_ENV" == "yarn" ]]; then export PATH=$HOME/.yarn/bin:$PATH; fi
os:
- linux
- osx
|
Test on linux and osx
|
Test on linux and osx
|
YAML
|
mit
|
abraham/nutmeg-cli,abraham/nutmeg-cli,abraham/nutmeg-cli
|
627ce3458eeaa02e47793756cbf4e9498648e8cf
|
.travis.yml
|
.travis.yml
|
dist: xenial
language: php
env:
global:
- setup=stable
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest
- php: 7.3
- php: 7.3
env: setup=lowest
sudo: false
cache:
directories:
- $HOME/.composer/cache
services:
- memcached
- redis-server
- mysql
before_install:
- phpenv config-rm xdebug.ini || true
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- printf "\n" | pecl install -f redis
- travis_retry composer self-update
- mysql -e 'CREATE DATABASE forge;'
install:
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable --no-suggest; fi
script: vendor/bin/phpunit
|
dist: xenial
language: php
env:
global:
- setup=stable
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest
- php: 7.3
- php: 7.3
env: setup=lowest
cache:
directories:
- $HOME/.composer/cache
services:
- memcached
- redis-server
- mysql
before_install:
- phpenv config-rm xdebug.ini || true
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- printf "\n" | pecl install -f redis
- travis_retry composer self-update
- mysql -e 'CREATE DATABASE forge;'
install:
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable --no-suggest; fi
script: vendor/bin/phpunit
|
Remove sudo configuration from Travis CI
|
Remove sudo configuration from Travis CI
This will became not available in the future: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
|
YAML
|
mit
|
barryvdh/framework,stidges/framework,tjbp/framework,notebowl/laravel-framework,rodrigopedra/framework,JosephSilber/framework,mul14/laravel-framework,arturock/framework,stidges/framework,ChristopheB/framework,cybercog/framework,jerguslejko/framework,stevebauman/framework,leo108/laravel_framework,ChristopheB/framework,halaei/framework,tomschlick/framework,srmkliveforks/framework,gms8994/framework,halaei/framework,cviebrock/framework,vlakoff/framework,srmkliveforks/framework,gms8994/framework,hafezdivandari/framework,cybercog/framework,driesvints/framework,ChristopheB/framework,rodrigopedra/framework,barryvdh/framework,gms8994/framework,jerguslejko/framework,barryvdh/framework,lucasmichot/framework,bytestream/framework,jerguslejko/framework,tjbp/framework,cviebrock/framework,srmkliveforks/framework,crynobone/framework,driesvints/framework,srmkliveforks/framework,morrislaptop/framework,crynobone/framework,JamesForks/framework,tomschlick/framework,cybercog/framework,stidges/framework,dwightwatson/framework,stevebauman/framework,samlev/framework,vlakoff/framework,JamesForks/framework,halaei/framework,gms8994/framework,mul14/laravel-framework,arturock/framework,tomschlick/framework,samlev/framework,leo108/laravel_framework,bytestream/framework,morrislaptop/framework,hafezdivandari/framework,vlakoff/framework,mul14/laravel-framework,JosephSilber/framework,lucasmichot/framework,tjbp/framework,jerguslejko/framework,stidges/framework,cviebrock/framework,arturock/framework,barryvdh/framework,dwightwatson/framework,rodrigopedra/framework,laravel/framework,mul14/laravel-framework,laravel/framework,cviebrock/framework,notebowl/laravel-framework,rodrigopedra/framework
|
560ad697668d95bd10611c290e8bb48494282972
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
- tools
- platform-tools
- build-tools-23.0.1
- android-23
jdk:
- oraclejdk8
before_install:
- env
- nvm install 6
- nvm use 6
install:
- npm i
script:
- jarsigner -verify -verbose -certs test/android-release-unsigned.apk | grep "unsigned"
- ./apk-signer -f test/android-release-unsigned.apk -a foobar -k test/foobar.keystore -s foobar
- stat test/android-release-unaligned.apk
- stat test/android-release.apk
- jarsigner -verify -verbose -certs test/android-release-unaligned.apk
- jarsigner -verify -verbose -certs test/android-release-unaligned.apk | grep -m 1 Foobar
- jarsigner -verify -verbose -certs test/android-release.apk
- jarsigner -verify -verbose -certs test/android-release.apk | grep -m 1 Foobar
|
language: android
android:
components:
- tools
- platform-tools
- build-tools-23.0.1
- android-23
jdk:
- oraclejdk8
before_install:
- env
- nvm install 6
- nvm use 6
install:
- npm i
script:
- jarsigner -verify -verbose -certs test/android-release-unsigned.apk | grep "unsigned"
- ls /usr/local/android-sdk/build-tools/
- PATH=$PATH:/usr/local/android-sdk/build-tools/23.0.1/ ./apk-signer -f test/android-release-unsigned.apk -a foobar -k test/foobar.keystore -s foobar
- stat test/android-release-unaligned.apk
- stat test/android-release.apk
- jarsigner -verify -verbose -certs test/android-release-unaligned.apk
- jarsigner -verify -verbose -certs test/android-release-unaligned.apk | grep -m 1 Foobar
- jarsigner -verify -verbose -certs test/android-release.apk
- jarsigner -verify -verbose -certs test/android-release.apk | grep -m 1 Foobar
|
Add build-tools to PATH for zipaling
|
Travis: Add build-tools to PATH for zipaling
|
YAML
|
mit
|
beevelop/apk-signer
|
b932c6e4982ba4ca727e40646e8ceaf4fde755c4
|
.travis.yml
|
.travis.yml
|
sudo: required
services:
- docker
jdk: oraclejdk8
language: groovy
branches:
except:
- /^tmp-.*$/
env:
DOCKER_COMPOSE_VERSION: 1.8.0
before_install:
- openssl aes-256-cbc -K $encrypted_f3d5ce600e4d_key -iv $encrypted_f3d5ce600e4d_iv -in gradle.properties.enc -out gradle.properties -d
- sudo apt-get -y update
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- docker -v
- docker-compose -v
install: ./installViaTravis.sh
script: ./buildViaTravis.sh
|
sudo: required
services:
- docker
jdk: oraclejdk8
language: groovy
branches:
except:
- /^tmp-.*$/
before_install:
- openssl aes-256-cbc -K $encrypted_f3d5ce600e4d_key -iv $encrypted_f3d5ce600e4d_iv -in gradle.properties.enc -out gradle.properties -d
- sudo apt-get -y update
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine
- docker -v
- docker-compose -v
install: ./installViaTravis.sh
script: ./buildViaTravis.sh
|
Use default docker-compose version on Travis
|
Use default docker-compose version on Travis
|
YAML
|
apache-2.0
|
Krijger/docker-gradle,stackwork/stackwork
|
b12bd714193dc37dcaf15f96c5c00ed6726a7b8d
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
|
Remove ruby-1.8 testing since it is EoL and activesupport-4.0.0 does not support it
|
Remove ruby-1.8 testing since it is EoL and activesupport-4.0.0 does not support it
|
YAML
|
agpl-3.0
|
p8952/gentoo-packages
|
809f161662aa5df0108d154435cdc3186b35bb76
|
.travis.yml
|
.travis.yml
|
# We need sudo to install pip system-wide
sudo: required
os:
- linux
- osx
before_install:
# Workaround for upgrading gcc, see https://github.com/travis-ci/travis-ci/issues/8826
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall oclint ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python@2 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install --upgrade virtualenv ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:fkrull/deadsnakes ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3.5 python3.5-dev --force-yes -y ; fi
- sudo -H pip2 install coveralls coverage
script: ./ci.sh
after_success:
- coveralls
|
# We need sudo to install pip system-wide
sudo: required
os:
- linux
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python@2 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install --upgrade virtualenv ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:fkrull/deadsnakes ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3.5 python3.5-dev --force-yes -y ; fi
- sudo -H pip2 install coveralls coverage
script: ./ci.sh
after_success:
- coveralls
|
Remove no-longer-needed Travis bug workaround
|
Remove no-longer-needed Travis bug workaround
It now breaks the build.
|
YAML
|
mit
|
walles/px,walles/px
|
a28d2012a761766261b34724a027b1586ec95b49
|
.travis.yml
|
.travis.yml
|
language:
- java
jdk:
- openjdk10
- oraclejdk10
script:
- ./gradlew -x signArchives assemble
|
language:
- java
jdk:
- openjdk10
- oraclejdk10
install:
- true
script:
- ./gradlew -x signArchives assemble
|
Exclude archive signing from Travis CI builds
|
Exclude archive signing from Travis CI builds
|
YAML
|
apache-2.0
|
petrzelenka/sellcom-java
|
d4b90e36ee78352fc23f14c988c417b6737774a4
|
.travis.yml
|
.travis.yml
|
language: python
python:
- '2.7'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script:
- nosetests tests/armet
- nosetests tests/django_django
- nosetests tests/flask_django
- nosetests tests/bottle_django
|
language: python
python:
- '2.7'
- '3.2'
- '3.3'
- 'pypy'
# Install dependencies
install:
- 'pip install -e ".[test]" --use-mirrors'
# Run tests
script:
- nosetests armet
- nosetests django_django
- nosetests flask_django
- nosetests bottle_django
|
Remove tests/ prefix and place that in setup config.
|
Remove tests/ prefix and place that in setup config.
|
YAML
|
mit
|
armet/python-armet
|
21e26c63d45341f619ec6678498099938497973e
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
before_install: gem install bundler
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
include:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1
gemfile: Gemfile
- rvm: 2.2.0
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: jruby-head
gemfile: Gemfile
notifications:
email: false
addons:
code_climate:
repo_token: 44bcd04b60228fc94f2be3a5e0346441b5ea156e94e89a17fc24c5d3de483721
|
language: ruby
sudo: false
before_install: gem install bundler
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
include:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.10
gemfile: Gemfile
- rvm: 2.2.6
gemfile: Gemfile
- rvm: 2.3.3
gemfile: Gemfile
- rvm: 2.4.0
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: jruby-head
gemfile: Gemfile
notifications:
email: false
addons:
code_climate:
repo_token: 44bcd04b60228fc94f2be3a5e0346441b5ea156e94e89a17fc24c5d3de483721
|
Update Ruby versions to test
|
Update Ruby versions to test
- Update 2.1.0 to latest (2.1.10)
- Update 2.2.0 to latest (2.2.6)
- Update 2.3.0 to latest (2.3.3)
- Add latest 2.4 (2.4.0)
|
YAML
|
mit
|
fog/fog-vsphere,jrgarcia/fog-vsphere
|
fef723ce28aa4fcda1460d43802db7d4e640dd93
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: false
language: c
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
matrix:
include:
- env: CABALVER="2.0" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="2.0" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
before_install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew install ghc cabal-install z3
fi
- unset CC
- export PATH=/opt/ghc/bin:$HOME/.cabal/bin:$PATH
script:
- cabal install -j alex
- cabal install -j happy
- cabal install -j c2hs
- cabal new-build
|
dist: trusty
sudo: false
language: c
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
matrix:
include:
- env: CABALVER="2.0" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="2.0" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
before_install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]];
then
brew install ghc cabal-install z3;
fi
- unset CC
- export PATH=/opt/ghc/bin:$HOME/.cabal/bin:$PATH
script:
- cabal install -j alex
- cabal install -j happy
- cabal install -j c2hs
- cabal new-build
|
Fix shell typo in Travis script
|
Fix shell typo in Travis script
|
YAML
|
bsd-3-clause
|
GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script,GaloisInc/saw-script
|
c74dbafac03f2ab53b2e6fd9b357e66a884cd0b9
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "nightly"
script: pytest
|
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "nightly"
script: pytest
before_install:
- export CFLAGS=`gdal-config --cflags`
- export LDFLAGS=`gdal-config --libs`
- export PROJ_LIB=/usr/share/proj
addons:
apt:
packages:
- libgdal-dev
- gdal-bin
|
Add gdal cflags and libs to environment
|
Add gdal cflags and libs to environment
|
YAML
|
mit
|
johanvdw/niche_vlaanderen
|
42d2bb02ba7d85a5844218d57cf72d595c172150
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
# http://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2
- $HOME/.sonar/cache
addons:
# https://docs.travis-ci.com/user/sonarcloud/
sonarcloud:
organization: "marcelstoer-github"
script:
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
after_success:
- mvn clean test jacoco:report coveralls:jacoco
env:
secure: "M3lwBU5o8ZFIa9mILmKAJvQr7l/jDbP6/wa8y9fISfrFI6L439glBcKa+6ZnwA9eGw0szhGfS/f6V33j5oM8K8cTHxSsavMM1+rSCjDbUrxOX9102W7iNlprdzuhItL8hVlAUNQXwqrqrJozmHT2iioSXbNkI/eRSD7cPQ6+q1I="
|
language: java
jdk:
- openjdk8
# http://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2
- $HOME/.sonar/cache
addons:
# https://docs.travis-ci.com/user/sonarcloud/
sonarcloud:
organization: "marcelstoer-github"
script:
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
after_success:
- mvn clean test jacoco:report coveralls:jacoco
env:
secure: "M3lwBU5o8ZFIa9mILmKAJvQr7l/jDbP6/wa8y9fISfrFI6L439glBcKa+6ZnwA9eGw0szhGfS/f6V33j5oM8K8cTHxSsavMM1+rSCjDbUrxOX9102W7iNlprdzuhItL8hVlAUNQXwqrqrJozmHT2iioSXbNkI/eRSD7cPQ6+q1I="
|
Move to OpenJDK on Travis CI
|
Move to OpenJDK on Travis CI
|
YAML
|
mit
|
marcelstoer/open-data-smn,marcelstoer/open-data-smn
|
309597e7729eb51455f4b3ff2702b672957e09d7
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
addons:
apt:
packages:
- make
- gcc
- qemu-utils
- xorriso
- zlib1g-dev
before_script:
- export PATH=$PATH:$PWD/bin
- export PREFIX=$PWD
install:
- pip install tox-travis
- pip install codecov
cache:
apt: true
directories:
- $HOME/.cache/pip
script: tox
after_success:
if [ -z "$TRAVIS_TAG" ]; then
codecov;
else
echo "Tag build ($TRAVIS_TAG). Not uploading coverage.";
fi
|
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
addons:
apt:
packages:
- make
- gcc
- qemu-utils
- xorriso
- zlib1g-dev
before_script:
- export PATH=$PATH:$PWD/bin
- export PREFIX=$PWD
install:
- pip install --upgrade pip
- pip install tox-travis
- pip install codecov
cache:
apt: true
directories:
- $HOME/.cache/pip
script: tox
after_success:
if [ -z "$TRAVIS_TAG" ]; then
codecov;
else
echo "Tag build ($TRAVIS_TAG). Not uploading coverage.";
fi
|
Upgrade pip before running setup.py
|
Upgrade pip before running setup.py
|
YAML
|
mit
|
glennmatthews/cot,glennmatthews/cot
|
1916b9574edcddadb220460238f89df036431fc5
|
.travis.yml
|
.travis.yml
|
rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
|
rvm:
- 1.8.6
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
|
Add 1.8.6 to the CI matrix
|
Add 1.8.6 to the CI matrix
|
YAML
|
mit
|
Neo20067/octokit.rb,benbalter/octokit.rb,Ladiijae/octokit.rb,cocktail-io/octokit.rb,hoorayimhelping/octokit.rb,byroot/octokit.rb,Payro93/octokit.rb,pezholio/octokit.rb,kv109/octokit.rb,pvdb/octokit.rb,synmnstr/octokit.rb,tarebyte/octokit.rb,octokit/octokit.rb,LizzHale/octokit.rb,kv109/octokit.rb,stetsenko/octokit.rb,simon0191/octokit.rb,pvdb/octokit.rb,xantage/octokit.rb,AnNOtis/octokit.rb,AnNOtis/octokit.rb,JuanitoFatas/octokit.rb,r7kamura/octokit.rb,tarebyte/octokit.rb,hoorayimhelping/octokit.rb,octokit/octokit.rb,nilbus/octokit.rb,nilbus/octokit.rb,Neo20067/octokit.rb,xantage/octokit.rb,raysrashmi/octokit.rb,daukantas/octokit.rb,Tadeirro/octokit.rb,stetsenko/octokit.rb,simon0191/octokit.rb,benbalter/octokit.rb,christer155/octokit.rb,BreemsEmporiumMensToiletriesFragrances/octokit.rb,christer155/octokit.rb,iainbeeston/octokit.rb,iainbeeston/octokit.rb,moodyredistribution/octokit.rb,cocktail-io/octokit.rb,BreemsEmporiumMensToiletriesFragrances/octokit.rb,sferik/octokit.rb,pezholio/octokit.rb,synmnstr/octokit.rb,whip112/octokit.rb,pwz3n0/octokit.rb,r7kamura/octokit.rb,raysrashmi/octokit.rb,byroot/octokit.rb,Ladiijae/octokit.rb,moodyredistribution/octokit.rb,pwz3n0/octokit.rb,sferik/octokit.rb,Payro93/octokit.rb,JuanitoFatas/octokit.rb,whip112/octokit.rb,daukantas/octokit.rb,LizzHale/octokit.rb,Tadeirro/octokit.rb
|
68c3c11cfc4b6a848b130d2aef73e1349d93d8cb
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
services:
- mongodb
before_script: "grunt bgShell:nodemonDev"
script: "grunt coverage"
addons:
code_climate:
repo_token:
secure: "hrUanDfyczomvyEYHJI9iQ39eVLyk1c4UjNHfa5Ea/gmaIhIUt94tUMDnU2fMQfNhXdNV+3WPeguMh5HGyLT5z7hPUPMDbXR+qELTPajTgxM+5e1BB199seMt9CIC/oa5L8a3wAKcZoX5N/Yo7rz9BoCFK1cbgoXhJzxSQunDGs="
|
language: node_js
node_js:
- "0.10"
services:
- mongodb
before_script: "grunt bgShell:nodemonDev"
script: "grunt coverage"
addons:
code_climate:
repo_token:
secure: "hrUanDfyczomvyEYHJI9iQ39eVLyk1c4UjNHfa5Ea/gmaIhIUt94tUMDnU2fMQfNhXdNV+3WPeguMh5HGyLT5z7hPUPMDbXR+qELTPajTgxM+5e1BB199seMt9CIC/oa5L8a3wAKcZoX5N/Yo7rz9BoCFK1cbgoXhJzxSQunDGs="
after_script:
- cat test/coverage/reports/lcov.info | codeclimate
|
Add after script that calls codeclimate
|
Add after script that calls codeclimate
|
YAML
|
mit
|
mosaiqo/frontend-devServer
|
01f405bcc03a86ec2bd365bbdea3f6551a4ace80
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1
branches:
except:
- ontohub.org
- staging.ontohub.org
- develop.ontohub.org
services:
- redis-server
- elasticsearch
notifications:
email: false
before_install:
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'gem install bundler'
script:
- bundle exec rake
- TEST_CLUSTER_COMMAND=/usr/share/elasticsearch/bin/elasticsearch TEST_CLUSTER_PARAMS='-Des.default.path.conf=/etc/elasticsearch/ -Des.default.path.logs==/var/log/elasticsearch/' bundle exec rake test_full
before_script:
- psql -c 'create database ontohub_test;' -U postgres
- sudo apt-add-repository -y ppa:hets/hets
- sudo apt-add-repository -y 'deb http://archive.canonical.com/ubuntu precise partner'
- sudo apt-add-repository -y 'deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse'
- sudo apt-get update
- sudo apt-get install libsane libgphoto2-2 hets-core subversion udrawgraph git-svn
- sudo hets -update
- RAILS_ENV=test bundle exec rake db:migrate || true
|
language: ruby
rvm:
- 2.1
branches:
except:
- ontohub.org
- staging.ontohub.org
- develop.ontohub.org
services:
- redis-server
- elasticsearch
notifications:
email: false
before_install:
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'gem install bundler'
script:
- bundle exec rake
- TEST_CLUSTER_COMMAND=/usr/share/elasticsearch/bin/elasticsearch TEST_CLUSTER_PARAMS='-Des.default.path.conf=/etc/elasticsearch/ -Des.default.path.logs==/var/log/elasticsearch/' bundle exec rake
- bundle exec rake test_full
before_script:
- psql -c 'create database ontohub_test;' -U postgres
- sudo apt-add-repository -y ppa:hets/hets
- sudo apt-add-repository -y 'deb http://archive.canonical.com/ubuntu precise partner'
- sudo apt-add-repository -y 'deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse'
- sudo apt-get update
- sudo apt-get install libsane libgphoto2-2 hets-core subversion udrawgraph git-svn
- sudo hets -update
- RAILS_ENV=test bundle exec rake db:migrate || true
|
Delete the commands for elasticsearch.
|
Delete the commands for elasticsearch.
|
YAML
|
agpl-3.0
|
ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub
|
1be09a91e5d2a1c5d2c01082285389cb11f4d112
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
node_js:
- "4.3"
- "5"
env:
- KAFKA_HOME=../kafka CXX=g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz -O kafka.tgz
- mkdir -p ${KAFKA_HOME} && tar xzf kafka.tgz -C ${KAFKA_HOME} --strip-components 1
- echo 'delete.topic.enable=true' >> ${KAFKA_HOME}/config/server.properties
- nohup bash -c "cd ${KAFKA_HOME} && bin/zookeeper-server-start.sh config/zookeeper.properties &"
- nohup bash -c "cd ${KAFKA_HOME} && bin/kafka-server-start.sh config/server.properties &"
- sleep 5
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: npm run coverage && (npm run coveralls || exit 0)
|
language: node_js
sudo: false
node_js:
- "4.3"
- "5"
env:
- KAFKA_HOME=../kafka CXX=g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz -O kafka.tgz
- mkdir -p ${KAFKA_HOME} && tar xzf kafka.tgz -C ${KAFKA_HOME} --strip-components 1
- echo 'delete.topic.enable=true' >> ${KAFKA_HOME}/config/server.properties
- nohup bash -c "cd ${KAFKA_HOME} && bin/zookeeper-server-start.sh config/zookeeper.properties &"
- sleep 1
- nohup bash -c "cd ${KAFKA_HOME} && bin/kafka-server-start.sh config/server.properties &"
- sleep 5
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: npm run coverage && (npm run coveralls || exit 0)
|
Put a sleep bw zookeeper and kafka startup
|
Put a sleep bw zookeeper and kafka startup
|
YAML
|
apache-2.0
|
d00rman/restbase-mod-queue-kafka,Pchelolo/change-propagation,Pchelolo/change-propagation,wikimedia/change-propagation,wikimedia/change-propagation
|
421b742b259f28e6110a90e26a5828d4411b85bd
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
branches:
only:
- gh-pages
- /.*/
node_js: 4
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- xvfb-run wct --skip-plugin sauce
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
|
language: node_js
sudo: required
dist: trusty
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
branches:
only:
- gh-pages
- /.*/
node_js: 4
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- xvfb-run wct --skip-plugin sauce
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
|
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
|
Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
|
YAML
|
mit
|
Starcounter/starcounter-include,Starcounter/starcounter-include
|
2532de8f6bc255687a34a10b8aec0b116cd81c34
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
rvm:
- 2.3.1
jdk:
- oraclejdk7
git:
depth: 10
before_install:
- gem update bundler
|
language: ruby
sudo: false
rvm:
- 2.3.1
jdk:
- oraclejdk8
git:
depth: 10
before_install:
- gem update bundler
|
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
|
Build using Java 8 as Java 7 has been removed from some TravisCI nodes
|
YAML
|
apache-2.0
|
realityforge/resgen,realityforge/resgen
|
c32ddee22540e4a8998b0204cfe7cb9a657631d8
|
.travis.yml
|
.travis.yml
|
---
language: go
go:
- 1.5
- tip
install: make updatedeps
# whitelist master branch
branches:
only:
- master
script:
- make
- make test
|
---
language: go
go:
- 1.5
- 1.6
- tip
install: make updatedeps
# whitelist master branch
branches:
only:
- master
script:
- make
- make test
|
Tag go version 1.6 explicitly
|
Tag go version 1.6 explicitly
|
YAML
|
mpl-2.0
|
hashicorp/vault-ssh-helper,hashicorp/vault-ssh-agent,hashicorp/vault-ssh-helper,hashicorp/vault-ssh-agent
|
2b7cdefbfa2cbb3db6bdf14a45876245decf99ba
|
.travis.yml
|
.travis.yml
|
language: "node_js"
node_js:
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install [email protected] -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
|
language: "node_js"
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install [email protected] -g"
- "preinstall-compat"
script:
- "make test-cov"
after_success:
- "make report-cov"
sudo: false
|
Add new node versions to Travis CI.
|
Add new node versions to Travis CI.
|
YAML
|
mit
|
jaredhanson/oauth2orize-fprm
|
47ce2bf81332a5e8781608f57c5503081bf4cdd9
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode6.4
before_install:
- gem install xcpretty --no-document
script:
- set -o pipefail
- xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
|
language: objective-c
osx_image: xcode7
before_install:
- gem install xcpretty --no-document
script:
- set -o pipefail
- xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
|
Update Travis to use Xcode 7
|
Update Travis to use Xcode 7
|
YAML
|
bsd-3-clause
|
kylef/CommandKit,kylef/CLIKit,kylef/Commander,neonichu/CLIKit,neonichu/CLIKit
|
5867bf8ca435b0e59b9aea08b08b793f7a48b06c
|
.travis.yml
|
.travis.yml
|
language: python
python:
- '2.7'
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=flake8
install:
- sudo apt-get install python-gdal python-numpy python-psycopg2 python-sqlalchemy
- pip install tox
script:
- tox -e $TOX_ENV
after_success:
- coveralls
|
language: python
python:
- '2.7'
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=flake8
before_install:
- sudo apt-get install python-gdal python-numpy python-psycopg2 python-sqlalchemy
install:
- pip install tox
script:
- tox -e $TOX_ENV
after_success:
- coveralls
|
Install Travis dependencies in before_install
|
Install Travis dependencies in before_install
|
YAML
|
bsd-3-clause
|
SANDAG/spandex,UDST/spandex
|
8a925dd910c2ac8e81c52a2429829ac1a19cf5d7
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- development
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Test with Node.js 5.1 on Travis CI.
|
Test with Node.js 5.1 on Travis CI.
|
YAML
|
mit
|
bigeasy/adhere
|
2688099f39becf9bb6fb0607b9e9d498901c8079
|
.travis.yml
|
.travis.yml
|
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
- jruby
- rbx-18mode
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
before_script:
- 'sh -e /etc/init.d/xvfb start'
before_install:
- 'git submodule update --init'
env:
- DISPLAY=':99.0'
|
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
- jruby
- rbx-18mode
gemfile:
- Gemfile
- gemfiles/Gemfile.base-versions
matrix:
exclude:
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
- gemfile: gemfiles/Gemfile.base-versions
rvm: rbx-18mode
- gemfile: gemfiles/Gemfile.base-versions
rvm: jruby
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
before_install:
- 'git submodule update --init'
|
Exclude Rubinius and JRuby with base versions on Travis
|
Exclude Rubinius and JRuby with base versions on Travis
Setting the DISPLAY variable is not longer done through env, because it
is not part of the build matrix. (If we kept it, we would have to repeat
it in the exclude list.)
|
YAML
|
mit
|
khaidpham/capybara,teamcapybara/capybara,Bartuz/capybara,tjouan/capybara,jillianrosile/capybara,jillianrosile/capybara,olivierlacan/capybara,tjgrathwell/capybara,DariaKalynovska/capybara,pombredanne/capybara,irfanah/capybara,ngpestelos/capybara,gonzedge/capybara,gonzedge/capybara,tjouan/capybara,ksmaheshkumar/capybara,sideci-sample/sideci-sample-capybara,mlarraz/capybara,irfanah/capybara,ducthanh/capybara,mlarraz/capybara,DariaKalynovska/capybara,shepmaster/capybara,ngpestelos/capybara,twalpole/capybara,wenbofantasy/capybara,ksmaheshkumar/capybara,khaidpham/capybara,ksmaheshkumar/capybara,shepmaster/capybara,DariaKalynovska/capybara,twalpole/capybara,ngpestelos/capybara,gonzedge/capybara,benlovell/capybara,pombredanne/capybara,pombredanne/capybara,teamcapybara/capybara,jnicklas/capybara,y-yagi/capybara,tjouan/capybara,tjgrathwell/capybara,soutaro/capybara,randoum/capybara,ducthanh/capybara,randoum/capybara,teamcapybara/capybara,jnicklas/capybara,mreinsch/capybara,y-yagi/capybara,khaidpham/capybara,benlovell/capybara,randoum/capybara,jnicklas/capybara,Bartuz/capybara,soutaro/capybara,mohanraj1311/capybara,jillianrosile/capybara,mreinsch/capybara,irfanah/capybara,twalpole/capybara,mohanraj1311/capybara,jarib/capybara,olivierlacan/capybara,sideci-sample/sideci-sample-capybara,soutaro/capybara,ducthanh/capybara,tjgrathwell/capybara,Bartuz/capybara,jarib/capybara,wenbofantasy/capybara,mlarraz/capybara,shepmaster/capybara,y-yagi/capybara,olivierlacan/capybara,mohanraj1311/capybara
|
9e935ae7d34cccbcd43e0b1d65266b623b863e25
|
.travis.yml
|
.travis.yml
|
language: c
compiler:
- gcc
- clang
script:
- autoreconf -iv
- ./configure --enable-Werror
- make -j8
- make check
- make distcheck
|
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov
script:
- autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage
- make -j8
- make check
- make distcheck
after_success:
- test "x$CC" = "xgcc" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
|
Send code coverage reports to coveralls.io
|
Send code coverage reports to coveralls.io
See https://github.com/eddyxu/cpp-coveralls
|
YAML
|
bsd-2-clause
|
mouse07410/asn1c,mouse07410/asn1c,mouse07410/asn1c,khmseu/asn1c,khmseu/asn1c,khmseu/asn1c,khmseu/asn1c,mouse07410/asn1c
|
163f1f23a7a4d8b854671dee0fb37f83c81579bd
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- 7
before_script:
- composer self-update
- composer install
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
language: php
php:
- 7.3
- 7.4
before_script:
- composer self-update
- composer install
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Update Travis config for modern PHP.
|
Update Travis config for modern PHP.
|
YAML
|
bsd-2-clause
|
auraphp/Aura.Cli
|
f0d7c375c603a9227262dedc0a684c05b4a87ee7
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
- DB=mongodb
- DB=mysql
- DB=redis-server
before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;';
fi"
services:
- mongodb
- redis-server
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ] || [ $TRAVIS_PYTHON_VERSION == '2.7' ]; then
pip install python-memcached; else pip install python3-memcached; fi
- pip install -r requirements.txt --use-mirrors
script: make test
deploy:
provider: pypi
user: wandhydrant
password:
secure: F1Sg5YXT6ZwsOvo5mfGGLwRTgyaYE/jXQMEyN9Sz223IeuJy8YQYempMAhPZbJY8zKI4FM9KIVNZB6JH9AXjV7fUS4axee8eqrSHFYqEz+gPVk6BYepYtUBw1U6xRbJeMFwNg6kaJvY+TGmyAKEeWyHPLDNEdU+tKHB4fyLnbIc=
on:
tags: true
repo: wndhydrnt/python-oauth2
|
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
env:
- DB=mongodb
- DB=mysql
- DB=redis-server
before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;';
fi"
services:
- mongodb
- redis-server
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ] || [ $TRAVIS_PYTHON_VERSION == '2.7' ]; then
pip install python-memcached; else pip install python3-memcached; fi
- pip install -r requirements.txt --use-mirrors
script: make test
deploy:
provider: pypi
user: wandhydrant
password:
secure: F1Sg5YXT6ZwsOvo5mfGGLwRTgyaYE/jXQMEyN9Sz223IeuJy8YQYempMAhPZbJY8zKI4FM9KIVNZB6JH9AXjV7fUS4axee8eqrSHFYqEz+gPVk6BYepYtUBw1U6xRbJeMFwNg6kaJvY+TGmyAKEeWyHPLDNEdU+tKHB4fyLnbIc=
on:
tags: true
repo: wndhydrnt/python-oauth2
|
Add 3.5 to build matrix
|
Add 3.5 to build matrix
|
YAML
|
mit
|
wndhydrnt/python-oauth2,wndhydrnt/python-oauth2,wndhydrnt/python-oauth2
|
11113caad4e7fffb3f7d7072f3f6b39852944c73
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
env:
- DB=mysql
#- DB=postgres
before_script:
- "mysql -e 'create database `foreigner-matcher_test`;'"
#- "psql -c 'create database \"foreigner-matcher_test\";' -U postgres"
- bundle exec rake db:test:reset --trace
script: bundle exec rspec
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
env:
- DB=mysql
#- DB=postgres
before_script:
- "mysql -e 'create database `foreigner-matcher_test`;'"
#- "psql -c 'create database \"foreigner-matcher_test\";' -U postgres"
- bundle exec rake db:test:reset --trace
script: bundle exec rspec -b
|
Enable full backtrace for rspec, in case something goes badly wrong!
|
Enable full backtrace for rspec, in case something goes badly wrong!
|
YAML
|
mit
|
yellow5/foreigner-matcher,yellow5/foreigner-matcher
|
dec0c7a4c2fcf285ac470d1688dafcb1f75c8da8
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
os: osx
osx_image: xcode7.3
language: objective-c
rvm:
- 2.2.5
cache: cocoapods
podfile: Example/Podfile
before_install:
- sw_vers # Show osx versions
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- xctool test -workspace Example/Pbind.xcworkspace -scheme Pbind_Tests -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO
#- pod lib lint
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
os: osx
osx_image: xcode7.3
language: objective-c
rvm:
- 2.2.5
cache: cocoapods
podfile: Example/Podfile
before_install:
- sw_vers # Show osx versions
- gem install cocoapods # Since Travis is not always on latest version
- pod repo update # The Travis repo are TOO old?
- pod install --project-directory=Example
script:
- xctool test -workspace Example/Pbind.xcworkspace -scheme Pbind_Tests -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO
#- pod lib lint
|
Update pod repo before pod install on CI
|
Update pod repo before pod install on CI
|
YAML
|
mit
|
wequick/Pbind,wequick/Pbind,wequick/Pbind
|
6c8e121c922080c58365ab230c7533a7c8e71e50
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 7.0
- 7.1
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
language: php
php:
- 5.6
- 7.0
- 7.1
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- vendor/phpunit/phpunit/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Enforce using local phpunit composer package rather than the global
|
Enforce using local phpunit composer package rather than the global
|
YAML
|
mit
|
laravel-notification-channels/authy
|
234272f00aaf51bd31210efb2ff0a7346e930def
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/AFZalandoSDK.xcworkspace -scheme AFZalandoSDK-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
osx_image: xcode7.2
script:
- set -o pipefail && xcodebuild test -workspace Example/AFZalandoSDK.xcworkspace -scheme AFZalandoSDK-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
|
Change Xcode version for build to support __Nullable and Notnull
|
Change Xcode version for build to support __Nullable and Notnull
|
YAML
|
mit
|
alexfedosov/AFZalandoSDK,alexfedosov/AFZalandoSDK
|
933872fcc4dc8a5860feddddee1f67428df66cd3
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.4
script:
- bundle exec rubocop
- bundle exec rspec
|
language: ruby
rvm:
- 2.4
script:
- bundle exec rubocop
- bundle exec rspec
notifications:
email: false
|
Disable email notifcations from Travis
|
Disable email notifcations from Travis
|
YAML
|
mit
|
tcoenraad/analist,tcoenraad/analist,tcoenraad/analist
|
f6b5547b377f87469ff178e3b9f5e9d2aea3f3e1
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.3
- 1.4.3
- 1.5.1
- tip
install:
- go get -d -v ./...
script:
- go build -v ./...
- go tool vet -all -v *.go
|
language: go
go:
- 1.3
- 1.4.3
- 1.5.1
- tip
install:
- go get -v golang.org/x/tools/cmd/vet
- go get -d -v ./...
script:
- go build -v ./...
- go tool vet -all -v *.go
|
Make sure we have go vet
|
Make sure we have go vet
|
YAML
|
mit
|
tehmaze/netflow
|
be4129db80733b66914b68ca64c5a6e353acf090
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.5
- 5.4
- hhvm
install:
- composer install
script:
- make test
|
language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
script:
- make test
|
Add 5.3 to the build config
|
Add 5.3 to the build config
|
YAML
|
mit
|
ciarand/midterm
|
e45cffd278fcb7705a7b0648274e7f434d1d400b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- 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
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib
- travis_retry pip install astropy
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
- python tests/utests.py
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- sudo apt-get install libnetcdf-dev libhdf5-serial-dev
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib
- travis_retry pip install astropy
- travis_retry pip install netCDF4
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
- python tests/utests.py
|
Add NetCDF and HDF5 requirements for Travis
|
Add NetCDF and HDF5 requirements for Travis
|
YAML
|
bsd-3-clause
|
matteobachetti/MaLTPyNT
|
f7b5a6dd63a264f9eb10ecfd30d243118ebdb786
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.2
install:
- go get -v github.com/mattn/go-sqlite3
- go get -v github.com/go-sql-driver/mysql
- go get -v github.com/lib/pq
- go get -v github.com/naoina/genmai
env:
- DB=sqlite3
- DB=mysql
- DB=postgres
before_script:
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABASE IF EXISTS genmai_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'CREATE DATABASE genmai_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS genmai_test;'; fi"
script:
- go test ./...
|
language: go
go:
- 1.2
- 1.2.1
- tip
install:
- go get -v github.com/mattn/go-sqlite3
- go get -v github.com/go-sql-driver/mysql
- go get -v github.com/lib/pq
- go get -v github.com/naoina/genmai
env:
- DB=sqlite3
- DB=mysql
- DB=postgres
before_script:
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'DROP DATABASE IF EXISTS genmai_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'CREATE DATABASE genmai_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS genmai_test;'; fi"
script:
- go test ./...
|
Add test targets on Travis-CI
|
Add test targets on Travis-CI
|
YAML
|
mit
|
naoina/genmai,Talos208/genmai
|
6a88181386c4747738da98edaf67c455e6e0bcd4
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js: '10'
os:
- linux
- osx
- windows
script:
# - npm run lint
- echo "npm run check"
- echo "npm run cover"
- echo "npm run build"
- echo "npm run bundle:$TRAVIS_OS_NAME"
after_success:
# Upload test coverage to codecov.io
- echo "bash <(curl -s https://codecov.io/bash)"
deploy:
# Do a semantic release (only on Linux to avoid duplication)
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: master
condition: $TRAVIS_OS_NAME = linux
# Deploy build artifacts to Github release
# page on *any* tag (including those generated for a semantic release)
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: bin/*.tar.gz
skip_cleanup: true
on:
tags: true
|
language: node_js
node_js: '10'
os:
- linux
- osx
# Windows builds fail on Travis for projects with secrets
# See https://travis-ci.community/t/current-known-issues-please-read-this-before-posting-a-new-topic/264/10
# - windows
script:
# - npm run lint
- echo "npm run check"
- echo "npm run cover"
- echo "npm run build"
- echo "npm run bundle:$TRAVIS_OS_NAME"
after_success:
# Upload test coverage to codecov.io
- echo "bash <(curl -s https://codecov.io/bash)"
deploy:
# Do a semantic release (only on Linux to avoid duplication)
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: master
condition: $TRAVIS_OS_NAME = linux
# Deploy build artifacts to Github release
# page on *any* tag (including those generated for a semantic release)
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: bin/*.tar.gz
skip_cleanup: true
on:
tags: true
|
Remove Windows from Travis build matrix
|
ci: Remove Windows from Travis build matrix
|
YAML
|
apache-2.0
|
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
|
3d80f511343beb429b091dff7713d4d24b3efef0
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- rbx
- jruby
env:
- COVERALLS=true
cache: bundler
matrix:
allow_failures:
- rvm: rbx
|
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
- rbx
- jruby
env:
- COVERALLS=true
cache: bundler
matrix:
allow_failures:
- rvm: rbx
|
Test more rubies before release
|
Test more rubies before release
|
YAML
|
mit
|
jlong/radius,jlong/radius
|
131193f3eecef638df0cb1b6c0c910ebba9d9c4d
|
.travis.yml
|
.travis.yml
|
before_script:
- npm cache clean
- npm update -g npm
language: node_js
node_js:
- 0.10
|
before_script:
- npm update -g npm
language: node_js
node_js:
- 0.10
|
Test Fix Travis CI build error
|
Test Fix Travis CI build error
|
YAML
|
mit
|
rakesh-mohanta/wix-ui-lib,rakesh-mohanta/wix-ui-lib
|
216be6693c3ef7ab0204bb05382e81b2d5c239d3
|
.travis.yml
|
.travis.yml
|
language: ruby
cache:
- bundler
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
|
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
|
Remove caching of Ruby gems from Travis CI for the time being.
|
Remove caching of Ruby gems from Travis CI for the time being.
Signed-off-by: Krzysztof Wilczynski <[email protected]>
|
YAML
|
apache-2.0
|
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
|
ba37cbd901b54502e5a04806e2e70bef73736614
|
.travis.yml
|
.travis.yml
|
osx_image: xcode8.3
language: swift
# cache: cocoapods
# podfile: Example/Podfile
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- SDK=iphonesimulator10.3
matrix:
- DESTINATION="OS=10.3.1 ,name=iPhone 7 Plus" POD_LINT="YES"
- DESTINATION="OS=9.0,name=iPhone 6" POD_LINT="NO"
- DESTINATION="OS=8.1,name=iPhone 4S" POD_LINT="NO"
before_install:
# - gem install cocoapods # Since Travis is not always on latest version
- brew install swiftlint
- pod install --project-directory=Example
- instruments -s devices
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild -list
script:
- swiftlint
- pod lib lint
- set -o pipefail && xcodebuild test -workspace Example/McPicker.xcworkspace -scheme McPicker-Example -sdk "$SDK" -destination $DESTINATION ONLY_ACTIVE_ARCH=NO | xcpretty
# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi
|
osx_image: xcode8.3
language: swift
# cache: cocoapods
# podfile: Example/Podfile
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- SDK=iphonesimulator10.3
matrix:
- DESTINATION="OS=10.3.1 ,name=iPhone 7 Plus" POD_LINT="YES"
- DESTINATION="OS=9.0,name=iPhone 6" POD_LINT="NO"
- DESTINATION="OS=8.1,name=iPhone 4S" POD_LINT="NO"
before_install:
# - gem install cocoapods # Since Travis is not always on latest version
- brew install swiftlint
- pod install --project-directory=Example
- instruments -s devices
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild -list
script:
- swiftlint
- pod lib lint
- set -o pipefail && xcodebuild test -workspace Example/McPicker.xcworkspace -scheme McPicker-Example -sdk "$SDK" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO | xcpretty
# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi
|
Add quotes to env var
|
Add quotes to env var
|
YAML
|
mit
|
kmcgill88/McPicker-iOS,kmcgill88/McPicker-iOS
|
6875e87515900af76f8c88d9c299bbfb6844e9f1
|
.travis.yml
|
.travis.yml
|
language: python
cache: pip
python: 2.7
before_install:
- export GALAXY_RELEASE=release_18.09
install:
- pip install flake8 flake8-import-order planemo
- planemo conda_init
- ~/miniconda3/bin/conda install -y -c conda-forge conda=4.3.34
- planemo --version
- ~/miniconda3/bin/conda --version
- echo $TRAVIS_COMMIT_RANGE
- |
planemo ci_find_repos --exclude data_managers \
--exclude packages \
--exclude_from .tt_blacklist \
--changed_in_commit_range "$TRAVIS_COMMIT_RANGE" \
--output changed_repositories.list
- cat changed_repositories.list
script:
- set -e
- cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git,./deprecated/ .
- while read -r DIR; do planemo shed_lint --tools --ensure_metadata --urls --report_level warn --fail_level error --recursive "$DIR"; done < changed_repositories.list
- while read -r DIR; do planemo test --conda_dependency_resolution --conda_auto_install --galaxy_branch "$GALAXY_RELEASE" "$DIR"; done < changed_repositories.list
|
language: python
cache: pip
python: 2.7
before_install:
- export GALAXY_RELEASE=release_19.05
install:
- pip install flake8 flake8-import-order planemo
- planemo conda_init
- ~/miniconda3/bin/conda install -y -c conda-forge conda=4.3.34
- planemo --version
- ~/miniconda3/bin/conda --version
- echo $TRAVIS_COMMIT_RANGE
- |
planemo ci_find_repos --exclude data_managers \
--exclude packages \
--exclude_from .tt_blacklist \
--changed_in_commit_range "$TRAVIS_COMMIT_RANGE" \
--output changed_repositories.list
- cat changed_repositories.list
script:
- set -e
- cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git,./deprecated/ .
- while read -r DIR; do planemo shed_lint --tools --ensure_metadata --urls --report_level warn --fail_level error --recursive "$DIR"; done < changed_repositories.list
- while read -r DIR; do planemo test --conda_dependency_resolution --conda_auto_install --galaxy_branch "$GALAXY_RELEASE" "$DIR"; done < changed_repositories.list
|
Use latest Galaxy release for testing
|
Use latest Galaxy release for testing
|
YAML
|
mit
|
TGAC/earlham-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,TGAC/tgac-galaxytools,TGAC/tgac-galaxytools,anilthanki/tgac-galaxytools,anilthanki/tgac-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools,TGAC/earlham-galaxytools
|
629a4191bda38d89aeff0a45d87285e8d537600b
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3.0
before_install: gem install bundler -v 1.10.6
notifications:
email: false
|
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
before_install: gem install bundler -v 1.10.6
notifications:
email: false
|
Drop support for Ruby 1.9
|
Drop support for Ruby 1.9
|
YAML
|
mit
|
sinsoku/tachikoma_ai,sinsoku/tachikoma_ai
|
6156263abb0afb22a3c35fc974283ddc3b392bc9
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.2
- 2.3.0
- ruby-head
branches:
only:
- "master"
- "/^release-/"
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 1
|
language: ruby
rvm:
- 2.2.5
- 2.3.1
- ruby-head
branches:
only:
- "master"
- "/^release-/"
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 1
|
Use recent Rubies in Travis CI
|
Use recent Rubies in Travis CI
|
YAML
|
mit
|
ddfreyne/markbook,ddfreyne/markbook
|
c9631a5093f0267ddb23e8d01e61d867e686f4d1
|
.travis.yml
|
.travis.yml
|
language: php
matrix:
fast_finish: true
include:
- php: 7
install: composer install --no-interaction
script:
- composer test
- composer cs-check
after_script:
- composer upload-coverage
|
language: php
php:
- 7.0
git:
depth: 5
sudo: false
matrix:
fast_finish: true
install: composer install --no-interaction
script:
- composer test
- composer cs-check
after_script:
- composer upload-coverage
|
Use php 7 by default, shallow copy for git to speed things up, and use the new container infrastructure.
|
Use php 7 by default, shallow copy for git to speed things up, and use the new container infrastructure.
|
YAML
|
mit
|
urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,tasmaniski/unfinished,urukalo/unfinished,urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,phpsrbija/unfinished,urukalo/unfinished,phpsrbija/unfinished,tasmaniski/unfinished
|
34329191c1ed28949f854e08847e993e183623c0
|
.travis.yml
|
.travis.yml
|
sudo: false
language: perl
perl:
- '5.28'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
install:
- wget -P ~/bin https://git.io/cpm
- chmod +x ~/bin/cpm
- for i in exercises/*/.meta/solutions; do cd $i; if [ -f cpanfile ]; then echo "$i"; cpm install; fi; cd - > /dev/null; done
before_script:
- git clone https://github.com/exercism/problem-specifications.git
- bin/fetch-configlet
script:
- bin/configlet lint . --track-id=perl5
- prove exercises/*/.meta/solutions/
--recurse
--directives
--jobs 2
- cpm install
- perl -Ilocal/lib/perl5 local/bin/yath test exercises/*/.meta/solutions/
- TS_MAX_DELTA=3 perl -Ilocal/lib/perl5 local/bin/yath test t/
--verbose
|
sudo: false
language: perl
perl:
- '5.28'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.14'
install:
- wget -P ~/bin https://git.io/cpm
- chmod +x ~/bin/cpm
- for i in exercises/*/.meta/solutions; do cd $i; if [ -f cpanfile ]; then echo "$i"; cpm install; fi; cd - > /dev/null; done
before_script:
- git clone https://github.com/exercism/problem-specifications.git
- bin/fetch-configlet
script:
- bin/configlet lint . --track-id=perl5
- prove exercises/*/.meta/solutions/
--recurse
--directives
- cpm install
- perl -Ilocal/lib/perl5 local/bin/yath test exercises/*/.meta/solutions/
--jobs 2
- TS_MAX_DELTA=3 perl -Ilocal/lib/perl5 local/bin/yath test t/
--verbose
|
Move prove jobs flag to yath
|
Move prove jobs flag to yath
|
YAML
|
mit
|
exercism/xperl5,exercism/xperl5,exercism/xperl5
|
5cbbf42b7a1d78f65b4d969d86ae844a8e02133a
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.2
- 2.1.5
- 2.1.9
- 2.1.10
- 2.2.5
- 2.3.1
before_install:
- gem update bundler
env:
- rvmsudo_secure_path=1
script: bundle exec rake test_all
services:
- mongodb
before_install:
- gem update bundler
notifications:
email:
recipients:
- [email protected]
on_failure: change
bundler_args: --without test develop
branches:
only:
- master
- develop
- improve_patient_load
- get_patients
|
language: ruby
rvm:
- 2.1.2
- 2.1.5
- 2.1.9
- 2.1.10
- 2.2.5
- 2.3.1
before_install:
- gem update bundler
env:
- rvmsudo_secure_path=1
script: bundle exec rake test_unit
services:
- mongodb
before_install:
- gem update bundler
notifications:
email:
recipients:
- [email protected]
on_failure: change
bundler_args: --without test develop
branches:
only:
- master
- develop
- improve_patient_load
- get_patients
|
Change test suite run in Travis CI
|
Change test suite run in Travis CI
|
YAML
|
apache-2.0
|
lrasmus/popHealth,OSEHRA/popHealth,lrasmus/popHealth,OSEHRA/popHealth,OSEHRA/popHealth,lrasmus/popHealth,lrasmus/popHealth,OSEHRA/popHealth
|
2696c293813c14956a5663caca3a52f4e611a939
|
.travis.yml
|
.travis.yml
|
language: php
php:
- "7.1"
- "7.0"
- "5.6"
before_script:
- composer self-update
- composer install --prefer-source
script:
- composer phpcs
- composer phpunit
|
language: php
php:
- "7.4"
- "7.1"
- "7.0"
- "5.6"
before_script:
- composer self-update
- composer install --prefer-source
script:
- composer phpcs
- composer phpunit
|
Add PHP 7.4 to Travis
|
Add PHP 7.4 to Travis
|
YAML
|
mit
|
keenlabs/KeenClient-PHP
|
389d9788186b31919fc9eec844eaa2953721e651
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- "3.3" # ST3 uses this, but we're only running flake8 anyway
install:
- pip install flake8==3.3.0
script:
- flake8 .
|
sudo: false
language: python
python:
- "3.3" # ST3 uses this internally, so we do as well for flake8
# branches:
# except:
# - /^v\d/
install:
- pip install flake8==3.3.0
# fetch syntax testing binary
- wget --content-disposition https://download.sublimetext.com/latest/dev/linux/x64/syntax_tests
- tar xf "$(ls st3_syntax_tests_build_*_x64.tar.bz2)"
- rm -R st3_syntax_tests*.tar.bz2
- mv st3_syntax_tests ..
before_script:
# setup portable testing env & fetch default packages
- mkdir ../st3_syntax_tests/Data
- git clone --depth=1 https://github.com/sublimehq/Packages.git ../st3_syntax_tests/Data/Packages # --branch=v3157
- ln -s "$PWD" ../st3_syntax_tests/Data/Packages/PackageDev
script:
- ../st3_syntax_tests/syntax_tests
- flake8 .
|
Add syntax testing to CI
|
Add syntax testing to CI
(Requires the 3157+ binary because it previously returned random
non-zero exit codes even when tests passed.)
|
YAML
|
mit
|
SublimeText/AAAPackageDev,SublimeText/AAAPackageDev,SublimeText/PackageDev
|
3011ad9c8b474f73ede061468c44239fd90be9d6
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests
|
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
sudo: false
script: nosetests
|
Switch to new build infrastructure
|
Switch to new build infrastructure
|
YAML
|
bsd-3-clause
|
darkpixel/openmesher,darkpixel/openmesher
|
192326f7df0c37c7ebfcb6c09670ca26ec4b5539
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
- coverage run --source="classes/", "tests/" -m py.test
after_success:
- coveralls
|
language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script:
coverage run --source="classes" -m py.test
after_success:
coveralls
|
Rewrite script section's coverage command
|
Rewrite script section's coverage command
|
YAML
|
mit
|
peterpaints/room-allocator
|
ad77314fc473550815db89d12ba5685ca5e7ca5f
|
.travis.yml
|
.travis.yml
|
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
sudo: false
jdk:
- oraclejdk8
- oraclejdk9
- openjdk10
- openjdk11
after_success:
- mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report
|
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
sudo: false
jdk:
- openjdk8
- openjdk10
- openjdk11
- openjdk12
- openjdk13
- openjdk-ea
after_success:
- mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report
|
Drop Oracle JDK 8, add OpenJDK 13.
|
Drop Oracle JDK 8, add OpenJDK 13.
|
YAML
|
apache-2.0
|
apache/commons-geometry
|
3d78bba218636b1a3d61e5f3222f777b47a8924a
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.5.4
- 1.6.3
env:
global:
- GO15VENDOREXPERIMENT=1
matrix:
- ES_VERSION=1.0.3 GROOVY_VER=2.0.0
- ES_VERSION=1.1.2 GROOVY_VER=2.0.0
- ES_VERSION=1.2.1 GROOVY_VER=2.2.0
- ES_VERSION=1.3.4
- ES_VERSION=1.4.4
- ES_VERSION=1.5.2
- ES_VERSION=1.6.0
- ES_VERSION=1.7.0
before_script:
- mkdir ${HOME}/elasticsearch
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- "echo 'script.groovy.sandbox.enabled: true' >> ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/config/elasticsearch.yml"
- 'if [[ "${ES_VERSION}" < "1.3" ]]; then ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/plugin --install elasticsearch/elasticsearch-lang-groovy/${GROOVY_VER}; fi'
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &
- sleep 10 # Wait for ES to start up
install:
- go get github.com/Masterminds/glide
script:
- make test
|
language: go
go:
- 1.5.4
- 1.6.3
- 1.7.1
env:
global:
- GO15VENDOREXPERIMENT=1
matrix:
- ES_VERSION=1.3.4
- ES_VERSION=1.4.4
- ES_VERSION=1.5.2
- ES_VERSION=1.6.0
- ES_VERSION=1.7.0
before_script:
- mkdir ${HOME}/elasticsearch
- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- "echo 'script.groovy.sandbox.enabled: true' >> ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/config/elasticsearch.yml"
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >/dev/null &
- sleep 10 # Wait for ES to start up
install:
- go get github.com/Masterminds/glide
script:
- make test
|
Add go 1.7, drop older versions of ES
|
Add go 1.7, drop older versions of ES
|
YAML
|
bsd-3-clause
|
OwnLocal/goes
|
cb36693d68976fefce897eb3336b561855aa6950
|
.travis.yml
|
.travis.yml
|
---
language: node_js
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
|
---
language: node_js
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- ember try:testall
|
Use `ember try:testall` in Travis builds
|
Use `ember try:testall` in Travis builds
|
YAML
|
mit
|
mike-north/ember-modal-dialog,systembugtj/ember-modal-dialog,corrspt/ember-modal-dialog,kellyselden/ember-modal-dialog,kagemusha/ember-modal-dialog,greyhwndz/ember-modal-dialog,samselikoff/ember-modal-dialog,oscarni/ember-modal-dialog,corrspt/ember-modal-dialog,samselikoff/ember-modal-dialog,kagemusha/ember-modal-dialog,greyhwndz/ember-modal-dialog,yapplabs/ember-modal-dialog,mike-north/ember-modal-dialog,yapplabs/ember-modal-dialog,sandstrom/ember-modal-dialog,toranb/ember-modal-dialog,jeffreybiles/ember-modal-dialog,systembugtj/ember-modal-dialog,kellyselden/ember-modal-dialog,toranb/ember-modal-dialog,oscarni/ember-modal-dialog,jeffreybiles/ember-modal-dialog,sandstrom/ember-modal-dialog
|
4619e9d8190f19aac7c9e44f78d13710b7f2966a
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- SYMFONY_PHPUNIT_DIR=$HOME/.phpunit-bridge
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATION_HELPER=weak
- php: 5.6
env: DEPENDENCIES="symfony/lts:^2"
- php: 7.1
env: DEPENDENCIES="symfony/lts:^3"
- php: 7.2
env: STABILITY=dev
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.phpunit-bridge
before_install:
- if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
install:
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
- vendor/bin/simple-phpunit install
script:
- composer validate --strict --no-check-lock
- vendor/bin/simple-phpunit -v
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- SYMFONY_PHPUNIT_DIR=$HOME/.phpunit-bridge
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATION_HELPER=weak
- php: 5.6
env: DEPENDENCIES="symfony/lts:^2"
- php: 7.1
env: DEPENDENCIES="symfony/lts:^3"
- php: 7.2
env: STABILITY=dev
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.phpunit-bridge
before_install:
- if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
install:
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
- vendor/bin/simple-phpunit install
script:
- composer validate --strict --no-check-lock
- vendor/bin/simple-phpunit -v
|
Increase memory limit for Composer
|
Increase memory limit for Composer
|
YAML
|
mit
|
stof/StofDoctrineExtensionsBundle
|
e1ac4299a6ca440a510907c579b21c338cc1aab4
|
.travis.yml
|
.travis.yml
|
sudo: false
language: elixir
elixir:
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
jobs:
include:
- stage: deploy
otp_release: 19.3
script: skip
deploy:
provider: script
script: ./scripts/hexpub.sh
skip_cleanup: true
on:
tags: true
|
sudo: false
language: elixir
elixir:
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
#jobs:
# include:
# - stage: deploy
# otp_release: 19.3
# script: skip
# deploy:
# provider: script
# script: ./scripts/hexpub.sh
# skip_cleanup: true
# on:
# tags: true
|
Disable auto push to hex
|
Disable auto push to hex
|
YAML
|
mit
|
slashmili/ex_syslogger
|
000e1baa61fc1058b84238b14be860a385054adb
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '0.10'
- '4'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
|
language: node_js
node_js:
- '0.10'
- '4'
- '7'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
|
Build with Node.js 7 on Travis CI.
|
Build with Node.js 7 on Travis CI.
|
YAML
|
mit
|
bigeasy/expandable
|
bbfbb9bcef41ee016859a4f3198d8a7880ce09d2
|
.travis.yml
|
.travis.yml
|
---
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
- RAILS_VERSION=""
- RAILS_VERSION="~>3.2.0"
- RAILS_VERSION="~>3.1.0"
- RAILS_VERSION="~>3.0.0"
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="" MONETA_VERSION="~> 0.6.0"
- RAILS_VERSION="" MONETA_VERSION="~> 0.7.0"
matrix:
exclude:
- rvm: 1.8.7
env: 'RAILS_VERSION="~>4.0.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION="" MONETA_VERSION="~> 0.6.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION="" MONETA_VERSION="~> 0.7.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION=""'
notifications:
email:
- [email protected]
|
---
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
- RAILS_VERSION=""
- RAILS_VERSION="~>3.2.0"
- RAILS_VERSION="~>3.1.0"
- RAILS_VERSION="~>3.0.0"
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="~>4.1.0"
- RAILS_VERSION="" MONETA_VERSION="~> 0.6.0"
- RAILS_VERSION="" MONETA_VERSION="~> 0.7.0"
matrix:
exclude:
- rvm: 1.8.7
env: 'RAILS_VERSION="~>4.0.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION="" MONETA_VERSION="~> 0.6.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION="" MONETA_VERSION="~> 0.7.0"'
- rvm: 1.8.7
env: 'RAILS_VERSION=""'
- rvm: 1.8.7
env: 'RAILS_VERSION="~>4.1.0"'
notifications:
email:
- [email protected]
|
Add Rails 4.1.0 to the specs.
|
Add Rails 4.1.0 to the specs.
|
YAML
|
mit
|
CloudVLab/rocket_pants,DamirSvrtan/rocket_pants,Pathgather/rocket_pants,michaelachrisco/rocket_pants,nikolai-b/rocket_pants,Dealermade/rocket_pants,Sutto/rocket_pants
|
c78e2436f636fe0d1a87718945134392f231d7f8
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_72c5bc9b2891_key -iv $encrypted_72c5bc9b2891_iv
-in gradle.properties.enc -out ../../templates/gradle.properties -d || true
after_success:
- "./gradlew jacocoTestReport coveralls"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/3d0f6ac217397c4a887f
on_success: change
on_failure: always
on_start: never
|
language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_72c5bc9b2891_key -iv $encrypted_72c5bc9b2891_iv
-in gradle.properties.enc -out gradle.properties -d || true
after_success:
- "./gradlew jacocoTestReport coveralls"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/3d0f6ac217397c4a887f
on_success: change
on_failure: always
on_start: never
|
Fix path problem in Travis CI configuration
|
Fix path problem in Travis CI configuration
|
YAML
|
apache-2.0
|
nebula-plugins/gradle-warnings-plugin
|
b38a319fe8b30bc226c6560c57f6b876623d7092
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
before_install:
- sudo sh -c "echo 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.8 main' >> /etc/apt/sources.list"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get -qq update
- sudo apt-get install -y libllvm3.8 llvm-3.8 llvm-3.8-dev
|
sudo: required
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
before_install:
- sudo sh -c "echo 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.8 main' >> /etc/apt/sources.list"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get -qq update
- sudo apt-get install -y libllvm3.8 llvm-3.8 llvm-3.8-dev
- sudo rm /usr/bin/llvm-config && sudo ln -s /usr/bin/llvm-config-3.8 /usr/bin/llvm-config
|
Make sure llvm-config points to llvm-config-3.8
|
Make sure llvm-config points to llvm-config-3.8
|
YAML
|
mit
|
GeorgeKT/menhir-lang,GeorgeKT/menhir-lang,GeorgeKT/cobra-lang,GeorgeKT/cobra-lang
|
cb8fba4087a055f162ac31a0aa73fc1af2d56859
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
env:
- DJANGO_VERSION=1.5.2
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install coveralls --use-mirrors
- pip install mock --use-mirrors
- pip install south --use-mirrors
- pip install nose
script:
- python setup.py build
- nosetests --with-coverage --cover-package=embed_video --cover-tests --cover-erase
after_success:
- coveralls
|
language: python
python:
- "2.7"
- "3.3"
- "pypy"
env:
- DJANGO_VERSION=1.5.2
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install coveralls --use-mirrors
- pip install mock --use-mirrors
- pip install south --use-mirrors
- pip install nose
script:
- python setup.py build
- nosetests --with-coverage --cover-package=embed_video --cover-tests --cover-erase
after_success:
- coveralls
|
Package should be pypy compatibile
|
Package should be pypy compatibile
|
YAML
|
mit
|
yetty/django-embed-video,mpachas/django-embed-video,mpachas/django-embed-video,yetty/django-embed-video,jazzband/django-embed-video,jazzband/django-embed-video
|
af762921f09cf06e7ce9550c25d806a8deae612c
|
.travis.yml
|
.travis.yml
|
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change
|
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change
|
Remove RBX from allowed failures
|
Remove RBX from allowed failures
|
YAML
|
mit
|
nepalez/mutant,kbrock/mutant,backus/mutant,backus/mutest,tjchambers/mutant,backus/mutest
|
3c8e74209c4479edd6d64837cc4bef243f81244a
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- jruby
- 2.0.0
- 2.1
- 2.2
- 2.3.0
env:
global:
- JRUBY_OPTS="--2.0"
gemfile:
- Gemfile
- gemfiles/active_record-rails40.gemfile
- gemfiles/active_record-rails41.gemfile
- gemfiles/active_record-rails42.gemfile
before_script:
- mysql -e 'create database sorcery_test;'
before_install:
- rvm get stable --auto-dotfiles
- gem update bundler
matrix:
allow_failures:
- rvm: jruby
exclude:
- rvm: 2.0.0
gemfile: gemfiles/active_record-rails42.gemfile
- rvm: jruby
gemfile: Gemfile
- rvm: 2.2
gemfile: gemfiles/active_record-rails40.gemfile
- rvm: 2.3.0
gemfile: gemfiles/active_record-rails40.gemfile
|
language: ruby
rvm:
- jruby
- 2.0.0
- 2.1
- 2.2
- 2.3.0
env:
global:
- JRUBY_OPTS="--2.0"
gemfile:
- Gemfile
- gemfiles/active_record-rails40.gemfile
- gemfiles/active_record-rails41.gemfile
- gemfiles/active_record-rails42.gemfile
before_script:
- mysql -e 'create database sorcery_test;'
before_install:
- rvm get stable --auto-dotfiles
- gem update bundler
matrix:
allow_failures:
- rvm: jruby
exclude:
- rvm: 2.0.0
gemfile: gemfiles/active_record-rails42.gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1
gemfile: Gemfile
- rvm: jruby
gemfile: Gemfile
- rvm: 2.2
gemfile: gemfiles/active_record-rails40.gemfile
- rvm: 2.3.0
gemfile: gemfiles/active_record-rails40.gemfile
|
Exclude ruby 2.0.0 and 2.1 on rails 5
|
Exclude ruby 2.0.0 and 2.1 on rails 5
|
YAML
|
mit
|
athix/sorcery,Sorcery/sorcery,Sorcery/sorcery,athix/sorcery,athix/sorcery,Sorcery/sorcery
|
004808360ad7ca2c83bb6032adad1418d5c916bf
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
sudo: required
install: true
script: mvn clean verify
cache:
directories:
- $HOME/.m2
|
language: java
jdk:
- openjdk11
sudo: required
install: true
script: mvn clean verify
cache:
directories:
- $HOME/.m2
|
Change jdk for tycho maven builds to jdk11
|
[releng] Change jdk for tycho maven builds to jdk11
|
YAML
|
apache-2.0
|
b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl
|
7e3b8d71fa487cd51d110d8e114e2b94ae93f637
|
.travis.yml
|
.travis.yml
|
language: go
before_install:
- go get -u github.com/golang/lint/golint
- rvm install 2.0.0
- gem install danger
- danger --verbose
go:
- tip
|
os:
- osx
language: go
before_install:
- go get -u github.com/golang/lint/golint
- rvm install 2.0.0
- gem install danger
- danger --verbose
go:
- tip
|
Use osx on travic ci since workflows always run on osx
|
Use osx on travic ci since workflows always run on osx
|
YAML
|
mit
|
BenchR267/goalfred,BenchR267/goalfred
|
004d2fdde601351f36333571361f718a5c4048e8
|
.travis.yml
|
.travis.yml
|
language: java
matrix:
include:
- os: linux
jdk: oraclejdk8
- os: linux
services:
- docker
before_install:
- docker pull ibmcom/ibmjava:8-sdk
script:
- docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/sh -c "cd work; ./mvnw clean test"
|
language: java
matrix:
include:
- os: linux
jdk: oraclejdk8
- os: linux
services:
- docker
before_install:
- docker pull ibmcom/ibmjava:8-sdk
script:
- docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/sh -c "cd work; java -version; ./mvnw clean test"
|
Add java version output to J9 run
|
Add java version output to J9 run
|
YAML
|
apache-2.0
|
headius/invokebinder,headius/invokebinder
|
c77463687d0995a472904295da51f14a6870e1c8
|
.travis.yml
|
.travis.yml
|
language: java
before_install: cp -f .travis.settings.xml ~/.m2/settings.xml
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -nsu
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk12
- openjdk13
|
language: java
before_install: cp -f .travis.settings.xml ~/.m2/settings.xml
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -nsu
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk12
- openjdk13
- openjdk14
- openjdk15
|
Update Travis config to add newer Java versions
|
Update Travis config to add newer Java versions
|
YAML
|
mit
|
iovation/launchkey-java,iovation/launchkey-java
|
22f543048101e6621f33a43955076ee068862c74
|
.travis.yml
|
.travis.yml
|
language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
- git submodule update --init --recursive
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libqt4-dev libqt4-private-dev
script:
- ./build.sh
|
language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
- git submodule update --init --recursive
sudo: false
addons:
apt:
packages:
- libqt4-dev
- libqt4-private-dev
script:
- ./build.sh
|
Migrate to container-based Travis infrastructure
|
Migrate to container-based Travis infrastructure
|
YAML
|
mit
|
sjinks/qt_eventdispatcher_epoll,sjinks/qt_eventdispatcher_epoll
|
60e3c64dbb3f81350cdf5a48828c77bc275019cd
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk10
env:
- WLP_VERSION=18.0.0_01 WLP_LICENSE=L-CTUR-AVDTCN
- WLP_VERSION=18.0.0_02 WLP_LICENSE=L-CTUR-AYBK6Z
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICENSE
|
sudo: required
dist: trusty
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk9
env:
- WLP_VERSION=18.0.0_01 WLP_LICENSE=L-CTUR-AVDTCN
- WLP_VERSION=18.0.0_02 WLP_LICENSE=L-CTUR-AYBK6Z
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICENSE
|
Revert testing on Java 10
|
Revert testing on Java 10
|
YAML
|
apache-2.0
|
WASdev/ci.ant
|
277e7d48ae34232e5c6786f747cd9447860b1191
|
.travis.yml
|
.travis.yml
|
language: cpp
compiler:
- clang
- gcc
env:
matrix:
- CC=clang
- CC=gcc
notifications:
irc:
channels:
- "irc.freenode.net#nupic-hackers"
webhooks: http://issues.numenta.org:8081/travis
before_install:
- if [ "$CC" = "gcc" ]; then export CXX=g++; fi
- if [ "$CC" = "clang" ]; then export CXX=clang++; fi
install:
- "mkdir -p $TRAVIS_BUILD_DIR/build/scripts"
- "cd $TRAVIS_BUILD_DIR/build/scripts"
- "cmake $TRAVIS_BUILD_DIR/src"
script:
- "cd $TRAVIS_BUILD_DIR/build/scripts"
- "make -j3"
# legacy binary tests
- "make tests_htm"
# (not quite everything, really)
- "make tests_testeverything"
|
language: cpp
compiler:
- clang
- gcc
env:
matrix:
- CC=clang
- CC=gcc
notifications:
irc:
channels:
- "irc.freenode.net#nupic-hackers"
webhooks: http://issues.numenta.org:8081/travis
before_install:
- if [ "$CC" = "gcc" ]; then export CXX=g++; fi
- if [ "$CC" = "clang" ]; then export CXX=clang++; fi
install:
- "mkdir -p $TRAVIS_BUILD_DIR/build/scripts"
- "cd $TRAVIS_BUILD_DIR/build/scripts"
- "cmake $TRAVIS_BUILD_DIR/src"
script:
- "cd $TRAVIS_BUILD_DIR/build/scripts"
- "make -j3"
# legacy binary tests
- "$TRAVIS_BUILD_DIR/build/release/bin/testcpphtm"
# (not quite everything, really)
- "$TRAVIS_BUILD_DIR/build/release/bin/testeverything"
|
Revert "Use 'make' instead of direct call to test binaries"
|
Revert "Use 'make' instead of direct call to test binaries"
|
YAML
|
agpl-3.0
|
lscheinkman/nupic.core,Bemujo/https-github.com-numenta-nupic,subutai/nupic.core,utensil/nupic.core,numenta/htmresearch-core,rhyolight/nupic.core,neuroidss/nupic.core,breznak/nupic.core,numenta/htmresearch-core,brev/nupic.core,lscheinkman/nupic.core,subutai/nupic.core,rhyolight/nupic.core,numenta/nupic.core,subutai/nupic.core,neuroidss/nupic.core,neuroidss/nupic.core,rhyolight/nupic.core,neuroidss/nupic.core,lscheinkman/nupic.core,breznak/nupic.core,jaredweiss/nupic.core,brev/nupic.core,akhilaananthram/nupic.core,akhilaananthram/nupic.core,Bemujo/https-github.com-numenta-nupic,Bemujo/https-github.com-numenta-nupic,rcrowder/nupic.core,EricSB/nupic.core,jaredweiss/nupic.core,metaml/nupic.core,ywcui1990/nupic.core,numenta/nupic.core,jaredweiss/nupic.core,jaredweiss/nupic.core,brev/nupic.core,numenta/htmresearch-core,numenta/nupic.core,EricSB/nupic.core,EricSB/nupic.core,sambitgaan/nupic.core,ywcui1990/nupic.core,pettitda/nupic.core,rhyolight/nupic.core,pettitda/nupic.core,akhilaananthram/nupic.core,brev/nupic.core,utensil/nupic.core,rcrowder/nupic.core,rcrowder/nupic.core,ywcui1990/nupic.core,utensil/nupic.core,scottpurdy/nupic.core,sambitgaan/nupic.core,sambitgaan/nupic.core,breznak/nupic.core,ywcui1990/nupic.core,rcrowder/nupic.core,metaml/nupic.core,scottpurdy/nupic.core,scottpurdy/nupic.core,lscheinkman/nupic.core,numenta/nupic.core,metaml/nupic.core,numenta/htmresearch-core,EricSB/nupic.core,scottpurdy/nupic.core,metaml/nupic.core,sambitgaan/nupic.core,Bemujo/https-github.com-numenta-nupic,breznak/nupic.core,akhilaananthram/nupic.core,pettitda/nupic.core,subutai/nupic.core,pettitda/nupic.core,utensil/nupic.core
|
f2b3c3211446241f99fd074c9a549ca1b727adcd
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.11"
- "0.10"
|
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
|
Test node v0.12 and io.js in Travis
|
Test node v0.12 and io.js in Travis
|
YAML
|
apache-2.0
|
resin-io/resin-vcs
|
1bf58feeef0355f5ca6c9ad678e54a8195f33eb8
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install coverage
- pip install codecov
# Command to run tests
script:
- coverage run tests.py
# Run coverage.io
after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install 'coverage<4'
- pip install codecov
# Command to run tests
script:
- coverage run tests.py
# Run coverage.io
after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov
|
Fix coverage won't work in TravisCI
|
Fix coverage won't work in TravisCI
|
YAML
|
mit
|
Keda87/python-quran-odoa
|
b4a290c0d4df416355420828b25686036e51b1d3
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
script: make test REPORTER=spec
# travis encrypt [subdomain]:[api token]@[room id]
notifications:
email: false
campfire:
rooms:
secure: "ZFrIv0Gf8DkEOoq2IvmMAzr91Yc6une/FR2UlJ+rp2RBPbSglzpuM8Q6ktW6XsGaBe4QNsm1x5cxA1oSLtSzviIBSfsGnGwgOjAVEq9EPodv5XVn01BfKIzm1ZKw8ZnnvTtPsvSVQgD1e4O0V+p4lwjQ+2lPswIyxbzjak2bRdY="
on_failure: always
on_success: always
|
language: node_js
node_js:
- "0.10"
script: make test REPORTER=spec
# travis encrypt [subdomain]:[api token]@[room id]
notifications:
email: false
slack:
secure: U+RtmtVJEzEoZf+/VVuon9qNC4GXKzXoTqdYThP57ZTzqoDAJDnuZ/qUrMGrMYpYg38ikxtK3qJhBMfffzHXc3KS9hcA7Ay/yPz4QiCBMy3M9EBPWt8iGP6n2T3KUw4WG/hSBUtnJqmwPdzRfVUIqOMgchiN9eWwEbEmSYTvOqA=
|
Switch node SDK to Slack
|
Switch node SDK to Slack
|
YAML
|
mit
|
adrusi/node-sdk,transloadit/node-sdk,transloadit/node-sdk
|
c4b62d85bd82192ce8bee79955a6751d40c7278b
|
.travis.yml
|
.travis.yml
|
language: android
jdk: oraclejdk7
android:
components:
- build-tools-20.0.0
- android-20
- sysimg-20
- extra-android-support
licenses:
- android-sdk-license-bcbbd656
- android-sdk-license-5be876d5
- android-sdk-preview-license-52d11cd2
- '.*intel.+'
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura
|
language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
jdk:
- oraclejdk8
|
Configure Travis for new api level.
|
Configure Travis for new api level.
|
YAML
|
apache-2.0
|
TapCard/TapCard
|
db0ad47c579a20ea8c84565a16f7534dc5068863
|
.travis.yml
|
.travis.yml
|
language: python
python:
- '3.5'
addons:
postgresql: "9.4"
install:
- pip install -r requirements.txt
- pip install coveralls
services:
- postgresql
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- psql -c 'create database flask_test;' -U postgres
- python setup.py install
- python scripts/manage_db.py db upgrade
script:
- coverage run --source=flask_forecaster setup.py test
after_success: coveralls
deploy:
- provider: cloudfoundry
edge: true
api: $CF_API
username: $CF_USERNAME
password: $CF_PASSWORD
organization: $CF_ORG
space: $CF_SPACE
manifest: manifest.yml
|
language: python
python:
- '3.5'
addons:
postgresql: "9.4"
install:
- pip install -r requirements.txt
- pip install coveralls
services:
- postgresql
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- psql -c 'create database flask_test;' -U postgres
- python setup.py develop
- python scripts/manage_db.py db upgrade
script:
- coverage run --source=flask_forecaster setup.py test
after_success: coveralls
deploy:
- provider: cloudfoundry
edge: true
api: $CF_API
username: $CF_USERNAME
password: $CF_PASSWORD
organization: $CF_ORG
space: $CF_SPACE
manifest: manifest.yml
|
Install in develop mode for testing
|
Install in develop mode for testing
|
YAML
|
isc
|
textbook/flask-forecaster,textbook/flask-forecaster
|
6eae7605ed88ce894bd1cb3a8907403b9cb1cc97
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- composer self-update
- composer install --dev -n --prefer-source
script:
- ./vendor/bin/phpunit
after_script:
- CODECLIMATE_REPO_TOKEN=5eecaf38fad60eb4fd578e492b7cc4a877cb236802c1159dfa12ec15fb88e952 ./vendor/bin/test-reporter
|
language: php
php:
- 5.3
- 5.4
- 5.5
before_install:
- composer self-update
- composer install --dev -n --prefer-source
script:
- ./vendor/bin/phpunit
after_script:
- CODECLIMATE_REPO_TOKEN="5eecaf38fad60eb4fd578e492b7cc4a877cb236802c1159dfa12ec15fb88e952" ./vendor/bin/test-reporter --stdout > codeclimate.json
- curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports
|
Send clover to CodeClimate via curl
|
Send clover to CodeClimate via curl
|
YAML
|
mit
|
masterzen/slim-unit-testing-example,masterzen/slim-unit-testing-example,there4/slim-unit-testing-example,there4/slim-unit-testing-example
|
4f5a889ea96b1e814119de67433b8e3efa9750ae
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9.*
- DJANGO_VERSION=1.10.*
- DJANGO_VERSION=1.11*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
script: "python src/runtests.py"
sudo: false
|
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9.*
- DJANGO_VERSION=1.10.*
- DJANGO_VERSION=1.11a1
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
script: "python src/runtests.py"
sudo: false
|
Fix Django 1.11 Travis config
|
Fix Django 1.11 Travis config
|
YAML
|
mit
|
jjkester/django-auditlog,kbussell/django-auditlog,Zmeylol/auditlog,chris-griffin/django-auditlog
|
224601d9d102ec8f0f892c56d885c581e9953fdd
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk7
cache:
directories:
- $HOME/.m2
|
language: java
jdk:
- oraclejdk7
script:
- mvn clean install -Dmaven.javadoc.skip=false
cache:
directories:
- $HOME/.m2
|
Enable javadoc to verify that doclint is happy
|
Enable javadoc to verify that doclint is happy
|
YAML
|
apache-2.0
|
ferstl/depgraph-maven-plugin
|
00b833792e1d231fa77f767fed009f0bb2983b53
|
.travis.yml
|
.travis.yml
|
language: elixir
dist: bionic
elixir:
- "1.10.3"
- "1.11.2"
otp_release: 23.0
addons:
apt:
packages:
- libzmq3-dev
- libsqlite3-dev
install:
- pip install --user virtualenv
- virtualenv ~/test_ielixir
- source ~/test_ielixir/bin/activate
- pip install pip --upgrade
- pip install tornado==4.5.3
- pip install jupyter nose
- mix local.rebar --force
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix deps.compile
- git clone -b ielixir https://github.com/pprzetacznik/jupyter_kernel_test.git
- MIX_ENV=dev ./install_script.sh
script:
- mix test
- cd jupyter_kernel_test
- MIX_ENV=dev python test_ipython.py
after_script:
- cd $TRAVIS_BUILD_DIR
- MIX_ENV=docs mix deps.get
- MIX_ENV=docs mix docs
- MIX_ENV=docs mix inch.report
- MIX_ENV=test mix coveralls.travis
|
language: elixir
dist: bionic
elixir:
- "1.10.3"
- "1.11.2"
otp_release: 23.0
env:
- PYTHON_VERSION=`which python2.7`
- PYTHON_VERSION=`which python3.6`
addons:
apt:
packages:
- libzmq3-dev
- libsqlite3-dev
install:
- pip install --user virtualenv
- virtualenv -p $PYTHON_VERSION ~/test_ielixir
- source ~/test_ielixir/bin/activate
- pip install pip --upgrade
- pip install tornado==4.5.3
- pip install jupyter nose
- mix local.rebar --force
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix deps.compile
- git clone -b ielixir https://github.com/pprzetacznik/jupyter_kernel_test.git
- MIX_ENV=dev ./install_script.sh
script:
- mix test
- cd jupyter_kernel_test
- MIX_ENV=dev python test_ipython.py
after_script:
- cd $TRAVIS_BUILD_DIR
- MIX_ENV=docs mix deps.get
- MIX_ENV=docs mix docs
- MIX_ENV=docs mix inch.report
- MIX_ENV=test mix coveralls.travis
|
Test for python2.7 and python3.6
|
Test for python2.7 and python3.6
|
YAML
|
mit
|
pprzetacznik/ielixir
|
fb6f88c4831d9ccc52750b6a23c544f81378b2fe
|
.travis.yml
|
.travis.yml
|
dist: xenial
language: python
cache: pip
python:
- 3.6
- 3.7
- 3.8
- pypy3
env:
- DJANGO=1.11
- DJANGO=2.2
- DJANGO=3.0
- DJANGO=master
jobs:
fast_finish: true
allow_failures:
- env: DJANGO=master
include:
- python: 3.6
env: TOXENV=qa
- stage: deploy
env:
python: 3.6
script: skip
deploy:
provider: pypi
user: jazzband
server: https://jazzband.co/projects/django-axes/upload
distributions: sdist bdist_wheel
password:
secure: TCH5tGIggL2wsWce2svMwpEpPiwVOYqq1R3uSBTexszleP0OafNq/wZk2KZEReR5w1Aq68qp5F5Eeh2ZjJTq4f9M4LtTvqQzrmyNP55DYk/uB1rBJm9b4gBgMtAknxdI2g7unkhQEDo4suuPCVofM7rrDughySNpmvlUQYDttHQ=
skip_existing: true
on:
tags: true
repo: jazzband/sorl-thumbnail
python: 3.6
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
|
dist: xenial
language: python
cache: pip
python:
- 3.6
- 3.7
- 3.8
- pypy3
env:
- DJANGO=1.11
- DJANGO=2.2
- DJANGO=3.0
- DJANGO=master
jobs:
fast_finish: true
allow_failures:
- env: DJANGO=master
include:
- python: 3.6
env: TOXENV=qa
- stage: deploy
env:
python: 3.6
script: skip
deploy:
provider: pypi
user: jazzband
server: https://jazzband.co/projects/django-axes/upload
distributions: sdist bdist_wheel
password:
secure: TCH5tGIggL2wsWce2svMwpEpPiwVOYqq1R3uSBTexszleP0OafNq/wZk2KZEReR5w1Aq68qp5F5Eeh2ZjJTq4f9M4LtTvqQzrmyNP55DYk/uB1rBJm9b4gBgMtAknxdI2g7unkhQEDo4suuPCVofM7rrDughySNpmvlUQYDttHQ=
skip_existing: true
on:
tags: true
repo: jazzband/django-axes
python: 3.6
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
|
Fix faulty upstream PyPI repository name
|
Fix faulty upstream PyPI repository name
|
YAML
|
mit
|
jazzband/django-axes
|
2d5fc968b0de6640d543335e3cedb6d4ba98a933
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.11"
- "0.10"
|
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
|
Test node v0.12 and io.js in Travis
|
Test node v0.12 and io.js in Travis
|
YAML
|
apache-2.0
|
resin-io/resin-image-fs
|
fec48cb4e642dfcd62bbdae144f2496a4e43fd0f
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "4"
- "iojs"
before_install:
- "npm install -g [email protected]"
script:
- "npm run test-travis"
after_script:
- "npm install [email protected] && cat coverage/lcov.info | coveralls"
matrix:
fast_finish: true
|
sudo: false
language: node_js
node_js:
- "0.12"
- "0.10"
- "4"
- "iojs"
script:
- "npm run test-travis"
after_script:
- "npm install [email protected] && cat coverage/lcov.info | coveralls"
matrix:
fast_finish: true
|
Remove NPM hack and old npm
|
[ci] Remove NPM hack and old npm
|
YAML
|
mit
|
pzarudnii/pre-commit,observing/pre-commit,observing/pre-commit,pzarudnii/pre-commit
|
aa8072a9d0e3451803e90fae58dd9ce923c70d28
|
.travis.yml
|
.travis.yml
|
# Make sure we run in the docker container
sudo: false
language: c
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# Libraries needed to build cross compiler
- libgmp-dev
- libmpfr-dev
# Needed to build the ISO
- xorriso
- grub2
# Userland tools
- llvm
- valgrind
cache:
directories:
- compiler/x86_64-none-elf
before_script:
- virtualenv ~/venv
- source ~/venv/bin/activate
- pip install cldoc
script:
- if [[ ! -e compiler/x86_64-none-elf/bin/x86_64-elf-gcc ]]; then
bash ./scripts/build_cross_compiler.sh;
fi
- export PATH=$PATH:compiler/x86_64-elf/bin/
- make debug TOOLS_CC="x86_64-elf-gcc"
- make clean
- make release TOOLS_CC="x86_64-elf-gcc"
- make iso
- make clean
- scan-build --status-bugs make TOOLS_CC="x86_64-elf-gcc"
|
# Make sure we run in the docker container
sudo: false
language: c
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# Libraries needed to build cross compiler
- libgmp-dev
- libmpfr-dev
# Needed to build the ISO
- xorriso
- grub2
# Userland tools
- llvm
- valgrind
- clang-3.5
cache:
directories:
- compiler/x86_64-none-elf
before_script:
- virtualenv ~/venv
- source ~/venv/bin/activate
- pip install cldoc
script:
- if [[ ! -e compiler/x86_64-none-elf/bin/x86_64-elf-gcc ]]; then
bash ./scripts/build_cross_compiler.sh;
fi
- export PATH=$PATH:compiler/x86_64-elf/bin/
- make debug TOOLS_CC="x86_64-elf-gcc"
- make clean
- make release TOOLS_CC="x86_64-elf-gcc"
- make iso
- make clean
- scan-build --status-bugs make TOOLS_CC="x86_64-elf-gcc"
|
Include clang package for scan-build
|
Include clang package for scan-build
|
YAML
|
mit
|
iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth,iankronquist/kernel-of-truth
|
76be39a20414cb5af2c32b4c9cc30f5b76a79bb5
|
.travis.yml
|
.travis.yml
|
sudo: false
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/jonboulle/clockwork
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega
- go get github.com/pkg/errors
- go get github.com/caio/go-tdigest
- go get github.com/gin-gonic/gin
- go get github.com/astaxie/beego
|
sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip
env:
- GO111MODULE=on
go_import_path: github.com/airbrake/gobrake
|
Use go mod to install deps
|
Use go mod to install deps
|
YAML
|
mit
|
airbrake/gobrake
|
cb6f470e8ddd8b2ddbaca8df9e078decb319040f
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.4
env:
global:
- MYSQL_FLAVOR=MariaDB
matrix:
- MAKE_TARGET=unit_test
- MAKE_TARGET=queryservice_test
- MAKE_TARGET=small_integration_test
- MAKE_TARGET=medium_integration_test
- MAKE_TARGET=large_integration_test
- MAKE_TARGET=java_vtgate_client_test
- MAKE_TARGET=unit_test_goveralls
before_install:
- bash -v travis/dependencies.sh
install:
- bash -v bootstrap.sh
script:
- source dev.env
- travis_retry make $MAKE_TARGET
branches:
only:
- travis-ci
notifications:
email: false
|
language: go
env:
global:
- MYSQL_FLAVOR=MariaDB
matrix:
- MAKE_TARGET=unit_test
- MAKE_TARGET=queryservice_test
- MAKE_TARGET=small_integration_test
- MAKE_TARGET=medium_integration_test
- MAKE_TARGET=large_integration_test
- MAKE_TARGET=java_vtgate_client_test
- MAKE_TARGET=unit_test_goveralls
before_install:
- bash -v travis/dependencies.sh
install:
- bash -v bootstrap.sh
script:
- source dev.env
- travis_retry make $MAKE_TARGET
branches:
only:
- travis-ci
notifications:
email: false
|
Revert "Travis: Bump Go to v1.4"
|
Revert "Travis: Bump Go to v1.4"
This reverts commit ac2028fa98d0ed077262d34577fcebcfcf982bcb.
|
YAML
|
apache-2.0
|
ptomasroos/vitess,tirsen/vitess,kmiku7/vitess-annotated,netroby/vitess,yaoshengzhe/vitess,kmiku7/vitess-annotated,AndyDiamondstein/vitess,nurblieh/vitess,atyenoria/vitess,alainjobart/vitess,alainjobart/vitess,mlc0202/vitess,AndyDiamondstein/vitess,enisoc/vitess,yaoshengzhe/vitess,mattharden/vitess,tirsen/vitess,dcadevil/vitess,mahak/vitess,kmiku7/vitess-annotated,dcadevil/vitess,yaoshengzhe/vitess,kmiku7/vitess-annotated,vitessio/vitess,netroby/vitess,ptomasroos/vitess,davygeek/vitess,tjyang/vitess,kuipertan/vitess,HubSpot/vitess,mapbased/vitess,aaijazi/vitess,pivanof/vitess,ptomasroos/vitess,tirsen/vitess,rnavarro/vitess,davygeek/vitess,tinyspeck/vitess,tinyspeck/vitess,vitessio/vitess,alainjobart/vitess,alainjobart/vitess,rnavarro/vitess,yaoshengzhe/vitess,tirsen/vitess,mattharden/vitess,mapbased/vitess,pivanof/vitess,enisoc/vitess,SDHM/vitess,cloudbearings/vitess,sougou/vitess,mlc0202/vitess,rnavarro/vitess,aaijazi/vitess,dcadevil/vitess,alainjobart/vitess,alainjobart/vitess,aaijazi/vitess,skyportsystems/vitess,ptomasroos/vitess,tjyang/vitess,davygeek/vitess,cloudbearings/vitess,cloudbearings/vitess,tirsen/vitess,tinyspeck/vitess,aaijazi/vitess,sougou/vitess,ptomasroos/vitess,skyportsystems/vitess,xgwubin/vitess,sougou/vitess,guokeno0/vitess,yaoshengzhe/vitess,atyenoria/vitess,cgvarela/vitess,mattharden/vitess,kuipertan/vitess,applift/vitess,michael-berlin/vitess,yangzhongj/vitess,mapbased/vitess,erzel/vitess,nurblieh/vitess,AndyDiamondstein/vitess,mahak/vitess,aaijazi/vitess,davygeek/vitess,sougou/vitess,dcadevil/vitess,dumbunny/vitess,dumbunny/vitess,mattharden/vitess,vitessio/vitess,applift/vitess,michael-berlin/vitess,cgvarela/vitess,anusornc/vitess,AndyDiamondstein/vitess,netroby/vitess,yangzhongj/vitess,enisoc/vitess,enisoc/vitess,erzel/vitess,michael-berlin/vitess,tjyang/vitess,yangzhongj/vitess,applift/vitess,anusornc/vitess,kmiku7/vitess-annotated,sougou/vitess,SDHM/vitess,enisoc/vitess,nurblieh/vitess,SDHM/vitess,tjyang/vitess,dcadevil/vitess,pivanof/vitess,mattharden/vitess,aaijazi/vitess,yangzhongj/vitess,sougou/vitess,xgwubin/vitess,anusornc/vitess,ptomasroos/vitess,guokeno0/vitess,cgvarela/vitess,tirsen/vitess,nurblieh/vitess,atyenoria/vitess,netroby/vitess,yangzhongj/vitess,tjyang/vitess,pivanof/vitess,applift/vitess,kuipertan/vitess,anusornc/vitess,mahak/vitess,enisoc/vitess,enisoc/vitess,SDHM/vitess,michael-berlin/vitess,tinyspeck/vitess,mlc0202/vitess,fengshao0907/vitess,kuipertan/vitess,mapbased/vitess,skyportsystems/vitess,mapbased/vitess,fengshao0907/vitess,dumbunny/vitess,cgvarela/vitess,cgvarela/vitess,kuipertan/vitess,aaijazi/vitess,cgvarela/vitess,pivanof/vitess,applift/vitess,skyportsystems/vitess,guokeno0/vitess,kmiku7/vitess-annotated,mattharden/vitess,atyenoria/vitess,AndyDiamondstein/vitess,HubSpot/vitess,mattharden/vitess,nurblieh/vitess,pivanof/vitess,skyportsystems/vitess,mlc0202/vitess,mattharden/vitess,tjyang/vitess,cloudbearings/vitess,sougou/vitess,AndyDiamondstein/vitess,sougou/vitess,rnavarro/vitess,nurblieh/vitess,mapbased/vitess,tjyang/vitess,erzel/vitess,atyenoria/vitess,mahak/vitess,guokeno0/vitess,erzel/vitess,yaoshengzhe/vitess,xgwubin/vitess,SDHM/vitess,tinyspeck/vitess,dumbunny/vitess,yaoshengzhe/vitess,netroby/vitess,rnavarro/vitess,fengshao0907/vitess,fengshao0907/vitess,yaoshengzhe/vitess,xgwubin/vitess,aaijazi/vitess,mlc0202/vitess,kuipertan/vitess,guokeno0/vitess,kuipertan/vitess,vitessio/vitess,fengshao0907/vitess,xgwubin/vitess,mlc0202/vitess,AndyDiamondstein/vitess,alainjobart/vitess,skyportsystems/vitess,HubSpot/vitess,davygeek/vitess,yangzhongj/vitess,fengshao0907/vitess,yangzhongj/vitess,erzel/vitess,guokeno0/vitess,netroby/vitess,SDHM/vitess,cgvarela/vitess,dumbunny/vitess,mahak/vitess,rnavarro/vitess,netroby/vitess,mapbased/vitess,applift/vitess,guokeno0/vitess,yaoshengzhe/vitess,aaijazi/vitess,davygeek/vitess,cgvarela/vitess,xgwubin/vitess,tjyang/vitess,SDHM/vitess,michael-berlin/vitess,xgwubin/vitess,cloudbearings/vitess,fengshao0907/vitess,rnavarro/vitess,davygeek/vitess,mlc0202/vitess,netroby/vitess,michael-berlin/vitess,michael-berlin/vitess,atyenoria/vitess,michael-berlin/vitess,HubSpot/vitess,dumbunny/vitess,rnavarro/vitess,tirsen/vitess,tirsen/vitess,ptomasroos/vitess,kuipertan/vitess,HubSpot/vitess,michael-berlin/vitess,yangzhongj/vitess,atyenoria/vitess,erzel/vitess,skyportsystems/vitess,nurblieh/vitess,vitessio/vitess,pivanof/vitess,cloudbearings/vitess,dumbunny/vitess,skyportsystems/vitess,guokeno0/vitess,tirsen/vitess,kmiku7/vitess-annotated,xgwubin/vitess,erzel/vitess,mlc0202/vitess,HubSpot/vitess,yangzhongj/vitess,erzel/vitess,pivanof/vitess,HubSpot/vitess,mattharden/vitess,nurblieh/vitess,tinyspeck/vitess,fengshao0907/vitess,netroby/vitess,rnavarro/vitess,ptomasroos/vitess,AndyDiamondstein/vitess,applift/vitess,dcadevil/vitess,cgvarela/vitess,anusornc/vitess,anusornc/vitess,pivanof/vitess,dcadevil/vitess,anusornc/vitess,applift/vitess,kmiku7/vitess-annotated,vitessio/vitess,atyenoria/vitess,anusornc/vitess,mattharden/vitess,applift/vitess,dumbunny/vitess,erzel/vitess,vitessio/vitess,mapbased/vitess,mahak/vitess,anusornc/vitess,skyportsystems/vitess,xgwubin/vitess,AndyDiamondstein/vitess,kuipertan/vitess,vitessio/vitess,applift/vitess,fengshao0907/vitess,guokeno0/vitess,tinyspeck/vitess,HubSpot/vitess,tjyang/vitess,kmiku7/vitess-annotated,dumbunny/vitess,cloudbearings/vitess,mlc0202/vitess,SDHM/vitess,mapbased/vitess,mapbased/vitess,alainjobart/vitess,cloudbearings/vitess,dumbunny/vitess,atyenoria/vitess,mahak/vitess,ptomasroos/vitess,cloudbearings/vitess,erzel/vitess,mahak/vitess,SDHM/vitess,nurblieh/vitess
|
7e5328b6364b564d0dfcfa5642f8a3a510b763db
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4"
- "5"
|
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
|
Add nodejs-0.10, 0.12 to TravisCI targets
|
Add nodejs-0.10, 0.12 to TravisCI targets
|
YAML
|
mit
|
koichik/node-tunnel
|
b839d03476a9c12186eacedc87ac0445c76b9b8b
|
.travis.yml
|
.travis.yml
|
language: python
before_install: pip install tox
script: tox
|
language: python
before_install: pip install tox
env:
- TOXENV=py27-A
- TOXENV=py27-B
script: tox -e $TOXENV
|
Split Travis tests per tox env.
|
Split Travis tests per tox env.
|
YAML
|
mit
|
iurisilvio/Flask-SQLAlchemy-Cache
|
00fef5b807651f9c6fb2383b16a6ec1e908419ad
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
matrix:
include:
- jdk: openjdk8
- jdk: oraclejdk8
- jdk: oraclejdk9
- jdk: oraclejdk10
- jdk: openjdk10
- jdk: openjdk11
- os: osx
osx_image: xcode9.2
env: JAVA_HOME=$(/usr/libexec/java_home)
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test
notifications:
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
|
language: java
sudo: false
matrix:
include:
- jdk: openjdk8
- jdk: oraclejdk8
- jdk: openjdk9
- jdk: oraclejdk9
- jdk: openjdk10
- jdk: oraclejdk10
- jdk: openjdk11
- os: osx
osx_image: xcode9.2
env: JAVA_HOME=$(/usr/libexec/java_home)
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.haltonfailure=true clean clean-all all test
notifications:
hipchat: ec8fcfa661addc56a361a8ef536320@integrations
|
Add OpenJDK 9 to Travis-CI build
|
[feature] Add OpenJDK 9 to Travis-CI build
|
YAML
|
lgpl-2.1
|
RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist
|
9e1f663588d0394fe691a8e3af9f860c82d91275
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
|
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
|
Revert "JRuby env is failing on Travis, but works locally. Removing for now."
|
Revert "JRuby env is failing on Travis, but works locally. Removing for now."
This reverts commit 3db3ba644aa5c5bea71d4e73d922927a914e20d0.
|
YAML
|
mit
|
tatey/porth
|
b0367ba5c8c411ceb6f3d0eb9fa36e880f968bee
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.5
- 5.5.9
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_install:
- cd ..
- git clone https://github.com/neos/flow-development-collection.git
- cd flow-development-collection
- git checkout 2.0.0
- composer update --dev
- composer require codeclimate/php-test-reporter:dev-master --dev
install:
- mv ../RFY.JsonApi.Authenticator Packages/Application
script:
- bin/phpunit -c Packages/Application/RFY.JsonApi.Authenticator/UnitTests.xml --coverage-clover build/logs/clover.xml
- bin/phpunit --stop-on-failure -c Packages/Application/RFY.JsonApi.Authenticator/UnitTests.xml --testsuite "RFY.JsonApi.Authenticator tests"
- cd Packages/Application/RFY.JsonApi.Authenticator
- ../../../bin/test-reporter
|
language: php
php:
- 5.5
- 5.5.9
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_install:
- cd ..
- git clone https://github.com/neos/flow-development-collection.git
- cd flow-development-collection
- git checkout 2.0.0
- composer update
- composer require codeclimate/php-test-reporter:dev-master --dev
install:
- mv ../RFY.JsonApi.Authenticator Packages/Application
script:
- bin/phpunit -c Packages/Application/RFY.JsonApi.Authenticator/UnitTests.xml --coverage-clover build/logs/clover.xml
- bin/phpunit --stop-on-failure -c Packages/Application/RFY.JsonApi.Authenticator/UnitTests.xml --testsuite "RFY.JsonApi.Authenticator tests"
- cd Packages/Application/RFY.JsonApi.Authenticator
- ../../../bin/test-reporter
|
Remove --dev from composer update command
|
[TASK] Remove --dev from composer update command
|
YAML
|
mit
|
rfyio/JWT
|
2a1a5c8dbff7803a1236913726ce4bffbe666590
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install tox"
# command to run tests
script: make test
|
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install tox"
# command to run tests
script:
- cp config-example.py config.py
- make test
|
Create config.py before running make test
|
Create config.py before running make test
|
YAML
|
mit
|
Yelp/love,Yelp/love,Yelp/love
|
89ed64bfc1b5123f0d6824a50f1f25862487cf74
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Build with latest Node.js 5 on Travis CI.
|
Build with latest Node.js 5 on Travis CI.
|
YAML
|
mit
|
bigeasy/compassion
|
56e02c6586ae07469eafabdd98781742a9b0d0c4
|
.travis.yml
|
.travis.yml
|
language: php
branches:
only:
- master
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
before_script:
- composer install
script:
- ./vendor/bin/codecept run --coverage-xml
after_script:
- ./vendor/bin/coveralls
|
language: php
branches:
only:
- master
php:
- 5.6
- 7.0
- 7.1
before_script:
- composer install
script:
- ./vendor/bin/codecept run --coverage-xml
after_script:
- ./vendor/bin/coveralls
|
Remove PHP 5.4 and 5.5 support from CI
|
Remove PHP 5.4 and 5.5 support from CI
|
YAML
|
apache-2.0
|
edno/codeception-gherkin-param
|
d23d00e9a1364c753e280466bce4211ae90f3675
|
.travis.yml
|
.travis.yml
|
language: objective-c
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/a7cbe520877895f3154a
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: true # default: false
email:
on_success: never
on_failure: change
script: sh build-package.sh
env:
- APM_TEST_PACKAGES="language-typescript language-marko language-tss"
before_install:
# Update Homebrew
- brew update
- brew tap homebrew/dupes
- brew tap homebrew/versions
# Ruby language support
- gem install ruby-beautify --verbose
# Python language support
- brew install python
- pip install --upgrade autopep8
# SQL language support
- pip install --upgrade sqlparse
# Markdown language support
- brew install pandoc
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
- brew tap homebrew/homebrew-php
- brew install php56
- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
- brew install php-cs-fixer
# CoffeeScript
- npm install coffee-formatter
|
language: objective-c
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/a7cbe520877895f3154a
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: true # default: false
email:
on_success: never
on_failure: change
script: sh build-package.sh
env:
- APM_TEST_PACKAGES="language-typescript language-marko language-tss"
cache:
- pip
- directories:
- node_modules
before_install:
# Update Homebrew
- brew update
- brew tap homebrew/dupes
- brew tap homebrew/versions
# Ruby language support
- gem install ruby-beautify --verbose
# Python language support
- brew install python
- pip install --upgrade autopep8
# SQL language support
- pip install --upgrade sqlparse
# Markdown language support
- brew install pandoc
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
- brew tap homebrew/homebrew-php
- brew install php56
- echo -e "\n[Phar]\nphar.readonly = Off\n" >> /usr/local/etc/php/5.6/php.ini
- brew install php-cs-fixer
# CoffeeScript
- npm install coffee-formatter
|
Enable caching for Travis CI
|
Enable caching for Travis CI
|
YAML
|
mit
|
MeetMe/atom-beautify,MeetMe/atom-beautify,ProgramFan/atom-beautify,Asp1d/atom-beautify,basarat/atom-beautify,basarat/atom-beautify,mnquintana/atom-beautify,mnquintana/atom-beautify,dvingo/atom-beautify,basarat/atom-beautify,Glavin001/atom-beautify,thedadams/atom-beautify,MeetMe/atom-beautify,dvingo/atom-beautify,MeetMe/atom-beautify,prettydiff/atom-beautify,mnquintana/atom-beautify,thedadams/atom-beautify,Asp1d/atom-beautify,MeetMe/atom-beautify,vingorius/atom-beautify,Asp1d/atom-beautify,biancarosa/atom-beautify,janmolnar/atom-beautify,vingorius/atom-beautify,mnquintana/atom-beautify,MeetMe/atom-beautify,thedadams/atom-beautify,thedadams/atom-beautify,MeetMe/atom-beautify,janmolnar/atom-beautify,thedadams/atom-beautify,Glavin001/atom-beautify,thedadams/atom-beautify,vingorius/atom-beautify,mnquintana/atom-beautify,basarat/atom-beautify,thedadams/atom-beautify,janmolnar/atom-beautify,mnquintana/atom-beautify,mnquintana/atom-beautify,Glavin001/atom-beautify,thedadams/atom-beautify,vingorius/atom-beautify,Asp1d/atom-beautify,prettydiff/atom-beautify,Glavin001/atom-beautify,vingorius/atom-beautify,basarat/atom-beautify,janmolnar/atom-beautify,basarat/atom-beautify,Asp1d/atom-beautify,thedadams/atom-beautify,janmolnar/atom-beautify,MeetMe/atom-beautify,biancarosa/atom-beautify,basarat/atom-beautify,janmolnar/atom-beautify,mnquintana/atom-beautify,thedadams/atom-beautify,basarat/atom-beautify,DanielJoyce/atom-beautify,basarat/atom-beautify,Asp1d/atom-beautify,dvingo/atom-beautify,danielbayley/atom-beautify,dvingo/atom-beautify,janmolnar/atom-beautify,ProgramFan/atom-beautify,vingorius/atom-beautify,Asp1d/atom-beautify,vingorius/atom-beautify,Asp1d/atom-beautify,Asp1d/atom-beautify,vingorius/atom-beautify,vingorius/atom-beautify,basarat/atom-beautify,thedadams/atom-beautify,mnquintana/atom-beautify,MeetMe/atom-beautify,mnquintana/atom-beautify,janmolnar/atom-beautify,Asp1d/atom-beautify,janmolnar/atom-beautify,basarat/atom-beautify,basarat/atom-beautify,mnquintana/atom-beautify,vingorius/atom-beautify,basarat/atom-beautify,Asp1d/atom-beautify,janmolnar/atom-beautify,dvingo/atom-beautify,fscherwi/atom-beautify,danielbayley/atom-beautify,thedadams/atom-beautify,Asp1d/atom-beautify,janmolnar/atom-beautify,mnquintana/atom-beautify,MeetMe/atom-beautify,thedadams/atom-beautify,MeetMe/atom-beautify,Asp1d/atom-beautify,janmolnar/atom-beautify,vingorius/atom-beautify,mnquintana/atom-beautify,janmolnar/atom-beautify,mnquintana/atom-beautify,vingorius/atom-beautify,thedadams/atom-beautify,MeetMe/atom-beautify,prettydiff/atom-beautify,Cortys/atom-beautify,vingorius/atom-beautify,DanielJoyce/atom-beautify,fscherwi/atom-beautify,janmolnar/atom-beautify,Asp1d/atom-beautify,MeetMe/atom-beautify,thedadams/atom-beautify,basarat/atom-beautify,basarat/atom-beautify,MeetMe/atom-beautify,vingorius/atom-beautify,MeetMe/atom-beautify,Glavin001/atom-beautify,mnquintana/atom-beautify,Asp1d/atom-beautify,prettydiff/atom-beautify,vingorius/atom-beautify,Cortys/atom-beautify
|
eb1916557f2bc995f2893a264cb82ccf0a0dbbe8
|
.travis.yml
|
.travis.yml
|
language: python
python: 3.6
# Ubuntu 18.04
dist: bionic
# Command to install Python dependencies
install:
- pip install -r bin/requirements.txt
# Command to run tests
script:
- cd bin/ && coverage run --include=./*.py --omit=tests/* -m unittest discover && rm -rf ../html_dev/coverage && coverage html --directory=../html_dev/coverage --title="Code test coverage for vallenato.fr"
# Deploy the development information website to Github Pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set as a secure variable in the Travis settings page of the repository
keep_history: true
local_dir: html_dev
target_branch: gh-pages
verbose: true
|
language: python
python: 3.6
# Ubuntu 18.04
dist: bionic
# Command to install Python dependencies
install:
- pip install -r bin/requirements.txt
# Command to run tests
script:
- ./bin/test.sh
# Deploy the development information website to Github Pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set as a secure variable in the Travis settings page of the repository
keep_history: true
local_dir: html_dev
target_branch: gh-pages
verbose: true
|
Update Travis config to use the test suite wrapper
|
Update Travis config to use the test suite wrapper
|
YAML
|
agpl-3.0
|
e2jk/vallenato.fr,e2jk/vallenato.fr,e2jk/vallenato.fr,e2jk/vallenato.fr
|
69d7202b290e521b3482dfce32f4cc7819cf9909
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.7
- 1.8
- 1.9
- tip
sudo: false
install:
- go get -t -d -v ./...
- go get github.com/onsi/ginkgo/ginkgo
- go get -u github.com/golang/lint/golint
- go get -u github.com/modocache/gover
- go get -u github.com/mattn/goveralls
# optional dependencies
- go get -u github.com/gin-gonic/gin
- go get -u github.com/gorilla/mux
- go get -u github.com/labstack/echo/...
script:
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
- ginkgo -tags=gorillamux -r --randomizeSuites --failOnPending --trace --race
- ginkgo -tags=gingonic -r --randomizeSuites --failOnPending --trace --race
- ginkgo -tags=echo -r --randomizeSuites --failOnPending --trace --race
- rm examples/examples.coverprofile
- bash scripts/fmtpolice
- gover
- goveralls -coverprofile=gover.coverprofile -repotoken gY90SprlNRGmSMl7MgybLreYa05wUXJTU
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9caacfa1bede5e900019
on_success: change
|
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "tip"
sudo: false
install:
- go get -t -d -v ./...
- go get github.com/onsi/ginkgo/ginkgo
- go get -u github.com/golang/lint/golint
- go get -u github.com/modocache/gover
- go get -u github.com/mattn/goveralls
# optional dependencies
- go get -u github.com/gin-gonic/gin
- go get -u github.com/gorilla/mux
- go get -u github.com/labstack/echo/...
script:
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
- ginkgo -tags=gorillamux -r --randomizeSuites --failOnPending --trace --race
- ginkgo -tags=gingonic -r --randomizeSuites --failOnPending --trace --race
- ginkgo -tags=echo -r --randomizeSuites --failOnPending --trace --race
- rm examples/examples.coverprofile
- bash scripts/fmtpolice
- gover
- goveralls -coverprofile=gover.coverprofile -repotoken gY90SprlNRGmSMl7MgybLreYa05wUXJTU
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9caacfa1bede5e900019
on_success: change
|
Drop support for go 1.7 because of echo
|
Drop support for go 1.7 because of echo
Echo dropped the support for go 1.7 which leads us
to either drop support for echo, or go 1.7. :/
|
YAML
|
mit
|
manyminds/api2go,manyminds/api2go
|
fc907cfac67e87bdf38c4b3dc88835d1d3c7a9d4
|
.travis.yml
|
.travis.yml
|
language: d
d:
- dmd-2.067.1
# - ldc-0.16.0
install:
- sudo apt-get update -qq
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
script:
# examples
- dub run --build=coverage --compiler=${DC} :algebra -- 32
- dub run --build=coverage --compiler=${DC} :bp -- 32
# current compilers both dmd and ldc run over the 3G memory limit
# - dub run --build=coverage --compiler=${DC} :nw -- 32 10
- dub run --build=coverage --compiler=${DC} :wrapper_example
# unit tests run after examples to collect more coverage
- dub test --build=testing --compiler=${DC} :compiler
- dub test --build=testing --compiler=${DC} :runtime
after_success:
- dub build --build=release --compiler=${DC} :coverall
- tools/bin/clop_coverall
# Local Variables:
# compile-command: "dub --build=verbose :nw -- 32 10"
# End:
|
language: d
d:
- dmd
# - ldc
install:
- sudo apt-get update -qq
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
script:
# examples
- dub run --build=coverage --compiler=${DC} :algebra -- 32
- dub run --build=coverage --compiler=${DC} :bp -- 32
# current compilers both dmd and ldc run over the 3G memory limit
# - dub run --build=coverage --compiler=${DC} :nw -- 32 10
- dub run --build=coverage --compiler=${DC} :wrapper_example
# unit tests run after examples to collect more coverage
- dub test --build=testing --compiler=${DC} :compiler
- dub test --build=testing --compiler=${DC} :runtime
after_success:
- dub build --build=release --compiler=${DC} :coverall
- tools/bin/clop_coverall
# Local Variables:
# compile-command: "dub --build=verbose :nw -- 32 10"
# End:
|
Use the most recent version of the D compiler.
|
Use the most recent version of the D compiler.
|
YAML
|
mit
|
dmakarov/clop
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.