Sha256: 373cb5e7db5ff04154de2103ca5e701c5a454f8b5d1c7e5f7f7621d3c684ae5c

Contents?: true

Size: 467 Bytes

Versions: 6

Compression:

Stored size: 467 Bytes

Contents

# Travis CI will consult .ruby-version in the root of the repository and use the
# indicated Ruby runtime
language: ruby
rvm:
- 2.2.3

# Make Travis CI to start the MongoDB service on boot
services:
  - mongodb

notifications:
  email: false

before_install:
  - sh -c 'if [ -n "$QMAKE" ]; then sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install libqt5webkit5-dev qtdeclarative5-dev; fi'

script:
  - xvfb-run rake test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chr-0.5.8 .travis.yml
chr-0.5.7 .travis.yml
chr-0.5.6 .travis.yml
chr-0.5.5 .travis.yml
chr-0.5.4 .travis.yml
chr-0.5.3 .travis.yml