.travis.yml in i18n-js-3.0.0.rc15 vs .travis.yml in i18n-js-3.0.0.rc16
- old
+ new
@@ -3,21 +3,23 @@
sudo: false
language: ruby
cache:
- bundler
rvm:
- - 2.0
- - 2.1
- - 2.2
+ - 2.1.10
+ - 2.2.5
# Since the Travis Build Env does not recognize `2.3` alias yet
# We need to specify the version precisely
- - 2.3.0
+ - 2.3.3
+ - 2.4.0
- ruby-head
-before_install: # Need to install something extra to test JS
-- npm install jasmine-node@1.14.2
+before_install:
+# Need to install something extra to test JS
+- npm install
gemfile:
- gemfiles/i18n_0_6.gemfile
- gemfiles/i18n_0_7.gemfile
+ - gemfiles/i18n_0_8.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head