Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit f7fddb9

Browse files
committed
Setup travis-ci test pipeline. (#5)
1 parent 77c76f1 commit f7fddb9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "6"
5+
- "9"
6+
- "4"
7+
cache: yarn
8+
git:
9+
depth: 3
10+
jobs:
11+
include:
12+
- stage: test
13+
script:
14+
- yarn validate-schema

0 commit comments

Comments
 (0)