Skip to content

Commit

Permalink
Fix deploy condition to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-povsic committed Aug 15, 2019
1 parent 52d6c68 commit c4ffd74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy:
cache_control: "max-age=21600, no-transform, public"
local_dir: sdk
on:
node_js: 'node'
node_js: 10
tags: true
repo: Clarifai/clarifai-javascript
- provider: s3
Expand All @@ -54,15 +54,15 @@ deploy:
cache_control: "max-age=21600, no-transform, public"
local_dir: docs
on:
node_js: 'node'
node_js: 10
tags: true
repo: Clarifai/clarifai-javascript
- provider: npm
email: [email protected]
api_key: ${NPM_TOKEN}
skip_cleanup: true
on:
node_js: 'node'
node_js: 10
tags: true
repo: Clarifai/clarifai-javascript
- provider: releases
Expand All @@ -71,7 +71,7 @@ deploy:
file_glob: true
file: sdk/*
on:
node_js: 'node'
node_js: 10
tags: true
repo: Clarifai/clarifai-javascript

Expand Down

0 comments on commit c4ffd74

Please sign in to comment.