1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-30 05:31:59 +02:00
site/.travis.yml
Matthias Kretschmann 72fff1dbca Travis setup (#72)
* 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
2016-06-23 16:23:53 +02:00

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