Sha256: 7b9647fcfc764002089e3210530ae3dc31c15a405307c452d7611fc133bb126a

Contents?: true

Size: 468 Bytes

Versions: 18

Compression:

Stored size: 468 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.2

# 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

18 entries across 18 versions & 1 rubygems

Version Path
chr-0.5.1 .travis.yml
chr-0.5.0 .travis.yml
chr-0.4.25 .travis.yml
chr-0.4.24 .travis.yml
chr-0.4.23 .travis.yml
chr-0.4.22 .travis.yml
chr-0.4.21 .travis.yml
chr-0.4.20 .travis.yml
chr-0.4.19 .travis.yml
chr-0.4.18 .travis.yml
chr-0.4.17 .travis.yml
chr-0.4.15 .travis.yml
chr-0.4.14 .travis.yml
chr-0.4.13 .travis.yml
chr-0.4.12 .travis.yml
chr-0.4.11 .travis.yml
chr-0.4.10 .travis.yml
chr-0.4.9 .travis.yml