|
@@ -5,6 +5,7 @@ node_js:
|
|
|
|
|
|
before_script:
|
|
before_script:
|
|
- "npm run-script build"
|
|
- "npm run-script build"
|
|
|
|
+ - "echo 'I think we need to make the build accessible to playground now?'"
|
|
|
|
|
|
script:
|
|
script:
|
|
- "echo 'Tested :)'"
|
|
- "echo 'Tested :)'"
|
|
@@ -13,7 +14,7 @@ deploy:
|
|
acl : public_read
|
|
acl : public_read
|
|
bucket : hackathon.transloadit.com
|
|
bucket : hackathon.transloadit.com
|
|
cache_control : no-cache
|
|
cache_control : no-cache
|
|
- local-dir : build
|
|
|
|
|
|
+ local-dir : examples/playground
|
|
provider : s3
|
|
provider : s3
|
|
skip_cleanup : true
|
|
skip_cleanup : true
|
|
upload-dir : transloadit-js-client/$TRAVIS_BRANCH
|
|
upload-dir : transloadit-js-client/$TRAVIS_BRANCH
|