appveyor.yml in relaton-itu-0.1.0 vs appveyor.yml in relaton-itu-0.2.0

- old
+ new

@@ -1,7 +1,12 @@ +# Auto-generated !!! Do not edit it manually +# use ci-master https://github.com/metanorma/metanorma-build-scripts version: '{build}' +cache: + - vendor/bundle + environment: matrix: - RUBY_VERSION: 25 - RUBY_VERSION: 24 - RUBY_VERSION: _trunk @@ -14,15 +19,17 @@ - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex - refreshenv build_script: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% + - set GIT_TERMINAL_PROMPT=0 + - bundle config --local path vendor/bundle - bundle update - bundle install before_test: - ruby -v - gem -v - bundle -v test_script: - - bundle exec rake \ No newline at end of file + - bundle exec rake