let's try travis

This commit is contained in:
Lorin Werthen 2016-07-18 13:07:45 +02:00
parent fcb4980c71
commit 0e21df476e
3 changed files with 10 additions and 2 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
2.3.1

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: ruby
rvm:
- 2.3.1
install:
- bundle install --without development
script:
- bundle exec nanoc

View file

@ -2,8 +2,6 @@
# A sample Gemfile # A sample Gemfile
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.3.1'
gem 'nanoc' gem 'nanoc'
gem 'kramdown' gem 'kramdown'
gem 'coffee-script' gem 'coffee-script'