Skip to content

Commit b3bba2a

Browse files
author
Harrison Ifeanyichukwu
committed
ci: update travis configuration
1 parent fde927a commit b3bba2a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '9'
9-
- '8'
8+
- "10"
9+
- "9"
10+
- "8"
1011
script:
1112
- npm run test
12-
# - npm run check-coverage ##check code coverage
13-
- npm run build
14-
after_success:
15-
- npm run report-coverage
16-
- npm run travis-deploy-once "npm run semantic-release"
17-
branches:
18-
except:
19-
- /^v\d+\.\d+\.\d+$/
13+
jobs:
14+
include:
15+
- stage: release
16+
node_js: "10"
17+
script:
18+
- npm run build
19+
after_success:
20+
- npm run report-coverage
21+
- npm run semantic-release

0 commit comments

Comments
 (0)