summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-20 23:43:18 -0700
committerTom Black <[email protected]>2018-09-20 23:43:18 -0700
commit6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (patch)
tree79d1418118208107a8f7d9ed661aec2b107f840a /appveyor.yml
parent23fea974a4369282905abf36f051bbbfc7e36863 (diff)
downloadruby2d-6351fe4b374000ba78e3a7795f0f05e63cbdbc29.tar.gz
ruby2d-6351fe4b374000ba78e3a7795f0f05e63cbdbc29.zip
Update CI
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b6cb64a..1d2eaff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,6 +8,7 @@ install:
build: off
before_test:
- ruby -v
-test_script:
+ - gem install bundler
- bundle install
+test_script:
- rake