Skip to content

Commit 0de0a9d

Browse files
committed
travis fixes
1 parent 707a9d6 commit 0de0a9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sudo: required
22
dist: xenial
3+
os: linux
34
language: php
45
php:
56
- '7.4'

build/runtests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ do
3333
continue;
3434
fi
3535

36-
cd TESTS_DIR
36+
cd $TESTS_DIR
3737

3838
PHP_OUTPUT="$(php -d display_errors=Off -d log_errors=Off $PHP_FILE)"
3939
PEACH_OUTPUT="$(dotnet $OUTPUT_DIR/Tests.dll $PHP_FILE_DIR $PHP_FILE)"

0 commit comments

Comments
 (0)