Skip to content

Commit 33d5a8e

Browse files
committed
fix path for travis
1 parent 91c34f0 commit 33d5a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ branches:
55
language: minimal
66
services:
77
- docker
8-
script: chmod +x runTests.sh && ./runTests.sh
8+
script: cd test/integration/ && chmod +x runTests.sh && ./runTests.sh

0 commit comments

Comments
 (0)