Skip to content

Commit 5185b79

Browse files
committed
More work on Travis-CI config.
1 parent 43036ba commit 5185b79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ before_install:
55
before_script:
66
"rake vendor && rake codegen:ffi"
77
script:
8-
"rake spec"
8+
"rake"
99
after_script:
1010
"rake install"
1111

1212
language: ruby
1313
rvm:
1414
- 2.1
15+
- 2.2
16+
- rbx-2
1517
os:
1618
- linux
17-
- osx
19+
- osx # Note that Travis is not actually accepting OSX builds right now - http://docs.travis-ci.com/user/multi-os/#We-are-not-currently-accepting-multi-OS-requests
1820

1921
notifications:
2022
email: false

0 commit comments

Comments
 (0)