Skip to content

Commit

Permalink
Configure travis to run Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Denman committed Apr 24, 2017
1 parent d627eff commit 80f2bf1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.3.3
sudo: false
cache: bundler
script:
- bundle exec rake

0 comments on commit 80f2bf1

Please sign in to comment.