commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
6bce4a5e68784b1519da9ef0a291a2cee18ebfd9 | .travis.yml | .travis.yml | language: ruby
sudo: false
before_script:
- |
curl -s https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo --prefix=$HOME/.local
export PATH=$HOME/.local/bin:$PATH
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
matrix:
fast_finish: true
before_install: gem install bund... | language: ruby
sudo: false
before_script:
- |
curl -s https://static.rust-lang.org/rustup.sh | sh -s -- -y --disable-sudo --prefix=$HOME/.local
export LD_LIBRARY_PATH=$HOME/.local/lib
export PATH=$HOME/.local/bin:$PATH
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
matrix:
fast_... | Add .local/lib to LD_LIBRARY_PATH on Travis | Add .local/lib to LD_LIBRARY_PATH on Travis
| YAML | mit | cryptosphere/ruby-ring,cryptosphere/ruby-ring |
43f95904ba49a87b445657556a72ba0ec031da10 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.4.0
- 2.3.3
- 2.2.6
- "2.1"
- "2.0"
before_install: gem update bundler
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
bun... | language: ruby
cache: bundler
rvm:
- 2.4.0
- 2.3.3
- 2.2.6
- "2.1"
- "2.0"
before_install: gem update bundler
env:
global:
- CC_TEST_REPORTER_ID=56a19efe95a8513862d3afb5bb3c02efc21d33a389b0f80a15e96e8590c84d40
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-lates... | Set the codeclimate repo token | Set the codeclimate repo token
| YAML | mit | antifuchs/gmail-britta |
d749f029645b202c7c558c87699e907b0828cae8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "5"
- "4"
| language: node_js
node_js:
- "6"
- "5"
- "4"
before_install:
- npm i -g npm@latest
| Make sure we don't run npm@2 on Node v4 | Make sure we don't run npm@2 on Node v4
| YAML | mit | wyze/eslint-config-wyze |
63dfcfdc355d6981a4abf2f72b277e22386e373c | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "2.7"
# - "3.4"
env:
global:
- TEST_DB_USER="postgres"
matrix:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.7,<1.8"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
-... | # Config file for automatic testing at travis-ci.org
language: python
python:
- "2.7"
# - "3.4"
env:
global:
- TEST_DB_USER="postgres"
matrix:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.7,<1.8"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
-... | Use coveralls -v to find what's wrong | Use coveralls -v to find what's wrong
| YAML | bsd-3-clause | scibi/django-wlcmanager,scibi/django-wlcmanager |
43930e23d56c237cfcf5cea12a31c837be8dc6c2 | .travis.yml | .travis.yml | language: erlang
notifications:
recipients:
- edgurgel@gmail.com
otp_release:
- R16B
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir && git checkout v0.10.0 && make && cd ..
before_script: "export PATH=`pwd`/elixir/bin:$PATH"
script: "MIX_ENV=test mix do deps.get, test"
| language: erlang
notifications:
recipients:
- edgurgel@gmail.com
otp_release:
- R16B
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir && git checkout v0.10.0 && make && cd ..
before_script: "export PATH=`pwd`/elixir/bin:$PATH"
script: "MIX_ENV=test mix do deps.get, test --no-sta... | Use --no-start on mix test | Use --no-start on mix test
| YAML | mit | waffleio/poxa,joshk/poxa,RobertoSchneiders/poxa,edgurgel/poxa,edgurgel/poxa,edgurgel/poxa,joshk/poxa,waffleio/poxa,RobertoSchneiders/poxa,theinventor/rs-poxa |
3be883b1c6fc1937133c149b0f3760d8c1c8f41b | .travis.yml | .travis.yml | language: python
python:
- "3.5"
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- wget
- pkg-config
before_install:
- wget https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel_0.3.1-linux-x86_64.deb
- sha256sum -c tools/bazel_0.3.1-linux-x86_64.... | language: python
python:
- "3.5"
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- wget
- pkg-config
before_install:
- wget https://github.com/bazelbuild/bazel/releases/download/0.18.1/bazel_0.18.1-linux-x86_64.deb
- sha256sum -c bazel_0.18.1-linux-x86_64.deb... | Update path to sha signature. | Update path to sha signature.
| YAML | apache-2.0 | conversationai/conversationai-models,conversationai/conversationai-models |
db5e71f263d18d022a9490ce534985edea1679d1 | .travis.yml | .travis.yml | # https://travis-ci.org/#!/jleclanche/fireplace
sudo: false
language: python
python:
- 3.4
script:
- ./data/extras/enhance.py
- cd tests
- python test_main.py
notifications:
email:
on_failure: always
on_success: change
irc:
channels:
- "chat.freenode.net#hearthsim"
use_notice: true
... | # https://travis-ci.org/#!/jleclanche/fireplace
sudo: false
language: python
python:
- 3.4
script:
- ./data/extras/enhance.py
- cd tests
- python test_main.py
notifications:
email:
on_failure: always
on_success: change
irc:
channels:
- "chat.freenode.net#hearthsim"
use_notice: true
... | Change notification frequency and verbosity on IRC | Travis: Change notification frequency and verbosity on IRC
| YAML | agpl-3.0 | amw2104/fireplace,liujimj/fireplace,jleclanche/fireplace,Meerkov/fireplace,Meerkov/fireplace,smallnamespace/fireplace,butozerca/fireplace,beheh/fireplace,Ragowit/fireplace,amw2104/fireplace,oftc-ftw/fireplace,oftc-ftw/fireplace,NightKev/fireplace,butozerca/fireplace,smallnamespace/fireplace,Ragowit/fireplace,liujimj/fi... |
d452ab0d11fe7d917cc27c4e8b3319b188b1bf9f | .travis.yml | .travis.yml | language: python
sudo: false
env:
global:
- CONDA_DEPS="pip flake8 pytest dipy pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh"
python:
- '2.7'
- '3.5'
before_install:
- export MINICONDA=$HOME/miniconda
- export PA... | language: python
sudo: false
env:
global:
- CONDA_DEPS="pip flake8 pytest dipy pandas joblib dask" PIP_DEPS="coveralls pytest-cov boto3" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
python:
- '2.7'
- '3.5'
before_install:
- export MINICONDA=$HOME/miniconda
- export P... | Use Python 3 as the base installation of miniconda. | Use Python 3 as the base installation of miniconda.
| YAML | bsd-2-clause | arokem/pyAFQ,arokem/pyAFQ,yeatmanlab/pyAFQ,yeatmanlab/pyAFQ |
ab16ae743dbae7ae5ebe628b91d4c6f1b6b4c8e2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
before_install:
- cd ..
- git clone https://github.com/owncloud/core.git
- mv music core/apps/
- cd core
- git submodule init
- git submodule update
- cd apps/music
script:
- phpunit tests --coverage-clover clover.xml
# Create coverage report
- sh -c "i... | language: php
php:
- 5.4
- 5.5
- 5.6
before_install:
- cd ..
- git clone https://github.com/owncloud/core.git
- mv music core/apps/
- cd core
- git submodule init
- git submodule update
- cd apps/music
script:
- phpunit --coverage-clover clover.xml tests
# Create coverage report
- sh -c "if... | Fix phpunit call to generate clover file | Fix phpunit call to generate clover file
| YAML | agpl-3.0 | DavidPrevot/music,pellaeon/music,paulijar/music,owncloud/music,Faldon/music,owncloud/music,uycarumba/music,Faldon/music,pellaeon/music,paulijar/music,Faldon/music,DavidPrevot/music,Faldon/music,owncloud/music,paulijar/music,owncloud/music,uycarumba/music,pellaeon/music,owncloud/music,paulijar/music,Faldon/music,DavidPr... |
23732533ffbeaab9f3377d7598ebcda111a44cd4 | metadata/com.antony.muzei.pixiv.yml | metadata/com.antony.muzei.pixiv.yml | AntiFeatures:
- NonFreeNet
Categories:
- Theming
License: GPL-3.0-only
AuthorName: Antony
AuthorEmail: yellowbluesky1@gmail.com
AuthorWebSite: https://yellowbluesky.github.io/
SourceCode: https://github.com/yellowbluesky/PixivforMuzei3
IssueTracker: https://github.com/yellowbluesky/PixivforMuzei3/issues
Changelog: ... | AntiFeatures:
- NonFreeNet
Categories:
- Theming
License: GPL-3.0-only
AuthorName: Antony
AuthorEmail: yellowbluesky1@gmail.com
AuthorWebSite: https://yellowbluesky.github.io/
SourceCode: https://github.com/yellowbluesky/PixivforMuzei3
IssueTracker: https://github.com/yellowbluesky/PixivforMuzei3/issues
Changelog: ... | Update Pixiv for Muzei 3 to 2.9.1 (276) | Update Pixiv for Muzei 3 to 2.9.1 (276)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2f53a2f0c75622e9b66e13fc73a298edae9f6cf7 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 2.3.4
- 2.4.1
branches:
only:
- master
script:
- "bundle exec rake"
| language: ruby
sudo: false
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
branches:
only:
- master
script:
- "bundle exec rake"
| Add rubies on ci to run test | Add rubies on ci to run test
and remove specifying TEENY version
| YAML | mit | k0kubun/rack-user_agent |
e1f22b592f73e7ceb41b5b08842c8c66f5664fd9 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- 6
- 7
cache:
directories:
- node_modules
- packages/create-react-app/node_modules
- packages/react-scripts/node_modules
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'... | ---
language: node_js
node_js:
- 6
- 7
cache:
directories:
- node_modules
- packages/create-react-app/node_modules
- packages/react-scripts/node_modules
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'... | Disable Yarn on CI temporarily | Disable Yarn on CI temporarily | YAML | mit | jdcrensh/create-react-app,infernojs/create-inferno-app,dsopel94/create-react-app,Place1/create-react-app-typescript,romaindso/create-react-app,jdcrensh/create-react-app,TondaHack/create-react-app,Timer/create-react-app,mangomint/create-react-app,jdcrensh/create-react-app,liamhu/create-react-app,andrewmaudsley/create-re... |
6d4be7f7dafa313a75e4797eb7c547a9a16a1283 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
notifications:
email: no
| language: rust
rust:
- stable
- beta
- nightly
- 1.15.0 # Minimum supported version
matrix:
allow_failures:
- rust: nightly
notifications:
email: no
| Add testing via TravisCI on the minimum supported version of rustc | Add testing via TravisCI on the minimum supported version of rustc
| YAML | mpl-2.0 | dariost/dazzle |
cbc31af729b9f892d50fb1b208a6fd9971913e0f | .travis.yml | .travis.yml | language: bash
sudo: required
services:
- docker
env:
- Dockerfile=3.1/debian
- Dockerfile=3.1/alpine
- Dockerfile=3.1/php5-debian
- Dockerfile=3.1/php5-alpine
- Dockerfile=2.5/debian
- Dockerfile=2.5/alpine
- Dockerfile=2.5/php5-debian
- Dockerfile=2.5/php5-alpine
before_script:
- make image DO... | language: bash
sudo: false
services:
- docker
env:
- Dockerfile=3.1/debian
- Dockerfile=3.1/alpine
- Dockerfile=3.1/php5-debian
- Dockerfile=3.1/php5-alpine
- Dockerfile=2.5/debian
- Dockerfile=2.5/alpine
- Dockerfile=2.5/php5-debian
- Dockerfile=2.5/php5-alpine
before_script:
- make image DOCKE... | Switch to containerized Travis builds | Switch to containerized Travis builds
| YAML | mit | kahlan/docker-image,kahlan/docker-image |
98df5332887d78e5e83e9fb00094260755559f59 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.9
- 0.8
- 0.6
before_install: "npm install -g bob"
script: "bob build"
| language: node_js
node_js:
- 0.8
- 0.6
before_install: "npm install -g bob"
script: "bob build"
| Drop 0.9, waiting for Buster to fix 0.10 compatibility. | Drop 0.9, waiting for Buster to fix 0.10 compatibility.
| YAML | mit | cliffano/ae86 |
4d000bdba774dca8633b2c2729f4fbafd65b831b | .travis.yml | .travis.yml | sudo: false
language: java
matrix:
include:
- jdk: oraclejdk7
env: WLP_VERSION=8.5.5_07
- jdk: oraclejdk8
env: WLP_VERSION=8.5.5_08
script:
- travis_wait ./gradlew check -Prunit=online -DwlpVersion=$WLP_VERSION -DwlpLicense=L-MCAO-9SYMVC
| sudo: false
language: java
matrix:
include:
- jdk: oraclejdk7
env: WLP_VERSION=8.5.5_09 WLP_LICENSE=L-MCAO-9SYMVC
- jdk: oraclejdk8
env: WLP_VERSION=16.0.0_2 WLP_LICENSE=L-SWIS-A99U5C
script:
- travis_wait ./gradlew check -Prunit=online -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICENSE
| Update Liberty versions for tests | Update Liberty versions for tests
| YAML | apache-2.0 | jjvilleg/ci.gradle,WASdev/ci.gradle,cthigh/ci.gradle,jjvilleg/ci.gradle,WASdev/ci.gradle |
dc2b45864cdfb29c2e61dc1816c12240a7362c7d | .travis.yml | .travis.yml | language: generic
sudo: true
services:
- docker
env:
global:
- DOCKER_CONFIG=./.docker
matrix:
- TAG=3.2
- TAG=3.3
script:
- make build
- make test
before_deploy:
- openssl aes-256-cbc -K "$DOCKER_CONF_key" -iv "$DOCKER_CONF_iv" -in .docker/config.json.enc -out .docker/config.json -d
deplo... | language: generic
sudo: true
services:
- docker
env:
matrix:
- TAG=3.2
- TAG=3.3
script:
- make build
- make test
before_deploy:
- export DOCKER_CONFIG="${HOME}/.docker"
- mkdir -p "$DOCKER_CONFIG"
- openssl aes-256-cbc -K "$DOCKER_CONF_key" -iv "$DOCKER_CONF_iv" -in .docker/config.json.enc -o... | Handle Docker push credentials more securely | Handle Docker push credentials more securely
Currently, we load the docker configuration in `.docker`, which *could*
(but hasn't in any of our repos) end up in the Docker image if we ran a
`ADD . somewhere` instruction.
This updates the Travis build file to copy the Docker configuration
outside of the build directory... | YAML | mit | aptible/docker-alpine |
f37a30cad66c7dc3ead55ddb228ffd557b1f3290 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r web/requirements.txt
- pip install -r executor/requirements.txt
# command to run tests
script: cd web; ./manage.py test
after_success:
- bash <(curl ... | language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r web/requirements.txt
- pip install -r executor/requirements.txt
- pip install scrutinizer-ocular
# command to run tests
script: coverage run ./web/ma... | Enable code coverage in Scrutinizer | Enable code coverage in Scrutinizer
| YAML | agpl-3.0 | troeger/opensubmit,troeger/opensubmit,troeger/opensubmit,troeger/opensubmit,troeger/opensubmit |
b39034cfe78e8d206f3ba41b3320251f3dc7b354 | .travis.yml | .travis.yml | dist: trusty
language: java
jdk:
- openjdk7
- oraclejdk8
addons:
chrome: stable
sudo: false
before_install:
- nvm i node
- npm install
script :
- npm run build-static
- npm test
- npm run lint-js
- cd uw-frame-java/
- mvn clean install
cache:
directories:
- $HOME/.m2
- $HOME/.npm
| language: java
sudo: false
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
jdk: oraclejdk8
- os: linux
dist: trusty
jdk: openjdk7
- os: osx
osx_image: xcode8.3
addons:
chrome: stable
before_install:
- nvm i node
- npm install
script :
- npm run buil... | Add macOS environment to Travis CI | Add macOS environment to Travis CI
| YAML | apache-2.0 | UW-Madison-DoIT/uw-frame,UW-Madison-DoIT/uw-frame,paulerickson/uw-frame,uPortal-Project/uportal-app-framework,paulerickson/uw-frame,thevoiceofzeke/uw-frame,thevoiceofzeke/uw-frame,uPortal-Project/uportal-app-framework,paulerickson/uw-frame,uPortal-Project/uportal-app-framework,thevoiceofzeke/uw-frame,UW-Madison-DoIT/uw... |
d7feb7e98c0b89349a8430c04c21ac2e3fd143a2 | .travis.yml | .travis.yml | language: erlang
env:
global:
- PLATFORM=linux
- LUAROCKS_VER=2.1.0
matrix:
- LUA=lua5.1 ZMQ_VER=zeromq3 LUA_SFX=
- LUA=lua5.2 ZMQ_VER=zeromq3 LUA_SFX=
- LUA=luajit ZMQ_VER=zeromq3 LUA_SFX=jit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- bash .travis/setup_... | language: erlang
env:
global:
- PLATFORM=linux
- LUAROCKS_VER=2.1.0
matrix:
- LUA=lua5.1 ZMQ_VER=zeromq3 LUA_SFX=
- LUA=lua5.2 ZMQ_VER=zeromq3 LUA_SFX=
- LUA=luajit ZMQ_VER=zeromq3 LUA_SFX=jit
branches:
only:
- master
before_install:
- bash .travis/setup_lua.sh
- bash .travis/setup_... | Use current master for lua-cmsgpack. | Use current master for lua-cmsgpack.
| YAML | mit | moteus/lua-Parallel,kidaa/lua-Parallel |
e915f1a627c788aaa001790d96045eb648f61eb3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.1
script: "bundle exec rspec"
| language: ruby
rvm:
- 2.1.10
- 2.2.6
- 2.3.3
script: "bundle exec rspec"
| Update rubies for Travis CI | Update rubies for Travis CI
| YAML | mit | deees/sshkit-chunky-runner |
94174b10137095208ac292b0a7bc5e5471b37fb2 | .travis.yml | .travis.yml | sudo: false
cache: bundler
language: ruby
dist: trusty
rvm:
- jruby-9.1.15.0
- jruby-head
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- ruby-head
env:
global:
- JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby
matrix:
- 'TASK=spec'
- 'TASK=ascii_spec'
- 'TASK=internal_i... | sudo: false
cache: bundler
language: ruby
dist: trusty
rvm:
- jruby-9.1.15.0
- jruby-head
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- ruby-head
env:
global:
- JRUBY_OPTS='--debug -J-Xmx1000M' # get more accurate coverage data in JRuby
matrix:
- 'TASK=spec'
- 'TASK=ascii_spec'
- 'TASK=internal_i... | Revert `Workaround for broke Travis with RubyGems 2.7` | Revert `Workaround for broke Travis with RubyGems 2.7`
rubygems/rubygems#2123 has been resolved and fixed version
RubyGems 2.7.4 released.
Version specification to `gem update --system` is no longer necessary.
Related rails/rails#31558.
| YAML | mit | petehamilton/rubocop,rrosenblum/rubocop,meganemura/rubocop,palkan/rubocop,bquorning/rubocop,panthomakos/rubocop,jfelchner/rubocop,urbanautomaton/rubocop,bbatsov/rubocop,petehamilton/rubocop,tdeo/rubocop,jmks/rubocop,panthomakos/rubocop,sue445/rubocop,urbanautomaton/rubocop,vergenzt/rubocop,maxjacobson/rubocop,deivid-ro... |
fbe4f8044a66cbc47ef0e429eb2722cd4ca8093d | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm: 2.2.1
before_script:
- bundle exec ruby spec/integration/support/run_all.rb
- sleep 1
script:
- bundle exec rspec --exclude-pattern "spec/integration/*"
- bundle exec rspec spec/integration
| sudo: false
language: ruby
cache: bundler
rvm: 2.2.1
services:
- redis-server
before_script:
- bundle exec ruby spec/integration/support/run_all.rb
- sleep 1
script:
- bundle exec rspec --exclude-pattern "spec/integration/*"
- bundle exec rspec spec/integration
| Add Redis service to Travis | Add Redis service to Travis
| YAML | mit | Everlane/async_cache |
8dfb97f92aa9173b608e78db89baf3ab0698ebd4 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
after_success:
- mvn jacoco:report coveralls:report
| language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk8
after_success:
- mvn jacoco:report coveralls:report
| Add OpenJDK 6 and OracleJDK 8 and remove OracleJDK 7 | Add OpenJDK 6 and OracleJDK 8 and remove OracleJDK 7
| YAML | apache-2.0 | johnpaularthur/rundeck-slack-plugin,Sylvain-Bugat/rundeck-slack-plugin |
cd5764812337d2435b9a207422ffeb1e216f0504 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
env:
- TEST_DIR=/
- TEST_DIR=packages/dispatchr
- TEST_DIR=packages/fluxible
- TEST_DIR=packages/fluxible-plugin-fetchr
- TEST_DIR=packages/fluxible-reducer-store
- TEST_DIR=packages/fluxible-addons-react
- TEST_DIR=packages/fluxible-router
- TEST_DIR=pa... | sudo: false
language: node_js
node_js:
- "0.10"
env:
- TEST_DIR=packages/dispatchr
- TEST_DIR=packages/fluxible
- TEST_DIR=packages/fluxible-plugin-fetchr
- TEST_DIR=packages/fluxible-reducer-store
- TEST_DIR=packages/fluxible-addons-react
- TEST_DIR=packages/fluxible-router
- TEST_DIR=packages/generato... | Remove root from test_dir dimensions | Remove root from test_dir dimensions
| YAML | bsd-3-clause | pablolmiranda/fluxible |
c01d7ebb5ca7a9009273588a88069f68af0400db | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '14'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| Build with Node.js 14 on Travis CI. | Build with Node.js 14 on Travis CI.
See #8.
| YAML | mit | bigeasy/wildmap |
239f022c64e0f28244f6303bb8c1497f5c4afe62 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
sudo: false
services:
- mysql
env:
global:
- ARTISAN_DB_HOST=127.0.0.1
- ARTISAN_DB_PORT=3306
- ARTISAN_DB_USER=travis
- ARTISAN_DB_PASS=""
matrix:
- PHPUNIT_VERSION="^5.7"
- PHPUNIT_VERSION="^6.0"
cache:
directories:
- $HOME/.composer/cache
b... | language: php
php:
- 7.0
- 7.1
- 7.2
sudo: false
services:
- mysql
env:
global:
- ARTISAN_DB_HOST=127.0.0.1
- ARTISAN_DB_PORT=3306
- ARTISAN_DB_USER=travis
- ARTISAN_DB_PASS=""
matrix:
- PHPUNIT_VERSION="^5.7"
- PHPUNIT_VERSION="^6.0"
cache:
directories:
- $HOME/.composer/... | Add PHP 7.2 to Travis | Add PHP 7.2 to Travis
| YAML | mit | thecrypticace/suitey |
f344d3a3cf60cfe0475dc91ca57eec8fea2d3d29 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- ruby-head
env:
- RUST=yes
- RUST=no
matrix:
allow_failures:
- rvm: ruby-head
before_install:
- if [[ "$RUST" == "yes" ]]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable; export PATH="$HOME/.cargo/bin:$PATH"; fi
... | sudo: false
language: ruby
rvm:
- 2.4.2
- 2.3.5
- 2.2.8
- ruby-head
env:
- RUST=yes
- RUST=no
matrix:
allow_failures:
- rvm: ruby-head
before_install:
- if [[ "$RUST" == "yes" ]]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable; export PATH="$HOME/.cargo/bin:$PATH"; fi
... | Update TravisCI ruby versions to latest point releases. | Update TravisCI ruby versions to latest point releases.
| YAML | mit | ubcsanskrit/sanscript.rb,ubcsanskrit/sanscript.rb,ubcsanskrit/sanscript.rb |
01e24a398e3f5f4d9f63111c9ccb3cb8acfc604f | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
script: vendor/bin/phpunit
| language: php
php:
- '7.1'
- '7.2'
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
script: vendor/bin/phpunit
| Drop support for PHP <7.1 in Travis. | Drop support for PHP <7.1 in Travis.
| YAML | mit | nicklaw5/twitch-api-php,nicklaw5/twitch-api-php |
0ebb41eb30653b19d1d857b786bf5790efec571d | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.5"
- "3.6"
# - "nightly"
script: pytest
before_install:
- export CPPFLAGS=`gdal-config --cflags`
- export LDFLAGS=`gdal-config --libs`
- export PROJ_LIB=/usr/share/proj
install:
- apt-get build-dep rasterio
- pip install -r dev-requirements.txt
- pip install .
... | language: python
python:
- "2.7"
- "3.5"
- "3.6"
# - "nightly"
script: pytest
before_install:
- export CPPFLAGS=`gdal-config --cflags`
- export LDFLAGS=`gdal-config --libs`
- export PROJ_LIB=/usr/share/proj
install:
- sudo apt-get build-dep rasterio
- pip install -r dev-requirements.txt
- pip insta... | Install rasterio build-dependencies as superuser | Install rasterio build-dependencies as superuser
| YAML | mit | johanvdw/niche_vlaanderen |
543d70c56f6d54866d9b4430806c8a23a0905175 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '7'
- '6'
- '4'
| sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
| Update Travis CI node versions | Test(config): Update Travis CI node versions | YAML | unlicense | fvdm/nodejs-searchitunes |
0584772479689fc58de6e62e7b3eb4d05bd0cad3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
sudo: false
addons:
apt:
packages:
- python-opencv
install:
- pip install -r requirements.txt
- pip install codecov
script:
- py.test
after_success:
- py.test --cov=avena
- codecov
virtualenv:
system_site_packages: true
| language: python
python:
- "2.7"
- "3.2"
sudo: false
install:
- pip install -r requirements.txt
- pip install codecov
script:
- py.test
after_success:
- py.test --cov=avena
- codecov
| Drop the requirement for OpenCV on Travis CI. | Drop the requirement for OpenCV on Travis CI.
| YAML | isc | eliteraspberries/avena |
b305d8aafeda32e2bb1e05226d625572a69a8fde | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
| language: node_js
node_js:
- "5.4"
- "5.3"
- "5.2"
- "5.1"
- "5.0"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9 | Extend nodejs versions for CI | Extend nodejs versions for CI
| YAML | mit | codeout/node-bgpdump2,codeout/node-bgpdump2,codeout/node-bgpdump2 |
bf8117a6d79ba2effa71dee1d24520b75380b666 | .travis.yml | .travis.yml | language: c
sudo: required
services:
- rabbitmq
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
matrix:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
global:
- PACKAGE=amqp-client
... | language: c
sudo: required
services:
- rabbitmq
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
matrix:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
global:
- PACKAGE=amqp-client
... | Remove build on osx as rabbutmq server does not seem to work | Remove build on osx as rabbutmq server does not seem to work
| YAML | bsd-3-clause | andersfugmann/amqp-client,andersfugmann/amqp-client |
7c5ba0408d6f2c4b2802d1994f418b3ba5dc2163 | .travis.yml | .travis.yml | language: python
python:
# - "3.3"
# - "3.4"
- "3.5"
# - "3.5-dev" # 3.5 development branch
- "3.6"
# - "3.6-dev" # 3.6 development branch
# - "3.7-dev" # 3.7 development branch
# - "nightly" # currently points to 3.7-dev
# command to install dependencies
install:
- pip install .
- pip install json... | language: python
python:
# - "3.3"
# - "3.4"
# - "3.5"
# - "3.5-dev" # 3.5 development branch
- "3.6"
# - "3.6-dev" # 3.6 development branch
# - "3.7-dev" # 3.7 development branch
# - "nightly" # currently points to 3.7-dev
# command to install dependencies
install:
- pip install .
- pip install js... | Make sure to include Pillow/PIL to requirements | Make sure to include Pillow/PIL to requirements
| YAML | mit | goosechooser/cps2-zmq |
f3dd2acfd2781109de6608f22bd35da8b402d813 | .travis.yml | .travis.yml | language: php
php:
- 5.5
before_script:
- composer self-update
- composer install --no-interaction --prefer-source
script:
vendor/bin/phpunit tests
addons:
ssh_known_hosts: vps.jmgpena.net
before_install:
- openssl aes-256-cbc -K $encrypted_24bcea8dbc9d_key -iv $encrypted_24bcea8dbc9d_iv -in deploy_key.e... | language: php
php:
- 5.5
before_script:
- composer self-update
- composer install --no-interaction --prefer-source
script:
vendor/bin/phpunit tests
addons:
ssh_known_hosts: vps.jmgpena.net
before_install:
- openssl aes-256-cbc -K $encrypted_24bcea8dbc9d_key -iv $encrypted_24bcea8dbc9d_iv -in deploy_key.e... | Fix bug in deploy script | Fix bug in deploy script
| YAML | unlicense | jmgpena/cfc,jmgpena/cfc,jmgpena/cfc |
eec913a517bf6bd0981f381df801b3624f418f2b | .travis.yml | .travis.yml | sudo: false
rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
notifications:
webhooks:
urls: # gitter
- https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
| sudo: false
rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
notifications:
email:
- cukes-devs@googlegroups.com
webhooks:
urls: # gitter
- https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
| Add back email notifications for builds | Add back email notifications for builds
| YAML | mit | danascheider/cucumber-ruby,marxarelli/cucumber,twalpole/cucumber,shadow000902/cucumber-ruby,enkessler/cucumber-ruby,phoebeclarke/cucumber-ruby,shadow000902/cucumber-ruby,enkessler/cucumber-ruby,danascheider/cucumber-ruby,cucumber/cucumber-ruby,phoebeclarke/cucumber-ruby,cucumber/cucumber-ruby,enkessler/cucumber-ruby,ri... |
1f4215b8a0412a998f8f59a05e92481620e3eded | .travis.yml | .travis.yml | language: python
python: 2.7
env:
- TOX_ENV=flake8
- TOX_ENV=py35-django19
- TOX_ENV=py35-django18
- TOX_ENV=py34-django19
- TOX_ENV=py34-django18
- TOX_ENV=py27-django19
- TOX_ENV=py27-django18
- TOX_ENV=py27-django17
- TOX_ENV=py27-django16
- TOX_ENV=py27-django14
- TOX_ENV=pypy-django19
- TOX... | language: python
python: 2.7
env:
- TOX_ENV=flake8
- TOX_ENV=py34-django19
- TOX_ENV=py34-django18
- TOX_ENV=py27-django19
- TOX_ENV=py27-django18
- TOX_ENV=py27-django17
- TOX_ENV=py27-django16
- TOX_ENV=py27-django14
- TOX_ENV=pypy-django19
- TOX_ENV=pypy-django18
install:
- pip install tox
scri... | Remove Python 3.5 from Travis tests | Remove Python 3.5 from Travis tests
Interpeter's only available if specified in Travis matrix
| YAML | bsd-2-clause | bennylope/django-addendum,bennylope/django-addendum |
a91488d09e483b4946f2619e600031211b9e2319 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- 2.7
install:
- pip install -U pip setuptools wheel codecov
- python setup.py install
script:
- python setup.py test
after_success:
- codecov
| language: python
sudo: false
python:
- 2.7
install:
- pip install -U pip setuptools wheel codecov
- pip install .
script:
- python setup.py test
after_success:
- codecov
| Use pip to install dependencies | Use pip to install dependencies
| YAML | bsd-2-clause | bogdal/sentry-youtrack,bogdal/sentry-youtrack,bogdal/sentry-youtrack,bogdal/sentry-youtrack |
19be47ec5bba7d0c1a6fa179f1900863ad32b53e | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
- (cd cli && cargo build --verbose)
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
- "(cd cli && cargo build --verbose)"
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
pip ... | Update GitHub pages on success. | Update GitHub pages on success.
| YAML | mit | fnichol/names |
6b61200f7c499b934afa1ee1d27475cb013ec62d | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "2.7"
- "2.6"
install:
- "pip install numpy scipy sympy"
script: nosetests
| language: python
python:
- "3.3"
- "2.7"
- "2.6"
install:
- "pip install numpy scipy"
script: nosetests
| Remove sympy from CI tests (no BLAS available on Travis) | Remove sympy from CI tests (no BLAS available on Travis)
| YAML | bsd-2-clause | johnbachman/pysb,johnbachman/pysb,neurord/pysb,LoLab-VU/pysb,LoLab-VU/pysb,jmuhlich/pysb,neurord/pysb,pysb/pysb,neurord/pysb,alubbock/pysb |
86eba17b5100db9f731d89855561a1c4611964de | .travis.yml | .travis.yml | language: c
install: pip install paver
script: paver test_libc
addons:
apt:
packages:
- python
- python3
- python-pip
| #This is a C project, but Python works better.
#Has C compiler, plus I can use Pip to install Paver
language: python
install: pip install paver
script: paver test_libc
| Switch to Python container from C container | Switch to Python container from C container
| YAML | mit | simon-andrews/norby,simon-andrews/norby,simon-andrews/norby |
849cf8c46e63b1a92317ad4ea47c44e90d5290d0 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run
| language: php
php:
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run
| Remove php 5.4 testing requirement | Remove php 5.4 testing requirement
| YAML | mit | nisaac2fly/auth-saml-wrapper |
94d5ac28c2184618ae2325754743b434b862be6f | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "6"
- "8"
- "10"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
- TEST_FRAMEWORK=ember-qunit
- TEST_FRAMEWORK=ember-cli-mocha
matrix:
fast_finish: true
branches:
only:
- master
before_install:
- npm config set spi... | ---
language: node_js
node_js:
- "6"
- "8"
- "10"
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
- TEST_FRAMEWORK=ember-qunit
- TEST_FRAMEWORK=ember-cli-mocha
matrix:
fast_finish: true
branches:
only:
- master
before_install:
- npm config set spin false
- npm install -g... | 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 | trentmwillis/ember-exam,trentmwillis/ember-exam,trentmwillis/ember-scatter,trentmwillis/ember-scatter,trentmwillis/ember-exam |
3a5e19edf93bfa2cc77628f8d6596433e7cf9d80 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsma... | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev grap... | Build with node.js 0.10, 0.12, 4 and 5 (instead of 0.10, 0.12, and 4.2). | Travis: Build with node.js 0.10, 0.12, 4 and 5 (instead of 0.10, 0.12, and 4.2).
| YAML | bsd-3-clause | assetgraph/assetgraph-builder |
65d788567ebb61a597ea377c08ac17bbfc17b8b3 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
install: ./gradlew assemble -P -PsonatypeUsername=argius -PsonatypePassword=dummy
script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=dummy
| language: java
jdk:
- oraclejdk8
branches:
only:
- master
- develop
install: ./gradlew assemble -PsonatypeUsername=argius -PsonatypePassword=
script: ./gradlew test -PsonatypeUsername=argius -PsonatypePassword=
| Update Travis-CI to correct an error | Update Travis-CI to correct an error
| YAML | apache-2.0 | argius/minestra |
812620c3342e9b2e854916b2589a8f75e4e80a40 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INSTANCE=defau... | addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1404
- INS... | Update for Chef 15 license agreement and Chef Workstation | Update for Chef 15 license agreement and Chef Workstation
| YAML | apache-2.0 | chef-cookbooks/materialize,opscode-cookbooks/materialize,opscode-cookbooks/materialize,chef-cookbooks/materialize |
6788e25af9cf4604f5907cc899465daa36e3c727 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
- TOX_ENV=coverageenv
install:
- "pip install tox --download-cache $HOME/.pip-cache"
- "pip install coveralls --download-cache $HOME/.pip-cache"
script:
tox -e $TOX_ENV
after_success:
coveralls
cache:
directories:
- .tox
- $HOME/.pip-cache/
deploy:
provider:... | language: python
python:
- "2.7"
env:
- TOX_ENV=coverageenv RUN_COVERALLS=1
# - TOX_ENV=27gevent
# - TOX_ENV=pypygevent
# - TOX_ENV=33gevent
install:
- "pip install tox --download-cache $HOME/.pip-cache"
- "pip install coveralls --download-cache $HOME/.pip-cache"
script:
tox -e $TOX_ENV
after_success:
# Is... | Set up coveralls to only run if RUN_COVERALLS=1 | Set up coveralls to only run if RUN_COVERALLS=1
| YAML | apache-2.0 | rgalanakis/goless,rgalanakis/goless |
2ddd55001a39bb284373b5a25a36166179a06b84 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- google-chrome
- ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- g++-4.8
cache:
directories:
- node_modules
install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tm... | sudo: required
dist: trusty
language: node_js
node_js:
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- google-chrome
- ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- g++-4.8
cache:
directories:
- node_modules
install:
- "/sbin/start-stop-daemon --start --qui... | Upgrade to ubuntu trusty for Travis | Upgrade to ubuntu trusty for Travis
| YAML | mit | zalmoxisus/crossbuilder,zalmoxisus/browser-redux,zalmoxisus/crossbuilder,jordanco/drafter-frontend,zalmoxisus/browser-redux,jordanco/drafter-frontend,jordanco/drafter-frontend,zalmoxisus/crossbuilder,zalmoxisus/browser-redux |
40107962d8f1ae073d82c46288f75e481bfc4698 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2"
- "0.10"
addons:
code_climate:
repo_token: 1bebac5220990d286c9f0706d2fef547d0cc33d6cc488e7d3aadcaa26ed07c60
after_script:
- npm install codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
| language: node_js
node_js:
- "4.3"
- "0.10"
addons:
code_climate:
repo_token: 1bebac5220990d286c9f0706d2fef547d0cc33d6cc488e7d3aadcaa26ed07c60
after_script:
- npm install codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
| Update Node LTS to 4.3 branch | Update Node LTS to 4.3 branch
| YAML | mit | oleksiyk/binary-protocol |
5d86213fc7c59473e19d989a31ac209043c852e9 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby-9000
- ruby-head
- jruby-head
before_install:
- gem update bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
addons:
code_climate:
repo_token: 2c92f1d... | language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
rvm:
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby-9000
- ruby-head
- jruby-head
before_install:
- gem update bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
addons:
code_climate:
repo_token: 2c92f1dc6b512f1... | Remove Ruby 2.0 from Travis build matrix | Remove Ruby 2.0 from Travis build matrix | YAML | mit | icelab/call_sheet |
34ea6d6415b37f09db7ad029718fe7970ad96c3f | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
script:
- gradle build
deploy:
- provider: releases
api_key: ${GITHUB_API_KEY}
file_glob: true
file:
- ./build/libs/commons-configuration2-jackson-*.jar
skip_cleanup: true
on:
repo: Virtlink/commons-configuration2-jackson
branch: master
tags: true
- provider:... | language: java
jdk:
- oraclejdk8
script:
- gradle build
deploy:
- provider: releases
api_key: ${GITHUB_API_KEY}
file_glob: true
file:
- ./build/libs/commons-configuration2-jackson-*.jar
skip_cleanup: true
on:
repo: Virtlink/commons-configuration2-jackson
branch: master
tags: true
- provider:... | Move Travis to Oracle JDK 8 | Move Travis to Oracle JDK 8
| YAML | apache-2.0 | Virtlink/commons-configuration2-jackson,Virtlink/commons-configuration2-jackson |
bc2c4ef8af3c6a6ebcc1604537b48206560bbd91 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
install: pip install -r requirements.txt --use-mirrors
script: nosetests
| language: python
python:
- "2.6"
- "2.7"
install: pip install -r requirements.txt --use-mirrors
script: nosetests
| Remove 2.5 compatibility from Travis | Remove 2.5 compatibility from Travis
Just because it is a pain in the ass. | YAML | bsd-3-clause | westernx/sgsession |
aeeb938e18ab58795c1f1d05908fdb713456abfb | .travis.yml | .travis.yml | dist: trusty
sudo: false
language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
before_install:
... | dist: trusty
sudo: false
language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
before_install:
... | Update Travis config to install Z3 | Update Travis config to install Z3
| YAML | bsd-3-clause | GaloisInc/cryptol,GaloisInc/cryptol,GaloisInc/cryptol |
540db764a479896a6549cfa64e1f0219c7a69aac | .travis.yml | .travis.yml | language: python
# needed to use trusty
sudo: required
dist: trusty
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install codecov
- python setup.py install
script:
- coverage run --source=twstock setup.py test
after_success:
- coveralls
... | language: python
# needed to use trusty
sudo: required
dist: trusty
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install codecov
- python setup.py install
script:
- coverage run --source=twstock setup.py test
after_success:
... | Add python 3 nightly to help to test | Add python 3 nightly to help to test
| YAML | mit | TCCinTaiwan/twstock,mlouielu/twstock |
6e45c01302952866c0fb70f731acd58c3d5bc4f9 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.7
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar update | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.11
- SYMFONY_VERSION=origin/master
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar update | Update Travis config for new Symfony version | Update Travis config for new Symfony version | YAML | mit | elcweb/soap-client,byng-systems/phpforce-soap-client,fluxuator/soap-client,phpforce/soap-client |
e64db571b259ba60eb9ecf95077538a5bd6a2b02 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
- "4"
- "0.12"
| language: node_js
node_js:
- "6"
- "4"
- "0.12"
| Use node.js 6 on Travis CI | Use node.js 6 on Travis CI
| YAML | mit | rzhw/autoprefixer,yisibl/autoprefixer,postcss/autoprefixer |
38e6fd74fd2b81bafc1ebafcbb45fca6de15bf2e | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.1.2"
- "2.0.0"
- "1.9.3"
| language: ruby
rvm:
- 2.1.2
- 2.0.0
- 1.9.3
deploy:
provider: rubygems
api_key:
secure: E1RIsTEaqHLqOxgcYac+0hAo6gWeJgWkbRnlqMkoL1uL7r+69JRwJ13NPa/BEzn87ukJ4/arRRC6TI9NFtof3TbN7uceVjab2kVQmqjNxva5OZBGE4V+a/4i6PN1nzmDESijQtdMxvSE4tt4xcCzSKjR1abKETwItCp2sehCzDoVG7SmUt0NsiLv57NCmq3APJYvn9bcnA3R1zfTYoRkCePdoeZBs3m+... | Deploy to rubygems from Travis CI. | Deploy to rubygems from Travis CI.
| YAML | mit | ruizink/kitchen-chef_zero_berks_env |
939d76b1d89a8d989b5aee877e9f764627c494a8 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '7'
- '6'
- '4.1.1'
- '0.12'
- '0.11'
- '0.10'
| sudo: false
language: node_js
node_js:
- '7'
- '6'
- '4.1.1'
| Drop support for legacy Node.js versions | build: Drop support for legacy Node.js versions
This will be a breaking change.
To be released as part of the next major version.
| YAML | mit | kof/node-qunit |
2a5a6311b5c5568260dafe7f34f521f0ac829150 | .travis.yml | .travis.yml | language: python
python:
- 'pypy2.7'
- 'pypy3.5'
- '2.7'
- '3.3'
- '3.7'
- 'nightly'
install:
- pip install mock==2.0
- pip install requests
script:
- python -m unittest discover -s tests/ -p test_*.py -v
matrix:
allow_failures:
- python: 'nightly'
| language: python
python:
- 'pypy2.7'
- 'pypy3.5'
- '2.7'
- '3.3'
- '3.6'
- 'nightly'
install:
- pip install mock==2.0
- pip install requests
script:
- python -m unittest discover -s tests/ -p test_*.py -v
matrix:
allow_failures:
- python: 'nightly'
| Use Python 3.6 instead of 3.7: latter doesn't seem to be supported by Travis | Use Python 3.6 instead of 3.7: latter doesn't seem to be supported by Travis
| YAML | bsd-2-clause | messagebird/python-rest-api |
d329bfe300a63175a74e0c2d8d85333928e2e366 | .travis.yml | .travis.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Replace Java 14 with 15. No need for a PPC build. One Java 11 build. | Travis: Replace Java 14 with 15. No need for a PPC build. One Java 11
build.
| YAML | apache-2.0 | apache/commons-fileupload,apache/commons-fileupload |
02ac549093e9ca7996e840251b596bed48f5c465 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
matrix:
allow_failures:
- python: "3.3"
- python: "3.4"
fast_finish: true
install:
- uname -a
- sudo apt-get update -qq
- sudo apt-get install -qq curl protobuf-compiler libprotobuf-dev libncurses5 libc6 wget
... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
- "pypy"
- "pypy3"
matrix:
allow_failures:
- python: "3.3"
- python: "3.4"
- python: "3.5"
- python: "3.5-dev"
- python: "nightly"
- python: "pypy3"
fa... | Build with more Python versions | Build with more Python versions
| YAML | mit | smarkets/smk_python_sdk |
9e0840318a4902b0589b4d071b08a9f7be9e4be3 | .travis.yml | .travis.yml | addons:
apt:
packages:
- python-matplotlib
- python-scipy
- pandoc
language: python
cache: pip
python:
- "2.7"
- "3.4"
# command to install dependencies
install:
- pip install --upgrade pip
- pip install scipy
- pip install --upgrade .
- pip install --upgrade -r requirements.txt
- ... | addons:
apt:
packages:
- python-matplotlib
- python-scipy
- pandoc
language: python
cache: pip
python:
- "2.7"
- "3.4"
# command to install dependencies
install:
- pip install --upgrade pip
- pip install scipy
- pip install --upgrade .
- pip install --upgrade -r requirements.txt
- ... | Update from coveralls to codecov | Update from coveralls to codecov
| YAML | mit | wsmorgan/analyzefit |
17f408991de23e3851e310478c80a8fe08cfae95 | providers/audiomack.yml | providers/audiomack.yml | ---
- provider_name: Audiomack
provider_url: https://www.audiomack.com
endpoints:
- schemes:
- https://www.audiomack.com/song/*
- https://www.audiomack.com/album/*
- https://www.audiomack.com/playlist/*
url: https://www.audiomack.com/oembed
example_urls:
- https://www.audiomack.com/oembed?... | ---
- provider_name: Audiomack
provider_url: https://www.audiomack.com
endpoints:
- schemes:
- https://www.audiomack.com/song/*
- https://www.audiomack.com/album/*
- https://www.audiomack.com/playlist/*
url: https://www.audiomack.com/oembed
example_urls:
- https://www.audiomack.com/oembed?... | Remove oembed segment from url parameter | Remove oembed segment from url parameter
It would still work with this but is technically incorrect. | YAML | mit | iamcal/oembed,iamcal/oembed,iamcal/oembed,iamcal/oembed |
65e1446863a9d29bfec243729a3548015c7ff7b8 | stack.yaml | stack.yaml | flags: {}
packages:
- '.'
extra-deps:
- aeson-0.11.0.0
- yaml-0.8.21.2
resolver: lts-5.3
| resolver: lts-9.0
| Upgrade to Stackage LTS 9.0 | Upgrade to Stackage LTS 9.0
| YAML | mit | haskell-tinc/hpack,sol/hpack |
5ebcbf3094c8347b30eca345b444e917dca2eda3 | metadata/kasun.sinhala.keyboard.yml | metadata/kasun.sinhala.keyboard.yml | Categories:
- System
- Writing
License: GPL-3.0-only
WebSite: https://sinha.la
SourceCode: https://codeberg.org/sinhala/sithakuru.git
IssueTracker: https://codeberg.org/sinhala/sithakuru/issues
AutoName: Sithakuru
RepoType: git
Repo: https://codeberg.org/sinhala/sithakuru.git
Builds:
- versionName: 1.0.2
v... | Categories:
- System
- Writing
License: GPL-3.0-only
WebSite: https://sinha.la
SourceCode: https://codeberg.org/sinhala/sithakuru.git
IssueTracker: https://codeberg.org/sinhala/sithakuru/issues
AutoName: Sithakuru
RepoType: git
Repo: https://codeberg.org/sinhala/sithakuru.git
Builds:
- versionName: 1.0.2
v... | Update Sithakuru to 1.0.5 (6) | Update Sithakuru to 1.0.5 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7d1598c94f6f0b73ea25001defb40f94257999f6 | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler # the default bundler version on travis is very old and causes 1.9.3 build issues
rvm:
- 1.9.3
- jruby-19mode
- rbx
- 2.0.0
- 2.1.0
| language: ruby
before_install:
- gem install bundler # the default bundler version on travis is very old and causes 1.9.3 build issues
rvm:
- 1.9.3
- jruby-19mode
- rbx
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
| Add ruby 2.2.0 and 2.3.0 to the test matrix | Add ruby 2.2.0 and 2.3.0 to the test matrix
Expand the test matrix to add the two most recent stable releases of ruby.
| YAML | mit | lorcan/mutations,cypriss/mutations |
11159fa2d139325e504ea828ec585423db2e5988 | .travis.yml | .travis.yml | language: python
python: 3.5
cache:
directories:
- $HOME/virtualenv/python3.5.3/
jobs:
include:
- stage: unit
script: pytest tests/unit
- stage: journey
script: travis_wait 40 pytest tests/journey
- stage: deploy
script: skip
deploy:
provider: pypi
user: se... | language: python
python: 3.5
cache:
directories:
- $HOME/virtualenv/python3.5.3/
jobs:
include:
- stage: unit
script: pytest tests/unit
- stage: journey
script: travis_wait 40 pytest tests/journey
- stage: deploy
script: skip
deploy:
provider: pypi
user: se... | Update technique to install package locally in CI | Update technique to install package locally in CI
| YAML | mit | datasciencebr/serenata-toolbox |
0ac4eb6a533fa7cde5c85fa996e0c872c0ddae4a | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanb... | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm i... | Build without `sudo` on Travis CI. | Build without `sudo` on Travis CI.
| YAML | mit | bigeasy/item,bigeasy/item |
25761f7e44650b00ac6a165ab92619d68d851bab | .travis.yml | .travis.yml | language: rust
rust:
- nightly
sudo: false
after_success: |
cargo doc \
&& echo '<meta http-equiv=refresh content=0;url=typedef/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \
ghp-import -n target/doc && \
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git... | language: rust
rust:
- nightly
after_success: |
cargo doc \
&& echo '<meta http-equiv=refresh content=0;url=typedef/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \
ghp-import -n target/doc && \
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
| Add back sudo because ghp does not work without root. | Add back sudo because ghp does not work without root.
| YAML | mit | Nercury/typedef-rs |
9890c65ef5426d2b7255fc40a620bdf14f9d1cc6 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 5.5
- 5.4
# cache composer downloads so installing is quicker
cache:
directories:
- $HOME/.composer
addons:
code_climate:
repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3
before_script:
- sh tools/travis/setup-mail.sh
- cp phinx.yml.dist p... | language: php
sudo: false
php:
- 5.6
- 5.5
- 5.4
# cache composer downloads so installing is quicker
cache:
directories:
- $HOME/.composer
addons:
code_climate:
repo_token: 9deb249b01a414d979959cfd05a4c351b19a5959858653b20276454d4189edc3
before_script:
- sh tools/travis/setup-mail.sh
- cp phi... | Use container-based infrastructure on Travis | Enhancement: Use container-based infrastructure on Travis
| YAML | mit | GrUSP/opencfp,jugisahunk/200OK_CFP,brynary/opencfp,DevOpsDaysChicago/opencfp,monoku/opencfp,DallasPHP/opencfp,opencfp/opencfp,DevOpsDaysChicago/opencfp,sunshinephp/opencfp,MidwestPHP/opencfp_mwphp15,PHPBenelux/opencfp,MidwestPHP/opencfp_mwphp15,GrUSP/opencfp,Acidburn0zzz/opencfp,DallasPHP/opencfp,PHPBenelux/opencfp,Aci... |
229641af2468cd56b0c82b6439bcc5ee6f436688 | config/default.yml | config/default.yml | server:
port: 3000
host: localhost
db:
host: localhost
database: wbt-framework
jwt:
options:
expiresIn: 7d
subject: authenticate
download:
cwd: ./
dest: .tmp
assets:
serve: true
root: /dist
title: WBT Framework
base: wbt-framework
versions:
angular: 1.4.7
bootstrap: 3.3.5
fon... | server:
port: 3000
host: localhost
db:
host: localhost
database: wbt-framework
jwt:
options:
expiresIn: 7d
subject: authenticate
assets:
serve: true
root: /dist
title: WBT Framework
base: wbt-framework
versions:
angular: 1.4.8
bootstrap: 3.3.5
fontAwesome: 4.4.0
lodash: 3.10.... | Update angular and remove download key | Update angular and remove download key
| YAML | mit | tamaracha/wbt-framework,tamaracha/wbt-framework,tamaracha/wbt-framework |
55dda46e9768d87017438a9b0e995f8d3541e5fb | config/default.yml | config/default.yml | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f27a440180a5e851a0228754@83.136.249.107/sentry/2
debug_state... | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f2... | Move otp server config to settings. | Move otp server config to settings.
| YAML | agpl-3.0 | City-of-Helsinki/servicemap,Zeukkari/servicemap,vaaralav/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap,Zeukkari/servicemap,vaaralav/servicemap,City-of-Helsinki/servicemap |
001d44b10fc9e82733539fafd76c2fc5fb7895d8 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- 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: "2.6"
env: DJANGO="Django>=1.7,<1.8"
- python: "2.6"
... | language: python
install:
- pip install tox
script:
- tox
env: # generate list with: $ tox -l | xargs -I ITEM echo " - TOXENV="ITEM
- TOXENV=py26-django14
- TOXENV=py26-django15
- TOXENV=py26-django16
- TOXENV=py27-django14
- TOXENV=py27-django15
- TOXENV=py27-django16
- TOXENV=py27-django17
- TOX... | Make Travis-CI use Tox for test matrix execution | Make Travis-CI use Tox for test matrix execution
see http://jsatt.com/blog/using-tox-with-travis-ci-to-test-django-apps/
| YAML | mit | apocquet/django-analytical,jcassee/django-analytical,ChristosChristofidis/django-analytical,ericdwang/django-analytical,pjdelport/django-analytical,machtfit/django-analytical,bittner/django-analytical |
d4db33991eb98055016f6d9ae01edf0591bd302e | .travis.yml | .travis.yml | language: node_js
cache:
yarn: true
directories:
- open-zwave-master
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- libudev-dev
before_install:
- ./tools/compile-openzwave.sh
env:
global:
- CC=gcc-4.9
- CXX=g++-4.9... | language: node_js
cache:
yarn: true
directories:
- open-zwave-master
sudo: required
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- libudev-dev
before_install:
- ./tools/compile-openzwave.sh
env:
global:
- CC=gcc-4.9
- CXX=g++-4.9... | Make Travis run Jest tests in serial as well. | Make Travis run Jest tests in serial as well.
| YAML | mpl-2.0 | mozilla-iot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,mozilla-iot/gateway,moziot/gateway,moziot/gateway,mozilla-iot/gateway,moziot/gateway |
355857ff701c2545f08a02bbe9979fa0604730e2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=1.10
before_install:
# Workaround for a permissions issue with Travis virtual machine images
# th... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=1.10
before_install:
# Workaround for a permissions issue with Travis virtual machine ima... | Add Python 3.6 to build matrix. | Add Python 3.6 to build matrix.
| YAML | mit | jrief/django-post_office,ui/django-post_office,ui/django-post_office |
093b77a09e17d8fda8d27cfa821744b344af45c2 | .travis.yml | .travis.yml | # This is the config file for building TileStache and running the test suite
# with Travis-ci.org
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
services:
- memcached
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gdal-bin memcached python-pip
- sudo apt-g... | # This is the config file for building TileStache and running the test suite
# with Travis-ci.org
language: python
python:
- "2.7"
addons:
postgresql: "9.4"
virtualenv:
system_site_packages: true
services:
- memcached
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gdal-bin memcac... | Use postgres 9.4 for testing | Use postgres 9.4 for testing
| YAML | bsd-3-clause | TileStache/TileStache,Billups/TileStache,MetGIS/TileStache,jbants/TileStache,Billups/TileStache,TileStache/TileStache,Billups/TileStache,MetGIS/TileStache,MetGIS/TileStache,TileStache/TileStache,jbants/TileStache,jbants/TileStache |
9cadcf85e20f11f3de000eca9ce5a3035f2f8fcd | .travis.yml | .travis.yml | language: php
php:
- "7.3"
before_script:
- curl -s https://getcomposer.org/installer | php && php composer.phar update
script:
- php vendor/bin/phpunit -c SilMock/tests/phpunit.xml SilMock/tests/
| language: php
php:
- "7.4"
before_script:
- curl -s https://getcomposer.org/installer | php && php composer.phar update
script:
- php vendor/bin/phpunit -c SilMock/tests/phpunit.xml SilMock/tests/
| Update Travis CI to use PHP7.4 | Update Travis CI to use PHP7.4
| YAML | mit | silinternational/google-api-php-client-mock,silinternational/google-api-php-client-mock |
06a98b7c26b45848225b93737c7cbdc20dfd82f7 | .travis.yml | .travis.yml | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- tools # https://github.com/travis-ci/travis-ci/issues/6059
- platform-tools
- android-25
- build-tools-25.0.1
before_script: cd $TRAVIS_BUILD_DIR/AndroidTestingBlueprint
script: ./gradlew app:connectedAndroidTest | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- tools # https://github.com/travis-ci/travis-ci/issues/6059
- platform-tools
- android-25
- build-tools-25.0.1
- extra-android-support
before_script: cd $TRAVIS_BUILD_DIR/AndroidTestingBlueprint
script: ./gradlew app:connected... | Call out the extra-android-support so that Travis will accept its license (I hope). | Call out the extra-android-support so that Travis will accept its license (I hope).
| YAML | apache-2.0 | DavidWhitlock/android-testing-templates |
0077ba698aa749228755780e42ea62c91c8734ec | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
cache:
directories:
- node_modules
script:
- npm run lint
- npm install redis --production
- npm test | language: node_js
node_js:
- '6'
services:
- redis-server
cache:
directories:
- node_modules
script:
- npm run lint
- npm install redis --production
- npm test | Add Redis server to Travis | Add Redis server to Travis
| YAML | mit | CapacitorSet/rebridge |
ba0512ae2e181c3c9070ad48f6b868ad70ec5288 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- nightly
sudo: false
script:
- cargo test
- cd kite && cargo test
| dist: trusty
language: rust
rust:
# - stable
- nightly
sudo: true
addons:
apt:
sources:
# add PPAs with more up-to-date toolchains
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
# install toolchains
- gcc-5
- g++-5
- clang-3.6
install:
- sudo apt-get inst... | Build and install RocksDB on Travis | Build and install RocksDB on Travis
| YAML | apache-2.0 | kaedroho/rusticsearch |
f2839064acb7aa0c12b08eba9bd27741872349d3 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.11'
- '0.10'
- '0.8' | language: node_js
node_js:
- '0.11'
- '0.10'
- '0.8'
matrix:
allow_failures:
- node_js: '0.11'
| Allow NodeJS 0.11 to fail | Allow NodeJS 0.11 to fail | YAML | mit | theakman2/node-modules-webant-handler-scss |
9f1477566dcfa47f259d9b45360c53c852cfc4e4 | .travis.yml | .travis.yml | language: go
go:
- 1.1
- 1.2
- tip
install:
- go get -t github.com/smartystreets/goconvey
| language: go
go:
- 1.2
- tip
install:
- go get -t github.com/smartystreets/goconvey
| Stop testing against go1.1. a) who cares, b) need 'go get -t' | Stop testing against go1.1. a) who cares, b) need 'go get -t'
| YAML | mit | sdboyer/gogl,sdboyer/gogl |
1d4866a383c7d50495d44233b4c69b40985ddad6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
| language: ruby
rvm:
- 1.9.3
before_script:
- psql --command 'create database nypl_tweetwall_test;' --username postgres
script:
- RAILS_ENV=test bundle exec rake db:test:load test --trace
| Add Travis CI hooks to create database and run tests. | Add Travis CI hooks to create database and run tests.
| YAML | mit | lolibrarian/nypl-tweetwall,lolibrarian/nypl-tweetwall,lolibrarian/nypl-tweetwall |
58d2043e889362656205e067c272107fa1d50dec | .travis.yml | .travis.yml | language: php
sudo: false
## Cache composer bits
cache:
directories:
- $HOME/.composer/cache
## PHP versions we test against
php:
- 5.5
- 5.6
- 7.0
- hhvm
## Build matrix for lowest and highest possible targets
matrix:
include:
- php: 5.5
env: dependencies=lowest
- php: 5.6
env: d... | language: php
sudo: false
## Cache composer bits
cache:
directories:
- $HOME/.composer/cache
## PHP versions we test against
php:
- 5.5
- 5.6
- 7.0
- hhvm
## Build matrix for lowest and highest possible targets
matrix:
include:
- php: 5.5
env: dependencies=lowest
- php: 5.6
env: d... | Remove -i since only show installed packages is now the default | Remove -i since only show installed packages is now the default
| YAML | mit | WyriHaximus/cakephp-async-orm |
75d0b2980bfab82da98c23de7e26dec545dbadd5 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
env:
global:
- setup=basic
- coverage=no
before_script:
- travis_retry composer self-update
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $set... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
global:
- setup=basic
- coverage=no
before_script:
- travis_retry composer self-update
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setu... | Remove hhvm and add 7.1 | Remove hhvm and add 7.1
Signed-off-by: crynobone <e1a543840a942eb68427510a8a483282a7bfeddf@gmail.com>
| YAML | mit | orchestral/widget |
2a945edf121ba99b4caad87d84d3ccdab14f4838 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
deploy:
provider: heroku
api_key:
secure: IH2Gf+FDNUGLLxpke3RSqWOQCakUIvgLrWwYNoYq6X6hkXSfe5MDiSzASsIUEfix+eOuSSXTDCZE69lyGqxos1giI/fwY4E+qJZd72gEgbJyEaIn8QD+4KUjZ4d7gflLAa4xQO/3PjedUKGwiNepuc839bZO0sWpTRunDLA3t0E=
app: tredegar
on:
repo: ONSdigital/tredegar
| language: java
jdk:
- openjdk7
deploy:
provider: heroku
api_key:
secure: IH2Gf+FDNUGLLxpke3RSqWOQCakUIvgLrWwYNoYq6X6hkXSfe5MDiSzASsIUEfix+eOuSSXTDCZE69lyGqxos1giI/fwY4E+qJZd72gEgbJyEaIn8QD+4KUjZ4d7gflLAa4xQO/3PjedUKGwiNepuc839bZO0sWpTRunDLA3t0E=
app: tredegar
on:
repo: ONSdigital/tredegar
before_script:... | Tweak to see if this will enable Travis to accept the Codebasehq.com ssh key. | Tweak to see if this will enable Travis to accept the Codebasehq.com ssh key.
| YAML | mit | ONSdigital/babbage,ONSdigital/tredegar,ONSdigital/tredegar,ONSdigital/tredegar,ONSdigital/tredegar,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
b41935055df2e340af574c8517935369b0fc9400 | .travis.yml | .travis.yml | language: go
go:
- 1.6.2
- tip
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
install:
- go get -d -v ./...
script:
- go test -v ./...
- go build -v ./...
| language: go
go:
- 1.6.2
- tip
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
install:
- go get -d -v ./...
script:
- go test -v ./...
- go build -v ./...
notifications:
slack: miracloud:5r69ZAasA5mX50aig27LVKrs
| Add integration Slack with TravisCI | Add integration Slack with TravisCI
| YAML | apache-2.0 | oleksandr-minakov/northshore,oleksandr-minakov/northshore,psumkin/northshore,oleksandr-minakov/northshore,carmine/northshore,psumkin/northshore,carmine/northshore,psumkin/northshore,psumkin/northshore,oleksandr-minakov/northshore,carmine/northshore,carmine/northshore,psumkin/northshore,oleksandr-minakov/northshore |
ba1b9a378f44db939114fa6db17118e7c905892e | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit
| Test against PHP version 5.5 | Test against PHP version 5.5
| YAML | mit | betawax/role-model |
421285964b7ee8419bd8c12f3689578b78922d8e | .travis.yml | .travis.yml | language: "node_js"
node_js:
- "0.10"
- "0.8"
- "0.6"
- "0.4"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
| language: "node_js"
node_js:
- "0.10"
- "0.8"
# - "0.6"
- "0.4"
before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"
script: "make ci-travis"
after_success:
- "make submit-cov-to-coveralls"
| Disable node 0.6 on Travis CI. | Disable node 0.6 on Travis CI.
| YAML | mit | jaredhanson/antenna |
2ef9cc30bc06a403707764699483483efb483253 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.1.7
services:
- docker
before_install:
- ruby _scripts/build.rb
script:
- echo "Container tests go here."
after_success:
if ([ "$TRAVIS_BRANCH" == "master" ]); then
ruby _scripts/publish.rb
fi
| sudo: required
language: ruby
rvm:
- 2.1.7
services:
- docker
before_install:
- ruby _scripts/build.rb
script:
- echo "Container tests go here."
after_success:
if ([ "$TRAVIS_BRANCH" == "master" ]); then
ruby _scripts/publish.rb
fi
| Revert "Attempt to use container infrastructure on Travis." | Revert "Attempt to use container infrastructure on Travis."
This reverts commit c746300d543c11570bf3b74759a17342e20e23ea.
| YAML | mit | chinthakagodawita/docker-containers,chinthakagodawita/docker-containers,Sitback/docker-containers,Sitback/docker-containers |
8392ed9df1719959961e066cd5051ec4c6bbd8ac | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
env:
- KEYSTONE_PREBUILD_ADMIN=true
before_script:
- npm run lint
- sleep 15
script:
- npm run test-cov
- npm run test-e2e-saucelabs
- npm run test-react
sudo: required
notifications:
email:
- jed@keystonejs.com
services:
- mongodb
g... | language: node_js
node_js:
- '0.12'
- '4'
- '5'
- '6'
env:
- KEYSTONE_PREBUILD_ADMIN=true
before_script:
- npm run lint
- sleep 15
script:
- npm run test-cov
- npm run test-e2e-saucelabs
- npm run test-react
sudo: required
notifications:
email:
- jed@keystonejs.com
slack:
secure: AqayzYjoHTlwE85pgB0h5yqpyBDWb... | Add Slack integration for Travis | Add Slack integration for Travis
| YAML | mit | pr1ntr/keystone,michaelerobertsjr/keystone,matthewstyers/keystone,alobodig/keystone,xyzteam2016/keystone,rafmsou/keystone,brianjd/keystone,jstockwin/keystone,benkroeger/keystone,benkroeger/keystone,sendyhalim/keystone,brianjd/keystone,frontyard/keystone,andrewlinfoot/keystone,jstockwin/keystone,snowkeeper/keystone,naus... |
8cff2741a95c6e4760d13c390060d4b4b82d10bb | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "8.6.0"
install:
- npm install
script:
- nvm use stable
- npm test
| language: node_js
node_js:
- "stable"
- "6.3.0"
install:
- npm install
script:
- nvm use stable
- npm test
| Revert "feat(ci): use latest Node and npm" | Revert "feat(ci): use latest Node and npm"
This reverts commit 63fedaab5e4249c0ca1d8c07f73f8b5388d98e6c.
| YAML | mit | punit1108/upstatejs |
e537011b456764f68ea076ce0f030eedc5e01ecd | .travis.yml | .travis.yml | language: generic
osx_image: xcode10.2
sudo: false
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- FASTLANE_LANE=ci_commit
matrix:
include:
- os: osx
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- os: osx
env: FASTLANE_ENV=ios93
- os: osx
env: FASTLANE_ENV=tvos9... | language: generic
osx_image: xcode10.2
sudo: false
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- FASTLANE_LANE=ci_commit
matrix:
include:
- os: osx
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- os: osx
env: FASTLANE_ENV=ios93
- os: osx
env: FASTLANE_ENV=tvos9... | Fix 5.1 beta version used on linux CI | Fix 5.1 beta version used on linux CI
| YAML | mit | nerdishbynature/RequestKit,nerdishbynature/RequestKit,nerdishbynature/RequestKit |
d93ab3008d8c7bf6f39761e8ea0bca25bfbc72e6 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_7460ed1e628d_key -iv $encrypted_7460ed1e628d_iv
-in gradle.properties.e... | language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_7460ed1e628d_key -iv $encrypted_7460ed1e628d_iv
-in gradle.properties.e... | Fix path problem in Travis CI configuration | Fix path problem in Travis CI configuration
| YAML | mit | nebula-plugins/nebula-clojure-plugin |
75e3a4b6da8b89be7d55f846134798364a02434f | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
irc: "cha... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
webhooks:... | Use boal for IRC notifications | Use boal for IRC notifications
| YAML | mit | fullyconnected/PhpSoda,allejo/PhpSoda,allejo/PhpSoda,fullyconnected/PhpSoda |
f161fca4bad3b55149d2f610d1690e7aec5a243c | .travis.yml | .travis.yml | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: osx
osx_image: xcode8
env:
... | # For more information about the configurations used
# in this file, please see the Travis CI documentation:
# https://docs.travis-ci.com
before_install:
- ./test/customize_environment.sh
install:
- ./src/os/setup.sh -y
language: generic
matrix:
include:
- os: osx
osx_image: xcode8.1
env:
... | Use `xcode8.1` image to test macOS code | [test] Use `xcode8.1` image to test macOS code
Ref: https://blog.travis-ci.com/2016-11-15-xcode-81-is-here
| YAML | mit | wingy3181/dotfiles,wingy3181/dotfiles,wingy3181/dotfiles |
466658aa4a329a22c39a307cfaa3be273c1efc1c | .travis.yml | .travis.yml | language: ruby
before_install: gem install bundler --version '~> 1.5.2'
bundler_args: --without=development
rvm:
- 2.0.0
env:
- VAGRANT_VERSION=v1.5.2
matrix:
include:
- env: VAGRANT_VERSION=v1.4.3
- env: VAGRANT_VERSION=v1.3.5
rvm: 1.9.3
- env: VAGRANT_VERSION=v1.2.7
rvm: 1.9.3
- en... | language: ruby
before_install: gem install bundler --version '~> 1.5.2'
bundler_args: --without=development
rvm:
- 2.0.0
env:
- VAGRANT_VERSION=v1.5.4
matrix:
include:
- env: VAGRANT_VERSION=v1.4.3
- env: VAGRANT_VERSION=v1.3.5
rvm: 1.9.3
- env: VAGRANT_VERSION=v1.2.7
rvm: 1.9.3
- en... | Update Vagrant 1.5 version to 1.5.4 in Travis | Update Vagrant 1.5 version to 1.5.4 in Travis
| YAML | mit | tmatilai/vagrant-proxyconf,tmatilai/vagrant-proxyconf,otahi/vagrant-proxyconf,mrsheepuk/vagrant-proxyconf |
0dd5fab20f37705beb26d7a71bb98d83cc172aea | .travis.yml | .travis.yml | language: android
env:
global:
- ANDROID_API=29
- ANDROID_BUILD_TOOLS=29.0.2
before_install:
cd Android;
android:
components:
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-google-m2repository
- extra-android-m2repository
- extra-google-goog... | language: android
env:
global:
- ANDROID_API=29
- ANDROID_BUILD_TOOLS=29.0.3
before_install:
cd Android;
android:
components:
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-google-m2repository
- extra-android-m2repository
- extra-google-goog... | Update SDK version for Travis | Update SDK version for Travis
| YAML | apache-2.0 | Jigsaw-Code/Intra,Jigsaw-Code/Intra |
ca7d6c4fd362c026e1652065e29189a729d04bd9 | .travis.yml | .travis.yml | # Enables support for a docker container-based build
# which should provide faster startup times and beefier
# "machines". This is also required in order to use the
# cache configured below.
sudo: false
language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
before_install:
- pip install --upgrade pip pylint
... | # Enables support for a docker container-based build
# which should provide faster startup times and beefier
# "machines". This is also required in order to use the
# cache configured below.
sudo: false
language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
before_install:
- pip install --upgrade pip pylint
... | Use -I to downgrade pylint. | Use -I to downgrade pylint.
| YAML | mit | gwax/mtg_ssm,gwax/mtgcdb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.