mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Matthias Kretschmann
72fff1dbca
* change beta deployment behavior: on every pull request instead of named branch * consolidate gulp deploy tasks into one * push 100 objects in parallel to S3 * make CI scripts a bit more verbose
29 lines
406 B
YAML
29 lines
406 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
language: ruby
|
|
rvm:
|
|
- 2.3.0
|
|
|
|
cache:
|
|
bundler: true
|
|
directories:
|
|
- $TRAVIS_BUILD_DIR/node_modules
|
|
|
|
before_install:
|
|
- nvm install 6
|
|
|
|
before_script: "_ci/setup.sh"
|
|
script: "_ci/build.sh"
|
|
after_success: "_ci/deploy.sh"
|
|
|
|
# deploy:
|
|
# skip_cleanup: true
|
|
# provider: script
|
|
# script: "_ci/deploy.sh"
|
|
# on:
|
|
# all_branches: true
|
|
|
|
notifications:
|
|
email: false
|