Skip to content

Commit c3530d7

Browse files
authored
Disable integration tests.
1 parent e42a120 commit c3530d7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: php
2-
sudo: required
2+
#sudo: required
33

44
php:
55
- 5.3
@@ -12,15 +12,15 @@ php:
1212
matrix:
1313
fast_finish: true
1414

15-
addons:
16-
hosts:
17-
- api.openweathermap.org
15+
#addons:
16+
# hosts:
17+
# - api.openweathermap.org
1818

19-
before_install:
20-
- sudo apt-get -qq update
21-
- sudo apt-get install -y socat
22-
- cat /etc/hosts
23-
- sudo socat TCP-LISTEN:80,fork TCP:${RTCP_HOST}:${RTCP_PORT} > /tmp/socat.log 2>&1 &
19+
#before_install:
20+
# - sudo apt-get -qq update
21+
# - sudo apt-get install -y socat
22+
# - cat /etc/hosts
23+
# - sudo socat TCP-LISTEN:80,fork TCP:${RTCP_HOST}:${RTCP_PORT} > /tmp/socat.log 2>&1 &
2424

2525
install:
2626
- composer install

0 commit comments

Comments
 (0)