1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-29 00:58:04 +02:00
site/.travis.yml
Matthias Kretschmann e77e54190d hero cleanup (#101)
* hero elements & markup cleanup
* simplify intro animation
* bump ruby & node
* fix fallback banner
2017-03-02 14:27:08 +01:00

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