Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1426a7b49e8c73d51ace7bd35ead96b9b76de8f (plain)
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
language: node_js

sudo: false

git:
  depth: 10

node_js:
  - "4"
  - "5"

env:
  matrix:
    - RUBY_VERSION=2.2

before_install:
  - rvm install $RUBY_VERSION
  - rvm use $RUBY_VERSION --fuzzy
  - export GEMDIR=$(rvm gemdir)

install:
  - travis_retry npm install -g grunt-cli
  - travis_retry npm install
  - travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10"

matrix:
  fast_finish: true

notifications:
  slack: heybb:51atQXKR2rpnbohAZ0X1vNbE