File tree 1 file changed +10
-22
lines changed
1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
language : ruby
2
3
sudo : false
3
4
@@ -6,34 +7,21 @@ script: bundle exec rake $RUN
6
7
7
8
matrix :
8
9
include :
9
- - rvm : 2.4.2
10
+ - rvm : 2.6
10
11
env : OPAL_VERSION='master'
11
- - rvm : 2.3.4
12
- env : OPAL_VERSION='~> 0.10.5'
13
- - rvm : 2.1.10
14
- env : RACK_VERSION='< 2.0'
15
- - rvm : 2.0.0
16
- env : RACK_VERSION='< 2.0'
17
-
18
- # We use 2.1.9 to differentiate the rvm version
19
- # as travis doesn't allow failures by env.
20
- - rvm : 2.1.9
21
- env : RUN=zepto PATH=".:$PATH" RACK_VERSION='< 2.0'
12
+ - rvm : 2.5
13
+ env : OPAL_VERSION='~> 1.0.1' RUN='jquery3'
14
+ - rvm : 2.4
15
+ env : OPAL_VERSION='~> 0.11.4'
22
16
23
17
allow_failures :
24
- - rvm : 2.1.9 # zepto
25
-
18
+ - rvm : 2.5 # opal 1.0
19
+ - rvm : 2.4 # opal 0.11
26
20
27
21
cache :
28
22
bundler : true
29
23
directories :
30
24
- node_modules
31
25
32
- before_install :
33
- - gem update --system
34
- - " export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
35
- - " if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi"
36
- - " if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi"
37
- - " if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
38
- - " phantomjs --version"
39
-
26
+ addons :
27
+ chrome : stable
You can’t perform that action at this time.
0 commit comments