let's try travis
This commit is contained in:
parent
fcb4980c71
commit
0e21df476e
3 changed files with 10 additions and 2 deletions
1
.ruby-version
Normal file
1
.ruby-version
Normal file
|
@ -0,0 +1 @@
|
|||
2.3.1
|
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
|
||||
install:
|
||||
- bundle install --without development
|
||||
|
||||
script:
|
||||
- bundle exec nanoc
|
2
Gemfile
2
Gemfile
|
@ -2,8 +2,6 @@
|
|||
# A sample Gemfile
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.3.1'
|
||||
|
||||
gem 'nanoc'
|
||||
gem 'kramdown'
|
||||
gem 'coffee-script'
|
||||
|
|
Loading…
Reference in a new issue