Skip to content

Commit fa5e670

Browse files
committed
Add Travis
1 parent b7aa5ce commit fa5e670

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
install: yarn --frozen-lockfile
5+
script: yarn test
6+
cache:
7+
yarn: true
8+
directories:
9+
- node_modules
10+
env:
11+
matrix:
12+
- CI=true TZ=Europe/Paris
13+
notifications:
14+
email: false

0 commit comments

Comments
 (0)