mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 18:35:07 +01:00
travis config
This commit is contained in:
parent
a512d3c280
commit
94aad955a4
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
sudo: false
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
cache: bundler
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgsl0-dev
|
||||
before_script:
|
||||
- npm install gulp bower -g
|
||||
- npm install
|
||||
- bower install
|
||||
- bundle install
|
||||
script: gulp build
|
1
Gemfile
1
Gemfile
@ -14,4 +14,5 @@ group :development do
|
||||
gem 'mini_magick'
|
||||
gem 'fileutils'
|
||||
gem 'gsl'
|
||||
gem 'narray'
|
||||
end
|
||||
|
@ -3,7 +3,9 @@ kremalicious3
|
||||
|
||||
> [kremalicious.com](http://kremalicious.com) based on [Jekyll](http://jekyllrb.com). Neat.
|
||||
|
||||
[ ![Codeship Status for kremalicious/kremalicious3](https://www.codeship.io/projects/f6973090-9f04-0131-a2b7-625e8177ce9a/status?branch=master)](https://www.codeship.io/projects/18092) [![Dependency Status](https://gemnasium.com/kremalicious/kremalicious3.svg)](https://gemnasium.com/kremalicious/kremalicious3)
|
||||
[ ![Codeship Status for kremalicious/kremalicious3](https://www.codeship.io/projects/f6973090-9f04-0131-a2b7-625e8177ce9a/status?branch=master)](https://www.codeship.io/projects/18092)
|
||||
[![Build Status](https://travis-ci.org/kremalicious/kremalicious3.svg?branch=master)](https://travis-ci.org/kremalicious/kremalicious3)
|
||||
[![Dependency Status](https://gemnasium.com/kremalicious/kremalicious3.svg)](https://gemnasium.com/kremalicious/kremalicious3)
|
||||
|
||||
|
||||
Requirements
|
||||
@ -37,7 +39,7 @@ Get up and running
|
||||
Run the following command from the repository's root folder to install all dependencies.
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm install && bower install && bundle install
|
||||
```
|
||||
|
||||
### Development build
|
||||
|
@ -9,9 +9,6 @@
|
||||
"version": "3.0.0",
|
||||
"license": "MIT",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"postinstall": "bower install && bundle install"
|
||||
},
|
||||
"dependencies": {
|
||||
"imagesloaded": ">=3.1.8",
|
||||
"jquery": ">=2.1.4",
|
||||
|
Loading…
Reference in New Issue
Block a user