1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 17:15:18 +01:00
blog/.travis.yml

40 lines
591 B
YAML
Raw Normal View History

2016-04-24 01:47:18 +02:00
sudo: required
dist: trusty
language: ruby
rvm:
2017-11-18 12:33:20 +01:00
- 2.4
2016-04-24 01:47:18 +02:00
cache:
bundler: true
directories:
2016-04-24 15:31:10 +02:00
- $TRAVIS_BUILD_DIR/node_modules
2017-04-03 20:33:40 +02:00
- $TRAVIS_BUILD_DIR/_site/media
2016-04-24 01:47:18 +02:00
addons:
artifacts:
paths:
2017-04-03 20:33:40 +02:00
- $TRAVIS_BUILD_DIR/_site/media
2016-04-24 13:21:43 +02:00
apt:
packages:
- libgsl0ldbl
- libgsl0-dev
2016-04-24 01:47:18 +02:00
2016-04-24 03:14:39 +02:00
before_install:
2018-01-10 20:39:37 +01:00
- nvm install 9
2016-04-24 03:14:39 +02:00
2016-04-24 01:47:18 +02:00
before_script: "_ci/setup.sh"
script: "_ci/build.sh"
deploy:
skip_cleanup: true
provider: script
script: "_ci/deploy.sh"
on:
branch: master
2016-04-24 03:14:39 +02:00
notifications:
email: false
2016-04-24 03:14:39 +02:00
slack: kremalicious:LXLUCjkY5yaZaC9vHl9vIORr