Skip to content

Commit f65d098

Browse files
author
Javier Diaz
committed
test: travis config
1 parent 39c9bab commit f65d098

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 8
4+
- 10
5+
cache:
6+
yarn: true
7+
directories: node_modules
8+
install:
9+
- yarn
10+
script:
11+
- yarn test:unit

0 commit comments

Comments
 (0)