From 608f6027cc79f345c98933c13822669143dc6ece Mon Sep 17 00:00:00 2001 From: Nathan Macnamara Date: Mon, 5 Jan 2015 11:39:37 +0000 Subject: [PATCH] Update travis config --- .travis.yml | 1 + Rakefile | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22306b5..0d1e5f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ branches: before_script: - gem install bundler + - gem install rake # Composer Setup - composer self-update - composer install --prefer-source --no-interaction --dev diff --git a/Rakefile b/Rakefile index 08fbab2..365a3b0 100644 --- a/Rakefile +++ b/Rakefile @@ -7,8 +7,7 @@ desc 'Generate deck from Travis CI and publish to GitHub Pages.' task :travis do # if this is a pull request, do a simple build of the site and stop if ENV['TRAVIS_PULL_REQUEST'].to_s.to_i > 0 - puts 'Pull request detected. Executing build only.' - system 'bundle exec rake build' + puts 'Pull request detected.' next end