Skip to content

Commit

Permalink
Maybe we have to tell it to use bash explicitly?
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan González committed Feb 25, 2016
1 parent e629dee commit cc52ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ before_install:
- sudo apt-get install -y ghostscript
before_script:
- cd spec/dummy && bundle exec rake db:test:prepare && cd -
- cd spec && sh generate_jpegs.sh && cd -
- cd spec && bash generate_jpegs.sh && cd -

0 comments on commit cc52ffe

Please sign in to comment.