Skip to content

Commit e7118de

Browse files
author
vpmedia
committed
Add travis.yml
1 parent 95d8557 commit e7118de

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://travis-ci.org/photonstorm/
2+
3+
git:
4+
depth: 1
5+
6+
language: node_js
7+
node_js:
8+
- 'node'
9+
10+
env:
11+
- TERM=dumb
12+
13+
script:
14+
- yarn install
15+
- yarn run lint
16+
- yarn run build

0 commit comments

Comments
 (0)