corrected path to dockerized tests in travis
This commit is contained in:
parent
ba2b1d8db2
commit
6d264f77c3
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
language: bash
|
language:
|
||||||
|
- bash
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./test
|
- ./test
|
||||||
|
|
2
test
2
test
|
@ -5,5 +5,5 @@ if [[ -z $DETECTED_OS ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./$DETECTED_OS/configure_fresh_system
|
./$DETECTED_OS/test_outsider
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue