Skip to content

Commit 3c29c73

Browse files
author
Harrison Ifeanyichukwu
committed
ci: update ci configuration
1 parent 6a76e2c commit 3c29c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- "10"
98
- "9"
109
- "8"
1110
script:
@@ -15,6 +14,7 @@ jobs:
1514
- stage: release
1615
node_js: "10"
1716
script:
17+
- npm run test
1818
- npm run build
1919
after_success:
2020
- npm run report-coverage

0 commit comments

Comments
 (0)