Skip to content

Commit c1a9911

Browse files
committed
Specifying branch for owm clone
- Temporary until c302 is not using the project directly
1 parent 950c934 commit c1a9911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919

2020
install:
2121
- pip install .
22-
- owm clone https://github.com/openworm/OpenWormData.git
22+
- owm clone https://github.com/openworm/OpenWormData.git --branch owmeta
2323
- |
2424
if [ $BUNDLE_TESTS ] ; then
2525
owm bundle register ./owmeta-schema-bundle.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This project holds a working-copy of the database. You can retrieve it by
8282
executing the following command line after owmeta installation:
8383

8484
```bash
85-
owm clone https://github.com/openworm/OpenWormData.git
85+
owm clone https://github.com/openworm/OpenWormData.git --branch owmeta
8686
```
8787

8888
This command should create a directory `.owm` in your current working

0 commit comments

Comments
 (0)