Skip to content

Commit f47eba9

Browse files
committedMar 19, 2014
.
1 parent 79ff885 commit f47eba9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ before_install:
88

99
before_script:
1010
- "psql -c 'create database cmu_education_test;' -U postgres >/dev/null"
11-
# - cp config/amazon_s3.default.yml config/amazon_s3.yml
1211
- cp config/database.default.yml config/database.yml
13-
- cp config/morning_glory.default.yml config/morning_glory.yml
14-
# - cp config/systems.default.yml config/systems.yml
1512
- bundle exec rake db:schema:load RAILS_ENV='test' --trace
1613
- echo "hello"
1714
- mkdir tmpdir

0 commit comments

Comments
 (0)
Please sign in to comment.