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

41 lines
640 B
YAML
Raw Normal View History

2016-04-24 01:47:18 +02:00
sudo: required
dist: trusty
language: ruby
rvm:
2016-04-28 22:09:27 +02:00
- 2.3.0
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
- $TRAVIS_BUILD_DIR/bower_components
- $TRAVIS_BUILD_DIR/_site/media/gen
2016-04-24 01:47:18 +02:00
addons:
artifacts:
paths:
2016-04-24 15:31:10 +02:00
- $TRAVIS_BUILD_DIR/_site/media/gen
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:
2016-04-28 22:09:27 +02:00
- nvm install 6
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