Add basic smoke test on travis
This commit is contained in:
parent
72e5c99b51
commit
ea5feb40ec
2 changed files with 7 additions and 0 deletions
6
scripts/travis_test.sh
Executable file
6
scripts/travis_test.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
./dist/${TRAVIS_OS_NAME}/amd64/ooni onboard --yes
|
||||
./dist/${TRAVIS_OS_NAME}/amd64/ooni run --no-collector
|
||||
Loading…
Reference in a new issue