|
@@ -3,13 +3,13 @@ language: node_js
|
|
node_js:
|
|
node_js:
|
|
- 4.2.2
|
|
- 4.2.2
|
|
|
|
|
|
-before_script:
|
|
|
|
|
|
+script:
|
|
- "npm run-script build"
|
|
- "npm run-script build"
|
|
- "npm run-script build:examples"
|
|
- "npm run-script build:examples"
|
|
|
|
+ - "cp build/transloadit-js-client.js examples/playground/static/js/transloadit-js-client.js"
|
|
|
|
|
|
-script:
|
|
|
|
|
|
+after_script:
|
|
- "echo 'Tested :)'"
|
|
- "echo 'Tested :)'"
|
|
- - "cp build/transloadit-js-client.js examples/playground/static/js/transloadit-js-client.js"
|
|
|
|
|
|
|
|
deploy:
|
|
deploy:
|
|
acl : public_read
|
|
acl : public_read
|