Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit d92060c

Browse files
committed
Added Travis CI config file.
1 parent 4f9e060 commit d92060c

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+
- "4"
4+
- "5"
5+
- "6"
6+
before_install:
7+
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
8+
sudo: false

0 commit comments

Comments
 (0)