Skip to content

Commit 2bab41f

Browse files
amilajackmathiasrw
authored andcommitted
Added travis ci support (parallel-js#125)
1 parent 114c9a2 commit 2bab41f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sudo: false
2+
3+
language: node_js
4+
5+
node_js:
6+
- 6
7+
- 4
8+
9+
cache:
10+
directories:
11+
- node_modules
12+
13+
install:
14+
- npm i -g npm@latest
15+
- npm install
16+
17+
notifications:
18+
email: false

0 commit comments

Comments
 (0)