Skip to content

Commit 4dc3416

Browse files
author
Pavlos Ratis
committed
install php with phpenv-way
1 parent 9c22c78 commit 4dc3416

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
sudo: required
22
dist: trusty
3-
language: php
4-
php:
5-
- 5.5.9
63

74
before_install:
85
- sudo apt-get update
6+
- phpenv global 5.5.9
97

108
before_script:
119
- scripts/install.sh

0 commit comments

Comments
 (0)