Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6128c7e

Browse files
author
Rizchel Dayao
committed
Add Travis
1 parent a53afdb commit 6128c7e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- 6.9.0
4+
install:
5+
- npm i -g npm@3
6+
- npm install
7+
script:
8+
- npm run lint
9+
# - npm run test
10+
cache:
11+
directories:
12+
- node_modules
13+
branches:
14+
only:
15+
- master

0 commit comments

Comments
 (0)