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

Commit c8e9f6c

Browse files
committed
Added a travis.yml
1 parent ca94201 commit c8e9f6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
sudo: false
3+
dist: trusty
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run build
9+
- npm test

0 commit comments

Comments
 (0)