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