Skip to content

Commit 18955c1

Browse files
committed
docs(location): change doc
1 parent 2b75b6e commit 18955c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
sudo: true
3+
node_js:
4+
- "6.1"
5+
cache:
6+
directories:
7+
- node_modules
8+
before_install:
9+
- npm install
10+
script:
11+
- npm test
12+
after_script:
13+
- npm run coverage

0 commit comments

Comments
 (0)