Skip to content

Commit

Permalink
wait 30
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed May 27, 2018
1 parent 62d04e5 commit 93fdd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -54,7 +54,7 @@ before_script:
- npm run increase-memory-limit
# - travis_wait 40 bundle exec rake assets:precompile RAILS_ENV=test
script:
- bundle exec rspec
- travis_wait 30 bundle exec rspec
notifications:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -79,7 +79,7 @@ gem 'groupdate', '~> 4.0.1'
gem 'dropzonejs-rails', '~> 0.8.1'
gem 'kaminari', '~> 1.1.1'
gem 'best_in_place', '~> 3.1.1'
gem 'sass-rails', '~> 5.0.6'
gem 'sass-rails', '~> 5.0.7' # auto compresses CSS
gem 'redcarpet', '~> 3.4'

# "Bio" and SFG gems
Expand Down

0 comments on commit 93fdd62

Please sign in to comment.