Skip to content

Commit a51339e

Browse files
committed
move travis/ to .travis/
1 parent 6e10306 commit a51339e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ before_script:
8282
# Enable IPv6
8383
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
8484
# Compile PHP
85-
- travis_wait ./travis/compile.sh
85+
- travis_wait .travis/compile.sh
8686
# Setup Extensions
87-
- ./travis/setup-mysql.sh
88-
- ./travis/setup-pgsql.sh
87+
- .travis/setup-mysql.sh
88+
- .travis/setup-pgsql.sh
8989

9090
# Run PHPs run-tests.php
9191
script:
File renamed without changes.
File renamed without changes.
File renamed without changes.

azure/setup-slapd.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)