Skip to content

Commit f16fa53

Browse files
committed
Updated comment, as caught by @clue at #28 (comment)
1 parent 50391bc commit f16fa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then
4-
# install 'eio' PHP extension (does not support php 7)
4+
# install 'eio' PHP extension (does not support nightly)
55
if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]]; then
66
yes "" | pecl install eio
77
fi

0 commit comments

Comments
 (0)