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

Commit

Permalink
Setup travis-ci test pipeline. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Jan 9, 2018
1 parent 77c76f1 commit f7fddb9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "8"
- "6"
- "9"
- "4"
cache: yarn
git:
depth: 3
jobs:
include:
- stage: test
script:
- yarn validate-schema

0 comments on commit f7fddb9

Please sign in to comment.