We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6ff4d55 commit f87b7b8Copy full SHA for f87b7b8
.travis.yml
@@ -2,13 +2,32 @@ language: ruby
2
3
cache: bundler
4
5
-rvm:
6
- - 1.8.7
7
- - 1.9.3
8
- - 2.0.0
9
- - 2.1.0
10
- - rbx
11
- - jruby
+matrix:
+ include:
+ - rvm: 2.1.0
+ env: RUN=default
+
+ - rvm: 1.8.7
+ env: RUN=rspec
12
13
+ - rvm: 1.9.3
14
15
16
+ - rvm: 2.0.0
17
18
19
+ - rvm: rbx
20
21
22
+ - rvm: jruby
23
24
25
+ allow_failures:
26
27
28
29
30
31
32
before_install:
33
- git submodule update --init
@@ -20,5 +39,8 @@ before_install:
39
- gem update --system 2.1.11
40
- gem --version
41
42
+script:
43
+ - "bundle exec rake $RUN"
44
45
notifications:
46
irc: "irc.freenode.org#opal"
0 commit comments