Skip to content

Commit 94226ef

Browse files
author
Jimmy Hickey
committed
rearrange build
1 parent 3aabe3e commit 94226ef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ script:
88
- npm run test
99
- npm run build
1010
deploy:
11-
- provider: npm
12-
13-
api_key: ${NPM_TOKEN}
14-
on:
15-
tags: true
16-
repo: Clarifai/clarifai-javascript
17-
- provider: releases
18-
skip_cleanup: true
19-
api_key: ${GITHUB_TOKEN}
20-
file_glob: true
21-
file: sdk/*
22-
on:
23-
tags: true
2411
- provider: s3
2512
access_key_id: ${AWS_ACCESS_KEY_ID}
2613
secret_access_key: ${AWS_SECRET_ACCESS_KEY}
@@ -45,5 +32,18 @@ deploy:
4532
on:
4633
tags: true
4734
repo: Clarifai/clarifai-javascript
35+
- provider: npm
36+
37+
api_key: ${NPM_TOKEN}
38+
on:
39+
tags: true
40+
repo: Clarifai/clarifai-javascript
41+
- provider: releases
42+
skip_cleanup: true
43+
api_key: ${GITHUB_TOKEN}
44+
file_glob: true
45+
file: sdk/*
46+
on:
47+
tags: true
4848

4949
after_deploy: cd examples && npm i clarifai@latest && CLARIFAI_API_KEY=${API_KEY} node index

0 commit comments

Comments
 (0)