Skip to content

Commit b52eed0

Browse files
author
Ammar Ahmed Butt
authored
Update .travis.yml
1 parent af340e4 commit b52eed0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ cache:
33
directories:
44
- ~/.npm
55
node_js:
6-
- '12'
6+
- '8'
77
notifications:
8-
email: true
9-
before_script:
10-
- npm prune
11-
after_success:
12-
- npm run semantic-release
13-
branches:
14-
except:
15-
- /^v\d+\.\d+\.\d+$/
8+
email: false

0 commit comments

Comments
 (0)