Skip to content

Commit 6cdc6fc

Browse files
author
Fabian Morón Zirfas
committed
build(travis): make travis build and test node and ruby
1 parent 40d39bd commit 6cdc6fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v11.9.0
1+
10.15.3

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v10.15.3

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
language: node_js
2+
cache: npm
23
node_js:
3-
- stable
4+
- lts/*
5+
before_install:
6+
- rvm install 2.6.0
7+
8+
install:
9+
- npm ci
10+
- bundle install
11+
12+
script:
13+
- npm t
14+
- bundle exec jekyll build

0 commit comments

Comments
 (0)