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

Commit 1a51e0b

Browse files
committed
use yarn and don't send emails :D
1 parent b3ce9c3 commit 1a51e0b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "7"
4-
- "6"
3+
- "8"
4+
cache: yarn
55
notifications:
6-
slack: buffer:1BH6SijgzfGrsX3b2I8PHyET
7-
on_success: never
8-
on_failure: always
6+
email: false

0 commit comments

Comments
 (0)