mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
e77e54190d
* hero elements & markup cleanup * simplify intro animation * bump ruby & node * fix fallback banner
29 lines
406 B
YAML
29 lines
406 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
language: ruby
|
|
rvm:
|
|
- 2.4.0
|
|
|
|
cache:
|
|
bundler: true
|
|
directories:
|
|
- $TRAVIS_BUILD_DIR/node_modules
|
|
|
|
before_install:
|
|
- nvm install 7
|
|
|
|
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
|