We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde927a commit b3bba2aCopy full SHA for b3bba2a
.travis.yml
@@ -5,15 +5,17 @@ cache:
5
notifications:
6
email: false
7
node_js:
8
- - '9'
9
- - '8'
+ - "10"
+ - "9"
10
+ - "8"
11
script:
12
- npm run test
-# - 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+$/
+jobs:
+ include:
+ - stage: release
+ node_js: "10"
+ script:
+ - npm run build
+ after_success:
20
+ - npm run report-coverage
21
+ - npm run semantic-release
0 commit comments