Skip to content

Commit

Permalink
Add Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Sep 7, 2017
1 parent ed3838d commit 4ffec8c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
sudo: false

language: ruby
cache: bundler
rvm:
- 2.3.3

dist: trusty

script:
- bundle exec jekyll build
- python tests.py

env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

notifications:
email: false
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -6,6 +6,7 @@ exclude:
- Gemfile
- Gemfile.lock
- tests.py
- vendor

collections:
tests:
Expand Down

0 comments on commit 4ffec8c

Please sign in to comment.