We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7b0ae commit f7b3048Copy full SHA for f7b3048
.travis.yml
@@ -22,6 +22,7 @@ before_script:
22
- psql -c 'create database coderdojo_jp_test;' -U postgres
23
script:
24
- bundle exec rake db:migrate --trace
25
+- bundle exec rake db:seed --trace
26
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bundle exec rspec spec; fi
27
- if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ "$TRAVIS_PULL_REQUEST_SLUG" = "coderdojo-japan/coderdojo.jp"
28
]; then bundle exec rspec spec; fi
0 commit comments