Skip to content

Commit 3e579f0

Browse files
committed
#1248 - Remove unused PHP_MAJOR env variable
1 parent 31c7228 commit 3e579f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ env:
4040

4141
before_install:
4242
- export PHP_VERSION=$(php-config --version)
43-
- export PHP_MAJOR="$(echo $TRAVIS_PHP_VERSION | cut -d '.' -f 1)"
4443
- export PHP_EXTENSION_DIR=$(php-config --extension-dir)
4544
- source $TRAVIS_BUILD_DIR/tests/_ci/environment
4645
- export $(cut -d= -f1 $TRAVIS_BUILD_DIR/tests/_ci/environment)

0 commit comments

Comments
 (0)