diff --git a/.travis.yml b/.travis.yml index 4f09cbbc..456aaad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: before_script: - composer update --dev script: -- "./testing.php" +- "tests/testing.php" before_install: - openssl aes-256-cbc -K $encrypted_0b05103af24b_key -iv $encrypted_0b05103af24b_iv -in enc.tar.xz.enc -out enc.tar.xz -d