Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit facf13f

Browse files
committed
ci(travis): add .travis.yml file
1 parent fa0f3a5 commit facf13f

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+
- '8'
4+
cache:
5+
directories:
6+
- node_modules
7+
notifications:
8+
email: false
9+
before_script:
10+
- yarn add jest semantic-release
11+
script:
12+
- yarn test
13+
after_success:
14+
- yarn release

0 commit comments

Comments
 (0)