Skip to content

Commit

Permalink
Duh, use Unix cp
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Jan 6, 2015
1 parent 360c20f commit ec8f787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rvm:
install:
- bundle install
- npm install bower -g
- echo n | rake bower:install
- copy config/database.yml.sample config/database.yml
- copy config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
- echo n | bundle exec rake bower:install
- cp config/database.yml.sample config/database.yml
- cp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
before_script:
- mysql -e 'create database quantified_test;'
script: rspec spec

0 comments on commit ec8f787

Please sign in to comment.