Sha256: d5a6a693541ff01ce78cde1af7e119ec9d499f70a61fa79c53f5942b6ce32ad3

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 Bytes

Contents

services:
  - redis-server
script:
  - bundle install
  - bundle exec rspec
language: ruby
rvm:
  - 2.1.1

before_install:
  - sudo apt-get install software-properties-common python-software-properties -y
  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  - sudo apt-get update
  - sudo apt-get install gcc-6 g++-6 -y
  - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6
  - sudo update-alternatives --set gcc /usr/bin/gcc-6

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fontprocessor-27.1.3 .travis.yml