Skip to content

Commit da1c5cf

Browse files
author
Andrei Arkhipov
authored
Merge pull request #4 from awibox/develop
#3: Deployment was configured
2 parents a4b6803 + c1fd46f commit da1c5cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- 13.2.0
4+
branches:
5+
only:
6+
- master
7+
cache:
8+
directories:
9+
- node_modules
10+
install:
11+
- yarn install
12+
script:
13+
- yarn lint
14+
- yarn build
15+
after_script:
16+
- yarn coveralls

0 commit comments

Comments
 (0)