Skip to content

Commit 23e1ba1

Browse files
authored
Merge pull request #52 from isuruf/isuruf-patch-2
Drop ruby 1.9.3
2 parents 2aab1ec + 2a40f18 commit 23e1ba1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ addons:
1414
- binutils-dev
1515
- g++-4.7
1616
rvm:
17-
- 1.9.3
1817
- 2.0
1918
- 2.1
2019
- 2.2
@@ -25,10 +24,10 @@ matrix:
2524
- os: osx
2625
include:
2726
- os: osx
28-
rvm: 1.9.3
27+
rvm: 2.0
2928
allow_failures:
3029
- os: osx
31-
rvm: 1.9.3
30+
rvm: 2.0
3231

3332
install:
3433
- export RUBY_SOURCE_DIR=`pwd`

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i
1515

1616
- libsymengine - See build [instructions](https://github.com/symengine/symengine/wiki/Building-SymEngine)
1717

18+
- ruby >= 2.0.0 - Needs Ruby shared library and headers
19+
1820
#### Installing
1921

2022
- Simply do,

0 commit comments

Comments
 (0)