Skip to content

Commit

Permalink
Merge 129067a into 0a5f785
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Jun 30, 2018
2 parents 0a5f785 + 129067a commit 94b3683
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,33 @@ script: bundle exec rspec
matrix:
fast_finish: true
include:
- rvm: 2.2.10
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.3.7
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.4.4
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.5.1
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: ruby-head
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.2.10
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.3.7
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.4.4
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.5.1
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: ruby-head
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: jruby-head
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.2.10
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.3.7
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.4.4
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.5.1
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: ruby-head
gemfile: gemfiles/with_native_extensions.gemfile
env: TEST_NATIVE_EXTENSIONS=true
- rvm: 2.2.10
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.3.7
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.4.4
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: 2.5.1
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: ruby-head
gemfile: gemfiles/without_native_extensions.gemfile
- rvm: jruby-head
gemfile: gemfiles/without_native_extensions.gemfile
notifications:
slack:
secure: Uqeyyfn7s9dEoE3Af28lGxY7X/xZ45vEy5VB4gTZ+hLGhDsmK7hurpbo4sfonelVGwF0FYq7FVO82k4wbymdDZkU7L72sT+bK1Q16tpOgIewStzil07LCZ+UxXliD3l9txSAbdd26A4byk8K79wZ0SY1PWTmpSs5gaQ9QZPg9bM4Qr35u+FtJ9LGvn0YYQ6LXq5+GC+fb99CHVbzwhZSPZld6xIbRDpBawOzYUNQvQt96b6iutql03VVqN0NuGqj5UeYHEFWvPeCO0pNmVlWIL730wVfT+MOvU3QF05w2ybhgUBL8Gpsz6eQMnhNYh3rnvS8sZTSEVm3IrVNqTkSI2N6z8SfidEHcGdRo+wvtYRdolQ3SvWnQkG1SITPyA17NeIjn3Gd0vh3QKvN+3eVM9Ctiq/2KP1EYUqoalwpJsd2/H+OO3vFail/7efddQ3HzEN5fq8oXLjVpUHvaF5pWBMWmykO8o89XcyYVU7ZJQFT90Z9Dai/aiEcX9ylCrEqJBsHn9KtR0zATg88aKfYGx4wcEwykhjfXCAe92HIXWV/snP6OIoM8QdlxzPzOGswMVXrINhLvsUy4hlj7O/vlAZH3sThU+4o5yURJxqnWW/Qr5vvKCHl1ngCu1cMFRCg+3FaPuX4TPQ3G8Kz/NawWM/NQ3vC5hnU58s1Gy8kImk=

0 comments on commit 94b3683

Please sign in to comment.