Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 80a9d5f

Browse files
author
Luis Flores
committed
fix(build): Update travis node versions
1 parent 1ec1129 commit 80a9d5f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ notifications:
66
email: false
77
node_js:
88
- '7'
9-
- '6'
10-
- '4'
119
script:
1210
- yarn test
1311
after_success:
14-
- npm run semantic-release
12+
- yarn run semantic-release
1513
branches:
1614
except:
1715
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)