Skip to content

Commit b031550

Browse files
committed
:admin: Adjust travis ci config.
1 parent 50aa2fe commit b031550

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
script: "bundle exec rubytest"
2+
language: ruby
3+
script: "bundle exec rubytest test/test_*.rb"
34
rvm:
4-
- 1.8.7
5-
- 1.9.3
5+
- 2.1.0
66
- 2.0.0
7+
- 1.9.3
8+
- 1.8.7
79
- jruby
810
- rbx
911

Manifest.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!mast .ruby .yaropts bin lib man qed spec test [A-Z]*.*
22
lib/pqueue.rb
33
test/test_pqueue.rb
4-
CONTRIBUTE.md
4+
License.txt
5+
Gemfile.lock
56
Index.yml
67
README.md
7-
HISTORY.md
8-
LICENSE.txt
8+
History.md
9+
Contributing.md

etc/test.rb

-5
This file was deleted.

0 commit comments

Comments
 (0)