Skip to content

Commit

Permalink
with test migrations, no more setup is needed in travis or the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jul 13, 2012
1 parent 5a2b45f commit 253a011
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,4 +1,2 @@
language: clojure
lein: lein2
before_script:
- "mkdir data && sqlite3 data/test_db < clojars.sql"
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -73,13 +73,6 @@ running out of a source checkout using `lein run` the configuration
will be read from `dev-resources/config.clj`. When running automated
tests with `lein test` then `test-resources/config.clj` is used.

How To Test
-----------

```sh
$ mkdir data; sqlite3 data/test_db < clojars.sql`
$ lein test
```

Test data
---------
Expand Down

0 comments on commit 253a011

Please sign in to comment.