mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 09:36:52 +01:00
19 lines
260 B
YAML
19 lines
260 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.5
|
|
|
|
cache:
|
|
bundler: true
|
|
directories:
|
|
- $TRAVIS_BUILD_DIR/node_modules
|
|
|
|
before_install:
|
|
- nvm install 10
|
|
|
|
before_script: "_ci/setup.sh"
|
|
script: "_ci/build.sh"
|
|
after_success: "_ci/deploy.sh"
|
|
|
|
notifications:
|
|
email: false
|