Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Amyot committed Nov 11, 2015
1 parent dfa2d21 commit 13e86e1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.idea
/yose-ruby.iml
/.bundle
/vendor/bundle
/coverage
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
--require spec_helper
--format doc
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.2.2
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: ruby

rvm:
- 2.2.2

deploy:
provider: heroku
app: yose-ruby
api_key:
secure: P+1ig05Oc2kMxCS3p1f8k1bqjJrtBmWABjLF23tBpcEHWG0J7p3km5rnFIRPelxKpVHZKJkzA+bTqUaJFcCFaOGpObZOJsiquDJlE+nRhGCqzscm6bUioTNNx2B+ZF0pqhFgIaIp2jao2gY/HQ530IXPS5YeDnxgQH04DDbEQS1jdjhwFjF+0+gQDyan3nlDJcu8axRxFggtJ0FvUQPXIpXiNoR59iti56FBfCyIwIGvD3+5JsNvNUvTEJ0u1Mq1b4sbaF41KwfylXsHg/yep1+Bj73mCGrHukG+Rq4PsIRWw3gqZG0w8tB6XbCkwV7eKqLPRcwvzSOHw5gqFg95kQbdgOMNsNEHY8hj2/YijadqFs2nDaF80BfisCOxyy4PNPENNrRY95AIgWpiGFDd938F5X5NPUSrgqxDmkvJbo7ELehty1Z+VCvmKV746QjKCPGgrQ/Qj9ou/7QDmvIe85dUwTwMRvaq8itXNn2+Vx6BQ7oulmT8vr4B3orrXNjhqAIDVI95/3GIcw5LQ4xb9qRsqdscoktyJhHiiSc/i6wXNFZUBQtOvrQMjtLx8EP/mJShvaaomSF6ehTlibpE3igXGq2U57KIebY0BkHtxlJLURU//WXvvr8HGHWizelvwPgbScoTXI3ge9tl5WZgkc4lXXT7+HdEJKkq1AxVmPo=

0 comments on commit 13e86e1

Please sign in to comment.