diff options
| author | Tom Black <[email protected]> | 2018-09-20 23:43:18 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-20 23:43:18 -0700 |
| commit | 6351fe4b374000ba78e3a7795f0f05e63cbdbc29 (patch) | |
| tree | 79d1418118208107a8f7d9ed661aec2b107f840a | |
| parent | 23fea974a4369282905abf36f051bbbfc7e36863 (diff) | |
| download | ruby2d-6351fe4b374000ba78e3a7795f0f05e63cbdbc29.tar.gz ruby2d-6351fe4b374000ba78e3a7795f0f05e63cbdbc29.zip | |
Update CI
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | appveyor.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e441480..0434740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ os: osx -osx_image: xcode9.3 +osx_image: xcode10 language: ruby before_install: - sw_vers 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 |
