Skip to content

Commit c6a144d

Browse files
committed
adding travis CI
1 parent 557d87f commit c6a144d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
5+
before_install:
6+
# package-lock.json was introduced in npm@5
7+
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
8+
install: npm install

0 commit comments

Comments
 (0)