Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c8e97ad

Browse files
authored
chore: update travis definition (#200)
* chore: update travis definition * chore: remove node5 tests
1 parent 9259865 commit c8e97ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ sudo: false
22
language: node_js
33
node_js:
44
- '6'
5-
- '5'
65
- '4'
6+
matrix:
7+
fast_finish: true
8+
branches:
9+
only:
10+
- master
11+
notifications:
12+
email:
13+
on_success: never
714
cache:
815
directories:
916
- node_modules

0 commit comments

Comments
 (0)