File: appveyor.yml

package info (click to toggle)
ruby-sprockets 4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,960 kB
  • sloc: ruby: 13,012; javascript: 157; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install

build: off

cache:
  - vendor/bundle

before_test:
  - ruby -v
  - gem -v
  - bundle -v

test_script:
  - bundle exec rake

environment:
  matrix:
    - RUBY_VERSION: 26-x64
    - RUBY_VERSION: 25-x64