Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4912e50

Browse files
committed
initial travis file
1 parent f9bf186 commit 4912e50

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
lts/*
4+
cache:
5+
yarn: true
6+
directories:
7+
- "node_modules"
8+
before_script:
9+
- yarn add global nsp jest
10+
script:
11+
- yarn install
12+
- yarn run compile
13+
- yarn run nsp
14+
- yarn run test

0 commit comments

Comments
 (0)