Skip to content

Instantly share code, notes, and snippets.

View lukas-h's full-sized avatar
🎯
Focusing

Lukas Himsel lukas-h

🎯
Focusing
  • Nuremberg, Germany
  • 15:44 (UTC +02:00)
View GitHub Profile
@lukas-h
lukas-h / .travis.yml
Last active October 12, 2017 23:02 — forked from rmsubekti/.travis.yml
Automatic deploy Jekyll Site to firebase hosting
language: node_js
node_js: '8'
notifications:
email: false
before_install:
- rvm install 2.4
- rvm use 2.
- gem install bundler
- bundle install