mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
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
|