1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 09:36:52 +01:00
website/.travis.yml

19 lines
260 B
YAML
Raw Normal View History

2017-08-09 17:12:21 +02:00
language: ruby
rvm:
2018-09-28 13:06:58 +02:00
- 2.5
2017-08-09 17:12:21 +02:00
cache:
bundler: true
directories:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
2018-09-28 13:06:58 +02:00
- nvm install 10
2017-08-09 17:12:21 +02:00
before_script: "_ci/setup.sh"
script: "_ci/build.sh"
after_success: "_ci/deploy.sh"
notifications:
email: false