We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aa2fe commit b031550Copy full SHA for b031550
.travis.yml
@@ -1,9 +1,11 @@
1
---
2
-script: "bundle exec rubytest"
+language: ruby
3
+script: "bundle exec rubytest test/test_*.rb"
4
rvm:
- - 1.8.7
5
- - 1.9.3
+ - 2.1.0
6
- 2.0.0
7
+ - 1.9.3
8
+ - 1.8.7
9
- jruby
10
- rbx
11
Manifest.txt
@@ -1,8 +1,9 @@
#!mast .ruby .yaropts bin lib man qed spec test [A-Z]*.*
lib/pqueue.rb
test/test_pqueue.rb
-CONTRIBUTE.md
+License.txt
+Gemfile.lock
Index.yml
README.md
-HISTORY.md
-LICENSE.txt
+History.md
+Contributing.md
etc/test.rb
0 commit comments