Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 456efee

Browse files
committed
chore(travis): add config
1 parent c84c2e1 commit 456efee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
3+
node_js:
4+
- 6
5+
- 8
6+
7+
before_install:
8+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
9+
- export PATH="$HOME/.yarn/bin:$PATH"
10+
11+
notifications:
12+
email: false
13+
14+
cache:
15+
yarn: true
16+
directories:
17+
- "node_modules"

0 commit comments

Comments
 (0)