We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036d29c commit dd1bc7eCopy full SHA for dd1bc7e
.travis.yml
@@ -8,6 +8,9 @@ node_js:
8
- '10'
9
- '9'
10
- '8'
11
+install:
12
+ - npm install
13
+ - npm run build
14
after_success:
15
- npm run travis-deploy-once "npm run semantic-release"
16
branches:
0 commit comments