We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ff885 commit f47eba9Copy full SHA for f47eba9
.travis.yml
@@ -8,10 +8,7 @@ before_install:
8
9
before_script:
10
- "psql -c 'create database cmu_education_test;' -U postgres >/dev/null"
11
-# - cp config/amazon_s3.default.yml config/amazon_s3.yml
12
- 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
15
- bundle exec rake db:schema:load RAILS_ENV='test' --trace
16
- echo "hello"
17
- mkdir tmpdir
0 commit comments