Merge pull request #1126 from ysksn/travis

Update .travis.yml
This commit is contained in:
Zachary Scott 2016-06-24 14:34:53 +09:00 committed by GitHub
commit c0a0ec60cc
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ sudo: true
before_install:
- rvm get head
- gem install bundler
- export CXX="g++-4.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
rvm:
- 2.2.4