2013-12-20 12:32:22 +02:00
|
|
|
cache: bundler
|
2012-02-17 09:12:14 -06:00
|
|
|
rvm:
|
2013-12-29 10:56:42 +01:00
|
|
|
- 2.1.0
|
2013-03-28 09:33:15 -05:00
|
|
|
- 2.0.0
|
2012-02-17 09:12:14 -06:00
|
|
|
- 1.9.3
|
2013-12-29 10:56:42 +01:00
|
|
|
- 1.9.2
|
2012-02-17 09:12:14 -06:00
|
|
|
- 1.8.7
|
2014-01-02 23:49:39 +02:00
|
|
|
- rbx-2.2.3
|
2015-07-11 21:13:09 -05:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- rvm: 1.9.3
|
|
|
|
- rvm: 1.9.2
|
|
|
|
- rvm: 1.8.7
|
2012-02-17 09:12:14 -06:00
|
|
|
notifications:
|
|
|
|
recipients:
|
|
|
|
- cowboyd@thefrontside.net
|
2014-01-02 23:33:08 +02:00
|
|
|
before_install:
|
|
|
|
- gem update --system 2.1.11
|
2015-07-11 21:08:38 -05:00
|
|
|
script:
|
2015-07-11 23:43:27 -05:00
|
|
|
- CXX=g++-4.8 bundle exec rake compile
|
2015-07-11 21:08:38 -05:00
|
|
|
- bundle exec rspec spec/c
|
2015-07-11 22:28:29 -05:00
|
|
|
sudo: false
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
packages:
|
|
|
|
- gcc-4.8
|
|
|
|
- g++-4.8
|
|
|
|
- clang
|