Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Tweak CI config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 14, 2018
1 parent 97e7871 commit 5778ed1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 41 deletions.
31 changes: 31 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: "{build}"

clone_depth: 5

environment:
RUBY_FOLDER_VERSION: "24-x64"
PLATFORM: "x64"

install:
- SET "PATH=C:\Ruby%RUBY_FOLDER_VERSION%\bin;%PATH%"
- bundle install --deployment --retry=3 --clean --jobs=%NUMBER_OF_PROCESSORS%
- ps: Install-Product node "10" $env:PLATFORM
- npm ci

build: off

test_script:
- ruby -v
- gem -v
- bundle -v
- node -v
- npm -v
- java -version
- npm test

matrix:
fast_finish: true

cache:
- '%APPDATA%\npm-cache\ -> .appveyor.yml,package.json,package-lock.json'
- 'vendor\bundle -> .appveyor.yml,Gemfile,Gemfile.lock'
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
sudo: required

dist: trusty
git:
depth: 5

language: node_js

node_js:
- "10"

env:
matrix:
global:
- RUBY_VERSION=2.4

before_install:
- rvm use $RUBY_VERSION --install --binary --fuzzy

install:
- npm install
- bundle install --retry 3 --clean --path vendor/bundle
- npm ci
- bundle install --deployment --retry=3 --clean

matrix:
fast_finish: true

cache:
directories:
- node_modules
- "$HOME/.npm"
- vendor/bundle

notifications:
email: false
36 changes: 0 additions & 36 deletions appveyor.yml

This file was deleted.

0 comments on commit 5778ed1

Please sign in to comment.