README.rdoc in composite_primary_keys-12.0.2 vs README.rdoc in composite_primary_keys-12.0.3
- old
+ new
@@ -111,11 +111,12 @@
* sqlserver
Since it is likely you do not have all the above databases installed on your computer, you want to install just the
gems for your database. For example, to test postgresql you would install the appropriate gems like this:
- bundler install --without "mysql oracle sqlite sqlserver"
+ bundler config set --local without "mysql oracle sqlite sqlserver"
+ bundler install
Once you have installed the appropriate gems, the next step is to create the test database. There is a rake
command for each database. Using our example:
rake postgresql:build_database
@@ -130,10 +131,10 @@
Finally, to run tests:
rake postgresql:test
-Travis build status: {<img src="https://travis-ci.org/composite-primary-keys/composite_primary_keys.svg" alt="Build Status" />}[https://travis-ci.org/composite-primary-keys/composite_primary_keys]
+Travis build status: {<img src="https://travis-ci.com/composite-primary-keys/composite_primary_keys.svg" alt="Build Status" />}[https://travis-ci.com/composite-primary-keys/composite_primary_keys]
=== DB2
DB2 is no longer supported due to difficulties in getting the ibm_db2 gem to build. Thus tests
have not been run against db2.