Skip to content

Commit bc40139

Browse files
authored
Update .travis.yml
1.```[0K$ [ $RAILS_VERSION == "4.2.0" -o $RAILS_VERSION == "5.0.0" ] && travis_retry gem install sqlite3 --version "~> 1.4.0" || true /home/travis/.travis/functions: line 104: [:``` ***too many arguments*** 2. nokogiri's older version also added for 2.1.10 and 2..110
1 parent 6cc88e8 commit bc40139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ before_install:
4343
before_script:
4444
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" ] && travis_retry gem install mime-types --version \"~> 2\" || true"
4545
- "[ $TRAVIS_RUBY_VERSION = \"1.9.3\" -o $TRAVIS_RUBY_VERSION = \"2.0.0\" ] && travis_retry gem install nokogiri --version \"~> 1.6.8\" || true"
46+
- "[ $TRAVIS_RUBY_VERSION = \"2.1.10\" -o $TRAVIS_RUBY_VERSION = "\2.2.10\" ] && travis_retry_gem install nokogiri --version \"~> 1.6.8\" || true
4647
- "[ $TRAVIS_RUBY_VERSION = \"2.1.10\" -o $TRAVIS_RUBY_VERSION = \"2.2.10\" ] && travis_retry gem install i18n --version \"= 1.5.1\" || true"
47-
- "[ $RAILS_VERSION == \"4.2.0\" -o $RAILS_VERSION == \"5.0.0\" ] && travis_retry gem install sqlite3 --version \"~> 1.4.0\" || true"
48+
- "[ $RAILS_VERSION == \"4.2.0\" ] && travis_retry gem install sqlite3 --version \"~> 1.4.0\" || true"
49+
- "[ $RAILS_VERSION == \"5.0.0\" ] && travis_retry gem install sqlite3 --version \"~> 1.4.0\" || true"
4850
- travis_retry gem install rails --version "$RAILS_VERSION"

0 commit comments

Comments
 (0)