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
|
---|---|---|---|---|---|---|---|---|---|
f16368a0dae9037f17e0fd7ddaddc9ce4f550f5a
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5
install:
- pip install -q Django==$DJANGO --use-mirrors
- python setup.py -q install
- pip install -q MySQL-python --use-mirrors
- pip install -q pexpect --use-mirrors
before_script:
- mysql -e 'create database modoboa_test;'
script:
- PYTHONPATH=tests python -m unittest install_from_scratch.DeployTest.test_silent
|
language: python
python:
- "2.7"
env:
- DJANGO=1.5
install:
- pip install -q Django==$DJANGO --use-mirrors
- python setup.py -q install
- pip install -q MySQL-python --use-mirrors
- pip install -q pexpect --use-mirrors
before_script:
- mysql -e 'create database modoboa_test;'
script:
- PYTHONPATH=tests python -m unittest install_from_scratch.DeployTest.test_silent
|
Drop python 2.6 because unit tests refuse to start.
|
Drop python 2.6 because unit tests refuse to start.
I need to find find the way to launch tests using python 2.6...
|
YAML
|
isc
|
mehulsbhatt/modoboa,bearstech/modoboa,mehulsbhatt/modoboa,RavenB/modoboa,bearstech/modoboa,RavenB/modoboa,carragom/modoboa,modoboa/modoboa,bearstech/modoboa,RavenB/modoboa,bearstech/modoboa,tonioo/modoboa,mehulsbhatt/modoboa,carragom/modoboa,modoboa/modoboa,carragom/modoboa,modoboa/modoboa,tonioo/modoboa,tonioo/modoboa,modoboa/modoboa
|
15a1650392d3340700c69c53604ac58a55115f83
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "iojs-v1.4.3"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
|
language: node_js
node_js:
- "5.1.0"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
|
Build with recent version of node
|
Build with recent version of node
It's required now that overman uses native promises
|
YAML
|
apache-2.0
|
pereckerdal/overman
|
7117167a4dcf6a499b3a70ca17e0baeb8f67e32d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- 0.10
before_install:
- npm install -g grunt-cli
install: npm install
|
sudo: false
language: node_js
node_js:
- 5.1
- 5.0
- 4.2
- 4.1
- 4.0
- 0.12
- 0.11
- 0.10
before_install:
- npm install -g grunt-cli
install: npm install
|
Test against multiple node versions
|
Test against multiple node versions
|
YAML
|
mit
|
schorfES/grunt-lintspaces,schorfES/grunt-lintspaces
|
6a95c2441f4ea2d3745fd73fb0e3c9c1a2e08d88
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
- "3.2"
before_install:
- pip install pyserial
script: python setup.py test
env:
global:
secure: "fRUiPvsTwXvIGzVKoIWXJLWLeX8EhabNurKTwnfGZUD4oDQHbI/FPSARTvJ9\na3qZnR1JwrPi4YuwqzwRu9zQSBOFOpfoy6e3lU38QcTAAgWfrhuDpIApn2mN\nmAXOfc6HIW5mqeSzMs0tGFNk33lqiUaEFry+QmZ5w4jXTkM0LRQ="
notifications:
hipchat:
- secure: "Qi99dMt+44DuIdcvkgps4V/SFbot5Sew7Jz1wkDKSzbTPDZsV2cPyRCdqKMD\nOmb1/2Q9Zyud1RYEUNvNWLpP2WspeM7bfO5ZboM3qh+wh16/pOECM4+RMAeQ\nsOAoBFMwqlzK9lgG3CgBhL+VpsWltf/Kd5/E4bft4g6E16vQQjQ="
|
language: python
python:
- "2.6"
- "2.7"
- "3.2"
before_install:
- pip install pyserial
script: python setup.py test
env:
global:
secure: "fRUiPvsTwXvIGzVKoIWXJLWLeX8EhabNurKTwnfGZUD4oDQHbI/FPSARTvJ9\na3qZnR1JwrPi4YuwqzwRu9zQSBOFOpfoy6e3lU38QcTAAgWfrhuDpIApn2mN\nmAXOfc6HIW5mqeSzMs0tGFNk33lqiUaEFry+QmZ5w4jXTkM0LRQ="
notifications:
hipchat:
- secure: "BZngXh3bG4z7up90AGULP2uzNskfunXdT+E5MA59QLjdFBI/oDMxnudwuNyW\nCwfDdeDqEy6wd8+593AiFj1M1TWPEVvJyGApCMquovSHy13pyzgyJhSxPAaP\nv6vGB/96ChWycNmWy8nL35N4E+tNIp7LgNpAxhX/LebfHNkSkDo=
|
Update Travis CI token for HipChat.
|
Update Travis CI token for HipChat.
|
YAML
|
bsd-3-clause
|
openxc/openxc-python,openxc/openxc-python,openxc/openxc-python
|
87b40c58392296aa26925c5893342d9bba471a1f
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=sqlite
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
env:
- DB=sqlite
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
|
Remove PHP 5.3 from Travis because of climate
|
Remove PHP 5.3 from Travis because of climate
`league/climate 3.1.1 requires php >=5.4.0 -> your PHP version (5.3.29) does not satisfy that requirement.`
|
YAML
|
mit
|
natedrake/fast-forward,nochso/fast-forward,natedrake/fast-forward,nochso/fast-forward,phparsenal/fast-forward,phparsenal/fast-forward
|
d5378be78d85fb959d840c72d36ed9b5ab211cc3
|
.travis.yml
|
.travis.yml
|
before_install:
- sudo bash -c 'echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections'
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java8-installer
script:
- echo $JAVA_HOME
- javac -version
notifications:
email:
on_success: never
on_failure: never
|
before_install:
- sudo bash -c 'echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections'
- sudo add-apt-repository -y ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install -y oracle-java8-installer
script:
- echo $JAVA_HOME
- javac -version
notifications:
email:
on_success: never
on_failure: never
|
Use Java 8 from webupd8 team.
|
WIP: Use Java 8 from webupd8 team.
|
YAML
|
apache-2.0
|
schleichardt/travis-ci-playground,schleichardt/travis-ci-playground
|
fe75fa7c8623b78609ab1392516cb432b48c93df
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
|
language: c
env:
- PYTHON=python PYSUF='' PYVER=2.7
- PYTHON=python3 PYSUF='3' PYVER=3.5
install:
- sudo apt-get update
- sudo apt-get install $PYTHON-dev
- sudo apt-get install $PYTHON-setuptools
- sudo apt-get install $PYTHON-pandas
- sudo easy_install$PYSUF pip
- sudo pip-$PYVER install cython
- sudo $PYTHON setup.py develop
script:
- "cd nimble"
- "nosetests"
|
Update to cover c functionality
|
Update to cover c functionality
|
YAML
|
mit
|
rwhitt2049/trouve,rwhitt2049/nimble
|
37bca3c945d942598cb156cf718009fe81782a81
|
.travis.yml
|
.travis.yml
|
env:
global:
secure: "XSDqVEb9qwXDpifbNaFL+iEXnMpdHp+IW2/i11QmCPmPY/CtTv1UDqq32q6mV65Pbdlynsoia8Ld1Rt/6j8JbRZEHKF6LlKfeLCSMa1yOE38lSHAJ33eQ1aAUepqmA/Ex8UBpSlyVQXaO76hjQYCYKOsvx6L07CpCFRzUPJ1Vkg="
sudo: false
language: java
jdk:
- openjdk6
branches:
only:
- master
script: mvn -f com.codeaffine.osgi.testsuite.releng/pom.xml clean verify
after_success:
- chmod a+x .travis-deploy.sh
- ./.travis-deploy.sh
after_failure:
- cat com.codeaffine.osgi.testsuite.test/target/surefire-reports/*.txt
|
env:
global:
secure: "XSDqVEb9qwXDpifbNaFL+iEXnMpdHp+IW2/i11QmCPmPY/CtTv1UDqq32q6mV65Pbdlynsoia8Ld1Rt/6j8JbRZEHKF6LlKfeLCSMa1yOE38lSHAJ33eQ1aAUepqmA/Ex8UBpSlyVQXaO76hjQYCYKOsvx6L07CpCFRzUPJ1Vkg="
sudo: false
language: java
jdk:
- oraclejdk8
branches:
only:
- master
script: mvn -f com.codeaffine.osgi.testsuite.releng/pom.xml clean verify
after_success:
- chmod a+x .travis-deploy.sh
- ./.travis-deploy.sh
after_failure:
- cat com.codeaffine.osgi.testsuite.test/target/surefire-reports/*.txt
|
Change JDK used by Travis to Oracle JDK 8
|
Change JDK used by Travis to Oracle JDK 8
|
YAML
|
epl-1.0
|
rherrmann/osgi-testsuite,rherrmann/osgi-testsuite,rherrmann/osgi-testsuite
|
e8021658db6a1c0d34eabc66e0436038e0c908e3
|
.travis.yml
|
.travis.yml
|
language: java
env:
global:
- COVERALLS_REPO_TOKEN=KaiaNcXBfP2cda4WAV2tMJyqepXXLei5l
jdk:
- oraclejdk8
script:
- ./buildsupport/gradlewrapper/gradlew clean build
after_success:
- ./gradlew cobertura coveralls
|
language: java
env:
global:
- COVERALLS_REPO_TOKEN=KaiaNcXBfP2cda4WAV2tMJyqepXXLei5l
jdk:
- oraclejdk8
script:
- ./buildsupport/gradlewrapper/gradlew clean build
after_success:
- ./buildsupport/gradlewrapper/gradlew cobertura coveralls
|
Fix the gradle path for coverall invocation
|
Fix the gradle path for coverall invocation
|
YAML
|
mit
|
FarooqKhan/jsondb,Jsondb/jsondb-core
|
4a60db996fd7b93f0cee66986aa81d1957ab7753
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
env:
- PGVERSION=9.1
sudo: required
cache: pip
install: ./bin/travis-install-dependencies
script: ./bin/travis-run-tests
|
language: python
python:
- "2.7"
env:
- PGVERSION=9.2
sudo: required
cache: pip
install:
- ./bin/travis-install-dependencies
- pip install coveralls
script: ./bin/travis-run-tests
after_success:
- coveralls
|
Upgrade pg version, add coveralls
|
Upgrade pg version, add coveralls
|
YAML
|
agpl-3.0
|
ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards,ViderumGlobal/ckanext-orgdashboards
|
0d779db325831a6dfffe6b396b2b12c72668da5d
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
install:
- "pip install twisted"
- "pip install requests"
- "pip install python-dateutil"
- "pip install feedparser"
script: trial plugins
notifications:
irc: "irc.chalmers.it#platinumshrimp"
|
language: python
python:
- "2.7"
install:
- "pip install twisted"
- "pip install requests"
- "pip install python-dateutil"
- "pip install feedparser"
script: trial plugins
notifications:
irc:
channels:
- "irc.chalmers.it#platinumshrimp"
use_notice: true
skip_join: true
|
Update TravisCI irc notification to don't join + notice
|
Update TravisCI irc notification to don't join + notice
|
YAML
|
mit
|
Tigge/platinumshrimp
|
f4ee98212e91cad511e350e7acfae6845353e720
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '0.12'
before_script:
- 'export CHROME_BIN=chromium-browser'
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'npm install -g bower'
- 'npm install'
- 'bower install'
|
language: node_js
node_js:
- '0.12'
before_script:
- 'export CHROME_BIN=chromium-browser'
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'npm install -g bower'
- 'bower install'
|
Remove npm install on before_script
|
Remove npm install on before_script
|
YAML
|
mit
|
tfoxy/angular-incremental-list,tfoxy/angular-incremental-list
|
44c5a16559e95fe21a817b596f53728900180b48
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
env:
- INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION="==0.11"
- INJECTOR_VERSION=">=0.11" FLASK_VERSION="==0.11"
- INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION=">0.11"
- INJECTOR_VERSION=">=0.11" FLASK_VERSION=">0.11"
install:
- pip install flake8 nose==1.3.0 flask$FLASK_VERSION flask_restful flask_restplus injector$INJECTOR_VERSION flask_cache flask_sqlalchemy eventlet typing
script:
- make test
|
language: python
sudo: false
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
env:
- INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION="==0.11"
- INJECTOR_VERSION=">=0.11,<0.12" FLASK_VERSION="==0.11"
- INJECTOR_VERSION=">=0.12" FLASK_VERSION="==0.11"
- INJECTOR_VERSION=">=0.10,<0.11" FLASK_VERSION=">0.11"
- INJECTOR_VERSION=">=0.11,<0.12" FLASK_VERSION=">0.11"
- INJECTOR_VERSION=">=0.12" FLASK_VERSION=">0.11"
install:
- pip install flake8 nose==1.3.0 flask$FLASK_VERSION flask_restful flask_restplus injector$INJECTOR_VERSION flask_cache flask_sqlalchemy eventlet typing
script:
- make test
|
Test with the most recent Injector
|
Test with the most recent Injector
|
YAML
|
bsd-3-clause
|
alecthomas/flask_injector
|
074ec38578167cd0dd140548f903b150d4dcbd6e
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
- 0.12
- 4
- 5
script:
- npm test
|
language: node_js
node_js:
- 0.10
- 0.12
- 4
- 5
- 6
- 7
script:
- npm test
|
Test on node 6 & 7
|
Test on node 6 & 7
|
YAML
|
mit
|
SimpliField/oh-csv
|
5ea910be68970946017b241733eb1b0f96a9cfe0
|
.travis.yml
|
.travis.yml
|
language: node_js
cache: yarn
node_js:
- 'stable'
- '6'
- '8'
- '10'
sudo: false
script:
- yarn test
deploy:
- provider: npm
email: '[email protected]'
api_key:
secure: Pu74+OVhLBIwgB8i2/k46XpSdYbtFccRdkZvSMTP3sbHgJvvlq/8KN9iWgnqi6kXE1e9vWM5Ru0oSS1+qtGPrHWy2f4ZRml+RJ1G0vVvRBAO9U7XsKiOVtRTJaTNQnCZONnDSCV3Q853T8mEYC/g3PcEGbfmsMhz21Dr0iNQBLA=
on:
tags: true
node: 'stable'
skip_cleanup: true
|
language: node_js
cache: yarn
node_js:
- 'stable'
- '6'
- '8'
- '10'
sudo: false
script:
- yarn test
deploy:
- provider: npm
email: '[email protected]'
api_key: $NPM_TOKEN
on:
tags: true
node: 'stable'
skip_cleanup: true
|
Move npm api_key to settings
|
Move npm api_key to settings
|
YAML
|
mit
|
ThaNarie/tslint-teamcity-reporter,ThaNarie/tslint-teamcity-reporter
|
0630f4ad6cf789154941fd15b584bed722f8ceee
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
env:
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
before_install:
- pip install hererocks
- hererocks bin/lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/bin/lua_install/bin
install:
- luarocks install busted
before_script:
- bin/fetch-configlet
- bin/configlet .
script:
- bin/test-all
# Primary target is Lua 5.3, but the results in Lua 5.1 and 5.2 are provided for
# curiosity's sake
matrix:
allow_failures:
- env: LUA="lua=5.1"
- env: LUA="lua=5.2"
|
language: python
sudo: false
env:
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
before_install:
- pip install hererocks
- hererocks bin/lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/bin/lua_install/bin
install:
- luarocks install busted
before_script:
- bin/fetch-configlet
- bin/configlet lint .
script:
- bin/test-all
# Primary target is Lua 5.3, but the results in Lua 5.1 and 5.2 are provided for
# curiosity's sake
matrix:
allow_failures:
- env: LUA="lua=5.1"
- env: LUA="lua=5.2"
|
Call configlet subcommand on CI
|
Call configlet subcommand on CI
This changes configlet to pass a subcommand.
For now, we've released a version of configlet which handles both the old command:
configlet path/to/track
as well as the new command:
configlet lint path/to/track
This will let us update all the travis files to include the subcommand before we
release the version of configlet that requires the subcommand.
|
YAML
|
mit
|
exercism/xlua
|
ec4c140257a7ee854df1fc97a6d60130ca3de285
|
.travis.yml
|
.travis.yml
|
sudo: required
language: php
php:
- 5.5
- 5.4
script: phpunit
before_install:
sudo pip install codecov
after_success:
codecov
|
language: php
php:
- 5.5
- 5.4
script: phpunit
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Update Travis with PHP specific instructions for Codecov
|
Update Travis with PHP specific instructions for Codecov
|
YAML
|
mit
|
outspaced/google-chart-maker,outspaced/chartsia,outspaced/chartsia,outspaced/google-chart-maker
|
db504d4b6cfee80940cab4a81106a40ddc18cb6e
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.11
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
script: grunt test
|
language: node_js
sudo: false
node_js:
- 0.11
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
script: grunt test
|
Use new Travis CI infrastructure
|
Use new Travis CI infrastructure
Signed-off-by: Chris Aniszczyk <[email protected]>
|
YAML
|
mit
|
twitter/plumage.js,twitter/plumage.js,twitter/plumage.js
|
2ad93fec215c66cf0dabdc416743ae59a61a2d7b
|
.travis.yml
|
.travis.yml
|
language: elixir
elixir:
- 1.2.4
otp_release:
- 18.1
env: MIX_ENV=test
sudo: false # faster builds
notifications:
email: false
before_install:
- npm install
script:
# - mix test
# - mix dogma
- npm build
- npm test
|
language: elixir
elixir:
- 1.2.3
otp_release:
- 18.1
env: MIX_ENV=test
sudo: false # faster builds
notifications:
email: false
before_install:
- npm install
script:
# - mix test
# - mix dogma
- npm build
- npm test
|
Use correct Elixir version on CI
|
Use correct Elixir version on CI
|
YAML
|
agpl-3.0
|
lpil/elixre
|
5c69ba88069049fcc2499a206dd36b059a6167b5
|
.travis.yml
|
.travis.yml
|
language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh
notifications:
webhooks:
secure: "V+ynhkZnRWn9VemSgBKI6KB5WxSE/SuoIKFnBQFb/1O0r15aac4/VyzuRdTK8V29OxdI1vK0J3UET2c2v2Q2IusFc4rCHGcRIobjHq+YW8944betuYfHkpVgniHofaGLgJH8gdlZv4elDdVHWKndYIGTaBU8+dO8ktp+9BFGYhs="
on_success: always
on_failure: always
on_start: always
|
language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh
|
Update Travis to macOS Sierra
|
Update Travis to macOS Sierra
[skip appveyor]
|
YAML
|
apache-2.0
|
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
|
7e9bd0099f345ef99ca1230ee4b3f56bc693ca21
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
- "pypy"
env:
global:
- WAIT_FOR_ES=1
- ES_PY_VERSION=master
matrix:
- ES_VERSION=7.0.0
matrix:
include:
- python: 3.8
install:
- python -m pip install nox
script:
- nox -s lint
install:
- mkdir /tmp/elasticsearch
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- /tmp/elasticsearch/bin/elasticsearch -d
- travis_retry pip install --upgrade pytest
- travis_retry pip install git+https://github.com/elastic/elasticsearch-py.git@${ES_PY_VERSION}#egg=elasticsearch
script:
- python setup.py test
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
- "pypy"
env:
global:
- WAIT_FOR_ES=1
- ES_PY_VERSION=master
matrix:
- ES_VERSION=7.0.0
matrix:
include:
- python: 3.8
install:
- python -m pip install nox
script:
- nox -s lint
allow_failures:
- python: "nightly"
install:
- mkdir /tmp/elasticsearch
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- /tmp/elasticsearch/bin/elasticsearch -d
- travis_retry pip install --upgrade pytest
- travis_retry pip install git+https://github.com/elastic/elasticsearch-py.git@${ES_PY_VERSION}#egg=elasticsearch
script:
- python setup.py test
|
Allow python: 'nightly' to fail
|
Allow python: 'nightly' to fail
|
YAML
|
apache-2.0
|
elastic/elasticsearch-dsl-py
|
a7c4d392d5263026cb33d9d908577e4c1d78397b
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
node_js:
- stable
- "5"
- "4"
script: npm test
branches:
only:
- master
|
language: node_js
node_js:
- stable
- "12"
- "10"
script:
- npm run browserify
- npm run minify
- npm test
|
Update Node versions, test scripts
|
test(ci): Update Node versions, test scripts
|
YAML
|
mit
|
jhermsmeier/node-exfat,jhermsmeier/node-exfat
|
d604783bde6fa768376d67bd24feeaf69dfe5c6a
|
.travis.yml
|
.travis.yml
|
language: ruby
sudo: false
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.0.beta2.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge.gemfile
exclude:
- rvm: 2.2.10
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.2.10
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.5
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.4.5
gemfile: gemfiles/rails_edge.gemfile
fast_finish: true
|
language: ruby
sudo: false
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.4
- 2.6.2
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.0.beta2.gemfile
- gemfiles/rails_edge.gemfile
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge.gemfile
exclude:
- rvm: 2.2.10
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.2.10
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.5
gemfile: gemfiles/rails_6.0.0.beta2.gemfile
- rvm: 2.4.5
gemfile: gemfiles/rails_edge.gemfile
fast_finish: true
|
Test against latest Ruby versions
|
Test against latest Ruby versions
|
YAML
|
mit
|
DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations,DavyJonesLocker/client_side_validations
|
955eac522b552694e9b4eea163dc27c390e7a181
|
.travis.yml
|
.travis.yml
|
language: cpp
os:
- linux
- osx
osx_image: xcode8.3
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
# We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches
env:
- GLSLANG_REV=9c6f8cc29ba303b43ccf36deea6bb38a304f9b92 SPIRV_TOOLS_REV=e28edd458b729da7bbfd51e375feb33103709e6f
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python3; fi
- git clone https://github.com/KhronosGroup/glslang.git glslang
- git clone https://github.com/KhronosGroup/SPIRV-Tools SPIRV-Tools
- git clone https://github.com/KhronosGroup/SPIRV-Headers.git SPIRV-Tools/external/spirv-headers
script:
- git -C glslang checkout $GLSLANG_REV
- git -C SPIRV-Tools checkout $SPIRV_TOOLS_REV
- cd glslang && cmake . && make -j2 && cd ..
- cd SPIRV-Tools && cmake . && make -j2 && cd ..
- make -j2
- PATH=./glslang/StandAlone:./SPIRV-Tools/tools:$PATH
- ./test_shaders.py shaders
- ./test_shaders.py --msl shaders-msl
- ./test_shaders.py --hlsl shaders-hlsl
- ./test_shaders.py shaders --opt
- ./test_shaders.py --msl shaders-msl --opt
- ./test_shaders.py --hlsl shaders-hlsl --opt
|
language: cpp
os:
- linux
- osx
osx_image: xcode8.3
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
# We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches
env:
- PROFILE=plain
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python3; fi
- ./checkout_glslang_spirv_tools.sh
script:
- make -j2
- ./test_shaders.sh
|
Make use of the handy scripts for Travis as well.
|
Make use of the handy scripts for Travis as well.
|
YAML
|
apache-2.0
|
KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross,KhronosGroup/SPIRV-Cross
|
caf3e91783826f4f20ef5798a33594fe55eea4c7
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install:
- "pip install pytest"
- "pip install bandit"
- "cd src/cobwebs; pip install -r requirements.txt; python setup.py install .; cd -"
- "cd src/dbdriver; pip install -r requirements.txt; python setup.py install .; cd -"
- "cd src/apiviewer; pip install -r requirements.txt; python setup.py install .; cd -"
- "cd src/spider; pip install -r requirements.txt; python setup.py install .; cd -"
# command to run tests
script:
- py.test
- bandit -r src/apiviewer/apiviewer src/dbdriver/dbdriver src/spider/spider src/cobwebs/cobwebs
|
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install:
- "pip install pytest"
- "pip install bandit"
- "cd src/cobwebs; pip install -r requirements.txt; python setup.py install; cd -"
- "cd src/dbdriver; pip install -r requirements.txt; python setup.py install; cd -"
- "cd src/apiviewer; pip install -r requirements.txt; python setup.py install; cd -"
- "cd src/spider; pip install -r requirements.txt; python setup.py install; cd -"
# command to run tests
script:
- py.test
- bandit -r src/apiviewer/apiviewer src/dbdriver/dbdriver src/spider/spider src/cobwebs/cobwebs
|
Fix a bug when installing.
|
Fix a bug when installing.
|
YAML
|
apache-2.0
|
asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider,asteroide/immo_spider
|
6f9ada7cbcfd1a6ee23ca64adeacae262d62f9c0
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '10'
- '8'
- '6'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- build-essential
- g++-4.8
env:
- CXX=g++-4.8
before_install:
- npm install -g npm
before_script:
- npm install -g grunt-cli
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
|
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '10'
- '8'
- '6'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- build-essential
- g++-4.8
env:
- CXX=g++-4.8
before_script:
- npm install -g grunt-cli
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
|
Remove upgrading npm during the Travis CI build
|
chore: Remove upgrading npm during the Travis CI build
It is not necessary.
|
YAML
|
mit
|
prantlf/backbone.composite-model,prantlf/backbone.composite-model
|
0ff0f33ef0d2517393a8117857032103757f0820
|
.travis.yml
|
.travis.yml
|
language: python
python:
- '2.7'
# TODO: Twisted has to be installed before vertex is installed, even though
# it is in the install_requires and setup_requires, because without Twisted
# setup.py can't even import without Twisted being installed (because vertex
# version requires twisted version)
install:
- pip install pyflakes
- pip install coveralls
- pip install pretend
- pip install Twisted>=13.1.0
- pip install .
# no pep8, since vertex uses twisted pep8
script:
- python -c "import vertex"
- python -c "from vertex import scripts"
- python -c "from vertex import test"
- pyflakes vertex bin prime
- coverage run `which trial` vertex
after_success:
- coveralls
notifications:
email: false
|
language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
branches:
only:
- master
python:
- '2.7'
# TODO: Twisted has to be installed before vertex is installed, even though
# it is in the install_requires and setup_requires, because without Twisted
# setup.py can't even import without Twisted being installed (because vertex
# version requires twisted version)
install:
- pip install pyflakes
- pip install coveralls
- pip install pretend
- pip install Twisted>=13.1.0
- pip install .
# no pep8, since vertex uses twisted pep8
script:
- python -c "import vertex"
- python -c "from vertex import scripts"
- python -c "from vertex import test"
- pyflakes vertex bin prime
- coverage run `which trial` vertex
after_success:
- coveralls
notifications:
email: false
irc:
channels: "chat.freenode.net#divmod"
template:
- "%{repository}@%{branch} - %{author}: %{message} (%{build_url})"
use_notice: true
|
Make a bunch of miscellaneous Travis fixes.
|
Make a bunch of miscellaneous Travis fixes.
|
YAML
|
mit
|
insequent/vertex,twisted/vertex,glyph/vertex,insequent/vertex,twisted/vertex
|
971ae566deac3e51c7c78da75be7432f2dedee16
|
.travis.yml
|
.travis.yml
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.5
env: DB=MYSQL CORE_RELEASE=master
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
- php: 7.0
env: DB=MYSQL CORE_RELEASE=master
- php: 7.0
env: DB=PGSQL CORE_RELEASE=master
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
- vendor/bin/phpunit lumberjack/tests
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
sudo: false
language: php
matrix:
include:
- php: 5.5
env: DB=MYSQL CORE_RELEASE=4
- php: 5.6
env: DB=MYSQL CORE_RELEASE=4
- php: 5.6
env: DB=PGSQL CORE_RELEASE=4
- php: 7.0
env: DB=MYSQL CORE_RELEASE=4
- php: 7.0
env: DB=PGSQL CORE_RELEASE=4
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
- vendor/bin/phpunit lumberjack/tests
|
Use "4" for the release instead of master.
|
Use "4" for the release instead of master.
|
YAML
|
bsd-2-clause
|
silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack,silverstripe/silverstripe-lumberjack
|
c3c81abc74ba978eb17d15368f03971aa2f301a0
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "0.11"
- "0.10"
before_install:
- npm install -g grunt-cli
|
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
|
Remove grunt bit, drop node versions < 4.x
|
Remove grunt bit, drop node versions < 4.x
|
YAML
|
mit
|
thebinarypenguin/raml-cop
|
5c7df554511e52f2e5a9588e6f3ae486951a8fa6
|
.travis.yml
|
.travis.yml
|
language: julia
os:
- linux
julia:
- 1.0
- nightly
matrix:
fast_finish: true
allow_failures:
- julia: nightly
notifications:
email: false
before_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
jobs:
include:
- stage: "Documentation"
julia: 1.0
os: linux
script:
- |
julia --color=yes --project=docs/ <<EOF
using Pkg
Pkg.add(PackageSpec(name="Compose", rev="master"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
include("docs/make.jl")
EOF
after_success: skip
|
language: julia
os:
- linux
julia:
- 1.0
- nightly
matrix:
fast_finish: true
allow_failures:
- julia: nightly
notifications:
email: false
before_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
jobs:
include:
- stage: "Documentation"
julia: 1.0
os: linux
script:
- |
julia --color=yes --project=docs/ -e'
using Pkg
Pkg.add(PackageSpec(name="Compose", rev="master"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
include("docs/make.jl")
'
after_success: skip
|
Use -e option instead of heredoc in CI doc stage
|
Use -e option instead of heredoc in CI doc stage
This makes sure that the Travis job actually fails when there is an
error somewhere in the Documenter script. The heredoc does not work
because Julia does not set the return code appropriately when the
scripts are passed via stdin.
|
YAML
|
mit
|
dcjones/Gadfly.jl
|
3a93ca1ff11a2a2456661835ac22a215f0d03880
|
.travis.yml
|
.travis.yml
|
language: go
sudo: false
os:
- linux
- osx
go:
- 1.9
- tip
before_install: make setup
script: make ci
notifications:
email:
on_success: never
|
language: go
sudo: false
os:
- linux
- osx
go:
- 1.8
- 1.9
- tip
before_install: make setup
script: make ci
notifications:
email:
on_success: never
|
Update Travis list of supported Go versions
|
Update Travis list of supported Go versions
`1.8` was returned back to the list of officially supported versions
|
YAML
|
mit
|
dulanov/nem-toolchain,nem-toolchain/nem-toolchain,nem-toolchain/nem-toolchain,dulanov/nem-toolchain
|
6b82601e8629152b5b59844136b26664474419a5
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -e .
- python scripts/test_setup.py
# command to run tests, e.g. python setup.py test
script: py.test tests
deploy:
provider: pypi
user: vmalloc
distributions: bdist_wheel
password:
secure: sNOkUNFfWKGsRy4BI+1jyqycZGSMiXTLtpCrX1mTuvjddbndULrHL3ecIPsCno49/nPR4Gww+e9U3HXc8LKJ9qR4mJ8bVCNiHO5GlGVnpV+wdGh9LVnsU1LWwuD8uWlLyTSOKP+ZmerCw7tGACYiv0e9zp8SqZXCH6VS+sAGFxU=
on:
tags: true
all_branches: true
repo: vmalloc/flux
|
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -e .
- python scripts/test_setup.py
# command to run tests, e.g. python setup.py test
script: py.test tests
deploy:
provider: pypi
user: vmalloc
distributions: bdist_wheel
password:
secure: sNOkUNFfWKGsRy4BI+1jyqycZGSMiXTLtpCrX1mTuvjddbndULrHL3ecIPsCno49/nPR4Gww+e9U3HXc8LKJ9qR4mJ8bVCNiHO5GlGVnpV+wdGh9LVnsU1LWwuD8uWlLyTSOKP+ZmerCw7tGACYiv0e9zp8SqZXCH6VS+sAGFxU=
on:
tags: true
all_branches: true
repo: vmalloc/flux
|
Add python 2.6 support again
|
Add python 2.6 support again
|
YAML
|
bsd-3-clause
|
omergertel/flux,vmalloc/flux
|
01044f30293c3a6c9e97e039088e45733b1297b9
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
before_script:
- npm install -g mocha
|
language: node_js
node_js:
- 0.10
before_script:
- npm install -g mocha
sudo: false
|
Use new Docker based Travis instances.
|
Use new Docker based Travis instances.
http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
|
YAML
|
mit
|
renstrom/webassets,renstrom/webassets
|
73f35ea37809086a2e4ea45d3469353242c792c8
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.6
- 0.8
before_script:
- ln -s ../ node_modules/es5-ext
notifications:
email:
- [email protected]
|
language: node_js
node_js:
- 0.6
- 0.8
- 0.9
before_script:
- ln -s ../ node_modules/es5-ext
notifications:
email:
- [email protected]
|
Test Node v0.9 in Travis
|
Test Node v0.9 in Travis
|
YAML
|
isc
|
medikoo/es5-ext
|
f5367db81cb36396ed712bc8915093d8c0efbe4b
|
.travis.yml
|
.travis.yml
|
---
language: ruby
sudo: false
before_install: "gem install bundler -v '< 2.0'"
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- 2.7.0-preview2
- ruby-head
- jruby-9.1.5.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.5.0
fast_finish: true
branches:
only: master
notifications:
email: false
|
---
language: ruby
before_install: "gem install bundler -v '< 2.0'"
script: bundle exec rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.6
- 2.6.5
- 2.7.0-preview2
- ruby-head
- jruby-9.2.6.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.6.0
fast_finish: true
branches:
only: master
|
Change to update Ruby versions
|
Change to update Ruby versions
|
YAML
|
mit
|
peter-murach/necromancer
|
4dde295b522fd53395201ad1acd5c7c303855507
|
.travis.yml
|
.travis.yml
|
language: python
python:
# Disable 2.5 for now due to a bug in django-setuptest
# Ref: https://github.com/praekelt/django-setuptest/pull/6
# - "2.5"
- "2.6"
- "2.7"
env:
- DJANGO=Django==1.3.4
- DJANGO=Django==1.4.2
- DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
# command to install dependencies
install:
- pip install -q $DJANGO --use-mirrors
- pip install -r requirements.txt --use-mirrors
# command to run tests
script: python setup.py test
|
language: python
python:
# Disable 2.5 for now due to a bug in django-setuptest
# Ref: https://github.com/praekelt/django-setuptest/pull/6
# - "2.5"
- "2.6"
- "2.7"
env:
- DJANGO=Django==1.3.4
- DJANGO=Django==1.4.2
# - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
# TODO: Migrate to class based views for 1.5 support
# command to install dependencies
install:
- pip install -q $DJANGO --use-mirrors
- pip install -r requirements.txt --use-mirrors
# command to run tests
script: python setup.py test
|
Drop 1.5a1 tests, need to use generic CBV.
|
Drop 1.5a1 tests, need to use generic CBV.
|
YAML
|
agpl-3.0
|
ctxis/django-newsletter,viaregio/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,dsanders11/django-newsletter,viaregio/django-newsletter
|
32f9411ad58a83c299b9411ce7dc3bd1491ee569
|
.travis.yml
|
.travis.yml
|
sudo: required
language: bash
services:
- docker
before_install:
- wget -nc -P "$TRAVIS_BUILD_DIR/data" "http://download.geofabrik.de/europe/switzerland-latest.osm.pbf"
- docker-compose build postgres import-osm export-vectortiles
script:
- docker-compose up -d postgis
- sleep 5
- docker-compose run import-osm
- docker-compose run export-vectortiles
|
sudo: required
language: bash
services:
- docker
before_install:
- wget -nc -P "$TRAVIS_BUILD_DIR/data" "http://download.geofabrik.de/europe/switzerland-latest.osm.pbf"
- docker-compose build postgres import-osm export-vectortiles
script:
- docker-compose up -d postgres
- sleep 5
- docker-compose run import-osm
- docker-compose run export-vectortiles
|
Fix db name to postgres
|
Fix db name to postgres
|
YAML
|
mit
|
lukasmartinelli/osm-noise-pollution
|
b89b6c05479b15a41546bd549c6258bf44ee7400
|
.travis.yml
|
.travis.yml
|
language: scala
sudo: true
services:
- mysql
- postgresql
- docker
before_install:
- docker pull oracleinanutshell/oracle-xe-11g
- docker pull topaztechnology/mssql-server-linux
- docker run --name oracle -d -p 127.0.0.1:1521:1521 -e ORACLE_ALLOW_REMOTE=true oracleinanutshell/oracle-xe-11g
- docker run --name sqlserver -d -p 127.0.0.1:1433:1433 -e DBCA_TOTAL_MEMORY=1024 -e ACCEPT_EULA=Y -e SQL_USER=docker -e SQL_PASSWORD=docker -e SQL_DB=docker topaztechnology/mssql-server-linux
- docker inspect oracle
- docker inspect sqlserver
- docker ps -a
scala:
- 2.11.12
- 2.12.8
- 2.13.0
jdk:
- openjdk8
- openjdk11
before_script:
- psql -c 'create database docker;' -U postgres
addons:
postgresql: "9.4"
script: "./build.sh"
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete
cache:
directories:
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
- $HOME/.sbt/launchers
|
language: scala
sudo: true
services:
- mysql
- postgresql
- docker
before_install:
- docker pull oracleinanutshell/oracle-xe-11g
- docker pull topaztechnology/mssql-server-linux
- docker run --name oracle -d -p 127.0.0.1:1521:1521 -e ORACLE_ALLOW_REMOTE=true oracleinanutshell/oracle-xe-11g
- docker run --name sqlserver -d -p 127.0.0.1:1433:1433 -e DBCA_TOTAL_MEMORY=1024 -e ACCEPT_EULA=Y -e SQL_USER=docker -e SQL_PASSWORD=docker -e SQL_DB=docker topaztechnology/mssql-server-linux
- docker inspect oracle
- docker inspect sqlserver
- docker ps -a
scala:
- 2.12.8
- 2.13.0
jdk:
- openjdk8
- openjdk11
before_script:
- psql -c 'create database docker;' -U postgres
addons:
postgresql: "9.4"
script: "./build.sh"
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete
cache:
directories:
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
- $HOME/.sbt/launchers
|
Build for Scala 2.12 and 2.13
|
Build for Scala 2.12 and 2.13
|
YAML
|
apache-2.0
|
dnvriend/akka-persistence-jdbc
|
253063ffc163749dd40bec6cd1d386b68591a5c7
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install:
- pip install -r requirements-devel.txt
- pip install coveralls pytest-cov
script:
- py.test test --cov anymarkup_core
after_success:
- coveralls
|
dist: xenial
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install:
- pip install -r requirements-devel.txt
- pip install coveralls pytest-cov
script:
- py.test test --cov anymarkup_core
after_success:
- coveralls
|
Drop testing on Python 3.4, test on xenial which has 3.7
|
Drop testing on Python 3.4, test on xenial which has 3.7
|
YAML
|
bsd-3-clause
|
bkabrda/anymarkup-core
|
5556f87d68a3c1de65f31c39a5960f956dd189dd
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- ./.travis_setup
env:
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.6,<1.7"
- DJANGO="django>=1.7,<1.8"
script:
- cd ./testproject; coverage run --source=phonenumber_field manage.py test phonenumber_field testapp
after_success:
coveralls
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- ./.travis_setup
env:
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.6,<1.7"
- DJANGO="django>=1.7,<1.8"
- DJANGO="django>=1.8,<1.9"
matrix:
exclude:
- python: "3.5"
env: DJANGO="django>=1.5,<1.6"
- python: "3.5"
env: DJANGO="django>=1.6,<1.7"
- python: "3.5"
env: DJANGO="django>=1.7,<1.8"
script:
- cd ./testproject; coverage run --source=phonenumber_field manage.py test phonenumber_field testapp
after_success:
coveralls
|
Add Python 3.5, pypy, pypy3, and Django 1.8 to Travis
|
Add Python 3.5, pypy, pypy3, and Django 1.8 to Travis
|
YAML
|
mit
|
hovel/django-phonenumber-field,stefanfoulis/django-phonenumber-field,hovel/django-phonenumber-field,bramd/django-phonenumber-field,bramd/django-phonenumber-field
|
6cb2e9f1aa00423058e0360f5ec3dc6317fff08e
|
.travis.yml
|
.travis.yml
|
---
language: ruby
script: bundle exec rake
rvm:
- 1.9.3
env:
- PUPPET_VERSION="~> 3.0.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.7.3"
- PUPPET_VERSION=">= 0"
matrix:
allow_failures:
- env: PUPPET_VERSION=">= 0"
|
---
language: ruby
script: bundle exec rake
rvm:
- 1.9.3
- 2.1.6
env:
- PUPPET_VERSION="~> 3.0.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.7.3"
- PUPPET_VERSION="~> 4.2.0"
- PUPPET_VERSION=">= 0"
matrix:
exclude:
- rvm: 2.1.6
env: PUPPET_VERSION="~> 3.1.0"
- rvm: 2.1.6
env: PUPPET_VERSION="~> 3.0.0"
allow_failures:
- env: PUPPET_VERSION=">= 0"
|
Add Puppet 4 to the testing matrix
|
Add Puppet 4 to the testing matrix
This commit adds Puppet 4 to the testing matrix as a required passing
test.
Exclusions have been added on Puppet 3.0 and 3.1 with Ruby 2 as these
versions of Puppet do not yet support Ruby 2.
|
YAML
|
mit
|
gds-operations/puppet-syntax,gds-operations/puppet-syntax
|
ee1250ea59c708c476df2f575d454b0de1946f85
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
- 3.5
- 3.6
install:
- pip install codecov
script:
- export RENTABOT_RESOURCE_DESCRIPTOR="tests/assets/resource_descriptor.yaml"
- python setup.py test
after_success:
- codecov
|
language: python
python:
- 2.7
- 3.6
install:
- pip install codecov
script:
- export RENTABOT_RESOURCE_DESCRIPTOR="tests/assets/resource_descriptor.yaml"
- python setup.py test
after_success:
- codecov
|
Remove python 3.5 env from tests
|
Remove python 3.5 env from tests
|
YAML
|
mit
|
cpoisson/rent-a-bot,cpoisson/rent-a-bot
|
d42892844c1cacb61f85a0aafc48d1c2c990cf27
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.1
script: bundle exec rake
|
language: ruby
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.5
- 2.6.3
script: bundle exec rake
|
Add Ruby 2.6 to Travis tests
|
Add Ruby 2.6 to Travis tests
|
YAML
|
bsd-3-clause
|
jcsjcs/pg_query,jcsjcs/pg_query,jcsjcs/pg_query,lfittl/pg_query,lfittl/pg_query
|
88cd1cf2c06b4a58220e01040d7a8079686f40d2
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js: "7"
sudo: required
script:
- yarn global add lerna
- lerna exec --concurrency 1 -- yarn --production=false
- yarn build
deploy:
provider: pages
local_dir: dist
repo: slupjs/slupjs.github.io
target_branch: master
project_name: slup
skip_cleanup: true
name: SlupJS demo bot
github_token: $GITHUB_TOKEN
on:
branch: master
|
language: node_js
node_js: "7"
sudo: required
cache: yarn
script:
- yarn --production=false
- yarn global add lerna
- lerna exec --concurrency 1 -- yarn --production=false
- yarn build
deploy:
provider: pages
local_dir: dist
repo: slupjs/slupjs.github.io
target_branch: master
project_name: slup
skip_cleanup: true
name: SlupJS demo bot
github_token: $GITHUB_TOKEN
on:
branch: master
|
Support cache and run yarn in non-production
|
:package: Support cache and run yarn in non-production
|
YAML
|
mit
|
slupjs/slup,slupjs/slup
|
60447cb31cb39259f8b2ad9b9ff3441002750d88
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
cache: bundler
before_script:
- psql -c 'create database railsbox_test;' -U postgres
- bundle exec rake db:test:prepare
|
sudo: false
language: ruby
cache: bundler
before_script:
- psql -c 'create database railsbox_test;' -U postgres
- bundle exec rake db:test:prepare
addons:
postgresql: '9.3'
|
Switch to PostgreSQL 9.3 which should have json type
|
Switch to PostgreSQL 9.3 which should have json type
|
YAML
|
mit
|
supersid/railsbox,wiserfirst/railsbox,fastsupply/railsbox,notch8/railsbox,andreychernih/railsbox,fastsupply/railsbox,andreychernih/railsbox,supersid/railsbox,notch8/railsbox,wiserfirst/railsbox,fastsupply/railsbox,supersid/railsbox,fastsupply/railsbox,supersid/railsbox,andreychernih/railsbox,notch8/railsbox,notch8/railsbox,wiserfirst/railsbox,notch8/railsbox,fastsupply/railsbox,wiserfirst/railsbox,notch8/railsbox,andreychernih/railsbox,andreychernih/railsbox,supersid/railsbox,supersid/railsbox,wiserfirst/railsbox,fastsupply/railsbox,wiserfirst/railsbox,andreychernih/railsbox
|
382ca701b75455002cfcf825625b3083e717421c
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DATABASE_ENGINE=sqlite
- DATABASE_ENGINE=postgres
- DATABASE_ENGINE=mysql
matrix:
exclude:
- python: 3.2
env: DATABASE_ENGINE=mysql
- python: 3.3
env: DATABASE_ENGINE=mysql
- python: 3.4
env: DATABASE_ENGINE=mysql
fast_finish: true
install:
- pip install -U setuptools==5.3
- python bootstrap.py
- ./bin/buildout -c travis.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.implementations.$DATABASE_ENGINE
- sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ];
then
pip install psycopg2;
psql -c 'create database zinnia;' -U postgres;
fi"
- sh -c "if [ '$DATABASE_ENGINE' = 'mysql' ];
then
pip install mysql-python;
mysql -e 'create database zinnia CHARACTER SET utf8 COLLATE utf8_general_ci;';
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql;
fi"
before_script:
- ./bin/flake8 --exclude=migrations zinnia
script:
- ./bin/test
after_success:
- ./bin/coveralls
notifications:
irc:
- "irc.freenode.org#django-blog-zinnia"
|
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
env:
- DATABASE_ENGINE=sqlite
- DATABASE_ENGINE=postgres
- DATABASE_ENGINE=mysql
matrix:
exclude:
- python: 3.2
env: DATABASE_ENGINE=mysql
- python: 3.3
env: DATABASE_ENGINE=mysql
- python: 3.4
env: DATABASE_ENGINE=mysql
fast_finish: true
install:
- pip install -U setuptools
- python bootstrap.py
- ./bin/buildout -c travis.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.implementations.$DATABASE_ENGINE
- sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ];
then
pip install psycopg2;
psql -c 'create database zinnia;' -U postgres;
fi"
- sh -c "if [ '$DATABASE_ENGINE' = 'mysql' ];
then
pip install mysql-python;
mysql -e 'create database zinnia CHARACTER SET utf8 COLLATE utf8_general_ci;';
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql;
fi"
before_script:
- ./bin/flake8 --exclude=migrations zinnia
script:
- ./bin/test
after_success:
- ./bin/coveralls
notifications:
irc:
- "irc.freenode.org#django-blog-zinnia"
|
Use latest version of setuptools
|
Use latest version of setuptools
|
YAML
|
bsd-3-clause
|
bywbilly/django-blog-zinnia,petecummings/django-blog-zinnia,marctc/django-blog-zinnia,ghachey/django-blog-zinnia,Fantomas42/django-blog-zinnia,ghachey/django-blog-zinnia,Zopieux/django-blog-zinnia,Fantomas42/django-blog-zinnia,dapeng0802/django-blog-zinnia,Maplecroft/django-blog-zinnia,aorzh/django-blog-zinnia,ZuluPro/django-blog-zinnia,aorzh/django-blog-zinnia,petecummings/django-blog-zinnia,Maplecroft/django-blog-zinnia,dapeng0802/django-blog-zinnia,extertioner/django-blog-zinnia,ghachey/django-blog-zinnia,marctc/django-blog-zinnia,extertioner/django-blog-zinnia,petecummings/django-blog-zinnia,Fantomas42/django-blog-zinnia,Zopieux/django-blog-zinnia,extertioner/django-blog-zinnia,bywbilly/django-blog-zinnia,marctc/django-blog-zinnia,dapeng0802/django-blog-zinnia,Zopieux/django-blog-zinnia,ZuluPro/django-blog-zinnia,aorzh/django-blog-zinnia,ZuluPro/django-blog-zinnia,Maplecroft/django-blog-zinnia,bywbilly/django-blog-zinnia
|
a249865ac51518aba1009cf02fcf4dbb639760fc
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.11"
|
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- "npm install -g npm"
|
Test against node 0.8 again.
|
Test against node 0.8 again.
|
YAML
|
mit
|
jay-depot/turnpike,jay-depot/turnpike
|
40991435eb1351b0f0bd8d1050c942f21412d947
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
- build-tools-23.0.1
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew build -i
|
language: android
android:
components:
- build-tools-23.0.1
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew build
|
Remove not needed flag -i
|
Remove not needed flag -i
|
YAML
|
apache-2.0
|
tomaszrykala/yahnac,tomaszrykala/yahnac,malmstein/yahnac,malmstein/yahnac
|
8a58e019caf55897dc260b5975de9509e350c7cb
|
.travis.yml
|
.travis.yml
|
language: dart
dart:
- dev
dart_task:
- test: --platform vm
- test: --platform firefox -j 1
- dartfmt
- dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
|
language: dart
dart:
- 2.0.0
- dev
dart_task:
- test: --platform vm,chrome
matrix:
include:
# Only validate formatting using the dev release
- dart: dev
dart_task: dartfmt
- dart: dev
dart_task:
dartanalyzer: --fatal-infos --fatal-warnings .
- dart: 2.0.0
dart_task:
dartanalyzer: --fatal-warnings .
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache
|
Test on oldest supported Dart SDK
|
Test on oldest supported Dart SDK
|
YAML
|
bsd-3-clause
|
dart-lang/stream_channel
|
a8f0de2510c65ea12c1efe4f32f73325655c2c17
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- jruby
- rbx
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
install: "curl https://raw.github.com/Fingertips/WAD/master/bin/wad | ruby"
env:
global:
- S3_BUCKET_NAME=planning-center.wad
- S3_REGION=eu-west-1
- secure: PfQLsb+SbSzgb80pQ9PuCvmmIbJEhWlamaIzPJreNh/6/joVKiyRwuijI2VwFKqkju0jXDfHuwWaSdIzb9sDjDziLpy3jFuMo62IOlkpHlH2AtfbxfspsNqPIB61W2TD68DKY8OvJ1kFPx+thCH683AeKSR0h2lOsOjlxnZpytM=
addons:
code_climate:
repo_token:
secure: YdXfRrBjmzU1fxEybT8ZbHgMcHUPHaVvKVN/8/b0RECcQvNi/Tmx4b5yjjCaM8T5MTjhy7FljCLMuepGHt4FCUHfoMO2QDEzO0gqZBWsgYY0cNi+4RPimgxe7KGOtURhHwYUk+zplEGxQe9UyvHigrWax86GYIyp3HmRiBtEL0g=
|
language: ruby
rvm:
- jruby
- rbx
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
addons:
code_climate:
repo_token:
secure: YdXfRrBjmzU1fxEybT8ZbHgMcHUPHaVvKVN/8/b0RECcQvNi/Tmx4b5yjjCaM8T5MTjhy7FljCLMuepGHt4FCUHfoMO2QDEzO0gqZBWsgYY0cNi+4RPimgxe7KGOtURhHwYUk+zplEGxQe9UyvHigrWax86GYIyp3HmRiBtEL0g=
|
Revert "Use WAD for Bundler caching on S3"
|
Revert "Use WAD for Bundler caching on S3"
This reverts commit 01105bbddbf478a4c529279d1f73e5376af49356.
|
YAML
|
mit
|
molawson/planning_center
|
13dd9707e1b336a3487145a84815072be56d7621
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.8
|
language: node_js
node_js:
- 0.8
script: "vows test/*-test.js && sudo vows test/*-test-as-root.js"
before_script: "echo '127.0.69.1 dialback.localhost' | sudo tee -a /etc/hosts"
|
Test as root at Travis CI
|
Test as root at Travis CI
|
YAML
|
apache-2.0
|
profOnno/pump.io,landsurveyorsunited/pump.io,Acidburn0zzz/pump.io,stephensekula/pump.io,strugee/pump.io,detrout/pump.io,pump-io/pump.io,pump-io/pump.io,e14n/pump.io,grdryn/pump.io,landsurveyorsunited/pump.io,gabrielsr/pump.io,OpenSocial/pump.io,strugee/pump.io,e14n/pump.io,Acidburn0zzz/pump.io,gabrielsr/pump.io,stephensekula/pump.io,stephensekula/pump.io,OpenSocial/pump.io,e14n/pump.io,detrout/pump.io,grdryn/pump.io,pump-io/pump.io,profOnno/pump.io
|
d0ace1a9a6def616e39e2c802553bfdb63334d65
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode7
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=3
- bundle exec pod install
script:
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme NEUPagingSegmentedControl-iOS -sdk iphonesimulator clean build
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme Example -sdk iphonesimulator clean build
notifications:
email: false
|
language: objective-c
osx_image: xcode7.3
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=3
- bundle exec pod install
script:
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme NEUPagingSegmentedControl-iOS -sdk iphonesimulator clean build
- xctool -workspace NEUPagingSegmentedControl.xcworkspace -scheme Example -sdk iphonesimulator clean build
notifications:
email: false
|
Use Xcode 7.3 on Travis CI
|
Use Xcode 7.3 on Travis CI
|
YAML
|
mit
|
bcylin/NEUPagingSegmentedControl
|
1f02629c41d279c109a0c55b1a4fe78bf48daf03
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
before_install:
- gem update bundler
notifications:
email:
- [email protected]
branches:
only:
- master
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.4
before_install:
- gem update bundler
notifications:
email:
- [email protected]
branches:
only:
- master
|
Use Ruby 2.1.4 on Travis-CI
|
Use Ruby 2.1.4 on Travis-CI
|
YAML
|
mit
|
sanemat/tachikoma,togusafish/sanemat-_-tachikoma
|
39b2399e3ccc7b29086c1990e7cc4919c447a6ce
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
install:
- "echo 'Skipping install stage, dependencies will be downloaded during build and test stages.'"
script:
- "mvn clean package -Dmaven.test.skip=false"
|
language: java
sudo: false
jdk:
- oraclejdk8
- oraclejdk7
- openjdk8
- openjdk7
env:
# Give Maven 1GB of memory to work with
- MAVEN_OPTS=-Xmx1024M
install:
- "echo 'Skipping install stage, dependencies will be downloaded during build and test stages.'"
script:
- "mvn clean package -Dmaven.test.skip=false"
|
Add multiple JDKs to Travis
|
Add multiple JDKs to Travis
|
YAML
|
bsd-3-clause
|
vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro
|
28b912afb33435ad717e78cb7326acab4338bf41
|
.travis.yml
|
.travis.yml
|
dist: xenial
sudo: false
language: python
python:
- '2.7'
- '3.6'
- '3.7'
install:
- pip install -U --force setuptools pip
- ./setup.py develop
- pip install -e '.[tests]'
script:
- pylama
- py.test
|
dist: xenial
language: python
python:
- '2.7'
- '3.6'
- '3.7'
install:
- pip install -U --force setuptools pip
- ./setup.py develop
- pip install -e '.[tests]'
script:
- pylama
- py.test
|
Remove obsolete Travis CI configuration
|
Remove obsolete Travis CI configuration
Remove the `sudo` configuration, the builds run now always in the same
(new) infrastructure regardless of the configuration.
Signed-off-by: thc202 <[email protected]>
|
YAML
|
apache-2.0
|
zaproxy/zap-api-python
|
c6f9d74e0cfc0615621f214d32349f2c42582817
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
node_js:
- "5"
- "4"
- "0.12"
- "0.10"
env:
- MONGODB_VERSION="2.4.14"
- MONGODB_VERSION="2.6.11"
- MONGODB_VERSION="3.0.7"
- MONGODB_VERSION="3.2.0"
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB_VERSION}.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-${MONGODB_VERSION}/bin/mongod --dbpath /tmp/data &> /dev/null &
- ${PWD}/mongodb-linux-x86_64-${MONGODB_VERSION}/bin/mongod --version
- until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done
script: "npm test"
|
language: node_js
sudo: false
node_js:
- "5"
- "4"
- "0.12"
- "0.10"
env:
- MONGODB_VERSION="2.6.11"
- MONGODB_VERSION="3.0.7"
- MONGODB_VERSION="3.2.0"
before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB_VERSION}.tgz -O /tmp/mongodb.tgz
- tar -xvf /tmp/mongodb.tgz
- mkdir /tmp/data
- ${PWD}/mongodb-linux-x86_64-${MONGODB_VERSION}/bin/mongod --dbpath /tmp/data &> /dev/null &
- ${PWD}/mongodb-linux-x86_64-${MONGODB_VERSION}/bin/mongod --version
- until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done
script: "npm test"
|
Remove mongodb 2.4 from test matrix due to compatibility issues
|
Remove mongodb 2.4 from test matrix due to compatibility issues
|
YAML
|
mit
|
lionvs/mongojs,mafintosh/mongojs
|
948db771a06da21aa56732e8af703e9f7da68baa
|
.travis.yml
|
.travis.yml
|
sudo: false # run in a docker container
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
env:
- TRAVIS_RUST_VERSION=stable
- TRAVIS_RUST_VERSION=beta
- TRAVIS_RUST_VERSION=nightly
before_install:
- curl -sSf https://build.travis-ci.org/files/rustup-init.sh | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
- export PATH="$HOME/.cargo/bin:$PATH"
- rustc --version
- rustup --version
- cargo --version
- echo
script:
- cd t/
- perl Makefile.PL && make test
|
sudo: false # run in a docker container
language: perl
perl:
- "5.26"
- "5.24"
- "5.24-shrplib"
- "5.22"
- "5.20"
env:
- TRAVIS_RUST_VERSION=stable
- TRAVIS_RUST_VERSION=beta
- TRAVIS_RUST_VERSION=nightly
before_install:
- curl -sSf https://build.travis-ci.org/files/rustup-init.sh | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
- export PATH="$HOME/.cargo/bin:$PATH"
- rustc --version
- rustup --version
- cargo --version
- echo
script:
- cd t/
- perl Makefile.PL && make test
|
Update list of perl versions to test against.
|
Update list of perl versions to test against.
Removed 5.18 because it is not supported by perl-xs.
Added 5.26 which was released recently.
Also nice to have at least one version with threading support, as it has
different XS ABI.
|
YAML
|
bsd-2-clause
|
vickenty/perl-xs,vickenty/perl-xs
|
94be663cb5df31c0e26e707517fc107454a4d711
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode8
before_install:
- gem install cocoapods --version 1.1.0.rc2
env:
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=9.1' UI=true
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=10.0' UI=true
- DESTINATION='platform=iOS Simulator,name=iPad Air,OS=9.1' UI=true
- DESTINATION='platform=iOS Simulator,name=iPad Air,OS=10.0' UI=true
script:
- set -o pipefail
- travis/validate_carthage.sh
- xcodebuild -destination "$DESTINATION" -workspace Example/XCTest-Gherkin.xcworkspace -scheme XCTest-Gherkin-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty
- if [ $UI ]; then xcodebuild -destination "$DESTINATION" -workspace Example/XCTest-Gherkin.xcworkspace -scheme XCTest-Gherkin-Example-UI -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty; fi
- pod lib lint
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
osx_image: xcode8
before_install:
- gem install cocoapods --version 1.1.0.rc2
env:
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=9.1' UI=true
- DESTINATION='platform=iOS Simulator,name=iPhone 6,OS=10.3' UI=true
- DESTINATION='platform=iOS Simulator,name=iPad Air,OS=9.1' UI=true
- DESTINATION='platform=iOS Simulator,name=iPad Air,OS=10.3' UI=true
script:
- set -o pipefail
- travis/validate_carthage.sh
- xcodebuild -destination "$DESTINATION" -workspace Example/XCTest-Gherkin.xcworkspace -scheme XCTest-Gherkin-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty
- if [ $UI ]; then xcodebuild -destination "$DESTINATION" -workspace Example/XCTest-Gherkin.xcworkspace -scheme XCTest-Gherkin-Example-UI -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty; fi
- pod lib lint
|
Update to iOS 10.3 simulator
|
Update to iOS 10.3 simulator
|
YAML
|
apache-2.0
|
net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin,net-a-porter-mobile/XCTest-Gherkin
|
7d8c09a88b5087a9819586653f9c686a74e6e36f
|
.travis.yml
|
.travis.yml
|
language: rust
sudo: false
|
language: rust
sudo: false
rust:
- "stable"
- "beta"
- "nightly"
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = stable ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
Build against all three trains & upload docs
|
ci: Build against all three trains & upload docs
|
YAML
|
cc0-1.0
|
emk/substudy,emk/substudy,emk/substudy,emk/substudy,emk/substudy
|
0013787066f7908f3564cf0df5edcec014c77122
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: beta-xcode6.3
#xcode_project: 'SwiftGraphics.xcodeproj'
#xcode_scheme: 'All'
#xcode_sdk: 'iphonesimulator'
script:
- xctool -project SwiftUtilities.xcodeproj -scheme SwiftUtilities_OSX build test
- xctool -project SwiftUtilities.xcodeproj -scheme SwiftUtilities_iOS -sdk iphonesimulator build test
|
language: objective-c
osx_image: beta-xcode7
#xcode_project: 'SwiftGraphics.xcodeproj'
#xcode_scheme: 'All'
#xcode_sdk: 'iphonesimulator'
script:
- xctool -project SwiftUtilities.xcodeproj -scheme SwiftUtilities_OSX build test
- xctool -project SwiftUtilities.xcodeproj -scheme SwiftUtilities_iOS -sdk iphonesimulator build test
|
Use Xcode 7 in Travis
|
Use Xcode 7 in Travis
|
YAML
|
bsd-2-clause
|
carabina/SwiftUtilities,slightair/SwiftUtilities,carabina/SwiftUtilities,slightair/SwiftUtilities,slightair/SwiftUtilities,carabina/SwiftUtilities
|
06eb84f1509f7d52077c575b64fccd9e26b261e8
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.4
- 0.6
before_script:
- "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\""
- "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_denied DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\""
- "mysql -uroot -e \"GRANT ALL PRIVILEGES ON test.* TO 'test_user'@'localhost' IDENTIFIED BY '1234';\""
|
language: node_js
node_js:
- 0.4
- 0.5
- 0.6
before_script:
- "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\""
- "mysql -uroot -e \"CREATE DATABASE IF NOT EXISTS test_denied DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;\""
- "mysql -uroot -e \"GRANT ALL PRIVILEGES ON test.* TO 'test_user'@'localhost' IDENTIFIED BY '1234';\""
|
Return testing on node v0.5.x in Travis CI config
|
Return testing on node v0.5.x in Travis CI config
|
YAML
|
mit
|
Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient,Sannis/node-mysql-libmysqlclient
|
8d8b9d8bbb1a6cf4aafd55d61331d5e32828e394
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1.1
- 2.0.0
notifications:
email: false
env:
global:
secure: FC19i/qIjqV7dzd8bZS+yc5HC3XbssU/lBn7+pNsfhsXZp2FpZ4u3v2HPCRZPZ7IsCpsLtUraq6rub290dXecEr1gzSwmaMdfvJz8f2lr1YR58BF9xnTwBUinZOcv9auhWHwCzYRQMHyILUa2NvmVqq0QzYbWVa9X1gwejqyoaQ=
matrix:
secure: EX0FinqK+va3hTUWNVk7HeFIZqwC0OFlmvW7GX+vJ//vs1Bvsqxqbo1bdqwieMVYxcRwt9cOZU8QapPPc4+v7Awo7ASCgNUo4Y7yrIkjfQdY6b2UyPo6yJw7+Mcyj9gej5hD0mBm+E/KCvvirVfDXfWedPy3Z1FovK1sVW9RqPs=
|
language: ruby
rvm:
- 2.0.0
notifications:
email: false
env:
global:
secure: FC19i/qIjqV7dzd8bZS+yc5HC3XbssU/lBn7+pNsfhsXZp2FpZ4u3v2HPCRZPZ7IsCpsLtUraq6rub290dXecEr1gzSwmaMdfvJz8f2lr1YR58BF9xnTwBUinZOcv9auhWHwCzYRQMHyILUa2NvmVqq0QzYbWVa9X1gwejqyoaQ=
matrix:
secure: EX0FinqK+va3hTUWNVk7HeFIZqwC0OFlmvW7GX+vJ//vs1Bvsqxqbo1bdqwieMVYxcRwt9cOZU8QapPPc4+v7Awo7ASCgNUo4Y7yrIkjfQdY6b2UyPo6yJw7+Mcyj9gej5hD0mBm+E/KCvvirVfDXfWedPy3Z1FovK1sVW9RqPs=
|
Remove Travis matrix to avoid test conflicts
|
Remove Travis matrix to avoid test conflicts
If you run tests in parallel on Travis, then one test might destroy
the subscription that the other test just built, causing tests to
fail.
If you do want a matrix of test suites, we need different credentials
for each one of them
|
YAML
|
mit
|
CodesScripts/yt,amalagaura/yt,Vydia/yt,bohdan-malets/yt,shredder-rull/yt,hellaxe/yt,jacknguyen/yt,Fullscreen/yt,claudiofullscreen/yt,mhui/yt
|
78c12764fcce0682971290457467e4da105c480c
|
.travis.yml
|
.travis.yml
|
language: objective-c
notifications:
email:
- [email protected]
env:
matrix:
- PLATFORM="ios"
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
android:
components:
# The BuildTools version used by your project
- build-tools-21.0.1
# Additional components
- extra-google-google_play_services
- addon-google_apis-google-21
install:
- wget -q http://dl.google.com/android/ndk/android-ndk-r10e-darwin-x86_64.bin
- chmod a+x android-ndk-r10e-linux-x86_64.bin
- ./android-ndk-r10e-linux-x86_64.bin
- mv android-ndk-r10e android-ndk
- npm install -g tisdk titanium alloy
- tisdk build 5.0.2.GA
- ti sdk select latest
script:
- ti build -p android -T dist-playstore -K packaging/android.keystore -P appcelerator -L helloworld -O build
|
language: objective-c
notifications:
email:
- [email protected]
env:
matrix:
- PLATFORM="ios"
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
android:
components:
# The BuildTools version used by your project
- build-tools-21.0.1
# Additional components
- extra-google-google_play_services
- addon-google_apis-google-21
install:
- wget -q http://dl.google.com/android/ndk/android-ndk-r10e-darwin-x86_64.bin
- chmod a+x android-ndk-r10e-darwin-x86_64.bin
- ./android-ndk-r10e-darwin-x86_64.bin
- mv android-ndk-r10e android-ndk
- npm install -g tisdk titanium alloy
- tisdk build 5.0.2.GA
- ti sdk select latest
script:
- ti build -p android -T dist-playstore -K packaging/android.keystore -P appcelerator -L helloworld -O build
|
Replace idk with OS X version
|
Replace idk with OS X version
|
YAML
|
mit
|
HazemKhaled/TiMapExample,HazemKhaled/TiMapExample
|
fcf1bbe7503cf40fbd789ae1febbb63de2e17bc9
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode8.2
# Travis is currently experiencing issues with Xcode builds: https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
# When this is resolved, remove the entire `before_install` block, as well as the `travis_retry` command below.
before_install:
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep "iPhone 7 (10.1" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
- echo $IOS_SIMULATOR_UDID
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
install:
- gem install xcpretty
script:
- set -o pipefail && travis_retry xcodebuild -project Bond.xcodeproj -scheme Bond-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' test | xcpretty
after_success:
- bash <(curl -s https://codecov.io/bash)
|
language: objective-c
osx_image: xcode8.2
# Travis is currently experiencing issues with Xcode builds: https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
# When this is resolved, remove the entire `before_install` block, as well as the `travis_retry` command below.
before_install:
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep "iPhone 7 (10.1" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
- echo $IOS_SIMULATOR_UDID
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
install:
- gem install xcpretty
script:
- set -o pipefail && travis_retry xcodebuild -project Bond.xcodeproj -scheme Bond-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1' test | xcpretty
- set -o pipefail && travis_retry swift build
- set -o pipefail && travis_retry swift test
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Add Swift build & test to the list of TravisCI steps
|
Add Swift build & test to the list of TravisCI steps
|
YAML
|
mit
|
ReactiveKit/Bond,tonyarnold/Bond,tonyarnold/Bond,SwiftBond/Bond,SwiftBond/Bond,ReactiveKit/Bond
|
a6be7c3196114fef09e8c7c0531d74f206fdd549
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '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.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Test with latest Node.js 4 on Travis CI.
|
Test with latest Node.js 4 on Travis CI.
|
YAML
|
mit
|
bigeasy/signal,bigeasy/vestibule,bigeasy/vestibule
|
cc04d22a0935e087f8e172e46e5d04be92c72b62
|
.travis.yml
|
.travis.yml
|
language: php
matrix:
allow_failures:
- php: hhvm
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
|
language: php
matrix:
allow_failures:
- php: hhvm
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
|
Add PHP 7.1 to Travis build
|
Add PHP 7.1 to Travis build
|
YAML
|
mit
|
hassankhan/config
|
7cb9f5f281cc35215806bf2ff46bc4bbb08135a6
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
install:
- pip install --use-mirrors -r requirements.txt
- pip install --use-mirrors -r requirements-test.txt
- python setup.py install
script:
- rake lint
- nosetests tests/unit tests/integration
|
language: python
python:
- "2.6"
- "2.7"
#env:
# - COMPILER="gfortran"
before_install:
- sudo apt-get install gfortran g77 liblapack-dev
install:
- pip install --use-mirrors -r requirements.txt
- pip install --use-mirrors -r requirements-test.txt
- python setup.py install
script:
- rake lint
- nosetests tests/unit tests/integration
|
Add Fortran to build (so that numpy builds better)
|
Add Fortran to build (so that numpy builds better)
|
YAML
|
bsd-3-clause
|
hughdbrown/QSTK-nohist,hughdbrown/QSTK-nohist,hughdbrown/QSTK-nohist,hughdbrown/QSTK-nohist,hughdbrown/QSTK-nohist,hughdbrown/QSTK-nohist
|
7a25d412e49cc93f2c7bd66473c34971643be6c9
|
.travis.yml
|
.travis.yml
|
before_script:
- "ruby --version"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake"
notifications:
email:
- [email protected]
irc: "irc.freenode.org#spree"
branches:
only:
- master
|
before_script:
- "ruby --version"
- "sh -e /etc/init.d/xvfb start"
script: "DISPLAY=:99.0 bundle exec rake"
notifications:
email:
- [email protected]
irc: "irc.freenode.org#spree"
branches:
only:
- master
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
|
Build against multiple rubies for better coverage.
|
Build against multiple rubies for better coverage.
|
YAML
|
bsd-3-clause
|
fahidnasir/spree,priyank-gupta/spree,kewaunited/spree,freerunningtech/spree,lyzxsc/spree,yomishra/pce,Boomkat/spree,carlesjove/spree,kitwalker12/spree,jordan-brough/spree,madetech/spree,codesavvy/sandbox,dotandbo/spree,sliaquat/spree,abhishekjain16/spree,beni55/spree,vinsol/spree,omarsar/spree,softr8/spree,urimikhli/spree,karlitxo/spree,scottcrawford03/solidus,Antdesk/karpal-spree,xuewenfei/solidus,pervino/solidus,caiqinghua/spree,grzlus/solidus,builtbybuffalo/spree,mindvolt/spree,jordan-brough/spree,moneyspyder/spree,dandanwei/spree,mleglise/spree,HealthWave/spree,sfcgeorge/spree,Lostmyname/spree,reinaris/spree,ramkumar-kr/spree,agient/agientstorefront,jordan-brough/spree,priyank-gupta/spree,shekibobo/spree,net2b/spree,Nevensoft/spree,Mayvenn/spree,orenf/spree,project-eutopia/spree,vulk/spree,carlesjove/spree,sfcgeorge/spree,gregoryrikson/spree-sample,gregoryrikson/spree-sample,APohio/spree,CJMrozek/spree,yiqing95/spree,hoanghiep90/spree,pjmj777/spree,Mayvenn/spree,mleglise/spree,StemboltHQ/spree,reidblomquist/spree,odk211/spree,Nevensoft/spree,agient/agientstorefront,orenf/spree,jhawthorn/spree,RatioClothing/spree,Lostmyname/spree,sfcgeorge/spree,richardnuno/solidus,JDutil/spree,zaeznet/spree,TimurTarasenko/spree,FadliKun/spree,karlitxo/spree,gregoryrikson/spree-sample,derekluo/spree,NerdsvilleCEO/spree,jhawthorn/spree,edgward/spree,patdec/spree,surfdome/spree,Senjai/spree,dandanwei/spree,ramkumar-kr/spree,zamiang/spree,lsirivong/solidus,DarkoP/spree,caiqinghua/spree,fahidnasir/spree,pulkit21/spree,alejandromangione/spree,useiichi/spree,abhishekjain16/spree,alepore/spree,dotandbo/spree,archSeer/spree,hifly/spree,bjornlinder/Spree,welitonfreitas/spree,keatonrow/spree,jsurdilla/solidus,CiscoCloud/spree,Engeltj/spree,jimblesm/spree,vmatekole/spree,dafontaine/spree,welitonfreitas/spree,DynamoMTL/spree,progsri/spree,brchristian/spree,archSeer/spree,grzlus/spree,reinaris/spree,hifly/spree,vinsol/spree,piousbox/spree,codesavvy/sandbox,wolfieorama/spree,archSeer/spree,Migweld/spree,xuewenfei/solidus,progsri/spree,devilcoders/solidus,reidblomquist/spree,carlesjove/spree,lsirivong/solidus,robodisco/spree,azranel/spree,sunny2601/spree,jeffboulet/spree,biagidp/spree,Senjai/spree,thogg4/spree,gautamsawhney/spree,Lostmyname/spree,calvinl/spree,pulkit21/spree,CJMrozek/spree,patdec/spree,raow/spree,pulkit21/spree,tancnle/spree,raow/spree,freerunningtech/spree,TrialGuides/spree,DarkoP/spree,Arpsara/solidus,miyazawatomoka/spree,keatonrow/spree,builtbybuffalo/spree,project-eutopia/spree,yushine/spree,odk211/spree,derekluo/spree,rbngzlv/spree,omarsar/spree,cutefrank/spree,piousbox/spree,TimurTarasenko/spree,jparr/spree,forkata/solidus,yomishra/pce,welitonfreitas/spree,piousbox/spree,hoanghiep90/spree,RatioClothing/spree,Ropeney/spree,lzcabrera/spree-1-3-stable,net2b/spree,agient/agientstorefront,ckk-scratch/solidus,vcavallo/spree,surfdome/spree,volpejoaquin/spree,bjornlinder/Spree,lzcabrera/spree-1-3-stable,piousbox/spree,lsirivong/solidus,sunny2601/spree,Migweld/spree,jaspreet21anand/spree,azranel/spree,joanblake/spree,vcavallo/spree,wolfieorama/spree,wolfieorama/spree,alejandromangione/spree,athal7/solidus,Boomkat/spree,kewaunited/spree,trigrass2/spree,Hawaiideveloper/shoppingcart,hoanghiep90/spree,Ropeney/spree,yiqing95/spree,radarseesradar/spree,rbngzlv/spree,imella/spree,camelmasa/spree,FadliKun/spree,berkes/spree,hifly/spree,HealthWave/spree,quentinuys/spree,alvinjean/spree,groundctrl/spree,tailic/spree,radarseesradar/spree,groundctrl/spree,madetech/spree,useiichi/spree,athal7/solidus,JuandGirald/spree,jordan-brough/solidus,berkes/spree,FadliKun/spree,TimurTarasenko/spree,CiscoCloud/spree,Hates/spree,shekibobo/spree,CJMrozek/spree,fahidnasir/spree,patdec/spree,edgward/spree,jordan-brough/solidus,calvinl/spree,DynamoMTL/spree,quentinuys/spree,gautamsawhney/spree,forkata/solidus,groundctrl/spree,biagidp/spree,watg/spree,CJMrozek/spree,zamiang/spree,siddharth28/spree,HealthWave/spree,StemboltHQ/spree,vulk/spree,tesserakt/clean_spree,jparr/spree,keatonrow/spree,shioyama/spree,woboinc/spree,codesavvy/sandbox,tesserakt/clean_spree,reinaris/spree,Boomkat/spree,JDutil/spree,vinsol/spree,vmatekole/spree,jaspreet21anand/spree,shaywood2/spree,odk211/spree,trigrass2/spree,rajeevriitm/spree,xuewenfei/solidus,tesserakt/clean_spree,ahmetabdi/spree,alvinjean/spree,Arpsara/solidus,Kagetsuki/spree,karlitxo/spree,pervino/solidus,adaddeo/spree,rakibulislam/spree,ahmetabdi/spree,CiscoCloud/spree,jimblesm/spree,vinayvinsol/spree,SadTreeFriends/spree,moneyspyder/spree,ayb/spree,gautamsawhney/spree,APohio/spree,freerunningtech/spree,vulk/spree,SadTreeFriends/spree,delphsoft/spree-store-ballchair,locomotivapro/spree,dafontaine/spree,beni55/spree,yushine/spree,Mayvenn/spree,gautamsawhney/spree,bricesanchez/spree,tailic/spree,alvinjean/spree,njerrywerry/spree,agient/agientstorefront,vmatekole/spree,judaro13/spree-fork,KMikhaylovCTG/spree,lyzxsc/spree,bjornlinder/Spree,degica/spree,maybii/spree,mleglise/spree,tomash/spree,ayb/spree,edgward/spree,tancnle/spree,raow/spree,gregoryrikson/spree-sample,firman/spree,devilcoders/solidus,woboinc/spree,adaddeo/spree,athal7/solidus,dafontaine/spree,brchristian/spree,yushine/spree,delphsoft/spree-store-ballchair,NerdsvilleCEO/spree,JuandGirald/spree,volpejoaquin/spree,hifly/spree,alepore/spree,Senjai/solidus,vinayvinsol/spree,PhoenixTeam/spree_phoenix,grzlus/spree,nooysters/spree,Engeltj/spree,tancnle/spree,PhoenixTeam/spree_phoenix,firman/spree,radarseesradar/spree,locomotivapro/spree,jeffboulet/spree,NerdsvilleCEO/spree,shioyama/spree,madetech/spree,judaro13/spree-fork,bonobos/solidus,sfcgeorge/spree,assembledbrands/spree,keatonrow/spree,tesserakt/clean_spree,imella/spree,brchristian/spree,omarsar/spree,biagidp/spree,jasonfb/spree,robodisco/spree,thogg4/spree,tomash/spree,ayb/spree,LBRapid/spree,StemboltHQ/spree,beni55/spree,degica/spree,DynamoMTL/spree,assembledbrands/spree,lsirivong/spree,KMikhaylovCTG/spree,DarkoP/spree,jhawthorn/spree,volpejoaquin/spree,yomishra/pce,joanblake/spree,volpejoaquin/spree,AgilTec/spree,karlitxo/spree,lsirivong/spree,Senjai/spree,project-eutopia/spree,sideci-sample/sideci-sample-spree,vinayvinsol/spree,njerrywerry/spree,kitwalker12/spree,nooysters/spree,camelmasa/spree,groundctrl/spree,jordan-brough/solidus,Machpowersystems/spree_mach,tancnle/spree,jparr/spree,caiqinghua/spree,ckk-scratch/solidus,woboinc/spree,moneyspyder/spree,firman/spree,useiichi/spree,rajeevriitm/spree,dotandbo/spree,watg/spree,bonobos/solidus,Kagetsuki/spree,APohio/spree,jasonfb/spree,vulk/spree,firman/spree,grzlus/solidus,miyazawatomoka/spree,siddharth28/spree,APohio/spree,pervino/spree,patdec/spree,sliaquat/spree,devilcoders/solidus,surfdome/spree,cutefrank/spree,pjmj777/spree,jaspreet21anand/spree,jimblesm/spree,tomash/spree,jasonfb/spree,cutefrank/spree,ujai/spree,vinayvinsol/spree,sideci-sample/sideci-sample-spree,jparr/spree,Antdesk/karpal-spree,nooysters/spree,PhoenixTeam/spree_phoenix,assembledbrands/spree,lzcabrera/spree-1-3-stable,ayb/spree,RatioClothing/spree,Senjai/solidus,ramkumar-kr/spree,grzlus/solidus,miyazawatomoka/spree,bricesanchez/spree,Senjai/solidus,vinsol/spree,pervino/solidus,trigrass2/spree,zamiang/spree,zaeznet/spree,alepore/spree,pervino/solidus,jsurdilla/solidus,ckk-scratch/solidus,knuepwebdev/FloatTubeRodHolders,sideci-sample/sideci-sample-spree,TimurTarasenko/spree,vcavallo/spree,quentinuys/spree,LBRapid/spree,caiqinghua/spree,Hates/spree,cutefrank/spree,AgilTec/spree,yushine/spree,robodisco/spree,lsirivong/solidus,richardnuno/solidus,rakibulislam/spree,derekluo/spree,Migweld/spree,PhoenixTeam/spree_phoenix,azclick/spree,pjmj777/spree,devilcoders/solidus,net2b/spree,shioyama/spree,NerdsvilleCEO/spree,ramkumar-kr/spree,rakibulislam/spree,FadliKun/spree,grzlus/spree,Mayvenn/spree,Nevensoft/spree,Machpowersystems/spree_mach,imella/spree,azclick/spree,zaeznet/spree,odk211/spree,calvinl/spree,kitwalker12/spree,azclick/spree,Ropeney/spree,delphsoft/spree-store-ballchair,radarseesradar/spree,DynamoMTL/spree,jeffboulet/spree,joanblake/spree,siddharth28/spree,Hawaiideveloper/shoppingcart,ujai/spree,JuandGirald/spree,camelmasa/spree,quentinuys/spree,Hates/spree,sunny2601/spree,Arpsara/solidus,reidblomquist/spree,raow/spree,jsurdilla/solidus,nooysters/spree,yiqing95/spree,abhishekjain16/spree,calvinl/spree,Hates/spree,progsri/spree,robodisco/spree,project-eutopia/spree,reidblomquist/spree,thogg4/spree,TrialGuides/spree,ujai/spree,rajeevriitm/spree,Senjai/solidus,tailic/spree,Antdesk/karpal-spree,surfdome/spree,TrialGuides/spree,kewaunited/spree,SadTreeFriends/spree,joanblake/spree,ahmetabdi/spree,pervino/spree,shaywood2/spree,beni55/spree,archSeer/spree,madetech/spree,Machpowersystems/spree_mach,grzlus/solidus,delphsoft/spree-store-ballchair,urimikhli/spree,dandanwei/spree,bricesanchez/spree,Kagetsuki/spree,priyank-gupta/spree,hoanghiep90/spree,watg/spree,lsirivong/spree,net2b/spree,njerrywerry/spree,knuepwebdev/FloatTubeRodHolders,Kagetsuki/spree,shaywood2/spree,berkes/spree,Nevensoft/spree,jaspreet21anand/spree,mindvolt/spree,mleglise/spree,dafontaine/spree,alvinjean/spree,kewaunited/spree,miyazawatomoka/spree,jeffboulet/spree,berkes/spree,mindvolt/spree,LBRapid/spree,zaeznet/spree,azranel/spree,rakibulislam/spree,softr8/spree,jspizziri/spree,dandanwei/spree,camelmasa/spree,orenf/spree,softr8/spree,mindvolt/spree,CiscoCloud/spree,alejandromangione/spree,sliaquat/spree,lyzxsc/spree,rbngzlv/spree,thogg4/spree,forkata/solidus,omarsar/spree,scottcrawford03/solidus,dotandbo/spree,azclick/spree,pervino/spree,fahidnasir/spree,maybii/spree,abhishekjain16/spree,vmatekole/spree,pulkit21/spree,shekibobo/spree,tomash/spree,locomotivapro/spree,Hawaiideveloper/shoppingcart,orenf/spree,rbngzlv/spree,AgilTec/spree,Engeltj/spree,Migweld/spree,KMikhaylovCTG/spree,SadTreeFriends/spree,Engeltj/spree,sunny2601/spree,useiichi/spree,Lostmyname/spree,bonobos/solidus,jspizziri/spree,Hawaiideveloper/shoppingcart,shekibobo/spree,jspizziri/spree,JDutil/spree,Ropeney/spree,moneyspyder/spree,urimikhli/spree,siddharth28/spree,yiqing95/spree,Arpsara/solidus,pervino/spree,jasonfb/spree,njerrywerry/spree,richardnuno/solidus,reinaris/spree,athal7/solidus,degica/spree,JDutil/spree,Boomkat/spree,DarkoP/spree,builtbybuffalo/spree,progsri/spree,richardnuno/solidus,alejandromangione/spree,adaddeo/spree,maybii/spree,lyzxsc/spree,maybii/spree,codesavvy/sandbox,welitonfreitas/spree,jsurdilla/solidus,scottcrawford03/solidus,forkata/solidus,AgilTec/spree,scottcrawford03/solidus,ckk-scratch/solidus,sliaquat/spree,zamiang/spree,carlesjove/spree,trigrass2/spree,derekluo/spree,shaywood2/spree,bonobos/solidus,jordan-brough/solidus,adaddeo/spree,azranel/spree,judaro13/spree-fork,rajeevriitm/spree,softr8/spree,knuepwebdev/FloatTubeRodHolders,brchristian/spree,TrialGuides/spree,locomotivapro/spree,jimblesm/spree,ahmetabdi/spree,builtbybuffalo/spree,edgward/spree,jspizziri/spree,KMikhaylovCTG/spree,priyank-gupta/spree,lsirivong/spree,grzlus/spree,wolfieorama/spree,xuewenfei/solidus,JuandGirald/spree,vcavallo/spree
|
ec025d7bde24e3712f3ee3a90925e8507fabd620
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2.2.10
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.1" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.1" # for simplecov
allow_failures:
- rvm: ruby-head
fast_finish: true
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
|
language: ruby
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2.2.10
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0" # for simplecov
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.1" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.1" # for simplecov
fast_finish: true
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
|
Remove ruby-head from allowed failures since it now passes
|
Remove ruby-head from allowed failures since it now passes
|
YAML
|
mit
|
dkubb/axiom
|
41aa526aed5925e2581949a86888bc4400047d26
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 7.0
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer
env:
- LARAVEL_VERSION=5.3.*
- LARAVEL_VERSION=5.4.*
- LARAVEL_VERSION=5.5.*
matrix:
exclude:
- php: '5.6'
env: LARAVEL_VERSION=5.5.*
before_script:
- composer self-update
- if [ "$LARAVEL_VERSION" != "" ]; then composer require "laravel/framework:${LARAVEL_VERSION}" --no-update; fi;
- composer update
script: vendor/bin/phpunit
|
language: php
php:
- 5.6
- 7.0
- hhvm
sudo: false
cache:
directories:
- $HOME/.composer
env:
- LARAVEL_VERSION=5.3.*
- LARAVEL_VERSION=5.4.*
- LARAVEL_VERSION=5.5.*
matrix:
exclude:
- php: 5.6
env: LARAVEL_VERSION=5.5.*
before_script:
- composer self-update
- if [ "$LARAVEL_VERSION" != "" ]; then composer require "laravel/framework:${LARAVEL_VERSION}" --no-update; fi;
- composer update
script: vendor/bin/phpunit
|
Fix php version having single quotes
|
Fix php version having single quotes
|
YAML
|
mit
|
rafflesargentina/l5-resource-controller
|
51b81ec11781cd50c91bbdcdb679bc26526a3f5d
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
script: python setup.py test -a --pylama -vvv
install:
- pip install -e .
|
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
script: python setup.py test -a --pylama -vvv
install:
- pip install --upgrade setuptools pip
- pip install -e .
|
Upgrade pip before installing package
|
Upgrade pip before installing package
|
YAML
|
mit
|
B3QL/pep263
|
835c6109c2446ead78f5bb5a57387553717a8a4a
|
.travis.yml
|
.travis.yml
|
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libzmq3-dev
- sudo -E ./install-protobuf.sh
- java -Xmx1g -version
- javac -J-Xmx1g -version
- export JRUBY_OPTS=-J-Xmx1g
# Required for rainbow installation issue, https://github.com/sickill/rainbow/issues/44
- gem update --system
- gem update bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.2.2
- 2.3
- jruby-1.7
- jruby-9.1.7.0
- rbx-2
env:
- PROTOBUF_VERSION=2.6.1
- PROTOBUF_VERSION=3.0.0-alpha-2
matrix:
allow_failures:
- rvm: rbx-2
- env: PROTOBUF_VERSION=3.0.0-alpha-2
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/51a956bcd2b1854d6756
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libzmq3-dev
- sudo -E ./install-protobuf.sh
- java -Xmx1g -version
- javac -J-Xmx1g -version
- export JRUBY_OPTS=-J-Xmx1g
# Required for rainbow installation issue, https://github.com/sickill/rainbow/issues/44
- gem update --system
- gem update bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.2.2
- 2.3
- jruby-9.1.7.0
- rbx-2
env:
- PROTOBUF_VERSION=2.6.1
- PROTOBUF_VERSION=3.0.0-alpha-2
matrix:
allow_failures:
- rvm: rbx-2
- env: PROTOBUF_VERSION=3.0.0-alpha-2
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/51a956bcd2b1854d6756
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
Remove support for jruby 1.7
|
Remove support for jruby 1.7
It is not supported anymore and has divergent NameError#name behavior
that activesupport relies on.
|
YAML
|
mit
|
brianstien/protobuf,localshred/protobuf,ruby-protobuf/protobuf,brianstien/protobuf,lookout/protobuffy,localshred/protobuf,lookout/protobuffy,ruby-protobuf/protobuf
|
ed2eb7a6baefa76d65b02c88431382c9505521ab
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: required
language: node_js
node_js:
- "8"
services:
- docker
before_install:
- docker pull ethereum/client-go:latest
env:
- INTEGRATION=true
- GETH=true
- PACKAGES=true
matrix:
allow_failures:
- env: GETH=true
install:
- npm install -g lerna
- npm install -g yarn
- npm run bootstrap
script:
- npm run ci
|
dist: trusty
sudo: required
language: node_js
services:
- docker
before_install:
- docker pull ethereum/client-go:latest
matrix:
fast_finish: true
include:
- node_js: 8
env: GETH=true
- node_js: 8
env: PACKAGES=true
- node_js: 8
env: INTEGRATION=true
- node_js: 6
env: INTEGRATION=true
allow_failures:
- node_js: 8
env: GETH=true
- node_js: 6
env: INTEGRATION=true
install:
- npm install -g lerna
- npm install -g yarn
- npm run bootstrap
script:
- npm run ci
|
Add Node 6 to CI
|
Add Node 6 to CI
|
YAML
|
mit
|
ConsenSys/truffle
|
8090f907d945784bfc7213e6d908f3144c0dc7b8
|
.travis.yml
|
.travis.yml
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./node_modules/.bin/gulp tsd
- ./node_modules/.bin/gulp browserify-test
|
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "4.1"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./node_modules/.bin/gulp tsd
- ./node_modules/.bin/gulp browserify-test
|
Update node version for Travis CI.
|
Update node version for Travis CI.
|
YAML
|
cc0-1.0
|
pocke/brainfuck-playground,pocke/brainfuck-playground,pocke/brainfuck-playground,pocke/brainfuck-playground
|
8f8d49d490655df05e4aae84ab05299d4511784d
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update
- sudo apt-get install libproj-dev libgeos-dev libffi-dev libsparsehash-dev postgis postgresql-contrib postgresql-9.1-postgis
before_script:
- "rake travis:prepare"
- "rake db:create"
- "rake db:migrate"
script: "rake spec"
|
language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update
- sudo apt-get install libproj-dev libgeos-dev libffi-dev libsparsehash-dev postgis postgresql-contrib
before_script:
- "rake travis:prepare"
- "rake db:create"
- "rake db:migrate"
script: "rake spec"
|
Revert "Add postgresql-postgis package for postgres"
|
Revert "Add postgresql-postgis package for postgres"
This reverts commit c4655ea2f8361bb9f60d0f4418fce16df9c88efa.
|
YAML
|
mit
|
cityway-soft/activeroad,cityway-soft/activeroad,cityway-soft/activeroad,cityway-soft/activeroad
|
fad9a9abcdd8c3c0c07a35c424201316259ded22
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js: '6.2'
cache:
directories:
- node_modules
script:
- npm test
- make SETTINGS_FILE=settings/chrome-prod.json dist/$(date +'%Y%m%d')-chrome-prod.zip
- make SETTINGS_FILE=settings/chrome-stage.json dist/$(date +'%Y%m%d')-chrome-stage.zip
- make SETTINGS_FILE=settings/firefox-prod.json dist/$(date +'%Y%m%d')-firefox-prod.xpi
- make SETTINGS_FILE=settings/firefox-stage.json dist/$(date +'%Y%m%d')-firefox-stage.xpi
addons:
artifacts:
paths:
# Upload all built extension packages
- $(ls dist/*.zip dist/*.xpi | tr "\n" ":")
deploy:
skip_cleanup: true
provider: script
script: ./tools/deploy
on:
branch: master
|
language: node_js
node_js: 'lts/*'
cache:
directories:
- node_modules
script:
- npm test
- make SETTINGS_FILE=settings/chrome-prod.json dist/$(date +'%Y%m%d')-chrome-prod.zip
- make SETTINGS_FILE=settings/chrome-stage.json dist/$(date +'%Y%m%d')-chrome-stage.zip
- make SETTINGS_FILE=settings/firefox-prod.json dist/$(date +'%Y%m%d')-firefox-prod.xpi
- make SETTINGS_FILE=settings/firefox-stage.json dist/$(date +'%Y%m%d')-firefox-stage.xpi
addons:
artifacts:
paths:
# Upload all built extension packages
- $(ls dist/*.zip dist/*.xpi | tr "\n" ":")
deploy:
skip_cleanup: true
provider: script
script: ./tools/deploy
on:
branch: master
|
Update Node version on Travis
|
Update Node version on Travis
The current version of `web-ext` depends on Node >= v6.3 or later due to
use of `fs.constants`.
This commit configures Travis to use the current LTS release of Node,
which should hopefully always be current enough without running into
occassional issues with dependencies that sometimes happen when a new
stable Node release comes out.
|
YAML
|
bsd-2-clause
|
hypothesis/browser-extension,hypothesis/browser-extension,hypothesis/browser-extension,hypothesis/browser-extension
|
0ebb1b5658ecda212c0d86c6abb766e63fd283fd
|
.travis.yml
|
.travis.yml
|
---
sudo: false
language: ruby
cache: bundler
rvm:
- jruby-9.1
- jruby
- "2.0.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- ruby-head
before_install:
- type bundle || gem install bundler
- gem install --pre ya_kansuji # TODO: remove
|
---
sudo: false
language: ruby
cache: bundler
rvm:
- jruby-9.1
- jruby
- "2.0.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- ruby-head
before_install:
- type bundle || gem install bundler
|
Remove pre ya_kansuji gem installation.
|
Remove pre ya_kansuji gem installation.
|
YAML
|
bsd-2-clause
|
sugi/wareki
|
c19301a3611880e8d3c725cf9dd59dcd6939fd25
|
.travis.yml
|
.travis.yml
|
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
notifications:
email: false
|
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
notifications:
email: false
|
Remove ruby-head on Travis CI
|
Remove ruby-head on Travis CI
|
YAML
|
mit
|
increments/greenmat,increments/greenmat,increments/greenmat,increments/greenmat
|
d540bc6a752dec1177b1d49c78cc5db02860a9ef
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
env:
- SCRIPT=test
matrix:
include:
- node_js: "6"
env: SCRIPT=test:lint
cache:
directories:
$HOME/.npm
before_install:
# prevent the npm loading indicator
- npm config --global set spin false
# if npm version is less 3.0.0 (lets say 1.x or 2.x) we should attempt to upgrade to 3
- if [[ $(npm -v | cut -d '.' -f 1) -lt 3 ]]; then npm i -g npm@^3; fi
install:
- travis_retry npm install --no-optional
script:
- npm run-script $SCRIPT
|
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
env:
- SCRIPT=test
matrix:
include:
- node_js: "6"
env: SCRIPT=test:lint
cache:
directories:
$HOME/.npm
before_install:
# prevent the npm loading indicator
- npm config --global set spin false
# if npm version is less 3.0.0 (lets say 1.x or 2.x) we should attempt to upgrade to 3
- if [[ $(npm -v | cut -d '.' -f 1) -lt 3 ]]; then npm i -g npm@^3; fi
install:
- travis_retry npm install --no-optional
script:
- npm run-script $SCRIPT
|
Remove deprecated `sudo: false` option
|
TravisCI: Remove deprecated `sudo: false` option
see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
|
YAML
|
mit
|
broccolijs/broccoli-concat,rlivsey/broccoli-concat,ember-cli/broccoli-concat,broccolijs/broccoli-concat,rlivsey/broccoli-concat,ember-cli/broccoli-concat
|
6fdac4aa02e48eea89ca54ad3f0e8d478fbd4af9
|
.travis.yml
|
.travis.yml
|
before_install:
- gem update bundler
branches:
only:
- master
env:
global:
- secure: | # CODECLIMATE_REPO_TOKEN
lK3tYDk/63jRamEfGKbC27mPAoV7XsebCurx6doeisv1r4926lyPY4B9ZoSu
OeVmjXQWHX9U7IgPH1C+zoIh1wVHVA8h5FVuqlGUMlA6IJi2xaI+ChEo3WeD
FRlk1Q5fGhgp1mt59sMn3GZZ/mv31v+sd9iYC3AVIM0KrlMGGZQ=
gemfile:
- gemfiles/rspec_2_11.gemfile
- gemfiles/rspec_2_12.gemfile
- gemfiles/rspec_2_13.gemfile
- gemfiles/rspec_2_14.gemfile
- gemfiles/rspec_3_0.gemfile
- gemfiles/rspec_3_1.gemfile
- gemfiles/rspec_3_2.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- "2.0"
- "2.1"
- ruby-head
|
before_install:
- gem update bundler rake
branches:
only:
- master
env:
global:
- secure: | # CODECLIMATE_REPO_TOKEN
lK3tYDk/63jRamEfGKbC27mPAoV7XsebCurx6doeisv1r4926lyPY4B9ZoSu
OeVmjXQWHX9U7IgPH1C+zoIh1wVHVA8h5FVuqlGUMlA6IJi2xaI+ChEo3WeD
FRlk1Q5fGhgp1mt59sMn3GZZ/mv31v+sd9iYC3AVIM0KrlMGGZQ=
gemfile:
- gemfiles/rspec_2_11.gemfile
- gemfiles/rspec_2_12.gemfile
- gemfiles/rspec_2_13.gemfile
- gemfiles/rspec_2_14.gemfile
- gemfiles/rspec_3_0.gemfile
- gemfiles/rspec_3_1.gemfile
- gemfiles/rspec_3_2.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- "2.0"
- "2.1"
- ruby-head
|
Update rake before the Travis build
|
Update rake before the Travis build
|
YAML
|
mit
|
alejanderl/rspec-wait,mklitte/rspec-wait,laserlemon/rspec-wait
|
96c27e6cec18c14fb20450cd972a3fa5dd4350cc
|
.travis.yml
|
.travis.yml
|
language: ruby
bundler_args: --without debug
script: bundle exec rspec
rvm:
- 1.9.3
- 2.0.0
|
language: ruby
bundler_args: --without debug
script: bundle exec rspec
rvm:
- 2.1
- 2.3
|
Update ruby version to test against
|
Update ruby version to test against
|
YAML
|
mit
|
b4mboo/git-review
|
7c19c58f6d762c05c481993283b9f6b70b8740c4
|
.travis.yml
|
.travis.yml
|
rvm: 2.2
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
before_script:
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142230889
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef gem install kitchen-docker
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec
- KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
|
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
# Don't `bundle install`
install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
before_script:
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142230889
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef gem install kitchen-docker
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec
- KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
|
Remove RVM from Travis since we use Ruby in ChefDK
|
Remove RVM from Travis since we use Ruby in ChefDK
|
YAML
|
apache-2.0
|
chef-cookbooks/yum-epel,juliandunn/yum-epel
|
71fdcd53c421f4f0a1734f6a4e1c5b440164c99a
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
stages:
- test
- build
before_script:
- ./scripts/get-ci-version
python3.4:
image: python:3.4-alpine
stage: test
script:
- pip install -e .[test]
- pylint --errors-only fwgen
- PYTHONPATH=. pytest --cov=fwgen -vv
tags:
- docker
python3.6:
image: python:3.6-alpine
stage: test
script:
- pip install -e .[test]
- pylint --errors-only fwgen
- PYTHONPATH=. pytest --cov=fwgen -vv
tags:
- docker
dist:
image: python:3.4-alpine
stage: build
script:
- pip install wheel
- python setup.py bdist_wheel
artifacts:
paths:
- dist/*.whl
tags:
- docker
|
stages:
- test
- build
before_script:
- ./scripts/get-ci-version
python3.4:
image: python:3.4-alpine
stage: test
script:
- pip install -e .[test]
- pylint --errors-only fwgen
- PYTHONPATH=. pytest --cov=fwgen -vv
tags:
- docker
dist:
image: python:3.4-alpine
stage: build
script:
- pip install wheel
- python setup.py bdist_wheel
artifacts:
paths:
- dist/*.whl
tags:
- docker
|
Remove python 3.6 from tests. It _should_ be redundant
|
Remove python 3.6 from tests. It _should_ be redundant
|
YAML
|
mit
|
hkbakke/fwgen
|
e3c0e35e5fbf1ede36e6426b39986392e9024427
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: gilmrjc/all-py
before_script:
- pip install coverage django-coverage-plugin codacy-coverage codeclimate-test-reporter coveralls
- pip install tox
after_script:
- coverage combine
- coverage report
- coverage xml
testing:
script:
- coverage erase
- tox --skip-missing
|
image: gilmrjc/all-py:dockerfile
before_script:
- pip install coverage django-coverage-plugin codacy-coverage codeclimate-test-reporter coveralls
- pip install tox
after_script:
- coverage combine
- coverage report
- coverage xml
testing:
script:
- coverage erase
- tox --skip-missing
|
Use tagged version of docker custom image
|
Use tagged version of docker custom image
|
YAML
|
mit
|
gilmrjc/djangopress,gilmrjc/djangopress,gilmrjc/djangopress
|
8ab0fc08da1314373fac9bc908171a69c628653d
|
.travis.yml
|
.travis.yml
|
language: cpp
install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -y aptitude
- sudo aptitude install mono-devel nuget
- build/premake5-linux-64 --file=build/premake4.lua gmake
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- config=debug_x32 make -C build/gmake/
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Debug_x32/CppSharp.*Tests*.dll
|
language: cpp
install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -y mono-devel nuget
- build/premake5-linux-64 --file=build/premake4.lua gmake
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- config=debug_x32 make -C build/gmake/
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Debug_x32/CppSharp.*Tests*.dll
|
Use apt-get to install the Mono packages.
|
Use apt-get to install the Mono packages.
|
YAML
|
mit
|
Samana/CppSharp,u255436/CppSharp,genuinelucifer/CppSharp,inordertotest/CppSharp,nalkaro/CppSharp,xistoso/CppSharp,zillemarco/CppSharp,mydogisbox/CppSharp,ktopouzi/CppSharp,SonyaSa/CppSharp,ddobrev/CppSharp,u255436/CppSharp,mono/CppSharp,ktopouzi/CppSharp,nalkaro/CppSharp,mono/CppSharp,mono/CppSharp,nalkaro/CppSharp,SonyaSa/CppSharp,mydogisbox/CppSharp,mydogisbox/CppSharp,mohtamohit/CppSharp,Samana/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,u255436/CppSharp,inordertotest/CppSharp,xistoso/CppSharp,u255436/CppSharp,xistoso/CppSharp,mohtamohit/CppSharp,Samana/CppSharp,Samana/CppSharp,mydogisbox/CppSharp,nalkaro/CppSharp,mohtamohit/CppSharp,ddobrev/CppSharp,inordertotest/CppSharp,zillemarco/CppSharp,inordertotest/CppSharp,mydogisbox/CppSharp,SonyaSa/CppSharp,genuinelucifer/CppSharp,mono/CppSharp,ktopouzi/CppSharp,genuinelucifer/CppSharp,mono/CppSharp,zillemarco/CppSharp,mohtamohit/CppSharp,zillemarco/CppSharp,Samana/CppSharp,mono/CppSharp,ddobrev/CppSharp,genuinelucifer/CppSharp,ktopouzi/CppSharp,nalkaro/CppSharp,SonyaSa/CppSharp,u255436/CppSharp,xistoso/CppSharp,zillemarco/CppSharp,mohtamohit/CppSharp,genuinelucifer/CppSharp,ktopouzi/CppSharp,inordertotest/CppSharp,SonyaSa/CppSharp,xistoso/CppSharp
|
d199c2e982532ab90d65e8f7ad40ad65baedc6da
|
.travis.yml
|
.travis.yml
|
language: perl
perl:
- 5.14
- 5.16
- 5.18
- 5.20
before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build && cover -test -report coveralls
|
language: perl
perl:
- 5.14
- 5.16
- 5.18
- 5.20
- 5.22
before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build && cover -test -report coveralls
|
Revert "Revert "Add Perl 5.22 to Travis builds""
|
Revert "Revert "Add Perl 5.22 to Travis builds""
This reverts commit f7487d0b63f9fed89dd2224d0ff86f6176c86325.
Haha lol
|
YAML
|
mit
|
zakame/hashids.pm,zakame/hashids.pm
|
888f759cba0a906a2e9e63122d5dd4e33dda9cc8
|
.travis.yml
|
.travis.yml
|
language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libvirt-dev libvirt-bin
rvm:
- 1.9.3
- 2.0.0
script: "bundle exec rspec spec/vagrant-kvm/"
|
language: ruby
before_install:
- sudo add-apt-repository ppa:miurahr/vagrant
- sudo apt-get update -qq
- sudo apt-get install -qq libvirt-dev libvirt-bin qemu-kvm qemu
rvm:
- 1.9.3
- 2.0.0
script: "bundle exec rspec spec/vagrant-kvm/"
|
Add ppa repo and more deps
|
Add ppa repo and more deps
|
YAML
|
mit
|
rainforestapp/vagrant-kvm
|
0543ab26af672e2f9503cbbbb84e2946aa9dbfa5
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: golang:1.7
test:
script:
- mkdir -p $GOPATH/src/github.com/davars
- cp -a . $GOPATH/src/github.com/davars/sohop
- go get -t -v github.com/davars/sohop...
- go test github.com/davars/sohop...
|
image: golang:1.8
test:
script:
- mkdir -p $GOPATH/src/github.com/davars
- cp -a . $GOPATH/src/github.com/davars/sohop
- cd $GOPATH/src/github.com/davars/sohop
- go get -u github.com/golang/dep/...
- dep ensure
- go test $(go list ./... | grep -v /vendor/)
|
Update ci to use dep
|
Update ci to use dep
|
YAML
|
isc
|
davars/sohop
|
ddfe6f42c38ef178d5c2e63cbf29d00739323a85
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
stages:
- build
build-backend:
image: jsherz/lsd-members-backend
stage: build
script:
- cd backend
- sbt clean compile test
build-frontend:
image: jsherz/lsd-members-frontend
stage: build
script:
- cd frontend
- npm install
- npm run lint
- npm run build-prod
- npm run test-ci
|
stages:
- build
build-backend:
image: jsherz/lsd-members-backend
stage: build
script:
- |
cat <<REPOS > ~/.sbt/repositories
[repositories]
local
my-ivy-proxy-releases: http://vms:8081/artifactory/sbt-release/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
my-maven-proxy-releases: http://vms:8081/artifactory/sbt-release/
REPOS
- cd backend
- sbt -Dsbt.override.build.repos=true clean compile test
build-frontend:
image: jsherz/lsd-members-frontend
stage: build
script:
- cd frontend
- npm install
- npm run lint
- npm run build-prod
- npm run test-ci
|
Make CI use local package repos.
|
Make CI use local package repos.
|
YAML
|
mit
|
jSherz/lsd-members,jSherz/lsd-members,jSherz/lsd-members,jSherz/lsd-members,jSherz/lsd-members
|
9282ee25cded14dae00f984c33e87950a497cb53
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
before_script:
- docker info
build_image:
script:
- docker build -t my-docker-image ./BHCDatabase/
- docker run my-docker-image ./bin/rails t
|
before_script:
- docker info
build_image:
script:
- docker build -t my-docker-image ./BHCDatabase/
- docker run my-docker-image ./BHCDatabase/bin/rails t
|
Fix the fix of the fix
|
Fix the fix of the fix
|
YAML
|
mit
|
DaBrown95/BHCDatabase,DaBrown95/BHCDatabase,DaBrown95/BHCDatabase
|
bab96660e81b1c7bb69c31fffa583f8cfe4108da
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: registry.gitlab.gnome.org/gnome/glib-networking/master:v8
fedora-x86_64:
script:
# Sadly, GCC 9's LeakSanitizer is quite crashy, #86.
# So we will run our tests under asan only once.
- meson -Db_sanitize=address
-Dgnutls=enabled
-Dopenssl=enabled
-Dlibproxy=enabled
-Dgnome_proxy=enabled
-Dwerror=true
build/
- ninja -C build/
- ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=3 -C build/
- rm -rf build/
# Now again, this time without asan. We will additionally test installation.
- meson --prefix=$HOME/glib-networking-installed
-Dgnutls=enabled
-Dopenssl=enabled
-Dlibproxy=enabled
-Dgnome_proxy=enabled
-Dwerror=true
build/
- ninja -C build/
- meson test -v -C build/ --repeat=500
- meson install -C build/
artifacts:
paths:
- build/test-results
when: on_failure
|
image: registry.gitlab.gnome.org/gnome/glib-networking/master:v8
fedora-x86_64:
script:
# Sadly, GCC 9's LeakSanitizer is quite crashy, #86.
# So we will run our tests under asan only once.
- meson -Db_sanitize=address
-Dgnutls=enabled
-Dopenssl=enabled
-Dlibproxy=enabled
-Dgnome_proxy=enabled
-Dwerror=true
build/
- ninja -C build/
- ASAN_OPTIONS=fast_unwind_on_malloc=0 meson test --verbose --timeout-multiplier=10 -C build/
- rm -rf build/
# Now again, this time without asan. We will additionally test installation.
- meson --prefix=$HOME/glib-networking-installed
-Dgnutls=enabled
-Dopenssl=enabled
-Dlibproxy=enabled
-Dgnome_proxy=enabled
-Dwerror=true
build/
- ninja -C build/
- meson test -v -C build/ --repeat=500
- meson install -C build/
artifacts:
paths:
- build/test-results
when: on_failure
|
Increase CI timeout for asan run
|
Increase CI timeout for asan run
It's rare, but we have hit the 3x (90s) timeout, so let's increase it
even further to 10x (300s, five minutes).
|
YAML
|
lgpl-2.1
|
GNOME/glib-networking,GNOME/glib-networking,GNOME/glib-networking
|
299e9dc7704443420fd1faa1ce4d1842a4ce172c
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
- 0.11
|
language: node_js
node_js:
- "node"
- "iojs"
- "0.10"
|
Add iojs and latest node to Travis
|
Add iojs and latest node to Travis
|
YAML
|
mit
|
beaugunderson/ip-address,beaugunderson/ip-address,beaugunderson/ip-address
|
a8d567441d19d78748373d4ebb0048f7eea6104b
|
.travis.yml
|
.travis.yml
|
language: objective-c
rvm: 2.1.0
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- brew update
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
|
language: objective-c
rvm: 2.0.0
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- brew update
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
|
Revert back to Ruby 2.0.0, as it is the default for the current version of OS X.
|
Revert back to Ruby 2.0.0, as it is the default for the current version of OS X.
|
YAML
|
mit
|
level1james/RedditKit,rdougan/RedditKit,klanchman/RedditKit,davbeck/RedditKit,pmick/RedditKit,samsymons/RedditKit
|
d5c35dfbc4494843002cf5024084345322c96699
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
install:
- gem install bundler
- bundle install
script: buildr clean package
|
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
install:
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
|
Reduce the size of the git repository downloaded during TravisCI testing.
|
Reduce the size of the git repository downloaded during TravisCI testing.
|
YAML
|
apache-2.0
|
realityforge/proxy-servlet,realityforge/proxy-servlet
|
85cb8636d464cee4416172dcfc18a442d8d18aa7
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install:
# This is a workaround for a problem with a specific version of bundler and
# rubygems
- gem update --system
|
language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
before_install:
# This is a workaround for a problem with a specific version of bundler and
# rubygems
- gem update --system
|
Remove testing for Ruby 2.1
|
Remove testing for Ruby 2.1
I need to run gem update --system in order to fix a compatibility
issue between ruby gems and bundler on Runy 2.5. However, this command
fails on Ruby 2.1, given that version 2.1 was EOL'd two years ago
this should be a safe change to make.
|
YAML
|
mit
|
fullfabric/sablon,senny/sablon
|
c08f659c45723883401e4c18e96e832d0a4b543c
|
.travis.yml
|
.travis.yml
|
env:
global:
- NODEJS_VERSION=0.10
- NODEJS_CMD=node
install:
- sudo pip install git+https://github.com/google/closure-linter.git
- nvm install ${NODEJS_VERSION} && nvm alias default ${NODEJS_VERSION}
- ./do.sh install_deps
script:
- ./do.sh lint
- ./do.sh build_app debug
- ./do.sh test_compat_e2e
- ./do.sh clean
- ./do.sh build_extension debug
|
env:
global:
- NODEJS_VERSION=0.10
- NODEJS_CMD=node
install:
- export PATH=$HOME/.local/bin:$PATH
- pip install --user $USER hh git+https://github.com/google/closure-linter.git
- nvm install ${NODEJS_VERSION} && nvm alias default ${NODEJS_VERSION}
- ./do.sh install_deps
script:
- ./do.sh lint
- ./do.sh build_app debug
- ./do.sh test_compat_e2e
- ./do.sh clean
- ./do.sh build_extension debug
|
Install Closure Linter without sudo.
|
Install Closure Linter without sudo.
|
YAML
|
apache-2.0
|
koto/end-to-end-1,sirdarckcat/end-to-end,sirdarckcat/end-to-end,rcchan/end-to-end,koto/end-to-end-1,kbsriram/end-to-end,dconnolly/google-end-to-end,sirdarckcat/end-to-end,Endika/end-to-end,koto/end-to-end-1,digideskio/end-to-end,sirdarckcat/end-to-end,koto/end-to-end-1,adhintz/end-to-end,rcchan/end-to-end,koto/end-to-end-1,google/end-to-end,google/end-to-end,dconnolly/google-end-to-end,Endika/end-to-end,kbsriram/end-to-end,adhintz/end-to-end,rcchan/end-to-end,sirdarckcat/end-to-end,Endika/end-to-end,dconnolly/google-end-to-end,adhintz/end-to-end,google/end-to-end,kbsriram/end-to-end,digideskio/end-to-end,kbsriram/end-to-end,adhintz/end-to-end,google/end-to-end,dconnolly/google-end-to-end,Endika/end-to-end,adhintz/end-to-end,digideskio/end-to-end,Endika/end-to-end,rcchan/end-to-end,google/end-to-end,digideskio/end-to-end,kbsriram/end-to-end
|
df8b7a16d2d67f05ab8af84cbafa016f6d97e940
|
.travis.yml
|
.travis.yml
|
language: objective-c
before_install:
- rvm get stable
- rvm use ruby-2.0.0-p247
script: rake ci
|
language: objective-c
script: rake ci
|
Revert workaround for broken Travis box
|
Revert workaround for broken Travis box
|
YAML
|
mit
|
yujinakayama/NAKPlaybackIndicatorView
|
1ecaa464f1cc3f107b0357e22deaf02d6c266722
|
.travis.yml
|
.travis.yml
|
language: java
sudo: false
jdk:
- oraclejdk8
install: true
script:
- mvn -B clean verify -Pes-1x
- mvn -B clean verify -Pes-2x
- mvn -B clean verify
after_success:
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DskipTests --settings deploy-settings.xml"
|
language: java
sudo: false
jdk:
- oraclejdk8
before_script:
- echo "MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" > ~/.mavenrc
install: true
script:
- mvn -B clean verify -Pes-1x
- mvn -B clean verify -Pes-2x
- mvn -B clean verify
after_success:
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DskipTests --settings deploy-settings.xml"
|
Make sure Travis does not ignore our MAVEN settings
|
Make sure Travis does not ignore our MAVEN settings
|
YAML
|
apache-2.0
|
dadoonet/fsriver,dadoonet/fsriver,dadoonet/fscrawler,kneubi/fscrawler,kneubi/fscrawler,kneubi/fscrawler,dadoonet/fscrawler,dadoonet/fsriver,dadoonet/fscrawler
|
5e467e111c53d6ce5e62a8bbf1bd635aa9c62d39
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
- tools
- build-tools-26.0.0
- android-26
- extra-android-m2repository
jdk: oraclejdk8
script:
- mvn -q android:lint
- mvn -q test
- ./gradlew build
|
language: android
android:
components:
- tools
- build-tools-26.0.0
- android-26
- extra-android-m2repository
jdk: oraclejdk8
script:
- mvn -q android:lint
- mvn -q test
- mvn -q clean
- ./gradlew build
|
Clean between builds, so roboelectric doesn't pick up on library unpacked by maven when run from gradle.
|
Clean between builds, so roboelectric doesn't pick up on library unpacked by maven when run from gradle.
|
YAML
|
apache-2.0
|
ashh87/sms-backup-plus,ashh87/sms-backup-plus
|
55b0cce2e7cab6d952f74a96e4fc729c74e77eb7
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- PILLOW_VERSION=2.9.0
- PILLOW_VERSION=3.0.0
- PILLOW_VERSION=3.1.0.rc1
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq
- sudo apt-get install -qq ubuntu-restricted-extras
- sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg
- sudo locale-gen fr_FR.UTF-8
install:
- pip install -q Pillow==$PILLOW_VERSION
- pip install pytest pytest-cov
- pip install coveralls
- pip install .
script: py.test --cov sigal --cov-report term-missing tests/
after_success:
coveralls
notifications:
irc: "chat.freenode.net#sigal"
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- PILLOW_VERSION=2.9.0
- PILLOW_VERSION=3.0.0
- PILLOW_VERSION=3.1.0
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq
- sudo apt-get install -qq ubuntu-restricted-extras
- sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg
- sudo locale-gen fr_FR.UTF-8
install:
- pip install -q Pillow==$PILLOW_VERSION
- pip install pytest pytest-cov
- pip install coveralls
- pip install .
script: py.test --cov sigal --cov-report term-missing tests/
after_success:
coveralls
notifications:
irc: "chat.freenode.net#sigal"
|
Use final release of Pillow 3.1.0
|
Use final release of Pillow 3.1.0
|
YAML
|
mit
|
kontza/sigal,kontza/sigal,kontza/sigal
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.