Make travis happy
This commit is contained in:
parent
36f85ce6db
commit
132ae6ec8b
|
@ -6,4 +6,4 @@ os:
|
|||
osx
|
||||
|
||||
script:
|
||||
dev/n_osync.sh
|
||||
dev/tests/run_tests.sh
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Basic run test to make travis happy
|
||||
|
||||
mkdir t1
|
||||
mkdir t2
|
||||
|
||||
./osync.sh --initiator=t1 --target=t2
|
Loading…
Reference in New Issue