Skip to content

Commit cbe0c4c

Browse files
committed
ci(travis): Add travis config
1 parent 5a63a1b commit cbe0c4c

File tree

2 files changed

+2870
-0
lines changed

2 files changed

+2870
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: node_js
2+
3+
node_js:
4+
- '6'
5+
- '8'
6+
- '10'
7+
8+
before_install: if [[ `npm -v` != 6* ]]; then npm install -g npm@6; fi
9+
10+
install:
11+
- npm ci
12+
cache:
13+
directories:
14+
- node_modules
15+
- "$HOME/.npm"
16+
17+
# after_success:
18+
# - npm run cover:alls
19+
20+
sudo: false

0 commit comments

Comments
 (0)