-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (29 loc) · 726 Bytes
/
appveyor.yml
File metadata and controls
34 lines (29 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 1.0.{build}-{branch}
environment:
BACKLOG_SPACE_ID:
secure: kr2ydONkTrsvlVKYCdQxSw==
BACKLOG_API_KEY:
secure: g+q5mcsZYYPnCP0klGetdO2LdD+HBP9hH+157sGi7vScSckyi4h76iYqsanJGnwK+fPV6waPofDPH+b3O2gBZNTef7dIJnAa/IBqUhLMgZE=
matrix:
- RUBY_VERSION: 200
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 24
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 25
- RUBY_VERSION: 25-x64
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle install
build: off
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake